#commonHeader {
  display: none;
}
.index-main {
  /*数据*/
  /*会员*/
}
.index-main .index-top-box {
  background-image: url("../img_old/index/index_top_bg.png");
  background-size: 100% 100%;
  background-color: #1d48b5;
  height: 460px;
  position: relative;
}
.index-main .index-top-box .header1 {
  background-color: rgba(1, 1, 1, 0.06);
  position: static;
  box-shadow: none;
}
.index-main .index-top-box .header1 .r-item {
  color: #ffffff;
  margin-top: 0;
}
.index-main .index-top-box .header1 .r-item:hover {
  color: #ffffff;
}
.index-main .index-top-box .header1 .r-item:hover i {
  display: inline-block;
  color: #ffffff;
}
.index-main .index-top-box .header1 .r-item.r-item2:hover .user-avatar .hd-title {
  color: #ffffff;
}
.index-main .index-top-box .header1 .r-item.r-item2 .user-avatar .hd-title {
  color: #ffffff;
}
.index-main .index-top-box .header1 .r-item i {
  color: #ffffff;
}
.index-main .index-top-box .header1 .r-item .line {
  background-color: #99B9E1;
}
.index-main .index-top-box .header1 .r-item.bdiuier {
  line-height: 36px;
  height: 36px;
  background-color: #3d63d1;
  border-radius: 4px;
  padding: 0 10px;
  display:none;
}
.index-main .index-top-box .header1 .r-item.bdiuier a {
  color: #fff;
  font-size: 14px;
}
.index-main .index-top-box .header1 .r-item.bdiuier a span {
  margin-right: 5px;
  vertical-align: middle;
}
.index-main .index-top-box .header1 .r-item.bdiuier a.yjfbf {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}
.index-main .index-top-box .header1 .r-item.bdiuier a.yjfbf span {
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url("/static/img_old/index/yjfbde.png") no-repeat;
  background-size: 100% 100%;
}
.index-main .index-top-box .header1 .r-item.bdiuier a.xxdef {
  padding-left: 15px;
}
.index-main .index-top-box .header1 .r-item.bdiuier a.xxdef span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/static/img_old/index/xxdfs.png") no-repeat;
  background-size: 100% 100%;
}
.index-main .index-top-box .top-slogan {
  padding: 42px 0 39px 0;
}
.index-main .index-top-box .top-slogan img {
  width: 338px;
}
.index-main .index-top-box .search-box {
  width: 1200px;
  margin: 0 auto;
  padding-left: 156px;
  box-sizing: border-box;
}
.index-main .index-top-box .search-box .search-top {
  text-align: left;
  margin-bottom: 20px;
}
.index-main .index-top-box .search-box .search-top .search-item {
  display: inline-block;
  padding: 6px;
  color: white;
  font-size: 14px;
  margin-right: 20px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.index-main .index-top-box .search-box .search-top .search-item:last-child:before {
  width: 0;
}
.index-main .index-top-box .search-box .search-top .search-item:before {
  position: absolute;
  right: -14px;
  bottom: 10px;
  opacity: 0.6;
  content: '';
  width: 2px;
  height: 15px;
  background-color: #ffffff;
}
.index-main .index-top-box .search-box .search-top .active {
  background-color: white;
  color: #006cd9;
  position: relative;
}
.index-main .index-top-box .search-box .search-top .active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 50%;
  margin-right: -5px;
  height: 10px;
  width: 10px;
  background-color: white;
  transform: rotate(45deg);
}
.index-main .index-top-box .search-box .search-top .active-hover {
  background-color: white;
  color: #006cd9;
  position: relative;
}
.index-main .index-top-box .search-box .search-top .active-hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 50%;
  margin-right: -5px;
  height: 10px;
  width: 10px;
  background-color: white;
  transform: rotate(45deg);
}
.index-main .index-top-box .search-box .search-input {
  width: 888px;
  position: relative;
  box-shadow: 0px 3px 6.6px 0.4px rgba(28, 74, 154, 0.54);
}
.index-main .index-top-box .search-box .search-input input {
  width: 888px;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  font-size: 16px;
  color: #333333;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 3px 6.6px 0.4px rgba(28, 74, 154, 0.54);
  outline: none;
}
.index-main .index-top-box .search-box .search-input input:focus {
  border: none;
}
.index-main .index-top-box .search-box .search-input input:-ms-input-placeholder,
.index-main .index-top-box .search-box .search-input textarea:-ms-input-placeholder {
  color: #888888;
}
.index-main .index-top-box .search-box .search-input input::-webkit-input-placeholder,
.index-main .index-top-box .search-box .search-input textarea::-webkit-input-placeholder {
  color: #888888;
}
.index-main .index-top-box .search-box .search-input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888888;
  opacity: 1;
}
.index-main .index-top-box .search-box .search-input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity: 1;
}
.index-main .index-top-box .search-box .search-input .search-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 130px;
  border-radius: 0px 4px 4px 0px;
  background-color: #4285f4;
  color: white;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
}
.index-main .index-top-box .search-box .search-input .search-btn i {
  font-size: 20px;
  margin-right: 5px;
}
.index-main .index-top-box .search-box .search-heat {
  margin: 20px 0;
  width: 888px;
  box-sizing: border-box;
  color: white;
  text-align: left;
  font-size: 15px;
}
.index-main .index-top-box .search-box .search-heat .type {
  display: inline-block;
  color: #ffffff;
}
.index-main .index-top-box .search-box .search-heat a {
  color: #e0e0e0;
  margin-right: 10px;
}
.index-main .index-top-box .dioiur {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 60px;
  background: rgba(35, 40, 60, 0.6);
}
.index-main .index-top-box .dioiur .dieoird {
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  margin-left: 10px;
  width: 1210px;
}
.index-main .index-top-box .dioiur .dieoird li {
  line-height: 60px;
  width: 25%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
.index-main .index-top-box .dioiur .dieoird li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}
.index-main .index-top-box .dioiur .dieoird li a img {
  margin-right: 8px;
  width: 33px;
}
.index-main .index-top-box .dioiur .dieoird li a i {
  width: 16px;
  height: 16px;
  background: url("/static/img_old/jiantouEr.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 7px;
}
.index-main .index-top-box .dioiur .dieoird li a:hover {
  background: #4285f4;
}
.index-main .index-top-box .duieoLi {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 70px;
  background: rgba(43, 65, 101, 0.3);
}
.index-main .index-top-box .duieoLi .dieoird {
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(225, 225, 225, 0.2);
  box-sizing: border-box;
  width: 1200px;
  height: 70px;
}
.index-main .index-top-box .duieoLi .dieoird li {
  height: 70px;
  line-height: 70px;
  width: 33.33333333%;
  font-size: 14px;
  color: #fff;
  border-left: 1px solid rgba(225, 225, 225, 0.2);
  box-sizing: border-box;
}
.index-main .index-top-box .duieoLi .dieoird li span {
  font-size: 22px;
}
.index-main .index-menu-box {
  background-color: #F9F9F9;
  padding-bottom: 25px;
}
.index-main .index-menu-box .menu-list {
  padding-top: 25px;
  display: flex;
  width: 1200px;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin: 0 auto;
}
.index-main .index-menu-box .menu-list div {
  box-sizing: border-box;
}
.index-main .index-menu-box .menu-list .item {
  cursor: pointer;
  padding: 20px 15px;
  display: flex;
  box-sizing: border-box;
  text-align: left;
  width: 232px;
  height: 104px;
  background-color: #ffffff;
  margin-bottom: 10px;
  margin-right: 10px;
  box-shadow: 0px 3px 7.6px 0.4px rgba(221, 221, 221, 0.72);
  position: relative;
}
.index-main .index-menu-box .menu-list .item .icon-box {
  width: 64px;
}
.index-main .index-menu-box .menu-list .item .icon-box img {
  width: 100%;
}
.index-main .index-menu-box .menu-list .item .right {
  padding-left: 10px;
}
.index-main .index-menu-box .menu-list .item .right h5 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.index-main .index-menu-box .menu-list .item .right h5 i {
  font-size: 14px;
  color: #333333;
  vertical-align: text-bottom;
}
.index-main .index-menu-box .menu-list .item .right p {
  font-size: 12px;
  color: #999999;
}
.index-main .index-menu-box .menu-list .item .hot-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
}
.index-main .index-menu-box .menu-list .item .hot-menu.kdcxie {
  width: 85px;
}
.index-main .index-menu-box .menu-list .item:hover {
  box-shadow: 0px 3px 5.7px 0.3px rgba(167, 167, 167, 0.88);
}
.index-main .index-menu-box .menu-list.gundonlb {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display:none;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth {
  width: 50%;
  padding-right: 10px;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(21, 30, 56, 0.1);
  border-radius: 4px;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .headere {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  border-bottom: 1px solid #e1e1e1;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .headere span {
  width: 198px;
  height: 53px;
  background: url("/static/img_old/index/btbjyu.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: -15px;
  font-size: 22px;
  color: #fff;
  line-height: 53px;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .headere a {
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  line-height: 62px;
  display: flex;
  align-items: center;
  color: #4285f4;
  font-size: 14px;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .headere a i {
  background: url("/static/img_old/index/jb_genduo.png") no-repeat;
  width: 6px;
  height: 12px;
  background-size: 100% 100%;
  margin-left: 5px;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList {
  height: 552px;
  overflow: hidden;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a {
  display: block;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  text-align: left;
  position: relative;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .title > .jbimg {
  padding: 0 10px;
  font-style: normal;
  color: #fff;
  height: 20px;
  border-radius: 6px 0 6px 0;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .title > .jbimg.gongying {
  background: url("/static/img_old/index/jb_gyd.png") no-repeat;
  background-size: 100% 100%;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .title > .jbimg.xuqiu {
  background: url("/static/img_old/index/jb_xqd.png") no-repeat;
  background-size: 100% 100%;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .title > .jbimg.t1 {
  background: #9175e4;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .title > .jbimg.t2 {
  background: #e66f54;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .title > .jbimg.t3 {
  background: #4085f3;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .title > span {
  padding-left: 7px;
  flex: 1;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 16px;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .title .zcfbty {
  display: flex;
  align-items: center;
  width: 65%;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .title .zcfbty > .jbimg {
  width: 54px;
  height: 20px;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .title .zcfbty > .jbimg.gongying {
  background: url("/static/img_old/index/jb_gysd.png") no-repeat;
  background-size: 100% 100%;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .title .zcfbty > span {
  padding-left: 7px;
  flex: 1;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 16px;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .title .ycdje {
  position: absolute;
  right: -20px;
  top: -4px;
  width: 145px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #da872d;
  text-align: center;
  background-color: #fff8f3;
  border-radius: 12px 0px 0px 12px;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .dzsjuii {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .dzsjuii .letuid {
  display: flex;
  align-items: center;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .dzsjuii .letuid span {
  font-size: 13px;
  padding: 0 7px;
  line-height: 20px;
  border-radius: 2px;
  margin-right: 10px;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .dzsjuii .letuid span.tydzd {
  color: #4e80d9;
  background-color: #ebf2fe;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .dzsjuii .letuid span.lv {
  color: #10a050;
  background-color: #f2fbf6;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .dzsjuii .letuid span.rede {
  color: #e46763;
  background-color: #fff7f7;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .dzsjuii .letuid span.none {
  display: none;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .picList li a .dzsjuii .rcgyshij {
  font-size: 14px;
  color: #999;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .hd {
  display: block;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .hd ul {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .hd ul li {
  width: 12px;
  height: 12px;
  background: #e0e0e0;
  border-radius: 50%;
  text-indent: -999px;
  cursor: pointer;
  margin: 0 7px;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth .boxsder .picScroll-left .hd ul li.on {
  background: #9c9c9c;
}
.index-main .index-menu-box .menu-list.gundonlb .zydeWidth:last-child {
  padding-left: 10px;
  padding-right: 0;
}
.index-main .index-menu-box .swiper-container {
  padding-top:30px;
  width: 1200px;
  margin: 0 auto;
}
.index-main .ownerEntrust {
  margin-bottom: 0;
  padding-bottom: 0;
}
.index-main .ownerEntrust .ownerBack {
  align-items: center;
  background-color: #fffcfb;
  box-shadow: 0px 0px 5px 0px rgba(221, 221, 221, 0.38);
  border: solid 1px #fbece9;
  width: 100%;
  margin-right: 10px;
  display: flex;
}
.index-main .ownerEntrust .ownerBack .leftImg {
  padding-left: 15px;
  border-right: 1px solid #fbece9;
  margin-right: 20px;
  padding-right: 20px;
}
.index-main .ownerEntrust .ownerBack .rightList {
  display: flex;
  align-items: center;
  width: 78%;
}
.index-main .ownerEntrust .ownerBack .rightList .txtScroll-top {
  overflow: hidden;
  position: relative;
  border-right: 1px solid #fbece9;
  padding: 8px 0;
  width: 50%;
}
.index-main .ownerEntrust .ownerBack .rightList .twoList {
  padding-left: 20px;
  border: 0;
}
.index-main .ownerEntrust .ownerBack .rightList .txtScroll-top .bd {
  overflow: hidden;
  height: 60px;
}
.index-main .ownerEntrust .ownerBack .rightList .txtScroll-top .infoList li {
  text-align: left;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}
.index-main .ownerEntrust .ownerBack .rightList .txtScroll-top .infoList li a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  color: #333333;
}
.index-main .ownerEntrust .ownerBack .rightList .txtScroll-top .infoList li .date {
  border: 1px solid #f1c7c0;
  background: #ffece9;
  color: #e56c62;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 5px;
}
.index-main .ownerEntrust .ownerBack .rightList .seeMore {
  width: 72px;
  height: 28px;
  background-color: #e1483d;
  border-radius: 2px;
  font-size: 12px;
  color: #ffffff;
  line-height: 28px;
}
.index-main .zioweo {
  padding-bottom: 0;
}
.index-main .zioweo .pacherui {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(21, 30, 56, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
}
.index-main .zioweo .pacherui .dhdeLi {
  width: 33%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding-left: 35px;
}
.index-main .zioweo .pacherui .dhdeLi .ty_left {
  width: 60px;
  height: 60px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-main .zioweo .pacherui .dhdeLi .ty_left span {
  font-size: 16px;
  padding: 0 5px;
  box-sizing: border-box;
  line-height: 16px;
}
.index-main .zioweo .pacherui .dhdeLi .ty_left.violet {
  background-color: #f2ebff;
  border: solid 2px #dfd7f0;
}
.index-main .zioweo .pacherui .dhdeLi .ty_left.violet span {
  color: #7453a4;
}
.index-main .zioweo .pacherui .dhdeLi .ty_left.danlan {
  background-color: #f3faff;
  border: solid 2px #daeaf6;
}
.index-main .zioweo .pacherui .dhdeLi .ty_left.danlan span {
  color: #1671b2;
}
.index-main .zioweo .pacherui .dhdeLi .ty_left.danhuang {
  background-color: #fff5f0;
  border: solid 2px #f2e0d6;
}
.index-main .zioweo .pacherui .dhdeLi .ty_left.danhuang span {
  color: #bd7848;
}
.index-main .zioweo .pacherui .dhdeLi .ty_left.blue {
  background-color: #f0f4ff;
  border: solid 2px #d1e1ff;
}
.index-main .zioweo .pacherui .dhdeLi .ty_left.blue span {
  color: #236de9;
}
.index-main .zioweo .pacherui .dhdeLi .rifthyu {
  padding-left: 15px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.index-main .zioweo .pacherui .dhdeLi .rifthyu a {
  font-size: 14px;
  line-height: 14px;
  color: #555;
  width: 50%;
  text-align: left;
  padding: 8px 0;
  position: relative;
}
.index-main .zioweo .pacherui .dhdeLi .rifthyu a:hover {
  color: #4285f4;
  text-decoration: underline;
}
.index-main .zioweo .pacherui .dhdeLi .rifthyu a.host:before {
  content: '';
  position: absolute;
  right: 13px;
  top: -4px;
  width: 22px;
  height: 15px;
  background: url(/static/img_old/hot1.png) no-repeat;
  background-size: 100% 100%;
}
.index-main .zioweo .pacherui .dhdeLi .rifthyu a.host.right1:before {
  right: 25px;
}
.index-main .zioweo .pacherui .dhdeLi:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e1e1e1;
  opacity: 0.5;
}
.index-main .zioweo .pacherui .dhdeLi:last-child:before {
  height: 0;
}
.index-main .index-content-box {
  background-color: #FFFFFF;
  padding-top: 28px;
  padding-bottom: 40px;
}
.index-main .index-content-box .index-zb-list {
  width: 1200px;
  margin: 0 auto;
  /*管家*/
}
.index-main .index-content-box .index-zb-list .big-tit {
  color: #333333;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 35px;
  -webkit-font-smoothing: antialiased;
}
.index-main .index-content-box .index-zb-list .top-box {
  width: 621px;
  border-bottom: solid 1px #dadcdf;
  padding-bottom: 20px;
  margin: 0 auto;
}
.index-main .index-content-box .index-zb-list .top-box .item {
  margin: 0 30px;
  color: #666666;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
}
.index-main .index-content-box .index-zb-list .top-box .item.active {
  color: #4285f4;
  position: relative;
}
.index-main .index-content-box .index-zb-list .top-box .item.active:after {
  position: absolute;
  left: 24%;
  bottom: -20px;
  content: '';
  width: 50px;
  height: 5px;
  background-color: #4285f4;
}
.index-main .index-content-box .index-zb-list .info-list {
  flex-wrap: wrap;
  margin-top: 30px;
  display: flex;
}
.index-main .index-content-box .index-zb-list .info-list .item {
  width: 382px;
  height: 140px;
  background-color: #ffffff;
  border: solid 1px #dadcdf;
  margin-right: 15px;
  box-sizing: border-box;
  padding: 15px 30px 15px 20px;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-main .index-content-box .index-zb-list .info-list .item:hover {
  box-shadow: 0px 3px 5.7px 0.3px rgba(167, 167, 167, 0.88);
  border: solid 1px #dadcdf;
}
.index-main .index-content-box .index-zb-list .info-list .item .tit {
  color: #333333;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  margin-bottom: 8px;
}
.index-main .index-content-box .index-zb-list .info-list .item .tit.tit1 {
  -webkit-line-clamp: 1;
  font-weight: normal;
}
.index-main .index-content-box .index-zb-list .info-list .item .tit .img2 {
  width: 38px;
  vertical-align: middle;
}
.index-main .index-content-box .index-zb-list .info-list .item .tit .img3 {
  width: 48px;
  vertical-align: middle;
}
.index-main .index-content-box .index-zb-list .info-list .item .tit .img4 {
  width: 70px;
  vertical-align: middle;
}
.index-main .index-content-box .index-zb-list .info-list .item .bottom {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index-main .index-content-box .index-zb-list .info-list .item .bottom .badge span {
  padding: 0 8px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
}
.index-main .index-content-box .index-zb-list .info-list .item .bottom .badge .badge-span1 {
  background-color: #ebf2fe;
  color: #337ff4;
}
.index-main .index-content-box .index-zb-list .info-list .item .bottom .badge .badge-span2 {
  color: #ed706b;
  background-color: #fdf5f5;
}
.index-main .index-content-box .index-zb-list .info-list .item .bottom .time {
  color: #999999;
  font-size: 12px;
}
.index-main .index-content-box .index-zb-list .page-nav a {
  color: #333333;
  font-size: 20px;
}
.index-main .index-content-box .index-zb-list .page-nav a:hover {
  color: #4285f4;
}
.index-main .index-content-box .index-zb-list .page-nav a:hover i {
  color: #4285f4;
}
.index-main .index-content-box .index-zb-list .page-nav a i {
  color: #333333;
  font-size: 20px;
}
.index-main .index-content-box .index-zb-list .switch-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 80px;
  margin-bottom: 30px;
  padding-top: 20px;
}
.index-main .index-content-box .index-zb-list .switch-box .item {
  cursor: pointer;
}
.index-main .index-content-box .index-zb-list .switch-box .item.active {
  position: relative;
}
.index-main .index-content-box .index-zb-list .switch-box .item.active::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: 50%;
  margin-right: -5px;
  height: 10px;
  width: 10px;
  background-color: #22283b;
  transform: rotate(45deg);
}
.index-main .index-content-box .index-zb-list .switch-box .item.active .img-steward-s {
  display: inline-block;
}
.index-main .index-content-box .index-zb-list .switch-box .item.active .img-steward {
  display: none;
}
.index-main .index-content-box .index-zb-list .switch-box .item img {
  /*width: 50%;*/
  min-height: 50px;
  max-height: 50px;
}
.index-main .index-content-box .index-zb-list .switch-box .item .img-steward-s {
  display: none;
}
.index-main .index-content-box .index-zb-list .switch-box .item .tit {
  color: #262626;
  font-size: 14px;
  margin-top: 20px;
}
.index-main .index-content-box .cotent-steward {
  width: 100%;
  height: 500px;
  background-color: #22283b;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.index-main .index-content-box .cotent-steward .between-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  box-sizing: border-box;
  padding-left: 80px;
  visibility: visible;
  margin-bottom: -718px;
  opacity: 0;
}
.index-main .index-content-box .cotent-steward .between-box.active {
  animation: mymove0 2s ease ;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .left {
  text-align: left;
}
.index-main .index-content-box .cotent-steward .between-box .left .tit-b {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 40px;
}
.index-main .index-content-box .cotent-steward .between-box .left .item {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.index-main .index-content-box .cotent-steward .between-box .left .item:after {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4285f4;
}
.index-main .index-content-box .cotent-steward .between-box .left .item .line {
  position: absolute;
  left: 2px;
  bottom: -20px;
  width: 4px;
  height: 30px;
  background-color: #161a27;
}
.index-main .index-content-box .cotent-steward .between-box .img-box {
  margin-top: 40px;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box1 {
  width: 660px;
  height: 440px;
  box-sizing: border-box;
  background: url("/static/img_old/index/index_animation2/steward1-img1.png") no-repeat left center;
  background-size: 100% 100%;
  position: relative;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box1 .steward1-img2 {
  position: absolute;
  right: 122px;
  top: 112px;
  opacity: 0;
  animation: mymove1 0.6s ease 2.7s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box1 .steward1-img3 {
  position: absolute;
  right: 187px;
  top: 69px;
  opacity: 0;
  animation: mymove1 0.6s ease 2.1s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box1 .steward1-img4 {
  position: absolute;
  left: 148px;
  top: 104px;
  opacity: 0;
  animation: mymove1 0.6s ease 1.5s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box1 .steward1-img5 {
  position: absolute;
  left: 279px;
  top: 65px;
  transform: scale(0.9);
  animation: mymove1-1 2s ease infinite;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box2 {
  width: 660px;
  height: 440px;
  box-sizing: border-box;
  background: url("/static/img_old/index/index_animation2/steward2-img1.png") no-repeat left center;
  background-size: 100% 100%;
  position: relative;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box2 .steward2-img2 {
  position: absolute;
  left: 139px;
  top: 132px;
  animation: mymove2-1 2s linear infinite;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box2 .steward2-img3 {
  position: absolute;
  left: 331px;
  top: 236px;
  animation: mymove2-2 2s linear 0.5s infinite;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box2 .steward2-img4 {
  position: absolute;
  right: 165px;
  top: 85px;
  transform: scale(1.2);
  animation: mymove2-3 2s linear 0.3s infinite;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box3 {
  width: 660px;
  height: 440px;
  box-sizing: border-box;
  background: url("/static/img_old/index/index_animation2/steward3-img1.png") no-repeat left center;
  background-size: 100% 100%;
  position: relative;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box3 .item {
  text-align: center;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box3 .item img {
  display: block;
  margin: 0 auto;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box3 .item1 {
  position: absolute;
  right: 250px;
  top: 245px;
  animation: mymove3-2 2s ease infinite;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box3 .item2 {
  position: absolute;
  right: 176px;
  top: 189px;
  animation: mymove3-3 2s ease 0.2s infinite;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box3 .item3 {
  position: absolute;
  right: 394px;
  top: 183px;
  animation: mymove3-4 2s ease 0.5s infinite;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box3 .steward3-img3 {
  position: absolute;
  left: 313px;
  top: 280px;
  opacity: 0;
  animation: mymove3-1 1s ease 1.5s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box4 {
  width: 660px;
  height: 440px;
  box-sizing: border-box;
  background: url("/static/img_old/index/index_animation2/steward4-img1.png") no-repeat left center;
  background-size: 100% 100%;
  position: relative;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box4 .steward4-img2 {
  position: absolute;
  left: 121px;
  top: 219px;
  opacity: 0;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box4 .steward4-img2.active {
  animation: mymove4-1 0.5s ease 1s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box4 .steward4-img3 {
  position: absolute;
  left: 236px;
  top: 235px;
  opacity: 0;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box4 .steward4-img3.active {
  animation: mymove4-1 0.5s ease 1.5s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box4 .steward4-img4 {
  position: absolute;
  left: 394px;
  top: 228px;
  opacity: 0;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box4 .steward4-img4.active {
  animation: mymove4-1 0.5s ease 2s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box4 .steward4-img6 {
  text-align: center;
  position: absolute;
  right: 128px;
  top: 177px;
  opacity: 0;
  animation: mymove4-2 1s ease 2.5s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box4 .steward4-img5-box {
  position: absolute;
  left: 272px;
  top: 121px;
  opacity: 0;
  animation: mymove4-4 0.8s ease 2s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box4 .steward4-img5-box .steward4-img5 {
  position: absolute;
  left: 0;
  top: 0;
  animation: mymove4-3 1.5s ease 2s infinite;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box4 .steward4-img7 {
  position: absolute;
  left: 325px;
  top: 184px;
  opacity: 0;
  animation: mymove4-4 0.8s ease 2s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box5 {
  width: 637px;
  height: 308px;
  box-sizing: border-box;
  background: url("/static/img_old/index/index_animation2/steward5-img1.png") no-repeat left center;
  background-size: 100% 100%;
  position: relative;
  margin-top: 186px;
  opacity: 0;
  animation: mymove5-1 0.3s linear 1.2s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box5 .steward5-img2 {
  position: absolute;
  left: 12px;
  top: -22px;
  opacity: 0;
  animation: mymove5-1 0.3s linear 1.5s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box5 .steward5-img3 {
  position: absolute;
  left: 13px;
  top: -51px;
  opacity: 0;
  animation: mymove5-1 0.3s linear 1.8s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box5 .item1 {
  position: absolute;
  left: 24px;
  top: -147px;
  width: 596px;
  height: 359px;
  background: url("/static/img_old/index/index_animation2/steward5-img4.png") no-repeat left center;
  background-size: 100% 100%;
  opacity: 0;
  animation: mymove5-1 0.3s linear 2.1s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box5 .item1 .steward5-img5 {
  position: absolute;
  left: 142px;
  top: 102px;
  animation: mymove5-2 2s linear 2.5s infinite;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box5 .item1 .steward5-img6 {
  position: absolute;
  right: 123px;
  top: 98px;
  animation: mymove5-3 2s linear 2.7s infinite;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box5 .item1 .steward5-img7 {
  position: absolute;
  left: 270px;
  top: 178px;
  animation: mymove5-4 2s linear 2.9s infinite;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box6 {
  width: 712px;
  height: 462px;
  box-sizing: border-box;
  background: url("/static/img_old/index/index_animation2/steward6-img1.png") no-repeat left center;
  background-size: 100% 100%;
  position: relative;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box6 .steward6-img5 {
  position: absolute;
  left: 249px;
  top: 277px;
  opacity: 0;
  animation: mymove6-1 0.3s ease 1s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box6 .steward6-img2 {
  position: absolute;
  left: 335px;
  top: 224px;
  opacity: 0;
  animation: mymove6-1 0.3s ease 1.3s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box6 .steward6-img3 {
  position: absolute;
  left: 330px;
  top: 130px;
  opacity: 0;
  animation: mymove6-1 0.3s ease 1.6s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box6 .steward6-img4 {
  position: absolute;
  left: 514px;
  top: 107px;
  opacity: 0;
  animation: mymove6-1 0.3s ease 1.9s 1;
  animation-fill-mode: forwards;
}
.index-main .index-content-box .cotent-steward .between-box .img-box.img-box6 .steward6-img6 {
  position: absolute;
  left: 393px;
  top: 38px;
  animation: mymove6-2 2s ease infinite;
}
.index-main .index-content-box2 {
  background-color: #fff;
}
.index-main .index-content-box2 .cotent-box {
  display: flex;
  display: -webkit-flex;
}
.index-main .index-content-box2 .cotent-box .left {
  min-width: 167px;
  padding-left: 48px;
  padding-right: 50px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 432px;
  padding-top: 43px;
  box-sizing: border-box;
}
.index-main .index-content-box2 .cotent-box .left .item {
  color: #666666;
  font-size: 20px;
  margin-bottom: 47px;
  cursor: pointer;
}
.index-main .index-content-box2 .cotent-box .left .item.active {
  position: relative;
  color: #4285f4;
}
.index-main .index-content-box2 .cotent-box .left .item.active:after {
  position: absolute;
  right: -57px;
  bottom: -8px;
  width: 5px;
  height: 44px;
  background-color: #4285f4;
  content: '';
}
.index-main .index-content-box2 .cotent-box .company-list {
  border-left: solid 1px #dadcdf;
  padding-left: 30px;
  display: inline-block;
  text-align: left;
}
.index-main .index-content-box2 .cotent-box .company-list .item {
  width: 330px;
  height: 143px;
  box-sizing: border-box;
  padding: 37px 20px 35px 15px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}
.index-main .index-content-box2 .cotent-box .company-list .item.item2 {
  padding-top: 22px;
}
.index-main .index-content-box2 .cotent-box .company-list .item.item2 .tit {
  margin-bottom: 4px;
}
.index-main .index-content-box2 .cotent-box .company-list .item:hover {
  background-color: #ffffff;
  box-shadow: 0px 3px 5.7px 0.3px rgba(167, 167, 167, 0.88);
}
.index-main .index-content-box2 .cotent-box .company-list .item .tit {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-main .index-content-box2 .cotent-box .company-list .item .tit.tit2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-main .index-content-box2 .cotent-box .company-list .item .tit .status {
  border: solid 1px #48b177;
  background-color: #f0fcf6;
  font-size: 12px;
  color: #10a050;
  display: inline-block;
  padding: 0 3px;
  border-radius: 2px;
}
.index-main .index-content-box2 .cotent-box .company-list .item .type {
  font-size: 12px;
  display: inline-block;
  padding: 0 3px;
  font-weight: bold;
  border-radius: 2px;
}
.index-main .index-content-box2 .cotent-box .company-list .item .type1 {
  border: solid 1px #4285f4;
  background-color: #ebf2fe;
  color: #4285f4;
}
.index-main .index-content-box2 .cotent-box .company-list .item .type2 {
  color: #ed706b;
  background-color: #fdf5f5;
  border: solid 1px #ed706b;
}
.index-main .index-content-box2 .cotent-box .company-list .item .info-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  color: #666666;
  font-size: 14px;
  margin-bottom: 5px;
}
.index-main .index-content-box2 .cotent-box .company-list .item .info-box .options:nth-child(2) {
  text-align: left;
  width: 160px;
}
.index-main .index-content-box2 .cotent-box .company-list .page-nav {
  text-align: center;
}
.index-main .index-content-box2 .cotent-box .company-list .page-nav a {
  color: #333333;
  font-size: 20px;
}
.index-main .index-content-box2 .cotent-box .company-list .page-nav a:hover {
  color: #4285f4;
}
.index-main .index-content-box2 .cotent-box .company-list .page-nav a:hover i {
  color: #4285f4;
}
.index-main .index-content-box2 .cotent-box .company-list .page-nav a i {
  color: #333333;
  font-size: 20px;
}
.index-main .index-content-box3 {
  width: 100%;
  height: 500px;
  box-sizing: border-box;
  background: url("/static/img_old/index/data_bac.png") no-repeat left center;
  background-size: 100% 100%;
}
.index-main .index-content-box3 .data-box-m {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-top: 80px;
}
.index-main .index-content-box3 .data-box-m .item {
  position: relative;
  text-align: center;
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}
.index-main .index-content-box3 .data-box-m .item.active {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 0.5s ease 0s, transform 0.8s ease 0s;
}
.index-main .index-content-box3 .data-box-m .item .blue {
  color: #4285f4;
  font-size: 43px;
  margin-top: 22px;
}
.index-main .index-content-box3 .data-box-m .item .desc {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}
.index-main .index-content-box3 .data-box-m .item .img-b1 {
  margin-top: 20px;
}
.index-main .index-content-box3 .data-box-m .item .img-b2,
.index-main .index-content-box3 .data-box-m .item .img-b3 {
  margin-top: 10px;
}
.index-main .index-content-box3 .data-box-m .item .img-b4 {
  margin-top: 40px;
}
.index-main .index-content-box4 {
  background-color: #f9f9f9;
}
.index-main .index-content-box4 .navigation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
.index-main .index-content-box4 .navigation .nav_item {
  width: 393px;
  height: 174px;
  background-color: #ffffff;
  border-radius: 2px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 24px 0  24px 14px;
}
.index-main .index-content-box4 .navigation .nav_item .nav_title {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 15px;
}
.index-main .index-content-box4 .navigation .nav_item .nav_title span {
  vertical-align: middle;
  margin-right: 8px;
}
.index-main .index-content-box4 .navigation .nav_item .nav_title img {
  width: 14px;
  vertical-align: middle;
}
.index-main .index-content-box4 .navigation .nav_item .nav_title:hover {
  color: #4285f4;
}
.index-main .index-content-box4 .navigation .nav_item .nav_title:before {
  content: "";
  width: 4px;
  height: 16px;
  background-color: #4285f4;
  position: absolute;
  top: 6px;
  left: 0;
}
.index-main .index-content-box4 .navigation .nav_item .nav {
  font-size: 14px;
  display: flex;
  margin-bottom: 10px;
}
.index-main .index-content-box4 .navigation .nav_item .nav .title {
  margin-right: 10px;
}
.index-main .index-content-box4 .navigation .nav_item .nav .title span {
  display: inline-block;
  width: 56px;
  color: #2e6dd7;
  margin-right: 0;
  cursor: pointer;
  font-weight: bold;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index-main .index-content-box4 .navigation .nav_item .nav .title img {
  width: 6px;
  vertical-align: middle;
}
.index-main .index-content-box4 .navigation .nav_item .nav .title:hover {
  color: #4285f4;
}
.index-main .index-content-box4 .navigation .nav_item .nav span {
  color: #333333;
  margin-right: 15px;
  cursor: pointer;
}
.index-main .index-content-box4 .navigation .nav_item .nav span:hover {
  color: #4285f4;
}
.index-main .index-content-box5 {
  background-color: #f9f9f9;
}
.index-main .index-content-box5 .index-zb-list .top-box {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  box-sizing: border-box;
  padding-bottom: 0px;
}
.index-main .index-content-box5 .index-zb-list .top-box .item {
  margin: 0;
  box-sizing: border-box;
  padding-bottom: 13px;
  font-size: 20px;
  color: #333333;
}
.index-main .index-content-box5 .index-zb-list .top-box .item_border {
  color: #4285f4;
  border-bottom: 4px solid #4285f4;
}
.index-main .index-content-box5 .index-zb-list .info-list {
  width: 1200px;
  height: 472px;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 1px rgba(196, 196, 196, 0.29);
  border-radius: 2px;
  border: solid 1px #ecedee;
  box-sizing: border-box;
  padding: 30px;
  overflow-y: scroll;
}
.index-main .index-content-box5 .index-zb-list .info-list .list-item {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.index-main .index-content-box5 .index-zb-list .info-list .list-item .title {
  width: 60px;
  margin-right: 40px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.index-main .index-content-box5 .index-zb-list .info-list .list-item .title-hover a {
  color: #333333;
}
.index-main .index-content-box5 .index-zb-list .info-list .list-item .title-hover a:hover {
  color: #4285f4;
}
.index-main .index-content-box5 .index-zb-list .info-list .list-item .info {
  width: 1038px;
}
.index-main .index-content-box5 .index-zb-list .info-list .list-item .info div {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 15px;
  cursor: pointer;
}
.index-main .index-content-box5 .index-zb-list .info-list .list-item .info div a {
  font-size: 16px;
  color: #666666;
}
.index-main .index-content-box5 .index-zb-list .info-list .list-item .info div a:hover {
  color: #4285f4;
}
.index-main .index-content-box5 .index-zb-list .info-list .list-industry {
  box-sizing: border-box;
  text-align: left;
}
.index-main .index-content-box5 .index-zb-list .info-list .list-industry div {
  display: inline-block;
  font-size: 16px;
  color: #333;
  width: 370px;
  margin-bottom: 20px;
  text-align: left;
  cursor: pointer;
}
.index-main .index-content-box5 .index-zb-list .info-list .list-industry div a {
  color: #333;
}
.index-main .index-content-box5 .index-zb-list .info-list .list-industry div a:hover {
  color: #2485fc;
}
.index-main .index-content-box5 .index-zb-list .company-item {
  margin-top: 30px;
  width: 1200px;
  height: 472px;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 1px rgba(196, 196, 196, 0.29);
  border-radius: 2px;
  border: solid 1px #ecedee;
  display: flex;
  flex-wrap: wrap;
}
.index-main .index-content-box5 .index-zb-list .company-item .list-company {
  width: 400px;
  height: 157px;
  text-align: left;
  box-sizing: border-box;
  padding: 30px 0 0 50px;
  border-bottom: 1px solid #f3f3f3;
}
.index-main .index-content-box5 .index-zb-list .company-item .list-company .company_item {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.index-main .index-content-box5 .index-zb-list .company-item .list-company .company_item:hover .com-title span:first-child {
  color: #2485fc;
}
.index-main .index-content-box5 .index-zb-list .company-item .list-company .company_item .com-title span {
  font-size: 14px;
  color: #999999;
  margin-left: 18px;
  font-weight: lighter;
  display: inline-block;
  vertical-align: middle;
}
.index-main .index-content-box5 .index-zb-list .company-item .list-company .company_item .com-title span:first-child {
  margin-left: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  max-width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main .index-content-box5 .index-zb-list .company-item .list-company .company_item .com-people,
.index-main .index-content-box5 .index-zb-list .company-item .list-company .company_item .com-people {
  font-size: 14px;
  color: #999999;
  margin-top: 16px;
}
.index-main .index-content-box5 .index-zb-list .company-item .list-company:not(:nth-child(3n+3)) .company_item:after {
  content: "";
  width: 1px;
  height: 60px;
  background-color: #f3f3f3;
  position: absolute;
  top: 20px;
  right: 0;
}
.index-main .index-content-box5 .index-zb-list .company-item .list-company .line {
  display: inline-block;
  width: 1px;
  height: 60px;
  background-color: #f3f3f3;
  margin-top: 50px;
}
.index-main .index-content-box5 .index-zb-list .hot-layer {
  margin-top: 30px;
  width: 1200px;
  height: 472px;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 1px rgba(196, 196, 196, 0.29);
  border-radius: 2px;
  border: solid 1px #ecedee;
  box-sizing: border-box;
  padding: 20px 0 0 40px;
  text-align: left;
}
.index-main .index-content-box5 .index-zb-list .hot-layer a {
  display: inline-block;
  width: 226px;
  font-size: 16px;
  color: #333333;
  text-align: left;
  margin-bottom: 18px;
  cursor: pointer;
}
.index-main .index-content-box5 .index-zb-list .hot-layer a:hover {
  color: #2485fc;
}
.index-main .index-content-box5 .index-zb-list .hot-layer a .lay_name {
  width: 165px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-main .vip-box {
  width: 100%;
  height: 112px;
  line-height: 112px;
  background-image: linear-gradient(90deg, #1e6ce3 0%, #337ff4 84%), linear-gradient(#337ff4, #337ff4);
  text-align: center;
}
.index-main .vip-box .text-big {
  display: inline-block;
  color: #ffffff;
  font-size: 32px;
  margin-right: 30px;
}
.index-main .vip-box .text-small {
  color: #ffffff;
  font-size: 22px;
  margin-right: 72px;
  display: inline-block;
}
.index-main .vip-box .btn {
  display: inline-block;
  width: 136px;
  height: 40px;
  border-radius: 2px;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  vertical-align: super;
}
.index-main .vip-box .btn:hover {
  background: #fff5f5;
  color: #4285f4;
}
.yjfbyyu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.yjfbyyu .tydewid {
  width: 500px;
  height: 400px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(7, 1, 2, 0.35);
  border-radius: 8px;
  padding: 0 30px;
  box-sizing: border-box;
}
.yjfbyyu .tydewid .head {
  font-size: 22px;
  color: #333;
  padding-top: 15px;
  position: relative;
}
.yjfbyyu .tydewid .head span {
  position: absolute;
  right: -10px;
  top: 20px;
  color: #c1c1c1;
  cursor: pointer;
}
.yjfbyyu .tydewid .formmData {
  padding-top: 30px;
}
.yjfbyyu .tydewid .formmData li {
  text-align: left;
  margin-bottom: 20px;
}
.yjfbyyu .tydewid .formmData li p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.yjfbyyu .tydewid .formmData li p i {
  color: #df2d2d;
  font-style: normal;
}
.yjfbyyu .tydewid .formmData li input {
  height: 41px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e1e1e1;
  outline: none;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
}
.yjfbyyu .tydewid .formmData li textarea {
  height: 101px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e1e1e1;
  outline: none;
  padding: 10px;
  width: 100%;
  resize: none;
  box-sizing: border-box;
}
.yjfbyyu .tydewid .formmData li input::-webkit-input-placeholder {
  color: #999999;
}
.yjfbyyu .tydewid .formmData li input::-moz-input-placeholder {
  color: #999999;
}
.yjfbyyu .tydewid .formmData li input::-ms-input-placeholder {
  color: #999999;
}
.yjfbyyu .tydewid .formmData li textarea::-webkit-input-placeholder {
  color: #999999;
}
.yjfbyyu .tydewid .formmData li textarea::-moz-input-placeholder {
  color: #999999;
}
.yjfbyyu .tydewid .formmData li textarea::-ms-input-placeholder {
  color: #999999;
}
.yjfbyyu .tydewid .cyuid {
  height: 48px;
  line-height: 48px;
  background-color: #5485ec;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.yjfbyyu.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom_down {
  position: fixed;
  z-index: 100;
  height: 60px;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -140px;
  left: 0;
}
.bottom_down.active {
  bottom: 0;
}
.bottom_down .may-bot {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  z-index: 99;
  cursor: pointer;
}
.bottom_down .may-bot .bg-img-box {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
}
.bottom_down .may-bot .bg-img-box img {
  min-width: 100%;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.bottom_down .may-bot .may-ewms {
  position: absolute;
  right: calc(50% - 586px);
  top: -82px;
}
.bottom_down .may-bot .qr-bot-img {
  position: absolute;
  width: 126px;
  height: 124px;
  bottom: 8px;
  left: calc(50% + 600px);
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 106px;
}
.bottom_down .may-bot .qr-bot-img .qr-code {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100px;
  height: 100px;
}
.bottom_down .zx {
  position: absolute;
  right: 16px;
  bottom: 18px;
  z-index: 99;
  cursor: pointer;
}
.bottom_down .bottom_down_hide {
  position: fixed;
  bottom: 50px;
  left: -120px;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bottom_down .bottom_down_hide.active {
  left: 0;
}
.psioeFixed {
  position: fixed;
  left: 10%;
  top: 60%;
  z-index: 999;
  display: none;
}
.liveFixed{
  position: fixed;
  left: 11%;
  top: 75%;
  z-index: 999;
  display: none;

}
.liveFixedactive{
  display: block;
}

.liveFixed img{
  width: 109px;
  height: 115px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  display: none;
}
.modal.delegt .modal-main {
  width: auto;
  background: none;
}
.modal.active {
  display: block;
}
.modal.active .modal-main {
  top: 50%;
  opacity: 1;
}
.modal .modal-main {
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 200ms;
}
@-webkit-keyframes mymove0 {
  from {
    margin-bottom: -300px;
    opacity: 0;
  }
  to {
    margin-bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes mymove1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mymove1-1 {
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes mymove2-1 {
  50% {
    top: 110px;
  }
  100% {
    top: 132px;
  }
}
@-webkit-keyframes mymove2-2 {
  50% {
    top: 216px;
  }
  100% {
    top: 236px;
  }
}
@-webkit-keyframes mymove2-3 {
  50% {
    top: 110px;
  }
  100% {
    top: 85px;
  }
}
@-webkit-keyframes mymove3-1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
    top: 245px;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    top: 280px;
  }
}
@-webkit-keyframes mymove3-2 {
  50% {
    top: 230px;
  }
  100% {
    top: 245px;
  }
}
@-webkit-keyframes mymove3-3 {
  50% {
    top: 174px;
  }
  100% {
    top: 189px;
  }
}
@-webkit-keyframes mymove3-4 {
  50% {
    top: 168px;
  }
  100% {
    top: 183px;
  }
}
@-webkit-keyframes mymove4-1 {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mymove4-2 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
    top: 150px;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    top: 177px;
    transform: scale(1.1);
  }
}
@-webkit-keyframes mymove4-3 {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove4-4 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mymove5-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mymove5-2 {
  50% {
    top: 80px;
  }
  100% {
    top: 102px;
  }
}
@-webkit-keyframes mymove5-3 {
  50% {
    top: 70px;
  }
  100% {
    top: 98px;
  }
}
@-webkit-keyframes mymove5-4 {
  50% {
    top: 150px;
  }
  100% {
    top: 178px;
  }
}
@-webkit-keyframes mymove6-1 {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mymove6-2 {
  50% {
    top: 10px;
  }
  100% {
    top: 38px;
  }
}
