@charset "UTF-8";

.toutiao {
  background-color: #f3f4fb;
  margin-bottom: 3px;
  padding: 40px 0;
  box-sizing: border-box;
}

.toutiao .tou-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1276px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}

.toutiao .tou-container .tou-top {
  padding: 20px 60px;
  box-sizing: border-box;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 20px;

}

.toutiao .tou-container .tou-top .title {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-top: 10px;
}

.toutiao .tou-container .tou-top .subtitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-top: 10px;
}

.toutiao .tou-container .tou-bottom {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toutiao .tou-container .tou-bottom .tb-left {
  width: 45%;
  /* height: 390px; */
}

.toutiao .tou-container .tou-bottom .tb-left .swiper {
  width: 100%;
  margin-top: 0;
  --swiper-navigation-color: rgb(187, 182, 182);
}

.toutiao .tou-container .tou-bottom .tb-left .swiper .swiper-slide img {
  width: 100%;
  height: 396px;
}

.toutiao .tou-container .tou-bottom .tb-right {
  width: 54%;
  border: 1px solid #eee;
}

.toutiao .tou-container .tou-bottom .tb-right .tbr-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fafafa;
}

.toutiao .tou-container .tou-bottom .tb-right .tbr-top .zuo {
  display: flex;
  align-items: center;

}

.toutiao .tou-container .tou-bottom .tb-right .tbr-top .zuo>div {
  padding: 10px 15px;
  font-weight: 700;
}

.toutiao .tou-container .tou-bottom .tb-right .tbr-top .zuo>div.on {
  background-color: #DC1116;
  color: #fff;
}

.toutiao .tou-container .tou-bottom .tb-right .tbr-top .you a{
  color: #aaa;
  padding-right: 15px;
  box-sizing: border-box;
}

.toutiao .tou-container .tou-bottom .tb-right .tbr-title {
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.toutiao .tou-container .tou-bottom .tb-right .tbr-bottom {
  width: 100%;
  height: 336px;
  margin-top: 15px;
}

.toutiao .tou-container .tou-bottom .tb-right .tbr-bottom .tbr-content {
  color: #aaa;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  line-height: 1.5em;
  text-align: left;
  padding: 0 15px;
  box-sizing: border-box;
}


.toutiao .tou-container .tou-bottom .tb-right .tbr-bottom .listdiv {
  padding: 0 15px;
  box-sizing: border-box;
  height: 220px;
  overflow: hidden;
  margin-top: 10px;
}

.toutiao .tou-container .tou-bottom .tb-right .tbr-bottom .listdiv .list1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #aaa;
  border-bottom: 1px solid #ddd;
  width: 100%;

}

.toutiao .tou-container .tou-bottom .tb-right .tbr-bottom .listdiv .list1-left {
  display: flex;
  align-items: center;
  padding: 10px 0;
  width: 80%;
}

.toutiao .tou-container .tou-bottom .tb-right .tbr-bottom .listdiv .list1-left>img {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.toutiao .tou-container .tou-bottom .tb-right .tbr-bottom .listdiv .list1-left>div {
  color: #666;
  width: 93%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toutiao .tou-container .tou-bottom .tb-right .tbr-bottom .listdiv .list1-right {}

.toutiao .tou-container .tou-bottom .tb-right .tbr-bottom .listdiv .list1 {}

.toutiao .tou-container .tou-bottom .tb-right .tbr-bottom .listdiv .list1 {}











.swiper {
  width: 100%;
  margin-top: 40px;
  --swiper-navigation-color: rgb(187, 182, 182);
}

.swiper .swiper-slide img {
  width: 100%;
}

.currencyBox {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
}

.currencyBox .title {
  font-family: 微软雅黑;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.currencyBox .line {
  width: 60px;
  height: 3px;
  background-color: #DC1116;
  margin: 30px auto;
}

.currencyBox .ps {
  font-family: 微软雅黑;
  font-size: 16px;
  color: #a9a9a9;
  text-align: center;
  margin-top: 10px;
}

.currencyBox .text {
  font-family: 微软雅黑;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 2;
}

.currencyBox .num {
  display: flex;
  justify-content: space-around;
  margin: 40px 0;
}

.currencyBox .num>div {
  color: #555;
}

.currencyBox .num>div>span {
  font-size: 64px;
  font-family: Impact, sans-serif;
  font-weight: bold;
  color: #DC1116;
  margin-right: 10px;
}

.currencyBox .num>div>p {
  text-align: center;
}

.currencyBox .more {
  text-decoration: none;
  background-color: #797979;
  padding: 8px 50px;
  color: #fff;
  margin: auto;
  display: block;
  width: max-content;
}

.currencyBox .more:hover {
  background: #DC1116;
}

.boxBack {
  background-image: url("../img/back.jpg");
  background-size: cover;
}

.linkBox {
  width: 100%;
  display: flex;
  font-size: 0;
}

.linkBox>a {
  width: 33.3333333333%;
  position: relative;
  overflow: hidden;
}

.linkBox>a>img {
  width: 100%;
}

.linkBox a:hover div {
  background-color: rgba(253,148,147,0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fill-available;
  height: -webkit-fill-available;
  height: -moz-available;
}

#product .switch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0 0;
}

#product .switch a {
  display: b;
}

#product .switch div .manifest {
  display: block;
}

#product .switch div .hide {
  display: none;
}

#product .switch div:hover .hide {
  display: block;
}

#product .switch div:hover .manifest {
  display: none;
}

.product2 .switch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0 0;
}

.product2 .switch a {
  display: block;
}

.product2 .switch div .manifest {
  display: block;
}

.product2 .switch div .hide {
  display: none;
}

.product2 .switch div:hover .hide {
  display: block;
}

.product2 .switch div:hover .manifest {
  display: none;
}


#product .swiper2 {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  padding: 0 40px;
  --swiper-navigation-color: rgb(187, 182, 182);
}

#product .swiper2 .swiper {
  box-sizing: border-box;
  overflow: hidden;
}

#product .swiper2 .swiper .swiper-wrapper .swiper-slide a {
  text-decoration: none;
  text-align: center;
}

#product .swiper2 .swiper .swiper-wrapper .swiper-slide a .productBox {
  width: 190px;
  height: 190px;
  background-image: url("../img/index/product.jpg");
  padding: 30px;
  position: relative;
  overflow: hidden;
}

#product .swiper2 .swiper .swiper-wrapper .swiper-slide a .productBox img {
  width: 100%;
  height: 100%;
}

#product .swiper2 .swiper .swiper-wrapper .swiper-slide a .productBox .cartoon {
  padding: 30px;
  width: 190px;
  height: 190px;
  background: rgba(253,148,147,0.8);
  position: absolute;
  top: 250px;
  left: 0;
  white-space: normal;
}

#product .swiper2 .swiper .swiper-wrapper .swiper-slide a .productBox .cartoon>div {
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 20px;
}

#product .swiper2 .swiper .swiper-wrapper .swiper-slide a .productBox .cartoon>p {
  text-align: left;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#product .swiper2 .swiper .swiper-wrapper .swiper-slide a .productBox:hover .cartoon {
  transform: translateY(-250px);
  transition: all 0.5s;
}

#product .swiper2 .swiper .swiper-wrapper .swiper-slide a>p {
  font-size: 16px;
  padding: 20px;
  text-align: center;
  color: #666;
}

#product .swiper2 .mySwiper2 {
  display: none;
}

#product .swiper2 .mySwiper {
  display: block;
}

.linkBox2 {
  background-image: url("../img/index/back2.jpg");
  background-size: cover;
  width: 100%;
  padding: 50px 0;
}

.linkBox2 .link {
  max-width: 1200px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}

.linkBox2 .link a {
  display: block;
  text-decoration: none;
  width: 45%;
}

.linkBox2 .link .box {
  color: #fff;
  text-align: center;
  padding: 10px;
}

.linkBox2 .link .box>img {
  width: 120px;
  height: 120px;
}

.linkBox2 .link .box .title {
  font-size: 24px;
  font-family: 微软雅黑;
  margin: 20px 0;
  display: block;
}

.linkBox2 .link .box .line {
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin: 20px auto;
}

.linkBox2 .link .box .text {
  font-size: 14px;
  font-family: 微软雅黑;
  text-align: left;
  margin: 20px;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.linkBox2 .link .box .text>.title {
  display: none;
}

.linkBox2 .link .box .down {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  margin: 40px auto 20px;
  overflow: hidden;
}

.linkBox2 .link .box .down .moreText {
  width: 80px;
  text-align: center;
  transform: translateX(-77px);
}

.linkBox2 .link .box .down>img {
  height: 14px;
  width: 8px;
  margin: 0 6px;
}

.linkBox2 .link .box:hover {
  transform: translateY(8px);
  background-color: rgba(253,148,147,0.8);
  transition: all 0.8s;
}

.linkBox2 .link .box:hover .moreText {
  transform: translateX(0px);
  transition: all 0.8s;
}

.news {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 40px 0;
}

.news .left,
.news .list {
  width: 48%;
  box-sizing: border-box;
}

.news .left a,
.news .list a {
  display: block;
  text-decoration: none;
  width: 100%;
}

.news .left img,
.news .list img {
  width: 100%;
  /*height: max-content;*/
}

.news .left .newBox,
.news .list .newBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news .left .newBox .time,
.news .list .newBox .time {
  padding: 20px;
  text-align: center;
  width: 20%;
  box-sizing: border-box;
}

.news .left .newBox .time>p:nth-child(1),
.news .list .newBox .time>p:nth-child(1) {
  font-size: 50px;
  font-weight: bold;
  color: #333;
}

.news .left .newBox .time>p:nth-child(2),
.news .list .newBox .time>p:nth-child(2) {
  font-size: 14px;
  color: #333;
}

.news .left .newBox a,
.news .list .newBox a {
  width: 80%;
}

.news .left .newBox a .content,
.news .list .newBox a .content {
  padding: 20px 20px 20px;
  border-left: 1px solid #e8e8e8;
}

.news .left .newBox a .content .title,
.news .list .newBox a .content .title {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .left .newBox a .content .text,
.news .list .newBox a .content .text {
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news .left .newBox:hover .time p,
.news .list .newBox:hover .time p {
  color: #DC1116;
}

.news .left .newBox:hover .title,
.news .list .newBox:hover .title {
  color: #DC1116;
}

.news .list {
  display: flex;
  flex-direction: column;
}

.news .list .newBox {
  margin-top: 26px;
}

.news .list .newBox:first-child {
  margin-top: 0;
}

.mNews {
  display: none;
}

.ionline {
  background-image: url(../img/index/ind1bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  padding: 60px 0;
}

.ionline .am-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1276px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ionline .title {
  width: 25%;
  background-image: linear-gradient(to bottom, #DC1116, #FD9493);
  position: relative;
  height: 349px;
  border-radius: 5px;
  overflow: hidden;
}

.ionline .item {
  margin: 0.6rem;
  box-shadow: 2px 7px 18px rgba(15, 70, 157, .2);
  border-collapse: separate !important;
}

.ionline .title .leftinfor {
  padding: 40px 0 0 40px;
}

.ionline .title .leftinfor h1 {
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 120%;
}

.ionline .title .leftinfor h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 100;
  padding-top: 8px;
}

.ionline .title .bgpic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  max-width: 254px;
}

a {
  text-decoration: none;
  color: #333333;
}

.ionline .btn {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.ionline .btn .am-u-sm-4 {
  width: 33.333333%;
}

.ionline .btn .item {
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  padding: 8px;
}

.ionline .btn .item .part {
  height: 152px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;
}

.ionline .btn .item .pic {
  width: 44px;
  display: inline-block;
  padding: 28px 0 0;
  transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;
}

.ionline .btn .item .pic img {
  display: inline-block;
  width: 44px;

}

.ionline .btn .item h1 {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  padding: 10px 0 0;
}

.ionline .btn .item h6 {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: normal;
}


.ionline .btn .item:hover {
  position: relative;
}

.ionline .btn .item:hover .pic {
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 30%;
  opacity: .5;
  transform-origin: right bottom;
  transform: scale(1.5);
}

.ionline .btn .item:hover h1 {
  color: #DC1116;
  font-size: 24px;
  position: absolute;
  left: 8%;
  top: 20px;
  font-weight: bold;
}

.ionline .btn .item:hover h6 {
  color: #DC1116;
  font-size: 14px;
  position: absolute;
  left: 8%;
  top: 70px;
  opacity: .7;
}

.ionline .btn .item:hover .part {
  border: 3px solid #d1ddf5;
}

/* ******************************************手机端************************************* */
@media screen and (max-width: 1000px) {
  .swiper {
    margin-top: 80px;
  }

  .currencyBox {
    padding: 20px;
  }

  .currencyBox .title {
    font-size: 22px;
  }

  .currencyBox .line {
    display: none;
  }

  .currencyBox .text {
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
  }

  .currencyBox .ps {
    display: none;
  }

  .currencyBox .more {
    padding: 4px 34px;
  }

  .currencyBox .num {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .currencyBox .num>div {
    width: 46%;
    text-align: center;
    font-size: 12px;
  }

  .currencyBox .num>div>span {
    font-size: 34px;
  }

  .currencyBox .num>div>p {
    font-size: 12px;
  }

  .currencyBox .more {
    font-size: 12px;
  }

  .linkBox {
    display: block;
  }

  #product .switch {
    width: 100%;
  }

  #product .switch a {
    width: 33.333%;
  }

  #product .switch a img {
    width: 100%;
    /*height: max-content;*/
  }

  #product .swiper2 {
    margin-top: 0;
  }

  #product .swiper2 .swiper {
    margin-top: 0;
  }

  #product .swiper2 .mySwiper2 {
    display: block;
  }

  #product .swiper2 .mySwiper {
    display: none;
  }

  #product .productBox {
    width: auto !important;
  }

  .linkBox2 {
    padding: 24px 0;
  }

  .linkBox2 .line {
    display: none;
  }

  .linkBox2 .link {
    display: block;
  }

  .linkBox2 .link>a {
    width: 100%;
  }

  .linkBox2 .link>a .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .linkBox2 .link>a .box>img {
    width: 82px;
    height: 82px;
  }

  .linkBox2 .link>a .box>.title {
    display: none;
  }

  .linkBox2 .link>a .box .down {
    display: none !important;
  }

  .linkBox2 .link>a .box>.text {
    font-size: 12px;
    padding: 0;
    line-height: normal;
  }

  .linkBox2 .link>a .box>.text>.title {
    display: block;
    font-size: 18px;
    margin: 4px 0;
  }

  .news {
    display: none;
  }

  .mNews {
    display: block;
    width: 100%;
  }

  .mNews a {
    display: block;
    text-decoration: none;
  }

  .mNews .newBox {
    width: 100%;
    padding: 10px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(228, 228, 228);
  }

  .mNews .newBox>img {
    width: 30%;
    /*height: max-content;*/
    margin-right: 10px;
  }

  .mNews .newBox .right {
    width: 64%;
    text-align: left;
  }

  .mNews .newBox .right .title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-weight: 400;
  }

  .mNews .newBox .right .text {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  .mNews a:last-child .newBox {
    border: none;
  }





  .ionline {
    background-image: url(../img/index/ind1bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    padding: 20px 0;
  }

  .ionline .am-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1276px;
    display: block;
    align-items: center;
    justify-content: space-between;
  }

  .ionline .title {
    width: 96%;
    height: 150px;
    background-image: linear-gradient(to bottom, #DC1116, #FD9493);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }

  .ionline .item {
    margin: 0.6rem;
    box-shadow: 2px 7px 18px rgba(15, 70, 157, .2);
    border-collapse: separate !important;
  }

  .ionline .item.title {
    margin: auto;
  }

  .ionline .title .leftinfor {
    padding: 40px 0 0 40px;
  }

  .ionline .title .leftinfor h1 {
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 120%;
  }

  .ionline .title .leftinfor h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 100;
    padding-top: 8px;
  }

  .ionline .title .bgpic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    max-width: 254px;
  }

  a {
    text-decoration: none;
    color: #333333;
  }

  .ionline .btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }

  .ionline .btn .am-u-sm-4 {
    width: 33.333333%;
  }

  .ionline .btn .item {
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 8px;
  }

  .ionline .btn .item .part {
    height: 152px;
    border: 3px solid #ffffff;
    border-radius: 5px;
    transition: all 0.5s ease;

    -ms-transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;
  }

  .ionline .btn .item .pic {
    width: 44px;
    display: inline-block;
    padding: 28px 0 0;
    transition: all 0.5s ease;

    -ms-transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;
  }

  .ionline .btn .item .pic img {
    display: inline-block;
    width: 44px;

  }

  .ionline .btn .item h1 {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0 0;
  }

  .ionline .btn .item h6 {
    color: #8d8d8d;
    font-size: 10px;
    font-weight: normal;
  }


  .ionline .btn .item:hover {
    position: relative;
  }

  .ionline .btn .item:hover .pic {
    position: absolute;
    right: 0;
    bottom: 18px;
    width: 30%;
    opacity: .5;
    transform-origin: right bottom;
    transform: scale(1.5);
  }

  .ionline .btn .item:hover h1 {
    color: #DC1116;
    font-size: 24px;
    position: absolute;
    left: 8%;
    top: 20px;
    font-weight: bold;
  }

  .ionline .btn .item:hover h6 {
    color: #DC1116;
    font-size: 14px;
    position: absolute;
    left: 8%;
    top: 70px;
    opacity: .7;
  }

  .ionline .btn .item:hover .part {
    border: 3px solid #d1ddf5;
  }







}


.organization {
  display: flex;
  max-width: 1200px;
  height: 560px;
  margin: 40px auto;
  justify-content: space-between;
  align-items: center;
}

.organization .left {
  width: 49.5%;
  height: 100%;
}

.organization .left a {
  text-decoration: none;
  display: block;
  height: 100%;
}

.organization .left .backBox {
  background-image: url("../img/index/organization1.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.organization .left .backBox .box {
  padding: 40px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.organization .left .backBox .box>p {
  font-size: 36px;
  color: #fff;
}

.organization .left .backBox .box .line {
  width: 30px;
  height: 1px;
  background-color: rgb(255, 189, 41);
  margin-top: 20px;
}

.organization .left .backBox .box:hover {
  background-color: rgba(253,148,147,0.8);
  transition: all 0.5s;
}

.organization .left .backBox .box:hover .line {
  background-color: #fff;
  transition: all 0.5s;
}

.organization .right {
  width: 49.5%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.organization .right a {
  text-decoration: none;
  display: block;
  height: 49%;
}

.organization .right .backBox {
  background-image: url("../img/index/organization2.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.organization .right .backBox .box {
  padding: 40px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.organization .right .backBox .box>p {
  font-size: 36px;
  color: #fff;
}

.organization .right .backBox .box .line {
  width: 30px;
  height: 1px;
  background-color: rgb(255, 189, 41);
  margin-top: 20px;
}

.organization .right .backBox .box:hover {
  background-color: rgba(253,148,147,0.8);
  transition: all 0.5s;
}

.organization .right .backBox .box:hover .line {
  background-color: #fff;
  transition: all 0.5s;
}

.organization .right .backBox2 {
  background-image: url("../img/index/organization3.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.organization .right .backBox2 .box {
  padding: 40px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.organization .right .backBox2 .box>p {
  font-size: 36px;
  color: #fff;
}

.organization .right .backBox2 .box .line {
  width: 30px;
  height: 1px;
  background-color: rgb(255, 189, 41);
  margin-top: 20px;
}

.organization .right .backBox2 .box:hover {
  background-color: rgba(253,148,147,0.8);
  transition: all 0.5s;
}

.organization .right .backBox2 .box:hover .line {
  background-color: #fff;
  transition: all 0.5s;
}

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