@charset "UTF-8";
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, address,
del, em, img,
small, strong, sub, sup,
b, i, dl, dt, dd, ol, ul, li,
article, footer, header, nav, section,
time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  min-width: 1200px;
  background-color: #ffffff;
  line-height: 1;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  position: relative;
  font-size: 12px;
}

table {
  border-collapse: collapse;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #0c0c0c;
  cursor: pointer;
}

a:hover {
  color: #113f8b;
}

:focus {
  outline: 0;
}

ul, li, ol {
  list-style: none;
}

input:focus,
textarea:focus {
  outline: none;
}

input, select {
  vertical-align: middle;
}

img {
  display: block;
}

del {
  text-decoration: line-through;
}

.clear {
  border: 0;
  clear: both;
  *zoom: 1;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  content: ".";
  clear: both;
  *zoom: 1;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.wrap {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}

.wrap .text {
  float: right;
  margin-left: -5px;
  width: 100%;
  word-break: break-all;
}

.wrap::before {
  float: left;
  width: 5px;
  content: "";
  height: 40px;
}

.wrap::after {
  float: right;
  content: "...";
  height: 20px;
  line-height: 20px;
  padding-right: 5px;
  text-align: right;
  width: 3em;
  margin-left: -3em;
  position: relative;
  left: 100%;
  top: -20px;
  padding-right: 5px;
  /* 显示更好的效果 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

.fl {
  display: inline;
  float: left;
}

.fr {
  display: inline;
  float: right;
}

.ux-header {
  width: 100%;
  height: 90px;
  background: #ffffff;
}
.ux-header .container {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ux-header .container .logo {
  margin-top: 25px;
  width: 326px;
}
.ux-header .container .logo img {
  width: 326px;
  height: 54px;
}
.ux-header .container .menu-container {
  height: 90px;
}
.ux-header .container .menu-container .menus {
  height: 90px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ux-header .container .menu-container .menus .item {
  min-width: 110px;
  height: 90px;
  position: relative;
  z-index: 99;
  background: url("../img/line-slash.png") no-repeat center right;
  padding-right: 11px;
}
.ux-header .container .menu-container .menus .item a {
  min-width: 110px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ux-header .container .menu-container .menus .item h1 {
  text-align: center;
  font-size: 16px;
  color: #000000;
  margin: 0;
  padding: 0;
}
.ux-header .container .menu-container .menus .item .en {
  text-align: center;
  font-size: 8px;
  color: #999999;
  margin-top: 7px;
}
.ux-header .container .menu-container .menus .item .sub {
  display: none;
  background-color: #e53620;
  padding: 10px 50px;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 1;
}
.ux-header .container .menu-container .menus .item .sub .sub-item {
  line-height: 48px;
  border-bottom: 1px solid #ed6453;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  padding: 0 15px;
}
.ux-header .container .menu-container .menus .item .sub .sub-item a {
  color: #ffffff;
  display: block;
  min-width: 80px;
  width: auto;
  height: auto;
}
.ux-header .container .menu-container .menus .item .sub .sub-item a.w160 {
  min-width: 130px;
}
.ux-header .container .menu-container .menus .item .sub .sub-item:last-child {
  border-bottom: none;
}
.ux-header .container .menu-container .menus .item:last-child {
  background: none;
}
.ux-header .container .menu-container .menus .item.active {
  background: none;
}
.ux-header .container .menu-container .menus .item.active::after {
  min-width: 110px;
  height: 98px;
  content: "";
  position: absolute;
  background: #113f8b url("../img/triangle.png") no-repeat center 80px;
  top: 0;
  left: 0;
  z-index: -1;
}
.ux-header .container .menu-container .menus .item.active h1 {
  color: #ffffff;
}
.ux-header .container .menu-container .menus .item:hover {
  background: none;
}
.ux-header .container .menu-container .menus .item:hover::after {
  min-width: 110px;
  height: 98px;
  content: "";
  position: absolute;
  background: #e53620 url("../img/triangle2.png") no-repeat center 80px;
  top: 0;
  left: 0;
  z-index: -1;
}
.ux-header .container .menu-container .menus .item:hover h1 {
  color: #ffffff;
}
.ux-header .container .menu-container .menus .item:hover .en {
  color: #ffffff;
}
.ux-header .container .menu-container .menus .item:hover .sub {
  display: block;
}

.ux-footer {
  width: 100%;
  height: 223px;
  background-color: #113f8b;
}
.ux-footer .container {
  width: 1200px;
  height: 223px;
  margin: 0 auto;
  display: flex;
}
.ux-footer .container .left {
  width: 50%;
  padding-top: 65px;
}
.ux-footer .container .left .logo {
  display: inline-block;
}
.ux-footer .container .left .copyright {
  font-size: 14px;
  color: #9a90c7;
  margin-top: 15px;
}
.ux-footer .container .left .copyright a {
  color: #9a90c7;
}
.ux-footer .container .right {
  width: 50%;
  padding-top: 60px;
  display: flex;
  justify-content: flex-end;
}
.ux-footer .container .right .qrcode-item {
  width: 120px;
  text-align: center;
}
.ux-footer .container .right .qrcode-item .qrcode {
  width: 74px;
  height: 74px;
  margin: 0 auto;
}
.ux-footer .container .right .qrcode-item .qrcode img {
  width: 74px;
  height: 74px;
}
.ux-footer .container .right .qrcode-item .text {
  font-size: 14px;
  color: #9a90c7;
  text-align: center;
  line-height: 40px;
}

.index-swiper {
  width: 100%;
  height: 660px;
  min-width: 1200px;
  max-width: 1920px;
}
.index-swiper .swiper-wrapper {
  background-repeat: no-repeat;
  background-position: center;
}
.index-swiper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-swiper .swiper-button-next {
  right: 40px;
}
.index-swiper .swiper-button-prev {
  left: 40px;
}
.index-swiper .swiper-button-next:after,
.index-swiper .swiper-button-prev:after {
  color: #ffffff;
}

.page-block {
  width: 100%;
  min-width: 1200px;
}
.page-block .header-title {
  height: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-block .header-title .title-zh {
  font-size: 36px;
  color: #000000;
  line-height: 1.6;
}
.page-block .header-title .title-en {
  font-size: 36px;
  color: #cccccc;
  line-height: 1.6;
  font-weight: lighter;
}
.page-block .container {
  width: 1200px;
  margin: 0 auto;
}

.index-news {
  background: #ffffff;
  padding-bottom: 90px;
}
.index-news .sub-title {
  color: #000000;
  font-size: 24px;
  line-height: 60px;
}
.index-news .channel .content-container {
  display: flex;
  justify-content: space-between;
}
.index-news .channel .content-container .block1 {
  width: 540px;
  height: 330px;
}
.index-news .channel .content-container .block1 .swiper-container .swiper-slide {
  width: 540px;
  height: 330px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-news .channel .content-container .block1 .swiper-container .swiper-slide .footer {
  width: 100%;
  height: 50px;
  background-color: #000000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;
}
.index-news .channel .content-container .block1 .swiper-container .swiper-slide .title {
  width: 405px;
  font-size: 22px;
  color: #ffffff;
  line-height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news .channel .content-container .block1 .swiper-container .swiper-pagination {
  position: absolute;
  left: 405px;
  bottom: 0;
  width: 115px;
  height: 50px;
  line-height: 50px;
  text-align: right;
}
.index-news .channel .content-container .block1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #999999;
  opacity: 1;
}
.index-news .channel .content-container .block1 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}
.index-news .channel .content-container .block2 {
  width: 630px;
}
.index-news .channel .content-container .block2 .item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.index-news .channel .content-container .block2 .item:last-child {
  padding-bottom: 0;
}
.index-news .channel .content-container .block2 .item .info {
  width: 525px;
}
.index-news .channel .content-container .block2 .item .info h3 {
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #000000;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news .channel .content-container .block2 .item .info .desc {
  margin-top: 7px;
  font-size: 16px;
  color: #888888;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.index-news .channel .content-container .block2 .item .info .desc .text {
  float: right;
  margin-left: -5px;
  width: 100%;
  word-break: break-all;
}
.index-news .channel .content-container .block2 .item .info .desc::before {
  float: left;
  width: 5px;
  content: "";
  height: 48px;
}
.index-news .channel .content-container .block2 .item .info .desc::after {
  float: right;
  content: "...";
  height: 24px;
  line-height: 24px;
  padding-right: 5px;
  text-align: right;
  width: 3em;
  margin-left: -3em;
  position: relative;
  left: 100%;
  top: -24px;
  padding-right: 5px;
  /* 显示更好的效果 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
.index-news .channel .content-container .block2 .item .dt {
  width: 57px;
  height: 83px;
  background-color: #113f8b;
  text-align: center;
  padding: 0 15px;
}
.index-news .channel .content-container .block2 .item .dt .d {
  font-size: 34px;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #2b5595;
}
.index-news .channel .content-container .block2 .item .dt .ym {
  font-size: 14px;
  color: #a398d6;
  line-height: 30px;
}
.index-news .tag-container {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.index-news .tag-container .tag {
  width: 365px;
  height: 84px;
  font-size: 20px;
  color: #ffffff;
}
.index-news .tag-container .tag .text {
  line-height: 84px;
  padding: 0 30px;
}
.index-news .tag-container .tag1 {
  background: #4d88c0 url("../img/triangle3.png") no-repeat 330px center;
}
.index-news .tag-container .tag2 {
  background: #d85905 url("../img/triangle3.png") no-repeat 330px center;
}
.index-news .tag-container .tag3 {
  background: #d04b4b url("../img/triangle3.png") no-repeat 330px center;
}
.index-news .channel2 {
  display: flex;
  justify-content: space-between;
}
.index-news .channel2 .block3,
.index-news .channel2 .block4 {
  width: 550px;
}
.index-news .channel2 .block3 .item,
.index-news .channel2 .block4 .item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.index-news .channel2 .block3 .item:last-child,
.index-news .channel2 .block4 .item:last-child {
  padding-bottom: 0;
}
.index-news .channel2 .block3 .item .info,
.index-news .channel2 .block4 .item .info {
  width: 440px;
}
.index-news .channel2 .block3 .item .info h3,
.index-news .channel2 .block4 .item .info h3 {
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #000000;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news .channel2 .block3 .item .info .desc,
.index-news .channel2 .block4 .item .info .desc {
  margin-top: 7px;
  font-size: 16px;
  color: #888888;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.index-news .channel2 .block3 .item .info .desc .text,
.index-news .channel2 .block4 .item .info .desc .text {
  float: right;
  margin-left: -5px;
  width: 100%;
  word-break: break-all;
}
.index-news .channel2 .block3 .item .info .desc::before,
.index-news .channel2 .block4 .item .info .desc::before {
  float: left;
  width: 5px;
  content: "";
  height: 48px;
}
.index-news .channel2 .block3 .item .info .desc::after,
.index-news .channel2 .block4 .item .info .desc::after {
  float: right;
  content: "...";
  height: 24px;
  line-height: 24px;
  padding-right: 5px;
  text-align: right;
  width: 3em;
  margin-left: -3em;
  position: relative;
  left: 100%;
  top: -24px;
  padding-right: 5px;
  /* 显示更好的效果 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
.index-news .channel2 .block3 .item .dt,
.index-news .channel2 .block4 .item .dt {
  width: 57px;
  height: 83px;
  background-color: #113f8b;
  text-align: center;
  padding: 0 15px;
}
.index-news .channel2 .block3 .item .dt .d,
.index-news .channel2 .block4 .item .dt .d {
  font-size: 34px;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #2b5595;
}
.index-news .channel2 .block3 .item .dt .ym,
.index-news .channel2 .block4 .item .dt .ym {
  font-size: 14px;
  color: #a398d6;
  line-height: 30px;
}

.index-guihua {
  background: #f5f5f6 url("../img/guihua_bg.jpg") no-repeat center;
  padding-bottom: 90px;
}
.index-guihua .explain {
  width: 1200px;
  font-size: 16px;
  color: #555555;
  padding: 5px 0 30px 0;
  line-height: 2;
  text-align: center;
}
.index-guihua .content-container {
  display: flex;
  justify-content: space-between;
}
.index-guihua .content-container .item {
  display: flex;
  justify-content: space-between;
  height: 370px;
}
.index-guihua .content-container .item .left {
  width: 260px;
  height: 370px;
  background-color: #3c78b1;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-guihua .content-container .item .left h1 {
  padding: 0 20px;
  margin: 0;
  line-height: 1.6;
  font-size: 24px;
  color: #ffffff;
}
.index-guihua .content-container .item .right {
  width: 300px;
  height: 370px;
  background-color: #ffffff;
  border-radius: 0 5px 5px 0;
  display: none;
}
.index-guihua .content-container .item .right.show {
  display: block;
}
.index-guihua .content-container .item .right .desc {
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
  padding: 50px 50px 30px 50px;
}
.index-guihua .content-container .item .right .more {
  width: 180px;
  height: 40px;
  display: block;
  background-color: #e5e4e4;
  border: solid 1px #eeeeee;
  margin: 0 auto;
  font-size: 14px;
  color: #555555;
  text-align: center;
  line-height: 40px;
}

.index-xiangmu {
  background: #ffffff;
  padding-bottom: 90px;
}
.index-xiangmu .content-container {
  width: 1200px;
  height: 460px;
  position: relative;
}
.index-xiangmu .content-container .swiper-container {
  width: 1200px;
  height: 460px;
}
.index-xiangmu .content-container .swiper-container .swiper-slide {
  width: 570px;
  height: 460px;
  position: relative;
}
.index-xiangmu .content-container .swiper-container .swiper-slide .cover {
  width: 570px;
  height: 344px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-xiangmu .content-container .swiper-container .swiper-slide .title {
  position: absolute;
  left: 0;
  top: 310px;
  height: 50px;
  padding: 0 15px;
  background-color: #31256a;
}
.index-xiangmu .content-container .swiper-container .swiper-slide .title h3 {
  max-width: 540px;
  padding: 0;
  margin: 0;
  font-size: 24px;
  color: #ffffff;
  line-height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-xiangmu .content-container .swiper-container .swiper-slide .title h3 a {
  color: #ffffff;
}
.index-xiangmu .content-container .swiper-container .swiper-slide .title h3 a:hover {
  color: #ffffff;
}
.index-xiangmu .content-container .swiper-container .swiper-slide .desc {
  margin-top: 30px;
  font-size: 14px;
  color: #888888;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.index-xiangmu .content-container .swiper-container .swiper-slide .desc .text {
  float: right;
  margin-left: -5px;
  width: 100%;
  word-break: break-all;
}
.index-xiangmu .content-container .swiper-container .swiper-slide .desc::before {
  float: left;
  width: 5px;
  content: "";
  height: 60px;
}
.index-xiangmu .content-container .swiper-container .swiper-slide .desc::after {
  float: right;
  content: "...";
  height: 20px;
  line-height: 20px;
  padding-right: 5px;
  text-align: right;
  width: 3em;
  margin-left: -3em;
  position: relative;
  left: 100%;
  top: -20px;
  padding-right: 5px;
  /* 显示更好的效果 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
.index-xiangmu .content-container .swiper-btn-next {
  position: absolute;
  top: 162px;
  right: -50px;
  z-index: 10;
  cursor: pointer;
  background: url("../img/r.png") no-repeat center;
  width: 20px;
  height: 20px;
}
.index-xiangmu .content-container .swiper-btn-prev {
  position: absolute;
  top: 162px;
  left: -50px;
  z-index: 10;
  cursor: pointer;
  background: url("../img/l.png") no-repeat center;
  width: 20px;
  height: 20px;
}

.index-tangjian {
  background: #f5f5f6 url("../img/dangjian_bg.jpg") no-repeat center;
  padding-bottom: 30px;
}
.index-tangjian .content-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-tangjian .content-container .item {
  width: 570px;
  height: 200px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.index-tangjian .content-container .item .cover {
  width: 220px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-tangjian .content-container .item .info {
  width: 290px;
  height: 200px;
  padding: 0 20px;
}
.index-tangjian .content-container .item .info .c {
  display: inline-block;
  padding: 0 7px;
  height: 24px;
  border: solid 1px #113f8b;
  background: #ffffff;
  line-height: 24px;
  font-size: 14px;
  color: #113f8b;
  margin-top: 15px;
}
.index-tangjian .content-container .item .info .title {
  margin-top: 15px;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.index-tangjian .content-container .item .info .title .text {
  float: right;
  margin-left: -5px;
  width: 100%;
  word-break: break-all;
}
.index-tangjian .content-container .item .info .title::before {
  float: left;
  width: 5px;
  content: "";
  height: 60px;
}
.index-tangjian .content-container .item .info .title::after {
  float: right;
  content: "...";
  height: 30px;
  line-height: 30px;
  padding-right: 5px;
  text-align: right;
  width: 3em;
  margin-left: -3em;
  position: relative;
  left: 100%;
  top: -30px;
  padding-right: 5px;
  /* 显示更好的效果 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
.index-tangjian .content-container .item .info .desc {
  margin-top: 20px;
  font-size: 14px;
  color: #888888;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.index-tangjian .content-container .item .info .desc .text {
  float: right;
  margin-left: -5px;
  width: 100%;
  word-break: break-all;
}
.index-tangjian .content-container .item .info .desc::before {
  float: left;
  width: 5px;
  content: "";
  height: 40px;
}
.index-tangjian .content-container .item .info .desc::after {
  float: right;
  content: "...";
  height: 20px;
  line-height: 20px;
  padding-right: 5px;
  text-align: right;
  width: 3em;
  margin-left: -3em;
  position: relative;
  left: 100%;
  top: -20px;
  padding-right: 5px;
  /* 显示更好的效果 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

.index-huoban {
  background: #ffffff;
  padding-bottom: 90px;
}
.index-huoban .nav {
  display: flex;
  justify-content: center;
}
.index-huoban .nav .item {
  padding: 0 30px;
  cursor: pointer;
}
.index-huoban .nav .item .text {
  font-size: 18px;
  line-height: 48px;
  color: #000000;
}
.index-huoban .nav .item.active .text {
  color: #31256a;
  border-bottom: 3px solid #31256a;
}
.index-huoban .content-container {
  padding-top: 60px;
}
.index-huoban .content-container .huoban-item-content {
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index-huoban .content-container .huoban-item-content.show {
  display: flex;
}
.index-huoban .content-container .huoban-item-content .item {
  display: block;
  width: 200px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  margin-right: 40px;
}
.index-huoban .content-container .huoban-item-content .item.hide {
  display: none;
}
.index-huoban .content-container .huoban-item-content .more {
  width: 48px;
  height: 48px;
  background: url("../img/more.png") no-repeat center;
  margin: 0 auto;
  cursor: pointer;
  display: none;
}

/*# sourceMappingURL=index.css.map */
