.idea {
  padding: 6.5% 0 4.6875%;
}
@media (max-width: 768px) {
  .idea {
    padding: 40px 0;
  }
}
.idea .wrap {
  position: relative;
}
.idea .column_title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.idea .idea_con {
  width: 60%;
}
@media (max-width: 768px) {
  .idea .idea_con {
    width: 100%;
  }
  .idea .column_title{
      align-items: center;
  }
}
.idea .idea_con .idea_des {
  color: #aaaaaa;
  margin-top: 20px;
  line-height: 2;
}
.idea .idea_abso {
  position: absolute;
  width: 32%;
  right: 0;
  top: 0;
  color: white;
  background-image: url(../img/duty/bg.jpg);
  background-size: cover;
  background-position: center bottom;
  padding: 55px 55px 140px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1600px) {
  .idea .idea_abso {
    padding: 40px 35px 90px;
  }
}
@media (max-width: 768px) {
  .idea .idea_abso {
    position: relative;
    width: 100%;
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.idea .idea_abso .idea_abso_tit {
  line-height: 1;
  font-family: "bold";
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .idea .idea_abso .idea_abso_tit {
    margin-bottom: 10px;
  }
}
.idea .idea_abso .idea_abso_des {
  opacity: 0.7;
}
.idea .idea_abso > div:first-child {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .idea .idea_abso > div:first-child {
    margin-bottom: 30px;
  }
}
.idea .idea_abso:hover {
  top: -10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.show_img {
  height: 0;
  padding-bottom: 27%;
  overflow: hidden;
  background-size: 110%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.gy {
  padding: 4.6875% 0 0;
}
@media (max-width: 768px) {
  .gy {
    padding: 40px 0 0;
  }
}
.gy .gy_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 77px;
}
@media (max-width: 1600px) {
  .gy .gy_flx {
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .gy .gy_flx {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .gy .gy_flx {
    display: block;
  }
  .gy .gy_flx .sw_btn{
      justify-content: center;
      margin-top: 20px;
  }
}
.gy .gy_flx .sw_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gy .gy_flx .sw_btn > div {
  cursor: pointer;
  background: #f2f2f2;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gy .gy_flx .sw_btn > div svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gy .gy_flx .sw_btn > div:hover {
  background: #e60012;
}
.gy .gy_flx .sw_btn > div:hover svg path {
  fill: white;
}
.gy .gy_flx .sw_btn > div:last-child {
  margin-left: 13px;
}
.gy .gy_flx .sw_btn .swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.gy .gy_img {
  position: relative;
  height: 0;
  padding-bottom: 140%;
  overflow: hidden;
  display: block;
  color: white;
}
.gy .gy_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.gy .gy_img div {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: absolute;
  z-index: 3;
  text-align: center;
}
@media (max-width: 768px) {
  .gy .gy_img div {
    bottom: 20px;
  }
}
.gy .gy_img::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  height: 30%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}
.gy .gy_img:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.gy .gy_img:hover div {
  bottom: 50px;
}
.gy_more{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.gy_more a{
    transition: all 0.5s;
    width: 128px;
    height: 38px;
    border-radius: 50px;
    background: #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gy_more a:hover{
    color: white !important;
    background: #d41419 ;
}
.care{
    padding: 5.72% 0;
}
.care .column_title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.care .care_list {
  margin-top: 70px;
}
@media (max-width: 1600px) {
  .care .care_list {
    margin-top: 20px;
  }
  .gy_more{
      margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .care .care_list {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .care .column_title{
      align-items: center;
  }
  .gy_more{
      margin-top: 30px;
  }
}
.care .care_list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .care .care_list > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .care {
    padding: 30px 0;
  }
}
.care .care_list > div .care_l {
  width: 64%;
  padding-top: 50px;
}
@media (max-width: 1600px) {
  .care .care_list > div .care_l {
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .care .care_list > div .care_l {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .care .care_list > div .care_l {
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
  }
}
.care .care_list > div .care_l .care_tit {
  font-family: "bold";
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.care .care_list > div .care_l .care_tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.care .care_list > div .care_l .care_des {
  color: #777777;
  line-height: 2;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1600px) {
  .care .care_list > div .care_l .care_des {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .care .care_list > div .care_l .care_des {
    margin-top: 5px;
  }
}
.care .care_list > div .care_r {
  width: 31.25%;
}
@media (max-width: 768px) {
  .care .care_list > div .care_r {
    width: 100%;
  }
}
.care .care_list > div .care_r .care_img {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  display: block;
}
.care .care_list > div .care_r .care_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.care .care_list > div:hover {
  border-color: #e60012;
}
.care .care_list > div:hover .care_tit a {
  color: #e60012;
}
.care .care_list > div:hover .care_img img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8.2%;
  margin-bottom: 8.59%;
}
.page a {
  margin: 0 10px;
}
.page .num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 8px;
}
.page .act {
  color: white;
  background: #e60012;
}
@media (max-width: 768px) {
  .page a:first-child {
    display: none;
  }
  .page a:last-child {
    display: none;
  }
}
.equity{
    position:relative;
    padding-bottom:7.8125%;
    overflow: hidden;
}
.equity_bg{
    position: absolute;
    left: 26%;;
    height: calc(100% + 80px);
    top:50%;
    transform: translateY(-50%);
}
.equity .wrap{
    position: relative;
    z-index: 2;
}
.equity_flx{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.equity_l{
    width: 37.89%;
    position: relative;
    z-index: 2;
}
.equity_l img{
    width: 100%;
}
.equity_r{
    width: 49%;
    position: relative;
    z-index: 2;
}
.equity_btm{
    margin-top: 20px;
    padding:0 40px;
    color: #777777;
}
.equity_btm a{
    transition: all 0.5s;
}
.equity_btm div:before{
     content:'';
     display: block;
     width: 4px;
     height: 4px;
     border-radius: 50%;
     background: #454545;
     transition: all 0.5s;
     margin-right: 8px;
}
.equity_btm div{
     margin-bottom: 15px;
     display: flex;
     align-items: center;
}
.equity_btm div:last-child{
    margin-bottom: 0px;
}
.equity_btm div:hover a{
    color: #e10706;
}
.equity_btm div:hover:before{
    background: #e10706;
}
.equity_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.equity_top img{
    margin-right: 14px;
}
.equity_tit{
    display: flex;
    align-items: center;
    cursor: pointer;
    width: calc(100% - 34px);
}
.equity_r .repeat{
    padding: 30px 6px;
    border-top:1px solid #cccccc;
}
.equity_r .repeat a{
    transition: all 0.5s;
    width: calc(100% - 12px);
}
.equity_r .repeat:hover{
    color: #e10706;
}
.equity_r .repeat:last-child{
    border-bottom:1px solid #cccccc;
}
.equity .column_title{
    align-items: flex-start;
    margin-bottom: 73px;
}
.equity_close{
    width: 24px;
    height: 3px;
    background: #e10706;
    cursor: pointer;
    display: none;
}
.equity_act .equity_close{
    display: block;
}
.equity_lk{
    display: flex;
    align-items: center;
}
.equity_lk img{
    margin-right: 14px;
}
@media (max-width: 768px) {
    .equity{
        padding-top: 40px;
        margin-top: 10px;
        padding-bottom: 40px;
    }
    .equity_flx {
    flex-direction: column-reverse;
}
.equity_l{
    width: 100%;
}
.equity_r{
    width: 100%;
}
.equity .column_title {
    align-items: center;
    margin-bottom: 30px;
}
    .equity_r .repeat {
    padding: 20px 6px;
        
    }
    .equity_bg{
        display: none;
    }
}
