.bread {
  width: 1920px;
  height: 55px;
  box-sizing: border-box;
  padding-left: 210px;
  padding-top: 21px;
  color: #999999;
  font-weight: lighter; }

.active {
  background-image: url("../../assets/jieyi-pic/BusinessCooperation/corporate-business-handshake-business-partners.jpg");
  cursor: pointer;
  position: relative;
  color: #fff; }

.active > div {
  box-sizing: border-box;
  padding-top: 1px; }

.jy-box43 .title {
  height: 100px;
  line-height: 100px;
  font-size: 30px; }

.jy-box43 .subTitle {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px; }

.jy-box43 .des {
  text-align: left;
  padding-left: 550px; }

.jy-box46 .grid-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  background-color: #fff;
  justify-content: space-between; }
  .jy-box46 .grid-container .grid-item {
    display: flex;
    width: 19%;
    padding: 50px 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 2px solid #f4f5fa; }
  .jy-box46 .grid-container .grid-item {
    margin-bottom: 20px; }

.form {
  border-radius: 0px 0px 0px 0px;
  opacity: 1; }

.clc:hover {
  cursor: pointer; }

.box1 {
  transition: all 1s; }

.box1:hover {
  transform: scale(0.9, 0.9);
  box-shadow: #999999 0px 0px 50px 0px; }

.box2 {
  transition: all 1s; }

.box2:hover {
  transform: scale(0.9, 0.9);
  box-shadow: #999999 0px 0px 50px 0px; }

.box3 {
  transition: all 1s; }

.box3:hover {
  transform: scale(0.9, 0.9);
  box-shadow: #999999 0px 0px 50px 0px; }

.box4 {
  transition: all 1s; }

.box4:hover {
  transform: scale(0.9, 0.9);
  box-shadow: #999999 0px 0px 50px 0px; }

.grid-item:hover {
  animation: item 0.5s 1; }

@keyframes item {
  30% {
    border: #0070ff solid 1px;
    /* transform: translateY(-20px); */ } }

.jy-text81:hover {
  background-color: #0010ff;
  cursor: pointer; }

.jy-text81:active {
  background-color: #666699; }

.jy-box43 .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease; }

.jy-box43 .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s ease; }
  .jy-box43 .imgBox img {
    width: 100%;
    height: 100%; }

.jy-box43 .content {
  position: relative;
  z-index: 3;
  color: #000; }

.jy-box43:hover .mask {
  opacity: 1; }

.jy-box43:hover .content {
  color: #fff; }

.jy-box43:hover .imgBox {
  opacity: 1; }

.jy-box41 .partner-wrap {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .jy-box41 .partner-wrap .partner-item {
    position: relative;
    background: #fff;
    width: 49%; }
    .jy-box41 .partner-wrap .partner-item ul {
      padding-left: 40px;
      padding-top: 30px; }
    .jy-box41 .partner-wrap .partner-item .corner {
      text-align: center;
      position: absolute;
      background: #2679f5;
      color: #fff;
      font-weight: 600;
      font-size: 20px;
      padding: 20px 30px; }
  .jy-box41 .partner-wrap .partner-item:nth-child(1) {
    margin: 0 2% 30px 0; }
  .jy-box41 .partner-wrap .partner-item:nth-child(1) .corner {
    border-radius: 50px 0px 0px 0px;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .jy-box41 .partner-wrap .partner-item:nth-child(2) .corner {
    border-radius: 0px 50px 0px 0px;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .jy-box41 .partner-wrap .partner-item:nth-child(3) .corner {
    border-radius: 0px 0px 0px 50px;
    top: 0;
    right: 0;
    z-index: 1; }
  .jy-box41 .partner-wrap .partner-item:nth-child(4) .corner {
    border-radius: 0px 0px 50px 0px;
    left: 0;
    top: 0;
    z-index: 1; }
  .jy-box41 .partner-wrap .partner-item:nth-child(1)::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 5px 0px 0px 5px;
    width: 60%;
    height: 10px;
    background: #2679f5; }
  .jy-box41 .partner-wrap .partner-item:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 5px 5px 0px 0px;
    width: 10px;
    height: 80%;
    background: #2679f5; }
  .jy-box41 .partner-wrap .partner-item:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80%;
    width: 10px;
    border-radius: 5px 5px 0px 0px;
    background: #2679f5; }
  .jy-box41 .partner-wrap .partner-item:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0px 5px 5px 0px;
    width: 60%;
    height: 10px;
    background: #2679f5; }
  .jy-box41 .partner-wrap .partner-item:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px 0px 0px 5px;
    width: 60%;
    height: 10px;
    background: #2679f5; }
  .jy-box41 .partner-wrap .partner-item:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 5px 5px 5px;
    width: 10px;
    height: 80%;
    background: #2679f5; }
  .jy-box41 .partner-wrap .partner-item:nth-child(4)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 5px 5px 0px;
    width: 60%;
    height: 10px;
    background: #2679f5; }
  .jy-box41 .partner-wrap .partner-item:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 5px 5px 5px;
    width: 10px;
    height: 80%;
    background: #2679f5; }
  .jy-box41 .partner-wrap .partner-item:nth-child(2) {
    margin-bottom: 30px; }
  .jy-box41 .partner-wrap .partner-item:nth-child(2) {
    margin-bottom: 30px; }
  .jy-box41 .partner-wrap .partner-item:nth-child(1) {
    margin-right: 2%; }
  .jy-box41 .partner-wrap .partner-item:nth-child(3) {
    margin-right: 2%;
    padding-top: 50px; }
  .jy-box41 .partner-wrap .partner-item:nth-child(4) {
    padding-top: 50px; }
  .jy-box41 .partner-wrap .partner-item {
    border-radius: 20px;
    min-height: 300px; }
    .jy-box41 .partner-wrap .partner-item ul li {
      position: relative;
      padding: 10px 0; }
      .jy-box41 .partner-wrap .partner-item ul li::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background: #2679f5;
        border-radius: 50%;
        left: -20px;
        top: 50%;
        transform: translateY(-50%); }

.v-enter-active,
.v-leave-active {
  transition: opacity 0.7s ease; }

.v-enter-from,
.v-leave-to {
  opacity: 0; }
