* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
}
.row {
  padding: 0;
  margin: 0;
}

.container-fluid {
  padding: 0px;
  margin: 0px;
}
 .index .what {
  height: 1080px;
  background-color: #f5f5f5;
  padding: 0 10%;
  clear: both;
  margin-top: 40px;
}

 .index .what .what-inner {
  width: 100%;
  height: 100%;
  padding: 150px 0;
  min-width: 880px;
}

 .index .what .what-inner .what-inner-top {
  width: 100%;
  height: 97px;
}

 .index .what .what-inner .what-inner-top p {
  text-align: center;
}

 .index .what .what-inner .what-inner-top p:nth-child(1) {
  font-size: 56px;
  color: #b7b7b7;
}

 .index .what .what-inner .what-inner-top p:nth-child(2) {
  font-size: 32px;
  color: #3466c5;
}

.index .what .what-inner .what-inner-bottom {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.index .what .what-inner .what-inner-bottom a {
  text-decoration: none;
}

.index .what .what-inner .what-inner-bottom a .item {
  /* width: 258px; */
  height: 267px;
  margin-top: 86px;
  min-width: 180px;
}

.index .what .what-inner .what-inner-bottom a .item:hover {
  background-color: #559ee7;
  color: white;
}

.index .what .what-inner .what-inner-bottom a .item:hover .icon-one {
  color: white;
}

.index .what .what-inner .what-inner-bottom a .item:hover .item-img i {
  color: white;
}

.index .what .what-inner .what-inner-bottom a .item .item-img {
  border: 1px solid #5ca2e8;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index .what .what-inner .what-inner-bottom a .item .item-img .iconfont {
  font-size: 100px;
  color: #559ee7;
}

.index .what .what-inner .what-inner-bottom a .item .icon-one {
  color: #666666;
  font-size: 24px !important;
  font-weight: bold;
}

.index .what .what-inner .what-inner-bottom a .item p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  margin-top: 12px;
}

 .index .example {
  height: 1080px;
  background: #fff;
}

 .index .example .content {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
}

 .index .example .content .title {
  padding-top: 130px;
}

 .index .example .content .title h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 400;
  color: #333;
  line-height: 56px;
}

 .index .example .content .title p:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #999999;
  vertical-align: 5px;
  margin-right: 10px;
}

 .index .example .content .title p {
  font-size: 14px;
  color: #999999;
  margin-top: 16px;
}

 .index .example .content .title p:after {
  position: relative;
  margin-left: 20px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #999999;
  vertical-align: 5px;
}

 .index .example .content .tab {
  margin-top: 40px;
}

 .index .example .content .tab ul li {
  display: inline-block;
}

 .index .example .content .tab ul li .active {
  background: #559ee7;
  border: 1px solid #559ee7;
  color: #ffffff;
}

 .index .example .content .tab ul li a {
  padding: 8px 17px;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #999999;
  font-size: 18px;
  text-decoration: none;
}

 .index .example .content .tab ul li a:hover {
  color: #fff;
  border: 1px solid #559ee7;
  background: #559ee7;
}

 .index .example .content .tab ul li:not(:first-child) {
  margin-left: 20px;
}

 .index .example .show_images {
  width: 1200px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

 .index .example .show_images .image_top {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}

 .index .example .show_images .image_top .left img {
  width: 794px;
  height: 454px;
  position: relative;
}

 .index .example .show_images .image_top .left .mark {
  position: absolute;
  width: 794px;
  height: 454px;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

 .index .example .show_images .image_top .left .mark .mark_content {
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  width: 300px;
  height: 150px;
  margin-top: 120px;
  pointer-events: none;
}

 .index .example .show_images .image_top .left .mark .mark_content a {
  color: #559ee7;
  padding: 10px 15px;
  border: 2px solid #559ee7;
}

 .index .example .show_images .image_top .left .mark .mark_content h1 {
  font-size: 24px;
  margin-top: 30px;
}

 .index .example .show_images .image_top .left .mark .mark_content p:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #fff;
  vertical-align: 5px;
  margin-right: 10px;
}

 .index .example .show_images .image_top .left .mark .mark_content p {
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
}

 .index .example .show_images .image_top .left .mark .mark_content p:after {
  position: relative;
  margin-left: 10px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #fff;
  vertical-align: 5px;
}

 .index .example .show_images .image_top .left .bottom_mark {
  position: absolute;
  width: 794px;
  height: 86px;
  background: blue;
  bottom: 0;
  display: none;
  z-index: 2;
  background: url(../img/mark_bottom_bac.png) no-repeat;
  pointer-events: none;
}

 .index .example .show_images .image_top .left .bottom_mark p {
  padding-top: 40px;
  color: #fff;
  font-size: 18px;
}

 .index .example .show_images .image_top .right {
  margin-left: 20px;
}

 .index .example .show_images .image_top .right img {
  width: 384px;
  height: 217px;
}

 .index .example .show_images .image_top .right img:last-child {
  margin-top: 20px;
}

 .index .example .show_images .image_bottom img {
  margin-top: 20px;
  width: 384px;
  height: 217px;
}

 .index .example .show_images .image_bottom img:not(:first-child) {
  margin-left: 20px;
}

 .service {
  width: 100%;
  height: 1080px;
  padding: 0 360px;
  padding-top: 160px;
}

 .service .content {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
}

 .service .content .service-top {
  width: 100%;
  height: 146px;
  margin-left: 75px;
}

 .service .content .service-top p:nth-child(1) {
  font-size: 56px;
  color: #333333;
  font-weight: bold;
  margin: 0px;
}

 .service .content .service-top p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  margin-top: 0px;
}

 .service .content .service-top p:nth-child(3) {
  margin-top: 15px;
}

 .service .content .service-top p:nth-child(3) button {
  width: 106px;
  height: 31px;
  border-radius: 10px;
  background-color: #559ee7;
  color: #e8f2fc;
  border: none;
}

 .service .content .service-img {
  width: 100%;
  height: 776px;
  padding: 104px 0 220px 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

 .service .content .service-img .service-img-left {
  width: 516px;
  height: 100%;
}

 .service .content .service-img .service-img-right {
  width: 686px;
  height: 100%;
  position: relative;
  top: -100px;
  left: -350px;
}

 .service .content .service-img .service-img-right .service-img-right-position {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}

 .service .content .service-img .service-img-right .service-img-right-position ul {
  width: 100%;
  height: 776px;
  position: relative;
}

 .service .content .service-img .service-img-right .service-img-right-position ul .li {
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

 .service .content .service-img .service-img-right .service-img-right-position ul .li a {
  text-decoration: none;
  width: 300px;
  display: flex;
  justify-content: space-between;
}

 .service .content .service-img .service-img-right .service-img-right-position ul .li a .span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #3466c5;
  cursor: pointer;
  display: block;
}

 .service .content .service-img .service-img-right .service-img-right-position ul .li span {
  display: block;
}

 .service .content .service-img .service-img-right .service-img-right-position ul .li span:nth-child(2) {
  width: 250px;
  height: 15px;
  line-height: 15px;
  color: #666666;
  font-size: 24px;
}

 .service .content .service-img .service-img-right .service-img-right-position ul .li:nth-child(1) {
  position: absolute;
  top: 145px;
  left: 651px;
}

 .service .content .service-img .service-img-right .service-img-right-position ul .li:nth-child(2) {
  position: absolute;
  top: 225px;
  left: 689px;
}

 .service .content .service-img .service-img-right .service-img-right-position ul .li:nth-child(3) {
  position: absolute;
  top: 305px;
  left: 702px;
}

 .service .content .service-img .service-img-right .service-img-right-position ul .li:nth-child(4) {
  position: absolute;
  top: 386px;
  left: 695px;
}

 .service .content .service-img .service-img-right .service-img-right-position ul .li:nth-child(5) {
  position: absolute;
  top: 464px;
  left: 664px;
}

 .service .content .service-img .service-img-right .service-img-right-position ul .li:nth-child(6) {
  position: absolute;
  top: 545px;
  left: 602px;
}

 .index .news {
  height: 1080px;
  background: url(../img/news_bac.jpg) no-repeat center;
  background-size: 100% 100%;
  /* 新闻tab切换的内容 */
}

 .index .news .title {
  padding-top: 100px;
}

 .index .news .title h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 400;
  color: #fff;
  line-height: 56px;
}

 .index .news .title p:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #fff;
  vertical-align: 5px;
  margin-right: 10px;
}

 .index .news .title p {
  font-size: 14px;
  color: #ffffff;
  margin-top: 16px;
}

 .index .news .title p:after {
  position: relative;
  margin-left: 10px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #fff;
  vertical-align: 5px;
}

 .index .news .tab {
  margin-top: 40px;
  margin-bottom: 140px;
}

 .index .news .tab ul li {
  display: inline-block;
}

 .index .news .tab ul li .active {
  background: #559ee7;
  border: 1px solid #559ee7;
}

 .index .news .tab ul li a {
  color: #fff;
  font-size: 18px;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #fff;
}

 .index .news .tab ul li a:hover {
  background: #559ee7;
  border: 1px solid #559ee7;
}

 .index .news .tab ul li:not(:first-child) {
  margin-left: 20px;
}

 .index .news .news_tab {
  display: flex;
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  /* 左边 */
  /* 右边 */
}

 .index .news .news_tab .left_bar {
  padding: 0;
  height: 60px;
  margin-top: -60px;
  background: url(../img/news_tab_left.jpg) no-repeat;
}

 .index .news .news_tab .left_bar .block {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 60px;
  margin-left: 30px;
}

 .index .news .news_tab .left_bar .block img {
  width: 18px;
  height: 18px;
}

 .index .news .news_tab .left_bar .block p {
  margin: 0;
  font-size: 20px;
  color: #fff;
  margin-left: 5px;
}

 .index .news .news_tab .left_bar .swiper {
  width: 600px;
  height: 356px;
  position: relative;
}

 .index .news .news_tab .left_bar .swiper img {
  width: 600px;
  height: 356px;
}

 .index .news .news_tab .left_bar .swiper .swiper-item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 600px;
  height: 356px;
}

 .index .news .news_tab .left_bar .swiper .item-show {
  opacity: 1;
}

 .index .news .news_tab .left_bar .swiper_description h1 {
  margin-top: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

 .index .news .news_tab .left_bar .swiper_description p {
  font-size: 12px;
  color: #afb4b9;
  padding: 0 25px;
  text-indent: 2em;
  margin-left: 20px;
  margin-bottom: 0;
  line-height: 24px;
  /* 这里是超出2行省略 */
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

 .index .news .news_tab .left_bar .swiper_description .more {
  color: #56a3ef;
  margin: 0;
}

 .index .news .news_tab .left_bar .swiper_description .more a {
  color: #56a3ef;
  text-decoration: none;
}

 .index .news .news_tab .right_bar {
  padding: 0;
  height: 60px;
  margin-top: -60px;
  background: url(../img/news_tab_right.jpg) no-repeat;
  /* 新闻列表 */
}

 .index .news .news_tab .left_bar .swiper a,
 .index .news .news_tab .right_bar .list a {
  text-decoration: none;
}

 .index .news .news_tab .right_bar .block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

 .index .news .news_tab .right_bar .block p {
  font-size: 20px;
  margin: 0;
}

 .index .news .news_tab .right_bar .block .dynamic {
  margin-left: 30px;
  color: #559ee7;
}

 .index .news .news_tab .right_bar .block .more a {
  margin-right: 30px;
  color: #999999;
}

 .index .news .news_tab .right_bar .block .more a:hover {
  color: #559ee7;
  text-decoration: none;
  cursor: pointer;
}

 .index .news .news_tab .right_bar .list {
  margin-top: 20px;
  height: 480px;
  overflow: hidden;
}

 .index .news .news_tab .right_bar .list .item {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 20px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #616b73;
}

 .index .news .news_tab .right_bar .list .item img {
  width: 112px;
  height: 112px;
}

 .index .news .news_tab .right_bar .list .item .content {
  display: flex;
  flex-direction: column;
}

 .index .news .news_tab .right_bar .list .item .content h1 {
  padding: 5px 0 0 23px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  /* 这里是超出2行省略 */
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

 .index .news .news_tab .right_bar .list .item .content p {
  padding: 6px 0 0 20px;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #b7b9bb;
  /* 这里是超出2行省略 */
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

 .index .news .news_tab .right_bar .list .item .content .more a {
  color: #56a3ef;
  text-decoration: none;
}

 .index .news .news_tab .right_bar .list .item:last-child {
  border: 0;
}


/* --------------------------------------------------------- */
 .index .news .news_tab1 {
  display: none;
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  /* 左边 */
  /* 右边 */
}

 .index .news .news_tab1 .left_bar {
  padding: 0;
  height: 60px;
  margin-top: -60px;
  background: url(../img/news_tab_left.jpg) no-repeat;
}

 .index .news .news_tab1 .left_bar .block {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 60px;
  margin-left: 30px;
}

 .index .news .news_tab1 .left_bar .block img {
  width: 18px;
  height: 18px;
}

 .index .news .news_tab1 .left_bar .block p {
  margin: 0;
  font-size: 20px;
  color: #fff;
  margin-left: 5px;
}

 .index .news .news_tab1 .left_bar .swiper {
  width: 600px;
  height: 356px;
  position: relative;
}

 .index .news .news_tab1 .left_bar .swiper img {
  width: 600px;
  height: 356px;
}

 .index .news .news_tab1 .left_bar .swiper .swiper-item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 600px;
  height: 356px;
}

 .index .news .news_tab1 .left_bar .swiper .item-show {
  opacity: 1;
}

 .index .news .news_tab1 .left_bar .swiper_description h1 {
  margin-top: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

 .index .news .news_tab1 .left_bar .swiper_description p {
  font-size: 12px;
  color: #afb4b9;
  padding: 0 25px;
  text-indent: 2em;
  margin-left: 20px;
  margin-bottom: 0;
  line-height: 24px;
  /* 这里是超出2行省略 */
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

 .index .news .news_tab1 .left_bar .swiper_description .more {
  color: #56a3ef;
  margin: 0;
}

 .index .news .news_tab1 .left_bar .swiper_description .more a {
  color: #56a3ef;
  text-decoration: none;
}

 .index .news .news_tab1 .right_bar {
  padding: 0;
  height: 60px;
  margin-top: -60px;
  background: url(../img/news_tab_right.jpg) no-repeat;
  /* 新闻列表 */
}

 .index .news .news_tab1 .right_bar .block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

 .index .news .news_tab1 .right_bar .block p {
  font-size: 20px;
  margin: 0;
}

 .index .news .news_tab1 .right_bar .block .dynamic {
  margin-left: 30px;
  color: #559ee7;
}

 .index .news .news_tab1 .right_bar .block .more a {
  margin-right: 30px;
  color: #999999;
}

 .index .news .news_tab1 .right_bar .block .more a:hover {
  color: #559ee7;
  text-decoration: none;
  cursor: pointer;
}

 .index .news .news_tab1 .right_bar .list {
  margin-top: 20px;
  height: 480px;
  overflow: hidden;
}

 .index .news .news_tab1 .right_bar .list .item {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 20px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #616b73;
}

 .index .news .news_tab1 .right_bar .list .item img {
  width: 112px;
  height: 112px;
}

 .index .news .news_tab1 .right_bar .list .item .content {
  display: flex;
  flex-direction: column;
}

 .index .news .news_tab1 .right_bar .list .item .content h1 {
  padding: 5px 0 0 23px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  /* 这里是超出2行省略 */
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

 .index .news .news_tab1 .right_bar .list .item .content p {
  padding: 6px 0 0 20px;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #b7b9bb;
  /* 这里是超出2行省略 */
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

 .index .news .news_tab1 .right_bar .list .item .content .more a {
  color: #56a3ef;
  text-decoration: none;
}

 .index .news .news_tab1 .right_bar .list .item:last-child {
  border: 0;
}


/* --------------------------------------------------------- */
 .index .news .news_tab2 {
  display: none;
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  /* 左边 */
  /* 右边 */
}

 .index .news .news_tab2 .left_bar {
  padding: 0;
  height: 60px;
  margin-top: -60px;
  background: url(../img/news_tab_left.jpg) no-repeat;
}

 .index .news .news_tab2 .left_bar .block {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 60px;
  margin-left: 30px;
}

 .index .news .news_tab2 .left_bar .block img {
  width: 18px;
  height: 18px;
}

 .index .news .news_tab2 .left_bar .block p {
  margin: 0;
  font-size: 20px;
  color: #fff;
  margin-left: 5px;
}

 .index .news .news_tab2 .left_bar .swiper {
  width: 600px;
  height: 356px;
  position: relative;
}

 .index .news .news_tab2 .left_bar .swiper img {
  width: 600px;
  height: 356px;
}

 .index .news .news_tab2 .left_bar .swiper .swiper-item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 600px;
  height: 356px;
}

 .index .news .news_tab2 .left_bar .swiper .item-show {
  opacity: 1;
}

 .index .news .news_tab2 .left_bar .swiper_description h1 {
  margin-top: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

 .index .news .news_tab2 .left_bar .swiper_description p {
  font-size: 12px;
  color: #afb4b9;
  padding: 0 25px;
  text-indent: 2em;
  margin-left: 20px;
  margin-bottom: 0;
  line-height: 24px;
  /* 这里是超出2行省略 */
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

 .index .news .news_tab2 .left_bar .swiper_description .more {
  color: #56a3ef;
  margin: 0;
}

 .index .news .news_tab2 .left_bar .swiper_description .more a {
  color: #56a3ef;
  text-decoration: none;
}

 .index .news .news_tab2 .right_bar {
  padding: 0;
  height: 60px;
  margin-top: -60px;
  background: url(../img/news_tab_right.jpg) no-repeat;
  /* 新闻列表 */
}

 .index .news .news_tab2 .right_bar .block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

 .index .news .news_tab2 .right_bar .block p {
  font-size: 20px;
  margin: 0;
}

 .index .news .news_tab2 .right_bar .block .dynamic {
  margin-left: 30px;
  color: #559ee7;
}

 .index .news .news_tab2 .right_bar .block .more a {
  margin-right: 30px;
  color: #999999;
}

 .index .news .news_tab2 .right_bar .block .more a:hover {
  color: #559ee7;
  text-decoration: none;
  cursor: pointer;
}

 .index .news .news_tab2 .right_bar .list {
  margin-top: 20px;
  height: 480px;
  overflow: hidden;
}

 .index .news .news_tab2 .right_bar .list .item {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 20px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #616b73;
}

 .index .news .news_tab2 .right_bar .list .item img {
  width: 112px;
  height: 112px;
}

 .index .news .news_tab2 .right_bar .list .item .content {
  display: flex;
  flex-direction: column;
}

 .index .news .news_tab2 .right_bar .list .item .content h1 {
  padding: 5px 0 0 23px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  /* 这里是超出2行省略 */
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

 .index .news .news_tab2 .right_bar .list .item .content p {
  padding: 6px 0 0 20px;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #b7b9bb;
  /* 这里是超出2行省略 */
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

 .index .news .news_tab2 .right_bar .list .item .content .more a {
  color: #56a3ef;
  text-decoration: none;
}

 .index .news .news_tab2 .right_bar .list .item:last-child {
  border: 0;
}

/* ------------------------------------------------ */
.index .about_us {
  height: 1080px;
  background: url(../img/about_us_bac.jpg) no-repeat center;
  background-size: 100% 100%;
}

.index .about_us .title {
  padding-top: 165px;
}

.index .about_us .title h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 400;
  color: #fff;
  line-height: 56px;
}

.index .about_us .title p:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #fff;
  vertical-align: 5px;
  margin-right: 10px;
}

.index .about_us .title p {
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
}

.index .about_us .title p:after {
  position: relative;
  margin-left: 10px;
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #fff;
  vertical-align: 5px;
}

.index .about_us .tab {
  margin-top: 40px;
}

.index .about_us .tab ul li {
  display: inline-block;
}

.index .about_us .tab ul li .active {
  background: #559ee7;
  border: 1px solid #559ee7;
}

.index .about_us .tab ul li a {
  user-select: none;
  color: #fff;
  font-size: 18px;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #fff;
}

.index .about_us .tab ul li a:hover {
  background: #559ee7;
  border: 1px solid #559ee7;
}

.index .about_us .tab ul li:not(:first-child) {
  margin-left: 20px;
}

.index .about_us .description_list {
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
}

.index .about_us .description_list .description {
  position: absolute;
  width: 650px;
  height: 400px;
  overflow: hidden;
}

.index .about_us .description_list .description .text_area {
  pointer-events: none;
  position: absolute;
  width: 650px;
  height: 400px;
  padding-right: 20px;
  text-indent: 2em;
}
.index .about_us .description_list .bac_img img{
  height: auto;
  position: absolute;
  right: 15px;
  top: -20px;
}
.index .about_us .description_list .description .text_area p {
  pointer-events: none;
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  margin-top: 40px;
}

.index .about_us .description_list .description .text_area span {
  margin-right: 20px;
}

.index .about_us .description_list .description1 {
  position: absolute;
  display: none;
  width: 650px;
  height: 400px;
  overflow: hidden;
}

.index .about_us .description_list .description1 .text_area {
  pointer-events: none;
  position: absolute;
  width: 650px;
  height: 400px;
  padding-right: 20px;
  text-indent: 2em;
}

.index .about_us .description_list .description1 .text_area p {
  pointer-events: none;
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  margin-top: 40px;
}

.index .about_us .description_list .description1 .text_area span {
  margin-right: 20px;
}

.index .about_us .description_list .description2 {
  position: absolute;
  display: none;
  width: 650px;
  height: 400px;
  overflow: hidden;
}

.index .about_us .description_list .description2 .text_area {
  pointer-events: none;
  position: absolute;
  width: 650px;
  height: 400px;
  padding-right: 20px;
  text-indent: 2em;
}

.index .about_us .description_list .description2 .text_area p {
  pointer-events: none;
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  margin-top: 40px;
}

.index .about_us .description_list .description2 .text_area span {
  margin-right: 20px;
}

.suspension {
  width: 50px;
  display: none;
  position: fixed;
  bottom: 200px;
  right: 50px;
  text-align: center;
  cursor: pointer;
}

.suspension .suspension-follow {
  width: 100%;
  height: 100px;
  position: relative;
  background-color: #cf252e;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.suspension .suspension-follow .suspension-follow-none {
  width: 200px;
  height: auto;
  position: absolute;
  top: 0px;
  right: 60px;
  display: none;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
}

.suspension .suspension-follow .suspension-follow-none img {
  width: 200px;
  height: 200px;
}

.suspension .suspension-follow .suspension-follow-show {
  width: 50px;
  padding: 0 15px;
  height: auto;
}

.suspension .suspension-follow .suspension-follow-show span {
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.suspension .suspension-icon {
  width: 100%;
  height: auto;
  position: relative;
}

.suspension .suspension-icon .suspension-follow-none {
  width: 300px;
  height: 290px;
  position: absolute;
  top: 0px;
  right: 60px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
  border-radius: 20px;
  display: none;
}

.suspension .suspension-icon .suspension-follow-none .suspension-follow-none-phone {
    padding: 7px;
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: left;
  align-items: center;
}

.suspension .suspension-icon .suspension-follow-none .suspension-follow-none-phone .suspension-follow-none-phone-icon .icon-shouye {
  font-size: 30px;
  color: block;
  margin: 0 30px;
}

.suspension .suspension-icon .suspension-follow-none .suspension-follow-none-phone .suspension-follow-none-phone-text .text {
  font-size: 20px;
  text-align: left;
}

.suspension .suspension-icon .suspension-follow-none .suspension-follow-none-phone .suspension-follow-none-phone-text ul li:nth-child(2) {
  color: red;
}

.suspension .suspension-icon .suspension-follow-none .suspension-follow-none-phone .suspension-follow-none-phone-text ul li:nth-child(3) {
  color: red;
}

.suspension .suspension-icon .suspension-follow-none .suspension-follow-none-artificial {
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: left;
  align-items: center;
}

.suspension .suspension-icon .suspension-follow-none .suspension-follow-none-artificial .suspension-follow-none-phone-icon .icon-kefu {
  font-size: 30px;
  color: block;
  margin: 0 30px;
}

.suspension .suspension-icon .suspension-follow-none .suspension-follow-none-artificial .suspension-follow-none-phone-text .text {
  font-size: 20px;
  text-align: left;
}

.suspension .suspension-icon .suspension-follow-none .suspension-follow-none-proposal {
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: left;
  align-items: center;
}

.suspension .suspension-icon .suspension-follow-none .suspension-follow-none-proposal .suspension-follow-none-phone-icon .icon-tousujianyi {
  font-size: 30px;
  color: block;
  margin: 0 30px;
}

.suspension .suspension-icon .suspension-follow-none .suspension-follow-none-proposal .suspension-follow-none-phone-text .text {
  font-size: 20px;
  text-align: left;
}

.suspension .suspension-icon .suspension-left-icon {
  margin-top: 10px;
  width: 100%;
  border-radius: 10px;
  background-color: #252b3a;
}

.suspension .suspension-icon .suspension-left-icon .icon {
  color: white;
}

.suspension .suspension-icon .suspension-follow-show {
  width: 50px;
  height: 50%;
  margin-top: 10px;
}

.suspension .suspension-icon .suspension-follow-show .suspension-follow-show-top {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  background-color: #cf252e;
}

.suspension .suspension-icon .suspension-follow-show .suspension-follow-show-top .icon {
  color: white;
  font-size: 30px;
  height: 40px;
}

.suspension .suspension-icon .suspension-follow-show .suspension-follow-show-bottom {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.suspension .suspension-icon .suspension-follow-show .suspension-follow-show-bottom span {
  display: block;
  width: 150px;
  transform: rotate(90deg);
  color: block;
  font-size: 18px;
}

.suspension-left {
  width: 100px;
  position: fixed;
  bottom: 195px;
  left: 3%;
  display: none;
  text-align: center;
  cursor: pointer;
  animation: show 1s linear infinite;
  justify-content: space-around;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: stretch;
  z-index: 999;
}

.suspension-left .suspension-left-img img {
  width: 100%;
}

.suspension-left .suspension-left-text {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.suspension-left .suspension-left-text ul {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
  border-radius: 10px;
  z-index: 9999;
}

.suspension-left .suspension-left-text ul li {
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
}

.suspension-left .suspension-left-text .active {
  background-image: url(../img/btn01.png);
  background-size: contain;
  color: white;
}

.suspension-left .suspension-left-icon {
  margin-top: 10px;
  width: 100%;
  border-radius: 10px;
  background-color: #252b3a;
}

.suspension-left .suspension-left-icon .icon {
  color: white;
}

.suspension-left .icon {
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  color: white;
}

.suspension-left span {
  color: white;
}