* {
  margin: 0;
  padding: 0;
  transition: .3s;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #1e1e1e;
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.header {
  width: 1300px;
  height: 110px;
  margin: 0 auto;
}

.header .logo {
  margin-top: 18px;
  float: left;
}

.header .nav {
  width: 960px;
  margin-left: 40px;
  float: left;
}

.header .nav .item {
  float: left;
  width: 120px;
  position: relative;
}

.header .nav .name {
  display: block;
  width: 120px;
  padding-top: 20px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  border-bottom: 6px solid #ffffff;
  font-size: 20px;
  font-weight: bold;
  color: #3d3d3d;
}

.header .nav .name.ing {
  border-bottom: 6px solid #c52525;
}

.header .nav .item:hover .name {
  border-bottom: 6px solid #c52525;
}

.header .nav .item:hover .sub-menu {
  display: block;
}

.header .nav .sub-menu {
  display: none;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #ffffff;
  padding: 10px 0;
  box-shadow: 0 0 6px rgba(83, 83, 83, 0.1);
}

.header .nav .sub-menu li {
  float: none;
}

.header .nav .sub-menu li a {
  height: 44px;
  display: block;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
}

.header .nav .sub-menu li a:hover {
  background-color: #e9e9e9;
}

.header .search {
  margin-top: 38px;
  float: right;
}

.header .search a {
  width: 64px;
  height: 38px;
  display: block;
  background-color: #c52525;
  color: #ffffff;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
  border-radius: 20px;
}

.banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1300px;
  margin: 0 auto;
  height: calc(100vw / 2.85);
  max-height: 666px;
  min-height: 456px;
  cursor: pointer;
  overflow: hidden;
}

.banner .swiper {
  width: 100%;
  height: 100%;
}

.banner .swiper img {
  vertical-align: bottom;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  min-width: 1300px;
  max-height: 688px;
  min-height: 456px;
  object-fit: cover;
}

.banner .swiper .swiper-pagination {
  margin-bottom: 20px;
}

.banner .swiper .swiper-pagination span {
  border-radius: 0;
  width: 50px;
  height: 5px;
}

.news {
  width: 100%;
  background-image: url(../img/bg1.jpg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
  padding-top: 54px;
  padding-bottom: 80px;
}

.news .content {
  width: 1300px;
  margin: 0 auto;
}

.news .left {
  width: 644px;
  float: left;
}

.news .left .title {
  margin-bottom: 40px;
}

.news .swiper {
  width: 644px;
  height: 484px;
  position: relative;
}

.news .swiper .swiper-slide {
  width: 644px;
  height: 484px;
  position: relative;
}

.news .swiper img {
  height: 100%;
  object-fit: cover;
}

.news .swiper p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding-right: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news .swiper .swiper-pagination.s2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  color: #ffffff;
  width: 70px;
  height: 40px;
  line-height: 40px;
  left: auto;
  text-align: right;
  padding-right: 10px;
}

.news .right {
  float: right;
  width: 600px;
}

.news .right .tab-btn {
  margin-top: 44px;
  height: 36px;
  margin-bottom: 46px;
}

.news .right .tab-btn .btn {
  float: left;
}

.news .right .tab-btn .btn a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  background-color: #cdcdcd;
  margin-right: 10px;
  width: 126px;
  color: #0f0f0f;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.news .right .tab-btn .btn .ing {
  background-color: #c52525;
  color: #ffffff;
}

.news .right .tab-btn .more {
  float: right;
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
  color: #c52525;
  transition: transform 0.3s ease-in-out;
  transform: rotate(0deg);
  height: 42px;
  text-align: center;
}

.news .right .tab-btn .more:hover {
  transform: rotate(180deg);
}

.news .right .tab-list ul {
  display: none;
}

.news .right .tab-list ul.ing {
  display: block;
}

.news .right li {
  height: 61px;
  margin-top: 10px;
}

.news .right li a {
  width: 100%;
  display: block;
  font-size: 17px;
  line-height: 60px;
  border-bottom: 1px solid #d1d1d1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news .right li a:hover {
  color: #c52525;
}

.business {
  width: 100%;
  background-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
  padding-top: 70px;
}

.business .content {
  width: 1300px;
  margin: 0 auto;
}

.business .column {
  height: 350px;
  width: 1300px;
}

.business .column .item {
  display: none;
  height: 350px;
}

.business .column .item.ing {
  display: block;
}

.business .column .intro {
  float: left;
  width: 650px;
}

.business .column .intro .headline {
  font-size: 24px;
  color: #c42525;
  padding-bottom: 30px;
}

.business .column .intro .brief {
  font-size: 14px;
  color: #4a4949;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.business .column .intro .more {
  display: block;
  width: 118px;
  height: 38px;
  line-height: 38px;
  color: #c42525;
  text-align: center;
  border: 1px solid #c42525;
  font-size: 14px;
  transition: all 0.3s linear;
  margin-top: 30px;
}

.business .column .intro .more:hover {
  background-color: #c42525;
  color: #ffffff;
}

.business .column .project {
  float: right;
  width: 580px;
}

.business .project .title {
  font-size: 18px;
  color: #5b5a5a;
  line-height: 25px;
  vertical-align: top;
  margin-bottom: 20px;
}

.business .project .title img {
  vertical-align: top;
  margin-right: 10px;
}

.business .swiper {
  width: 100%;
}

.business .swiper .swiper-slide {
  position: relative;
  width: 280px;
  height: 196px;
}

.business .swiper .swiper-slide img {
  width: 280px;
  height: 156px;
  object-fit: cover;
  cursor: pointer;
  vertical-align: top;
}

.business .swiper .swiper-slide p {
  background-color: #f1f1f1;
  height: 40px;
  width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}

.business .menus {
  height: 140px;
  margin-bottom: 100px;
  background-color: #6f6b68;
}

.business .menus a {
  width: 25%;
  box-sizing: border-box;
  float: left;
  height: 140px;
  color: #ffffff;
  border-right: 1px solid #9f9d9c;
  position: relative;
}

.business .menus a:first-child {
  border-left: 1px solid #9f9d9c;
}

.business .menus a span {
  font-size: 40px;
  display: block;
  text-align: center;
  padding-top: 10%;
}

.business .menus a strong {
  font-size: 18px;
  display: block;
  text-align: center;
  padding-top: 10px;
  font-weight: normal;
}

.business .menus .ing {
  background-color: #c52525;
  margin-top: -20px;
  height: 160px;
}

.business .menus .ing:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid #c52525;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -16px;
}

.party {
  width: 100%;
  background-image: url(../img/bg3.jpg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center bottom;
  padding-top: 80px;
  padding-bottom: 80px;
  height: 452px;
}

.party .content {
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}

.party .title {
  margin-bottom: 30px;
}

.party .title img {
  float: left;
}

.party .title .lampbtn {
  float: right;
  padding-top: 16px;
}

.party .title .lampbtn a {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 160px;
  margin-left: 10px;
  border-radius: 50px;
  background-color: #ffffff;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #474747;
}

.party .title .lampbtn a.ing {
  background-color: #c52525;
  color: #ffffff;
}

.party .title .lampbtn a:after {
  content: '';
  position: absolute;
  left: 75px;
  top: 60px;
  width: 0;
  height: 0;
  border-top: 8px solid rgb(255, 255, 255);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.party .title .lampbtn a.ing:after {
  border-top: 8px solid #c52525;
}

.party .lamp {
  margin-top: 80px;
  position: relative;
  height: 220px;
  display: none;
}

.party .lamp.ing {
  display: block;
}

.party .lamp ul {
  width: 9999px;
  position: absolute;
  left: 0;
  transition: none;
}

.party .lamp li {
  width: 316px;
  height: 220px;
  margin-right: 12px;
  float: left;
}

.party .lamp li .img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 3px 4px rgba(110, 110, 110, 0.4);
}

.party .lamp li img {
  width: 100%;
  height: 180px;
  transition: 0.5s;
  object-fit: cover;
}

.party .lamp li img:hover {
  transform: scale(1.2);
}

.party .lamp li a:hover p {
  color: #9e1d1d;
}

.party .lamp li p {
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.footer {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #f3f3f3;
  /* margin-top: 20px; */
}

.footer .content {
  width: 1300px;
  margin: 0 auto;
}

.footer .friends {
  font-size: 0;
}

.footer .friends strong {
  font-size: 20px;
  font-weight: normal;
  width: 144px;
  display: inline-block;
}

.footer .friends .group {
  display: inline-block;
  width: 250px;
  margin-left: 38px;
  height: 38px;
  position: relative;
  font-size: 16px;
  background-color: #d2d2d1;
}

.footer .friends .group .iconfont {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 99;
  font-size: 16px;
  line-height: 38px;
  color: #383838;
}

.footer .friends .group:hover .iconfont {
  transform: rotate(180deg);
}

.footer .friends .group .list {
  max-height: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 99;
  top: 38px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  transition: 0.5s;
  background-color: #d2d2d1;
}

.footer .friends .group:hover .list {
  max-height: 266px;
}

.footer .friends .group a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  padding: 0 10px;
}

.footer .friends .group a:hover {
  color: #c52525;
}

.footer .about {
  margin-top: 40px;
}

.footer .about .contact {
  float: left;
}

.footer .about .contact p {
  font-size: 16px;
  line-height: 34px;
}

.footer .about .other {
  float: left;
  margin-left: 260px;
}

.footer .about .other .logo {
  width: 240px;
}

.footer .about .other .ipv6 {
  margin-top: 30px;
}

.footer .about .qrcode {
  float: right;
}

.footer .about .qrcode img {
  height: 175px;
  width: 175px;
}

.footer .about .qrcode span {
  display: block;
  text-align: center;
}

.diagram {
  width: 100%;
}

.diagram img {
  width: 100%;
}

.directory {
  width: 100%;
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #d3d3d3;
}

.directory .inner {
  width: 1300px;
  margin: 0 auto;
}

.directory .breadcrumb {
  float: left;
}

.directory .breadcrumb .iconfont {
  color: #c52525;
  font-size: 18px;
}

.directory .breadcrumb a {
  color: #585858;
}

.directory .breadcrumb a:hover {
  color: #c52525;
}

.directory .menus {
  float: right;
}

.directory .menus a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border-radius: 28px;
  margin-left: 14px;
  text-align: center;
  background-color: #ececec;
  padding: 0 14px;
  font-size: 16px;
}

.directory .menus a:hover,
.directory .menus a.ing {
  background-color: #c52929;
  color: #ffffff;
}

/* 列表页 */
.container {}

.news-list .middle {
  width: 1300px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #f5f5f5;
  margin-top: 50px;
  padding: 40px;
}

.news-list .middle .left {
  float: left;
  width: 750px;
}

.news-list .middle .name {
  font-size: 24px;
  font-weight: normal;
  position: relative;
  margin-bottom: 30px;
}

.news-list .middle .name:after {
  content: '';
  height: 3px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: -8px;
  background-color: #c42525;
}

.news-list .middle .headline {
  font-size: 24px;
  color: #c42525;
}

.news-list .middle .content {
  font-size: 15px;
  color: #7f7f7f;
  line-height: 26px;
  margin-top: 30px;
}


.news-list .middle .right {
  float: right;
  width: 360px;
}

.news-list .middle .right a {
  display: block;
  height: 44px;
  border: 2px solid #dbdbdb;
  margin-bottom: 18px;
  line-height: 44px;
  position: relative;
  padding-left: 34px;
  font-size: 15px;
}

.news-list .middle .right a:hover {
  border-color: #c42525;
}

.news-list .middle .right a:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 15px;
  border-top: 7px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #c42525;
  border-bottom: 7px solid transparent;
}

.news-list .list {
  width: 1300px;
  margin: 0 auto;
  padding: 20px 0;
}

.news-list .list li {
  padding: 24px 0;
  border-bottom: 1px solid #ededed;
}

.news-list .list li img {
  float: left;
  height: 226px;
  width: 388px;
  object-fit: cover;
}

.news-list .list li .right {
  float: right;
  width: 870px;
}

.news-list .title {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-list .list .title a {
  font-size: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 30px;
}

.news-list .list .title a:hover {
  color: #c52525;
}

.news-list .list .title span {
  font-size: 16px;
  color: #868686;
  flex-shrink: 0;
}

.news-list .list .content {
  font-size: 16px;
  line-height: 34px;
  color: #585858;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-list .list .count {
  margin-top: 20px;
  font-size: 16px;
  color: #b3b3b3;
  line-height: 20px;
}

.news-list .list .count .iconfont {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  line-height: 20px;
}

.pagination {
  width: 1300px;
  margin: 0 auto;
  padding: 34px 0;
  text-align: center;
  font-size: 0;
}

.pagination a {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #cccccc;
  margin: 0 5px;
  font-size: 16px;
}

.pagination a:hover,
.pagination a.ing {
  background-color: #c52525;
  border-color: #c52525;
  color: #ffffff;
}

.pagination span {
  font-size: 16px;
  margin: 0 10px;
}

/* 内容页 */
.article {
  width: 1000px;
  margin: 0 auto;
}

.article .h1 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  padding: 20px 0 20px 0;
}

.article .line {
  border-top: 1px solid #dbdbdb;
  height: 1px;
  width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
}

.article .info {
  text-align: center;
  font-size: 17px;
  color: #6e6e6e;
  line-height: 40px;
}


.article .text {
  transition: none;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.article .text p {
  line-height: 40px !important;
  margin: 20px 0 !important;
  font-family: "微软雅黑" !important;
  transition: none;
}

.article .text p strong,
.article .text p em,
.article .text p b {
  font-family: "微软雅黑" !important;
  transition: none;
}

.article .text img {
  margin: 10px auto;
  max-width: 100%;
  height: auto !important;
  object-fit: contain;
  transition: none;
}

.article .text table {
  margin: 10px auto;
  max-width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  transition: none;
}

.article .text table td {
  border: 1px solid #c1c1c1;
}

.article .text table p {
  margin: 0 !important;
}

.article .other {
  border-top: 1px solid #dbdbdb;
  padding: 20px 0;
}

.article .other .p {
  line-height: 40px;
}

.article .other .p a {
  font-size: 18px;
  color: rgb(58, 58, 58);
}

.article .other .p a:hover {
  color: #c52525;
}

/* 列表 */
.info-list {
  margin: 0 auto;
}

.info-list .title-img {
  width: 1300px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  height: 132px;
}

.info-list .title-img img {
  width: 1300px;
}

.info-list .title-img strong {
  position: absolute;
  top: 0;
  left: 170px;
  font-size: 38px;
  color: #ffffff;
  line-height: 132px;
}

.info-list .list {
  width: 1300px;
  padding: 10px 0;
  margin: 0 auto;
}

.info-list .list li {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #a5a5a5;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info-list .list li a {
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 20px;
}

.info-list .list li span {
  color: #868686;
  flex-shrink: 0;
}

/* 列表 */
.honor-list {
  margin: 0 auto;
}

.honor-list .list {
  width: 1300px;
  overflow: hidden;
  padding-top: 30px;
  margin: 0 auto;
}

.honor-list .list ul {
  width: 1320px;
}

.honor-list .list li {
  width: 632px;
  float: left;
  margin: 20px 26px 20px 0;
  border: 1px solid #e8e8e8;
}

.honor-list .list li img {
  float: left;
  height: 222px;
  width: 316px;
  object-fit: cover;
}

.honor-list .list li .right {
  float: left;
  height: 182px;
  width: 274px;
  padding: 20px;
}

.honor-list .list li .right a {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.honor-list .list li .right a:hover {
  color: #c52525;
}

.honor-list .list li .right p {
  font-size: 15px;
  color: #585858;
  line-height: 26px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* 其它 */
.about-box {}

.about-box .bg {
  min-height: 800px;
  background-image: url(../img/69153e21120d.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom center;
}

.about-box .bg2 {
  background-image: url(../img/70153e21120p.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}

.about-box .content {
  width: 1300px;
  margin: 0 auto;
  padding: 80px;
  min-height: 500px;
}

.about-box .swiper.s9 {
  margin-top: 80px;
}

.about-box .swiper-button-next.s9,
.about-box .swiper-button-prev.s9 {
  background-color: #ffffff;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  color: #c52525;
  outline: none;
  box-shadow: 0 0 5px rgba(73, 73, 73, 0.3);
}

.about-box .swiper-button-next.s9:after,
.about-box .swiper-button-prev.s9:after {
  font-size: 22px;
  font-weight: bold;
}


.about-box .swiper.s9 .swiper-slide {
  box-sizing: border-box;
  padding: 0 100px;
}

.about-box .swiper.s9 .swiper-slide img {
  width: 100%;
}

.about-box .columns {
  max-width: 1300px;
}

.about-box .columns ul {
  box-shadow: 0 0 10px 5px rgba(216, 216, 216, 0.4);
  margin-bottom: 50px;
  display: inline-block;
}

.about-box .columns li {
  width: 325px;
  height: 100px;
  float: left;
  position: relative;
}

.about-box .columns li a {
  display: block;
  height: 100px;
}

.about-box .columns li span {
  display: block;
  font-size: 32px;
  text-align: center;
  padding-top: 18px;
}

.about-box .columns li strong {
  display: block;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.about-box .columns li a:hover {
  background-color: #c52525;
  color: #ffffff;
  transition: none;
}

.about-box .columns li:after {
  content: '';
  height: 40px;
  width: 1;
  border-right: 2px solid #c2c2c2;
  position: absolute;
  top: 30px;
  left: -1px;
}

.about-box .columns li:first-child:after {
  content: '';
  border: none;
}

.search-list .search {
  width: 1300px;
  padding: 10px 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.search-list .search .search-form {
  height: 50px;
  width: 500px;
  background-color: #f3f3f3;
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  overflow: hidden;
}

.search-list .search .search-form .ipt {
  height: 50px;
  line-height: 50px;
  float: left;
  border: none;
  background: none;
  outline: none;
  padding: 0 20px;
  width: 70%;
  font-size: 16px;
}

.search-list .search .search-form .btn {
  height: 50px;
  float: right;
  width: 20%;
  border: none;
  background: none;
  background-color: #c52929;
  font-size: 16px;
  color: #ffffff;
  outline: none;
  cursor: pointer;
}

.search-list .search .search-form .btn:hover {
  background-color: #9e1d1d;
}

.search-list .list {
  width: 1300px;
  padding: 10px 0;
  margin: 0 auto;
}

.search-list .list li {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #a5a5a5;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-list .list li a {
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
}

.search-list .list li a:hover {
  color: #c52929;
}

.search-list .list li span {
  flex-shrink: 0;
  color: #999999;
}

/* - */

.slider {
  position: fixed;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  z-index: 999;
}

.slider .item {
  height: 60px;
  width: 60px;
  background-color: #fffafa;
  border-radius: 60px;
  margin: 20px 0;
  position: relative;
}

.slider .item .iconfont {
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  line-height: 60px;
  border-radius: 60px;
  color: #c52525;
  font-size: 30px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.slider .item .iconfont:hover {
  background-color: #c52525;
  color: #ffffff;
}

.slider .item .popover {
  display: none;
  height: 150px;
  width: 120px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
  position: absolute;
  left: -160px;
  top: 0;
  padding: 10px;
}

.slider .item:hover .popover {
  display: block;
}

.slider .item .popover img {
  height: 120px;
  width: 120px;
}

.slider .item .popover .name {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

/* 组织架构 */
.structure_tab {
  height: 44px;
  border-bottom: 6px solid #ebebeb;
  position: relative;
  margin-bottom: 50px;
}

.structure_tab .box {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  height: 50px;
}

.structure_tab .structure_btn {
  float: left;
  display: block;
  height: 50px;
  width: 220px;
  background-color: #ebebeb;
  border-radius: 6px 6px 0 0;
  margin-right: 20px;
  line-height: 50px;
  text-align: center;
  color: #474747;
}

.structure_tab .structure_btn.ing {
  color: #ffffff;
  background-color: #b42a2a;
  background-image: linear-gradient(to bottom right, #dc5252, #711212);
}

.structure_content {
  display: none;
}

.structure_content img {
  display: block;
  margin: 0 auto;
}