#web {
  height: 100%;
  width: 100%;
  min-height: 600px;
  /*overflow: hidden;*/
  min-width: 1400px;
  position: relative;
}

.webTop {
  height: 100%;
  position: relative;
  background-image: url("../img/bgcImg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.topTitle {
  height: 60px;
  background-color: #000;
}

.leftTop,
.leftButtom,
.rightTop,
.rightCenter,
.rightBottom {
  background-image: url("../img/smallBgc.png");
  background-size: 100% 100%;
}

.leftTop,
.rightTop,
.rightCenter {
  margin-bottom: 8px;
}

.topTitle img {
  width: 120px;
  height: 32px;
}

.topChart {
  width: 100%;
  height: 100%;
  padding-top: 6px;

  /*background-position: bottom left;*/
  /*background-color: #03052D;*/
}

.leftChart,
.rightChart {
  border-top: 1px solid #3aefff;
}

.l_c_title {
  height: 46px;
  margin-left: 5%;
  position: relative;
}

.l_c_title p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.l_c_title .direct {
  height: 18px;
  width: 20px;
  margin-right: 8px;
}

.deepLine {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
}

.c_c_top {
  height: 10%;
  min-height: 70px;
  width: 100%;
  margin: 0 auto;
  background-image: url("../img/titleImg.png");
  background-size: 100% 100%;
}

.c_c_top .c_title {
  /*background-image: url('../img/bgcTitle.png');*/
  /*background-size:100% 100%;*/
}

.l_title,
.c_title,
.r_title {
  height: 100%;
  /*background-color: #00021E;*/
  line-height: 48px;
  text-align: center;
}

.c_title {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 600;
}

.l_title,
.r_title {
  font-size: 14px;
  font-weight: 600;
  color: rgba(134, 186, 246, 1);
}

.logisticsLevel {
  height: 80px;
}

.logisticsLevel img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

.logisticsLevel span {
  font-weight: 600;
}

.logisticsLevel span,
.logisticsLevel font {
  color: #fff;
  font-size: 16px;
}

.cityTitle {
  color: #40f3f5;
  position: absolute;
}

.count {
  background: #010321;
}

.count li {
  width: 32%;
  display: inline-block;
  text-align: center;
  padding: 10px 0 10px 0;
}

.park {
  background: rgba(1, 3, 33, 0.8);
  border-top: 1px solid #357fda;
}

.park li {
  overflow: hidden;
  /*height: 40px;*/
  display: flex;
  width: 96%;
  margin: 0 auto;
  margin-top: 2px;
  min-height: 40px;
  background-color: #020d35;
  align-items: center;
}

.park li img {
  width: 20px;
  height: 20px;
  float: left;
}

.park li p {
  float: left;
}

.parkType {
  overflow: hidden;
}

.parkType li {
  width: 20%;
}

.parkType li font {
  margin-bottom: 8px;
}

.parkType li font,
.parkType li span {
  font-size: 12px;
}

.parkType li span {
  color: #fff;
}

.parkRate li {
  width: 33.33%;
}

.parkRate li img {
  margin-right: 10px;
}

.parkRate li span,
.parkRate li font {
  color: #fff;
  /*margin-bottom: 8px;*/
  font-size: 12px;
}

.map {
  position: relative;
}

.back {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  display: none;
}

.demonstration,
.demonstrationed {
  width: 136px;
  padding-right: 12px;
  height: 54px;
  white-space: nowrap;
  position: absolute;
  background-image: url("../img/demonstrationImg.png");
  background-size: 100% 100%;
}

.demonstration img,
.demonstrationed img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-left: 6px;
}

.demonstration span,
.demonstrationed span {
  color: #40f3f5;
  font-size: 24px;
  font-weight: 600;
  margin-top: -5px;
}

.demonstration font,
.demonstrationed font {
  color: #fff;
  font-size: 12px;
}

.demonstration {
  top: 80px;
  left: 5%;
}

.demonstrationed {
  top: 80px;
  left: calc(5% + 146px);
}

.guideIcon {
  text-align: center;
  position: absolute;
  left: 5%;
  bottom: 9%;
  width: 60px;
  height: 112px;
  background: rgba(89, 137, 214, 1);
  border-radius: 100px;
  box-sizing: border-box;
  padding: 12px 12px 10px 12px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.guideIcon .consultationIcon {
  width: 34px;
}

.guideIcon:hover .guideText {
  display: block;
}

.guideIcon .guideText {
  position: absolute;
  right: -388px;
  top: 0;

  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  box-sizing: border-box;
  padding: 6px 20px;

  display: none;
}

.guideIcon .guideText .title {
  font-size: 18px;
  font-weight: 600;
  color: rgba(89, 137, 214, 1);
  margin-bottom: 4px;
  margin-bottom: 0;
}
.guideIcon .guideText .infoLine {
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-weight: 600;
}
.guideIcon .guideText .infoLine .name {
  font-size: 14px;
  width: 46px;
  white-space: nowrap;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  color: rgba(74, 74, 74, 1);
}

.guideIcon .guideText::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent white transparent transparent;

  position: absolute;
  top: 10%;
  left: -20px;
  line-height: 0;
}
.back button {
  cursor: pointer;
  background-color: inherit;
  color: #fff;
}

.countNum {
  position: absolute;
  top: 10px;
  left: 5%;
  /*width: 120px;*/
}

.countNum p {
  color: #86baf6;
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 1px;
  padding-right: 16px;
}

.countNum ul {
  height: 30px;
  background: rgba(89, 137, 214, 0.24);
}

.countNum li {
  width: 20%;
  display: inline-block;
  text-align: center;
  /* padding: 2px 0 2px 0; */
  /* flex: 1; */
  /*height: 100%;*/
  line-height: 30px;
  color: #fff;
  overflow: auto;
  background-image: url("../img/count.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.includ {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
}

.boxHead,
.boxDetail {
  width: 100%;
  /*background:rgba(0,63,114,0.9);*/
  position: relative;
}

.boxHead {
  /*background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.6) 18px, rgba(0,63,114,0.9) 0%);
        background: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.6) 18px, rgba(0,63,114,0.9) 0%);
        background: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.6) 18px, rgba(0,63,114,0.9) 0%);
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 18px, rgba(0,63,114,0.9) 0%) top left, linear-gradient(-135deg, rgba(0, 0, 0, 0.6) 18px, rgba(0,63,114,0.9) 0) top right;background-size: 50% 50%; background-repeat: no-repeat;
		*/
}

.closeList {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 21px;
  right: 22px;
}

.listTitle {
  text-align: center;
  font-size: 26px;
  color: #fff;
  margin-bottom: 0;
  line-height: 66px;
  background: -webkit-gradient(
    linear,
    0 100%,
    0 0,
    from(rgba(20, 49, 103, 0)),
    color-stop(0.48, rgba(64, 106, 186, 0.31)),
    to(rgba(19, 48, 103, 0))
  );
  background: -webkit-linear-gradient(90deg, rgba(20, 49, 103, 0) 0%, rgba(64, 106, 186, 0.31) 48%, rgba(19, 48, 103, 0) 100%);
  background: -moz-linear-gradient(90deg, rgba(20, 49, 103, 0) 0%, rgba(64, 106, 186, 0.31) 48%, rgba(19, 48, 103, 0) 100%);
  background: -o-linear-gradient(90deg, rgba(20, 49, 103, 0) 0%, rgba(64, 106, 186, 0.31) 48%, rgba(19, 48, 103, 0) 100%);
  background: linear-gradient(90deg, rgba(20, 49, 103, 0) 0%, rgba(64, 106, 186, 0.31) 48%, rgba(19, 48, 103, 0) 100%);
}

.logisBox {
  background-color: rgba(75, 75, 180, 0.466);
  background: linear-gradient(136deg, transparent 2.1%, #121984 0) top left, linear-gradient(-136deg, transparent 2%, #121984 0) top right,
    linear-gradient(-40deg, transparent 2.2%, #121984 0) bottom right, linear-gradient(43deg, transparent 2.3%, #121984 0) bottom left;
  margin: 100px auto;
  background-repeat: no-repeat;
  background-size: 50.05% 50.15%;
  position: relative;
}

.borderImg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.mask .icon-times {
  font-size: 36px;
  color: #fff;
}

.boxDetail ul {
  max-height: 360px;
  overflow-y: auto;
  /*background:rgba(0,63,114,0.7);*/
}

.boxDetail ul::-webkit-scrollbar {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: rgba(0, 63, 114, 0.9);
  width: 0px;
}

.boxDetail ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #eee;
  width: 8px;
}

.boxDetail ul li {
  box-sizing: border-box;
  height: 120px;
}

.boxDetail ul li:last-child {
  border-right: none;
}

.Dimg {
  margin-left: 8%;
}

.Dimg img {
  height: 80%;
  width: 80%;
}

.name,
.addr,
.phone,
.tips {
  color: #fff;
  padding: 4px 0;
}

.name {
  font-size: 16px;
  line-height: 32px;
}

.addr {
  padding-right: 4px;
}

.addr,
.phone,
.tips {
  font-size: 12px;
}

.phone .icon-phone {
  font-size: 12px;
  margin-right: 4px;
}

.tips span {
  padding: 0 4px;
  display: inline-block;
  margin-right: 4px;
}

@-webkit-keyframes page-next {
  from {
    bottom: 1%;
  }

  to {
    bottom: 2%;
  }
}

.nextPage {
  display: inline-block;
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 1%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  font-size: 0;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  animation: page-next 0.8s infinite alternate;
  -webkit-animation: page-next 0.8s infinite alternate;
}

.nextPage:hover .icon-angle-down {
  color: #ff5050;
}

.icon-angle-down {
  color: #fff;
  font-size: 32px;
}

.join-by-img > div {
  position: relative;
  overflow: hidden;
}

.join-by-img > div:hover .needKnow {
  left: -20%;
  transition: all 0.3s linear;
}

.needKnow {
  position: absolute;
  top: 10%;
  left: 5%;
  transition: all 0.3s linear;
}

.needKnow p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.needKnow span {
  height: 4px;
  width: 38px;
  background-color: #5989d6;
  display: inline-block;
}

.blueBox {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 6%;
  left: -80%;
  background: rgba(89, 137, 214, 0.81);
  transition: all 0.3s linear;
}

.join-by-img > div:hover .blueBox {
  left: 0;
  transition: all 0.3s linear;
}

.blueBoxDetail {
  margin-left: 5%;
  color: #fff;
}

.blueBoxDetail h3 {
  margin-top: 5%;
  margin-bottom: 10%;
  font-weight: 600;
}

.blueBoxDetail > p {
  width: 80%;
}

.word {
  font-size: 12px;
}

.checkMore {
  text-align: right;
}

/*物流园详情*/

.park-detail-wrap {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 200;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.park-detail-wrap2 {
  display: none;
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  z-index: 200;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.park_d_c {
  height: 80%;
  width: 80%;
  margin: 0 auto;
  margin-top: 5%;
  background-color: #fff;
  overflow-y: auto;
  background-color: rgba(75, 75, 180, 0.466);
  background: linear-gradient(120deg, transparent 2.3%, rgba(250, 250, 250, 1) 0) top left,
    linear-gradient(-122deg, transparent 2.5%, rgba(250, 250, 250, 1) 0) top right,
    linear-gradient(-58deg, transparent 2.5%, rgba(250, 250, 250, 1) 0) bottom right,
    linear-gradient(59deg, transparent 2.5%, rgba(250, 250, 250, 1) 0) bottom left;
  /* margin: 100px auto; */
  background-repeat: no-repeat;
  background-size: 50.5% 50.5%;
}

.park_c {
  /*height: 80%;*/
  position: relative;
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  margin-top: 2%;
  /*overflow-y: auto;*/
}

.parkClose {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 13%;
  right: 12%;
  z-index: 200;
}

.park_d_c::-webkit-scrollbar {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: rgba(0, 63, 114, 0.9);
  width: 0px;
}

.park_d_bgc {
  width: 80%;
  height: 80%;
  position: absolute;
}

.park-detail-wrap .main-wrap {
}

.park-module {
}

.module-left {
  width: 38%;
  height: 380px;
  overflow: hidden;
  margin-right: 20px;
}

.module-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.module-left .pike {
  height: 100% !important;
}
.module-left .pike_spot {
  transform: translateX(-50%);
}

.module-right {
  width: 56%;
  padding-right: 20px;
}

.module-right .park-name {
  height: 40px;
  line-break: 40px;
  color: #333333;
}

.module-right .park-tag {
  /*height: 40px;*/
  margin-bottom: 10px;
}

.module-right .park-tag span {
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-right: 8px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 4px;
}

.module-right .park-address {
  padding-bottom: 10px;
}

.module-right .park-address .nav-btn {
  width: 74px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background-color: #5989d6;
  color: #fff;
  border-radius: 4px;
}

.module-right .park-address .nav-btn span {
  padding-right: 6px;
}

.module-right .park-address p {
  line-height: 18px;
  padding-right: 40px;
}

.park-address .p-title {
  color: #666666;
  width: 70px;
}

.park-address p {
  color: #5989d6;
  font-size: 14px;
}

.park-address .button {
  font-size: 12px;
}

.park-detail-infor .p-title {
  color: #666666;
  width: 70px;
}

.park-detail-infor .park-detail-data {
}

.park-detail-infor .park-detail-data p {
  width: 35%;
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.park-detail-infor .park-detail-data p span {
  font-size: 14px;
  color: #007cc3;
  padding-left: 10px;
}

.park-detail-phone {
  width: 100%;
  height: 100px;
  background: #cfe3ff;
  margin-top: 18px;
  margin-bottom: 23px;
}

.park-detail-infor {
  color: #007cc3;
}

.park-detail-phone .phone-infor {
  padding-left: 16px;
  padding-right: 68px;
}

.phone-infor h3 {
  height: 50px;
  line-height: 66px;
  font-size: 32px;
  font-weight: bold;
  color: #007cc3;
}

.phone-infor p {
  font-size: 16px;
  color: #007cc3;
}

.park-detail-phone span {
  color: #007cc3;
  font-size: 32px;
}

.park-detail-phone .phone-btn {
  width: 100px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: #007cc3;
  border-radius: 4px;
}

.park-contact-infor {
}

.park-contact-infor .contact-infor {
}

.park-contact-infor .contact-infor img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.park-contact-infor .contact-infor {
  width: 30.5%;
  padding-right: 10px;
}

.park-contact-infor .contact-infor .contact-phone {
  margin-left: 16px;
}

.park-contact-infor .contact-infor .contact-phone h4 {
}

.park-contact-infor .contact-infor .contact-phone h4 span {
  font-size: 12px;
  color: #333333;
  margin-right: 4px;
}

.park-contact-infor .contact-infor .contact-phone h4 em {
  display: inline-block;
  /*width: 52px;*/
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 10px;
  background: #dee7f7;
  color: #007cc3;
}

.park-contact-infor .contact-infor:nth-of-type(2) .contact-phone p {
  color: #ff6600;
}

.contact-phone p > span {
  font-size: 12px;
  margin-right: 4px;
}

.park-contact-infor .contact-infor:nth-of-type(2) h4 em {
  background: #ffe0cc;
  color: #ff6600;
}

.park-contact-infor .contact-infor:nth-of-type(3) .contact-phone p {
  color: #48b794;
}

.park-contact-infor .contact-infor:nth-of-type(3) h4 em {
  background: #daf1ea;
  color: #48b794;
}

.park-contact-infor .contact-infor .contact-phone p {
  font-size: 12px;
  color: #007cc3;
}

.park-brief-wrap {
  width: 100%;
}

.park-brief-wrap .park-brief-title {
  height: 43px;
  line-height: 48px;
  color: #5989d6;
}

.park-brief-wrap .park-brief-inner {
  width: 100%;
  border: 1px solid #e5e5e5;
  /*padding: 14px 16px;*/
  font-size: 12px;
  color: #333333;
}

.park-brief-wrap .park-brief-inner .park-brief-inner-cont {
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  /*text-indent: 2em;*/
  width: 94%;
  margin: 20px auto;
}

.park-brief-wrap .park-brief-inner .more-cont {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #007cc3;
  margin-bottom: 0;
  text-align: center;
}

.park-function-wrap {
}

.park-function-wrap .park-function-title {
  height: 50px;
  line-height: 60px;
  color: #5989d6;
}

.park-function-wrap .park-function-inner {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 14px 0;
}

.park-function-inner .fun-list {
  width: 70px;
  text-align: center;
}

.park-function-inner .fun-list img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.park-function-inner .fun-list p {
  height: 28px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 0;
}

.park-honor-wrap {
}

.park-honor-wrap {
}

.park-honor-wrap .park-honor-title {
  height: 50px;
  line-height: 60px;
  color: #5989d6;
}

.park-honor-wrap .park-honor-inner {
  width: 96%;
  padding: 14px 2%;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.park-honor-wrap .park-honor-inner img {
  width: 106px;
  height: 62px;
  white-space: nowrap;
  display: inline-block;
  margin-right: 6px;
}

.park-merchant-wrap {
}

.park-merchant-wrap .park-merchant-title {
  height: 50px;
  line-height: 60px;
  color: #5989d6;
}

.park-merchant-wrap .park-merchant-inner {
  width: 96%;
  padding: 14px 2%;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.park-merchant-wrap .park-merchant-inner .merchant-list {
  width: 30%;
  white-space: nowrap;
  margin-right: 10px;
}

.park-merchant-wrap .park-merchant-inner .merchant-list img {
  width: 88px;
  height: 88px;
  margin-right: 14px;
}

.park-merchant-wrap .park-merchant-inner .merchant-list .mer-name {
  height: 30px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
}

.park-merchant-wrap .park-merchant-inner .merchant-list .mer-area,
.park-merchant-wrap .park-merchant-inner .merchant-list .mer-user {
  line-height: 20px;
  line-height: 20px;
  margin-bottom: 0;
  color: #333333;
  font-size: 12px;
}

.park-merchant-wrap .park-merchant-inner .merchant-list .mer-user {
}

.park-merchant-wrap .park-merchant-inner .merchant-list .mer-price {
  color: #ff5252;
  font-size: 12px;
}

/*物流园详情end*/

.product-server-plan::before,
.product-server-plan::after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
  height: auto;
}

.items-list-byCollegeMain {
  justify-content: space-between;
  display: flex;
  padding-top: 15px;
}

.items-list-byCollegeMain > li {
  /* flex: 30%; */
  width: 283px;
}

.items-list-byCollegeMain > li img {
  display: block;
  width: 100%;
}

.items-list-byCollegeMain > li img.book {
  width: 64%;
}

.items-list-byCollegeMain > li p {
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  padding-top: 10px;
}

.items-list-byCollegeMain > li small {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  -mz-line-clamp: 2;
  line-clamp: 2;
  color: #666;
  -webkit-box-orient: vertical;
}

.items-list-byCollegeMain > li.talent-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 198px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 0 0 43px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 24px;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.items-list-byCollegeMain > li.talent-item a strong {
  font-size: 24px;
  color: #404040;
  margin-bottom: 5px;
}

/* .items-list-byCollegeMain>li.talent-item a::after{
	position: absolute;
	content: "";
	width: 100px;
	height: 6px;
	border: 1px solid #666;
	right: -44px;
	bottom: 0;
	transform: rotate(-45deg);
} */

/* .items-list-byCollegeMain>li.talent-item a.active{
	height: auto;
}
.items-list-byCollegeMain>li.talent-item a.active::after{
	display: none;
} */
.items-list-byCollegeMain > li.talent-item a .recruitment-infor {
  font-size: 16px;
  margin: 7px 0 42px;
  color: #a6a6a6;
  margin-bottom: 36px;
  font-family: "Microsoft Yahei Light", Lantinghei, verdana, sans-serif;
  text-align: left;
}
.items-list-byCollegeMain > li.talent-item a .btn {
  display: block;
  width: 110px;
  height: 34px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #5989d6;
  border-radius: 4px;
  font-size: 14px;
  color: #5989d6;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product-server-plan {
  margin-top: 50px;
}

.product-server-plan h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.byCollegeMain {
  min-height: 350px;
}

.baiyi-common-nav {
  /*background: #111986 !important;*/
}
.B-common-home-topbar-menu {
  /*background: #111986 !important;*/
}

.product-detail-infor {
  padding: 20px 10px;
}

.baiyi-index-partner-content span.s {
  position: absolute;
  top: 50%;
  height: 100px;
  background-color: #999;
  width: 44px;
  z-index: 1000;
  display: flex;
  align-items: center;
  margin-top: -50px;
  overflow: hidden;
}

.baiyi-index-partner-content span.s::after {
  position: absolute;
  height: 30px;
  width: 30px;
  content: "";
  border: 2px solid #fff;

  top: 50%;
  margin-top: -15px;
  left: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.baiyi-index-partner-content span.s-prev {
  left: -38px;
}
.baiyi-index-partner-content span.s-prev::after {
  left: 20px;
  border-right: none;
  border-top: none;
}
.baiyi-index-partner-content span.s-next::after {
  border-left: none;
  border-bottom: none;
}

.baiyi-index-partner-content span.s-next {
  right: -22px;
}

.product-server-plan h1 {
  height: auto;
  background-color: #fff;

  color: #052240;
  text-align: center;
  padding-bottom: 10px;
}

.product-server-plan {
  margin-top: 0;
}

.product-server-plan p {
  margin-top: 6px;
  margin-bottom: 10px;
  /* font-size: 23px; */
  /* color: #fff; */
  font-size: 18px;
  font-weight: normal;
}

.aboutMain-left .space-between li {
  font-weight: bold;
  margin-top: -12px;
}

.aboutMain-left .f14 {
  margin-top: 0;
}
/*.inputOuter .flex{*/
/*  width: 50% !important;*/
/*}*/
.selectPro {
  width: 100%;
}
.currentPro {
  width: 98%;
}
.selectCity {
  width: 50%;
}
.currentCity {
  width: 100%;
}
.aboutMain-right.flex1.by-video-product {
  height: 80%;
  margin-top: 70px;
}

/* 隐藏地图中园区电话号码 */
.hidePhone:hover::before {
  content: "扫码进入百驿图查看电话号码";
  position: fixed;
  left: 50%;
  top: 60%;
  transform: translate3d(-50%, 130px, 0);
  padding: 10px;
  z-index: 19;
  font-size: 20px;
  color: #8ac34e;
}
.hidePhone:hover::after {
  content: url("../img/baiyituqr.png");
  position: fixed;
  left: 50%;
  top: 60%;
  transform: translate3d(-50%, -50%, 0);
  padding: 10px;
  background: white;
  z-index: 9;
}
