.part-0 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-0 .swiper-slide-wrapper {
  overflow: hidden;
  position: relative;
}

.part-0 .item-inner {
  height: 400px;
  display: flex;
  align-items: center;
  padding: 20px 40px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-0 .item .left, .part-0 .item .right {
  width: 50%;
  flex-shrink: 0;
}

.part-0 .item .left {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 30px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-0 .item .left .avater img {
  max-width: 220px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-0 .item .left > div {
  margin-left: 20px;
}

.part-0 .item .left .icon {
  margin-bottom: 20px;
  max-width: 140px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-0 .item .left .name {
  /*white-space: nowrap;*/
  font-size: 20px;
  color: #8b2223;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-0 .item .left .desc {
  font-size: 16px;
  /*white-space: nowrap;*/
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.part-0 .item .right {
  padding: 0 30px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-0 .item .right i {
  color: #ececec;
  font-size: 45px;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-0 .item .right i.last {
  text-align: right;
}

.part-0 .item .right p {
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-0 .swiper .button-prev {
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.part-0 .swiper .button-next {
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.part-0 .swiper .button-prev i, .part-0 .swiper .button-next i {
  font-size: 56px;
  color: #8B2233;
  cursor: pointer;
}

@media screen and (max-width: 1300px) {
  .part-0 .item .left {
    padding: 0 20px;
  }

  .part-0 .item .left .name {

  }

  .part-0 .item .left .desc {

  }

  .part-0 .item .right {
    padding: 0 20px;
  }

  .part-0 .item .right i {

  }

  .part-0 .item .right p {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .part-0 .item-inner {
    height: 460px;
    display: block;
    padding: 20px 0;
  }

  .part-0 .item .left {
    padding: 0 10px;
    width: 100%;
    margin-bottom: 20px;
  }

  .part-0 .item .left .name {
    font-size: 18px;
  }

  .part-0 .item .left .desc {

  }

  .part-0 .item .right {
    padding: 0 10px;
    width: 100%;
  }

  .part-0 .item .right i {
    font-size: 35px;
  }

  .part-0 .item .right p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {

  .part-0 .item-inner {
    padding: 20px 0;
    height: 380px;
  }

  .part-0 .item .left {
    padding: 0;
  }

  .part-0 .item .left .avater img {
    max-width: 140px;
  }

  .part-0 .item .left .icon {
    max-width: 100px;
    margin-bottom: 10px;
  }

  .part-0 .item .left .name {
    font-size: 16px;
  }

  .part-0 .item .left .desc {
    font-size: 14px;
  }

  .part-0 .item .right {
    padding: 0;
  }

  .part-0 .item .right i {
    font-size: 25px;
  }

  .part-0 .item .right p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  .part-0 .item-inner {
    height: 350px;
  }

  .part-0 .item .left .avater img {
    max-width: 110px;
  }

  .part-0 .item .left .icon {
    max-width: 80px;
  }
}

.part-1 {
  padding: 35px 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-2 {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin-bottom: 50px;
  /*margin-left: -10px;*/
  /*margin-right: -10px;*/
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-2 li {
  /*padding-left: 10px;*/
  /*padding-right: 10px;*/
}

.part-2 .item {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background-color: #ffffff;
  cursor: pointer;
  /*border-radius: 4px;*/
  box-sizing: border-box;
  padding-top: 20px;
  /*margin-bottom: 20px;*/
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-2 .item .image {
  width: 100%;
  height: 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-2 .item .info {
  height: 120px;
  /*margin-top: 15px;*/
  line-height: 1.5;
  /*border-top: 1px solid #cccccc;*/
  font-size: 15px;
  padding: 10px 13px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/*.part-2 .item:hover .info {*/
  /*color: #ffffff;*/
  /*background-color: #8b2223;*/
/*}*/

.part-2 .item:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1300px) {
  .part-2 .item .info {

  }
}

@media screen and (max-width: 991px) {
  .part-2 .item .info {

  }
}

@media screen and (max-width: 767px) {
  .part-2 .item .info {
    font-size: 14px;
    padding: 10px;
  }
}

@media screen and (max-width: 550px) {
  .part-2 .item {
    padding-top: 15px;
  }

  .part-2 .item .image {
    height: 55px;
  }
}

/* modal */
.modal-dialog {
  margin-top: 15%;
}

.modal-content {
  border-radius: 0;
}

.modal-body {
  padding: 0;
}

.modal-dialog .modal-body .body-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  padding: 15px 15px 0;
  box-sizing: border-box;
}

.modal-dialog .modal-body .body-top button.close {
  font-size: 34px;
}

.modal-dialog .modal-body .wrapper {
  padding: 45px 0 20px;
  display: flex;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.modal-dialog .modal-body .wrapper .left, .modal-dialog .modal-body .wrapper .right {
  background-color: #ffffff;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.modal-dialog .modal-body .wrapper .left {
  border-right: 1px solid #cccccc;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-dialog .modal-body .wrapper .right {
  width: 65%;
}

.modal-dialog .modal-body .wrapper .left a {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

.modal-dialog .modal-body .wrapper .left img {
  width: 100%;
}

.modal-dialog .modal-body .wrapper .left div {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.modal-dialog .modal-body .wrapper .right {
  font-size: 16px;
  line-height: 1.8;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.modal-dialog .modal-body .wrapper .right .title {
  margin-bottom: 20px;
  color: #8b2223;
  font-size: 18px;
}

.modal-dialog .modal-body .wrapper .right p {
  margin-bottom: 15px;
}

.modal-dialog .modal-body .wrapper .right div {
  font-weight: bold;
}

.modal-dialog .modal-body .wrapper .right div a {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 800px;
  }
}

@media screen and (max-width: 991px) {
  .modal-dialog {
    margin-top: 25%;
  }
}

@media screen and (max-width: 767px) {
  .modal-dialog .modal-body .wrapper {
    display: block;
  }

  .modal-dialog .modal-body .wrapper .left, .modal-dialog .modal-body .wrapper .right {
    width: 100%;
    padding: 0 15px;
  }

  .modal-dialog .modal-body .wrapper .left {
    border-right: none;
  }

  .modal-dialog .modal-body .wrapper .left div {
    font-size: 16px;
  }

  .modal-dialog .modal-body .wrapper .right {
    font-size: 14px;
  }
}
