/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner {
  height: 544px;
  padding-left: 248px;
  padding-right: 248px;
  padding-top: 83px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1600px) {
  .banner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1279px) {
  .banner {
    padding: 20px 10px !important;
  }
}
.banner h1 {
  margin: 0;
  font-size: 53px;
  font-weight: normal;
}
.banner h2 {
  margin: 12px 0 32px;
  font-size: 40px;
  font-weight: normal;
}
.banner h3 {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
}
.main {
  padding-left: 248px;
  padding-right: 248px;
  padding-top: 76px;
  padding-bottom: 70px;
}
@media (max-width: 1600px) {
  .main {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1279px) {
  .main {
    padding: 20px 10px !important;
  }
}
.main .sidebar {
  width: 260px;
  margin-right: 48px;
}
.main .sidebar .nav ul li.active .hd a {
  color: #595757;
}
.main .sidebar .nav ul li.active .bd {
  display: block;
}
.main .sidebar .nav ul li .hd a {
  display: block;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  font-size: 22px;
  font-weight: bold;
  color: #898989;
}
.main .sidebar .nav ul li .bd {
  position: relative;
  display: none;
  padding: 20px 0 20px 22px;
  border-left: 2px solid #f0f0f0;
}
.main .sidebar .nav ul li .bd .item {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 16px;
}
.main .sidebar .nav ul li .bd .item.active {
  color: #e50027;
}
.exhibition-box1 {
  padding: 40px 48px;
  background-color: #f6f6f6;
}
.exhibition-box1 .info {
  margin-bottom: 12px;
}
.exhibition-box1 .info-swiper {
  width: 43.78109452%;
  margin-right: 15px;
}
.exhibition-box1 .info-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exhibition-box1 .info .desc {
  padding: 25px 35px;
  background-color: #fff;
}
.exhibition-box1 .info .desc h2 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #e50027;
}
.exhibition-box1 .info .desc p {
  line-height: 32px;
  padding-left: 32px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.exhibition-box1 .info .desc .btn-book {
  margin-top: 20px;
}
.exhibition-box1 .box {
  padding: 30px 0;
}
.exhibition-box1 .box:not(:last-child) {
  border-bottom: 1px dashed #b5b5b6;
}
.exhibition-box1 .box h3 {
  margin: 0 0 20px;
  font-size: 18px;
  color: #e50027;
}
.exhibition-box1 .box p {
  line-height: 30px;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 1366px) {
  .exhibition-box1 .info .desc {
    padding: 20px;
  }
}
.btn-book {
  display: inline-block;
  padding: 0 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: linear-gradient(90deg, #f35817 0%, #fe8e33 100%);
}
.btn-book span {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-right: 40px;
  font-size: 18px;
  color: #fff;
  background: url('../images/arrow5.png') no-repeat right center;
}
.detail-nav {
  margin-top: 30px;
}
.detail-nav ul li {
  height: 30px;
  line-height: 30px;
}
.detail-nav ul li a {
  font-size: 14px;
}
.detail-nav ul li a:hover {
  color: #e50027;
}
.btn-back {
  padding: 0 22px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #e50027;
}
.btn-back span {
  display: block;
  height: 44px;
  line-height: 44px;
  padding-left: 32px;
  font-size: 18px;
  color: #fff;
  background: url('../images/back1.png') no-repeat left center;
}
.exhibition-box2 {
  padding-left: 248px;
  padding-right: 248px;
  padding-top: 72px;
  padding-bottom: 82px;
}
@media (max-width: 1600px) {
  .exhibition-box2 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1279px) {
  .exhibition-box2 {
    padding: 20px 10px !important;
  }
}
.exhibition-box2 .hd {
  margin-bottom: 35px;
}
.exhibition-box2 .hd h2 {
  margin: 0;
  font-size: 24px;
  color: #e50027;
}
.form {
  padding: 35px 42px;
  background-color: #f2f2f2;
}
.form .tips {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c9c9c9;
  font-size: 16px;
}
.form .tips p {
  line-height: 33px;
  margin: 0;
}
.form .tips p span {
  color: #e50027;
}
.form-box {
  display: flex;
  flex-wrap: wrap;
  margin: -13px -15px;
}
.form-item {
  width: 50%;
  padding: 13px 15px;
}
.form-item.full {
  width: 100%;
}
.form-item label {
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
}
.form-item label span {
  color: #e50027;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  font-size: 16px;
}
.form textarea.form-control {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}
.form-btns {
  margin-top: 45px;
  font-size: 0;
  text-align: center;
}
.form-btns .btn {
  display: inline-block;
  height: 42px;
  padding: 0 47px;
  border: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  font-size: 18px;
  color: #595757;
  background-color: #cecece;
}
.form-btns .btn + .btn {
  margin-left: 20px;
}
.form-btns .btn.submit {
  color: #fff;
  background-color: #e50027;
}
.main-nav {
  padding-left: 248px;
  padding-right: 248px;
  background-color: #eaeaea;
}
@media (max-width: 1600px) {
  .main-nav {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1279px) {
  .main-nav {
    padding: 20px 10px !important;
  }
}
.main-nav ul li + li {
  border-left: 1px solid #c5c5c5;
}
.main-nav ul li a {
  display: block;
  height: 58px;
  line-height: 58px;
  padding: 0 132px;
  font-size: 18px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-nav ul li a.active,
.main-nav ul li a:hover {
  color: #fff;
  background-color: #e50027;
}
.about-box1 {
  padding-left: 248px;
  padding-right: 248px;
  padding-top: 70px;
  padding-bottom: 90px;
}
@media (max-width: 1600px) {
  .about-box1 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1279px) {
  .about-box1 {
    padding: 20px 10px !important;
  }
}
.about-box1 .hd h2 {
  margin: 0 0 42px;
  font-size: 32px;
  font-weight: normal;
  color: #e50027;
}
.about-box1 .hd h2::after {
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 32px;
  background-color: #898989;
  content: '';
}
.about-box1 .bd .info > p {
  line-height: 32px;
  margin: 0;
  font-size: 16px;
}
.about-box1 .bd .info ul {
  margin: 20px -13px -10px;
}
.about-box1 .bd .info ul li {
  padding: 10px 13px;
}
.about-box1 .bd .info ul li .item {
  padding: 26px;
  background-color: #f5f5f5;
}
.about-box1 .bd .info ul li .item .icon {
  margin-right: 18px;
}
.about-box1 .bd .info ul li .item .desc p {
  margin: 0;
  font-size: 18px;
}
.about-box1 .bd .info ul li .item .desc h3 {
  margin: 5px 0 0;
  font-size: 50px;
  font-weight: normal;
}
.about-box1 .bd .info ul li .item .desc h3 strong {
  font-weight: normal;
}
.about-box1 .bd .info ul li .item .desc h3 span {
  margin-left: 5px;
  font-size: 24px;
}
.about-box1 .bd .pic {
  width: 39.03477643%;
  overflow: hidden;
  margin-left: 50px;
}
.about-box1 .bd .pic img {
  display: block;
  width: 100%;
}
@media (max-width: 1440px) {
  .about-box1 .bd .info ul li .item {
    padding: 10px;
  }
  .about-box1 .bd .info ul li .item .icon {
    height: 50px;
  }
  .about-box1 .bd .info ul li .item .desc h3 {
    font-size: 30px;
  }
  .about-box1 .bd .info ul li .item .desc h3 span {
    font-size: 18px;
  }
}
.about-hd {
  margin-bottom: 45px;
}
.about-hd.white {
  color: #fff;
}
.about-hd.white h2 {
  color: #fff;
}
.about-hd h2 {
  margin: 0;
  font-size: 36px;
  font-weight: normal;
  color: #e50027;
}
.about-hd h3 {
  margin: 20px 0 0;
  font-size: 22px;
  font-weight: normal;
}
.about-box2 {
  padding-left: 248px;
  padding-right: 248px;
  padding-top: 80px;
  padding-bottom: 90px;
  background: url('../images/bg1.png') no-repeat center / cover;
}
@media (max-width: 1600px) {
  .about-box2 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1279px) {
  .about-box2 {
    padding: 20px 10px !important;
  }
}
.about-box2 .bd ul {
  margin: 0 -15px;
}
.about-box2 .bd ul li {
  padding: 0 15px;
}
.about-box2 .bd ul li .item {
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
}
.about-box2 .bd ul li .item .pic {
  overflow: hidden;
}
.about-box2 .bd ul li .item .pic img {
  display: block;
  width: 100%;
}
.about-box2 .bd ul li .item .desc {
  padding: 30px 25px;
  text-align: center;
}
.about-box2 .bd ul li .item .desc h3 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  color: #e50027;
}
.about-box2 .bd ul li .item .desc h3::after {
  display: block;
  width: 56px;
  height: 2px;
  margin: 15px auto 0;
  background-color: #c9cbca;
  content: '';
}
.about-box2 .bd ul li .item .desc p {
  line-height: 30px;
  margin: 15px 0 0;
  font-size: 16px;
}
.about-box3 {
  padding-left: 248px;
  padding-right: 248px;
  padding-top: 75px;
  padding-bottom: 90px;
}
@media (max-width: 1600px) {
  .about-box3 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1279px) {
  .about-box3 {
    padding: 20px 10px !important;
  }
}
.about-box3 .bd ul li {
  padding: 15px 26px;
  border-left: 2px solid #e50027;
  background-color: #f1f1f1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.about-box3 .bd ul li:hover {
  color: #fff;
  background-color: #e50027;
}
.about-box3 .bd ul li + li {
  margin-top: 15px;
}
.about-box3 .bd ul li h3 {
  margin: 0;
  font-size: 22px;
  font-weight: normal;
}
.about-box3 .bd ul li p {
  margin: 15px 0 0;
  font-size: 18px;
}
.about-box3 .bd .pic {
  width: 56.21007806%;
  overflow: hidden;
  margin-left: 85px;
}
.about-box3 .bd .pic img {
  display: block;
  width: 100%;
}
@media (max-width: 1366px) {
  .about-box3 .bd ul li p {
    font-size: 16px;
  }
}
.news-detail .hd {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
}
.news-detail .hd h2 {
  margin: 0;
  font-size: 30px;
}
.news-detail .hd p {
  margin: 15px 0 0;
  font-size: 16px;
}
.news-detail .hd p .icon6 {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
}
.news-detail .bd {
  line-height: 27px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 14px;
}
.news-detail .bd img {
  max-width: 100%;
}
.video-box {
  padding: 0 34px 34px;
}
.video-box .bd {
  height: 50vh;
}
.video-box .bd video {
  display: block;
  width: 100%;
  height: 100%;
}
.video-box .ft {
  margin-top: 20px;
  font-size: 14px;
}
.guide-hd {
  margin-bottom: 60px;
}
.guide-hd.white {
  color: #fff;
}
.guide-hd.white h2 {
  color: #fff;
}
.guide-hd h2 {
  margin: 0;
  font-size: 28px;
  font-weight: normal;
  color: #e50027;
}
.guide-hd h3 {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: normal;
}
.guide-box1 {
  padding-left: 248px;
  padding-right: 248px;
  padding-top: 80px;
  padding-bottom: 20px;
}
@media (max-width: 1600px) {
  .guide-box1 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1279px) {
  .guide-box1 {
    padding: 20px 10px !important;
  }
}
.guide-box1 .bd img {
  display: block;
  width: 100%;
}
.guide-box2 {
  padding-left: 248px;
  padding-right: 248px;
  padding-top: 60px;
  padding-bottom: 57px;
  background: url('../images/bg2.png') no-repeat center / cover;
}
@media (max-width: 1600px) {
  .guide-box2 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1279px) {
  .guide-box2 {
    padding: 20px 10px !important;
  }
}
.guide-box2 .bd ul {
  margin: -19px -18px;
}
.guide-box2 .bd ul li {
  padding: 19px 18px;
}
.guide-box2 .bd ul li .item {
  display: block;
  padding: 35px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 8px 0 rgba(0, 60, 131, 0.8);
  -moz-box-shadow: 1px 2px 8px 0 rgba(0, 60, 131, 0.8);
  -ms-box-shadow: 1px 2px 8px 0 rgba(0, 60, 131, 0.8);
  box-shadow: 1px 2px 8px 0 rgba(0, 60, 131, 0.8);
}
.guide-box2 .bd ul li .item:hover {
  color: #e50027;
}
.guide-box2 .bd ul li .item:hover .desc {
  background-image: url('../images/icon18_hv.png');
}
.guide-box2 .bd ul li .item .desc {
  padding-left: 82px;
  background: url('../images/icon18.png') no-repeat left center;
}
.guide-box2 .bd ul li .item .desc p {
  line-height: 28px;
  margin: 0;
  font-size: 16px;
}
.page-nav {
  margin-top: 50px;
}
.page-nav a {
  display: block;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.page-nav a.icon {
  margin: 0 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.page-nav a.icon.prev {
  background-image: url('../images/prev3.png');
}
.page-nav a.icon.next {
  background-image: url('../images/next3.png');
}
.page-nav a.btn.active {
  background-color: #e50027;
}
.guide-box3 {
  padding-left: 248px;
  padding-right: 248px;
  padding-top: 75px;
  padding-bottom: 80px;
}
@media (max-width: 1600px) {
  .guide-box3 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1279px) {
  .guide-box3 {
    padding: 20px 10px !important;
  }
}
.guide-box3 .bd h3 {
  margin: 0;
  font-size: 18px;
  color: #e50027;
}
.concept-box1 {
  padding-left: 248px;
  padding-right: 248px;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (max-width: 1600px) {
  .concept-box1 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1279px) {
  .concept-box1 {
    padding: 20px 10px !important;
  }
}
.concept-box1 > .desc {
  margin-bottom: 50px;
  text-align: center;
}
.concept-box1 > .desc > p {
  line-height: 32px;
  margin: 0;
  font-size: 16px;
}
.concept-box1 > .desc ul {
  margin: 40px 0 70px;
}
.concept-box1 > .desc ul li {
  padding: 0 12px;
}
.concept-box1 > .desc ul li:nth-child(1) .item {
  color: #257bcc;
  border-color: #257bcc;
}
.concept-box1 > .desc ul li:nth-child(2) .item {
  color: #ef8200;
  border-color: #ef8200;
}
.concept-box1 > .desc ul li:nth-child(3) .item {
  color: #42b034;
  border-color: #42b034;
}
.concept-box1 > .desc ul li:nth-child(4) .item {
  color: #42b034;
  border-color: #42b034;
}
.concept-box1 > .desc ul li .item {
  width: 141px;
  height: 141px;
  border-width: 3px;
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.concept-box1 > .desc ul li .item p {
  margin: 0;
  font-size: 18px;
}
.concept-box1 > .desc ul li .item h3 {
  margin: 10px 0 0;
  font-size: 18px;
}
.concept-box1 > .desc > h3 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: normal;
  color: #e50027;
}
.concept-box1 > .desc > h4 {
  line-height: 32px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.concept-box1 .bd ul li {
  margin: 0 -10px;
}
.concept-box1 .bd ul li + li {
  margin-top: 24px;
}
.concept-box1 .bd ul li .col {
  width: 50%;
  padding: 0 10px;
}
.concept-box1 .bd ul li .item .pic {
  height: 100%;
  overflow: hidden;
}
.concept-box1 .bd ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.concept-box1 .bd ul li .item .desc {
  padding: 60px 70px;
  background-color: #f2f2f2;
}
.concept-box1 .bd ul li .item .desc h3 {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  color: #e50027;
}
.concept-box1 .bd ul li .item .desc h3::after {
  display: block;
  height: 2px;
  margin: 18px 0 0;
  background-color: #cfcfcf;
  content: '';
}
.concept-box1 .bd ul li .item .desc p {
  line-height: 30px;
  margin: 20px 0 0;
  font-size: 14px;
}
.concept-box2 {
  padding-bottom: 27px;
}
.concept-box2-swiper .item .pic {
  display: block;
  width: 100%;
}
.concept-box2-swiper .item .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.concept-box2-swiper .item .desc h2 {
  margin: 0 0 25px;
  font-size: 30px;
  font-weight: normal;
}
.concept-box2-swiper .item .desc p {
  line-height: 36px;
  margin: 0;
  font-size: 18px;
}
.concept-box2-swiper-pagination .swiper-pagination-bullet {
  width: 92px;
  height: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
}
.join-box1 .hd {
  margin-bottom: 45px;
  text-align: center;
}
.join-box1 .hd h2,
.join-box1 .hd p {
  line-height: 32px;
  margin: 0;
  font-size: 16px;
}
.join-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
}
.join-table table thead tr {
  color: #fff;
  background-color: #e50027;
}
.join-table table thead tr td {
  height: 64px;
  padding: 0 45px;
}
.join-table table tbody .row:hover th {
  color: #e50027;
}
.join-table table tbody .row.bg {
  background-color: #eaeaea;
}
.join-table table tbody .row th,
.join-table table tbody .row td {
  height: 64px;
  padding: 0 45px;
  text-align: left;
}
.join-table table tbody .row th {
  cursor: pointer;
}
.join-table table tbody .desc td {
  padding: 30px 45px 50px;
  border-top: 1px solid #e3e3e3;
}
.join-table table tbody .desc td h3 {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: normal;
}
.join-table table tbody .desc td p {
  line-height: 28px;
  margin: 0;
  font-size: 14px;
}
.join-table .arrow {
  position: relative;
  padding-right: 18px;
}
.join-table .arrow.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.join-table .arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 12px;
  height: 7px;
  background: url('../images/arrow6.png') no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}
.join-table .btn-send {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 24px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  font-size: 16px;
  color: #fff;
  background-color: #e50027;
}
@media (max-width: 1600px) {
  .join-table table thead tr td {
    padding: 0 20px;
  }
  .join-table table tbody .row th,
  .join-table table tbody .row td {
    padding: 0 20px;
  }
  .join-table table tbody .desc td {
    padding: 20px;
  }
}
@media (max-width: 1280px) {
  .join-table table {
    font-size: 14px;
  }
  .join-table table thead tr td {
    padding: 0 10px;
  }
  .join-table table tbody .row th,
  .join-table table tbody .row td {
    padding: 0 10px;
  }
  .join-table table tbody .desc td {
    padding: 10px;
  }
  .join-table .btn-send {
    padding: 0 10px;
    font-size: 14px;
  }
}
.send-box {
  width: 560px;
  padding: 55px 60px 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.send-box .hd {
  margin-bottom: 46px;
  font-size: 30px;
  text-align: center;
}
.send-box .bd .item + .item {
  margin-top: 14px;
}
.send-box .bd .item:not(:last-child) {
  border: 1px solid #c9caca;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.send-box .bd .item:last-child {
  margin-top: 34px;
}
.send-box .bd .item label {
  line-height: 50px;
  padding: 0 12px;
  font-size: 16px;
  cursor: pointer;
}
.send-box .bd .item .upload {
  background: url('../images/icon23.png') no-repeat right center;
}
.send-box .bd .item .control {
  display: block;
  width: 100%;
  height: 50px;
  border: 0;
}
.send-box .bd .item input[type='file'] {
  opacity: 0;
  cursor: pointer;
}
.send-box .bd .item .btn {
  display: block;
  width: 100%;
  height: 52px;
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  font-size: 20px;
  color: #fff;
  background-color: #e50027;
}
.contact-box1 .pic {
  width: 47.48048261%;
  margin-right: 20px;
}
.contact-box1 .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-box1 .desc {
  padding: 20px 35px;
  background-color: #f2f2f2;
}
.contact-box1 .desc h2 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: normal;
  color: #e50027;
}
.contact-box1 .desc ul li {
  padding: 10px 0;
}
.contact-box1 .desc ul li + li {
  border-top: 1px solid #c9caca;
}
.contact-box1 .desc ul li .icon {
  padding: 10px 0;
  margin-right: 11px;
}
.contact-box1 .desc ul li .icon img {
  display: block;
  width: 100%;
}
.contact-box1 .desc ul li p {
  line-height: 26px;
  margin: 0;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .contact-box1 .desc {
    padding: 10px 20px;
  }
  .contact-box1 .desc ul li .icon {
    padding: 1px 0;
  }
  .contact-box1 .desc ul li p {
    line-height: 22px;
    font-size: 14px;
  }
}
.contact-box2 {
  margin-top: 40px;
}
.contact-box2 img {
  display: block;
  width: 100%;
}
.search-box {
  max-width: 912px;
  padding: 340px 0 125px;
  margin: 0 auto;
}
.search-box input {
  display: block;
  width: 1000%;
  height: 50px;
  padding: 0 25px;
  border: 2px solid #9a9799;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
}
.search-box button {
  display: block;
  height: 50px;
  padding: 0 38px;
  margin-left: 12px;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  background-color: #e50027;
}
.search-list .hd {
  padding-bottom: 18px;
  border-bottom: 2px solid #908e8d;
  font-size: 24px;
  font-weight: bold;
}
.search-list .hd span {
  margin: 0 5px;
  color: #e50027;
}
.search-list .bd ul li {
  line-height: 22px;
  padding: 19px 0;
  border-bottom: 1px solid #b1b1b1;
  font-size: 16px;
}
.search-list .bd ul li a {
  color: #595757;
}
.search-list .bd ul li a span {
  color: #e50027;
}
