/* color: #f36c6c;
  color: #ef4136; */

/*
@media (max-width: 576px) {
}
@media (min-width: 576px) and (max-width: 768px) {
}
@media (min-width: 769px) and (max-width: 992px) {
}
@media (min-width: 992px) and (max-width: 1200px) {
}
@media (min-width: 1200px) and (max-width: 1440px) {
}
@media (min-width: 1440px) and (max-width: 1920px) {
}
@media (min-width: 1921px) {
}

*/

html,
body {
  margin: 0;
  font-family: montserrat, "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

.section {
}
.section .container {
  padding-top: 3rem;
  /* padding-bottom: 3rem; */
}
/* .section .container h2 {
  color: #ef4136;
} */
.section-title {
  color: #ef4136;
  margin-bottom: 3rem;
}

@media (max-width: 576px) {
  .section .container {
    /* padding-top: 0rem;
    padding-bottom: 0rem; */
  }
  li,
  p {
    font-size: 0.85rem;
  }
  .section-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  li,
  p {
    font-size: 0.85rem;
  }

  .section-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  li,
  p {
    font-size: 0.85rem;
  }
  .section-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
}
@media (min-width: 1200px) and (max-width: 1440px) {
}
@media (min-width: 1440px) and (max-width: 1920px) {
}
@media (min-width: 1921px) {
}

.section-1 {
  /* margin-left: -0.75rem;
  margin-right: -0.75rem; */
  height: 300px;
  padding-top: 3rem;

  background-image: url(/images/s-1-1.jpeg);
  background-size: cover;
  background-position: center;
  color: #ef4136;
}

.section-1 .section-wrapper h3 {
  color: #444;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .section-1 {
    height: 250px;
    margin: 0;
    padding-top: 1rem;
  }
  .section-1 .section-wrapper h3 {
    font-size: 0.75rem;
  }
  .section-1 .section-wrapper h1 {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  .section-1 {
    height: 400px;
    padding-top: 2rem;
  }
  .section-1 .section-wrapper h3 {
    font-size: 1rem;
  }
  .section-1 .section-wrapper h1 {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .section-1 {
    height: 400px;
    padding-top: 2rem;
  }

  .section-1 .section-wrapper h3 {
    font-size: 1rem;
  }
  .section-1 .section-wrapper h1 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .section-1 {
    height: 500px;
    padding-top: 2rem;
  }
  .section-1 .section-wrapper h3 {
    font-size: 1.5rem;
  }
  .section-1 .section-wrapper h1 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .section-1 {
    height: 600px;
  }
}

@media (min-width: 1400px) {
  .section-1 {
    height: 700px;
  }
}
@media (min-width: 1600px) {
  .section-1 {
    height: 800px;
  }
}

.section-2 .container {
}
.section-2 .col-left {
  padding-left: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: linear-gradient(to right, rgba(239, 65, 54, 1) 0%, rgba(239, 65, 54, 1) 40%, white 40%, white 100%);
}
.section-2 .row {
  align-items: center;
}
.section-2 .col-left img {
  width: 100%;
}
.section-2 .col-right {
  padding-left: 1rem;
  align-items: center;
}
.section-2 .col-right h2 {
  color: #ef4136;
}
.section-2 .col-right ul {
  padding: 1rem;
}

@media (max-width: 576px) {
  .section-2 .col-left {
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: linear-gradient(to right, rgba(239, 65, 54, 1) 0%, rgba(239, 65, 54, 1) 40%, white 40%, white 100%);
  }
  .section-2 .col-right {
    /* padding-left: 2rem; */
    padding-top: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .section-2 .col-left {
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: linear-gradient(to right, rgba(239, 65, 54, 1) 0%, rgba(239, 65, 54, 1) 40%, white 40%, white 100%);
  }
  .section-2 .col-right {
    /* padding-left: 2rem; */
    padding-top: 1rem;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-2 .col-left {
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: linear-gradient(to right, rgba(239, 65, 54, 1) 0%, rgba(239, 65, 54, 1) 40%, white 40%, white 100%);
  }
  .section-2 .col-right {
    /* padding-left: 1rem; */
    padding-top: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section-2 .col-left {
    padding-left: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .section-2 .col-right {
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .section-2 .col-left {
    padding-left: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1440px) and (max-width: 1920px) {
}
@media (min-width: 1921px) {
  .section-2 .col-left {
    padding-left: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.section-3 .container {
}
.section-3 .col-left {
  padding-right: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: linear-gradient(to left, rgba(239, 65, 54, 1) 0%, rgba(239, 65, 54, 1) 40%, white 40%, white 100%);
}
.section-3 .row {
  align-items: center;
}
.section-3 .col-left img {
  width: 100%;
}
.section-3 .col-right {
  /* padding-left: 2rem; */
  align-items: center;
}
.section-3 .col-right h2 {
  color: #ef4136;
}
.section-3 .col-right ul {
  padding: 1rem;
}

@media (max-width: 576px) {
  .section-3 .col-left {
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: linear-gradient(to left, rgba(239, 65, 54, 1) 0%, rgba(239, 65, 54, 1) 40%, white 40%, white 100%);
  }
  .section-3 .col-right {
    /* padding-left: 2rem; */
    padding-top: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .section-3 .col-left {
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: linear-gradient(to left, rgba(239, 65, 54, 1) 0%, rgba(239, 65, 54, 1) 40%, white 40%, white 100%);
  }
  .section-3 .col-right {
    /* padding-left: 2rem; */
    padding-top: 1rem;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-3 .col-left {
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: linear-gradient(to left, rgba(239, 65, 54, 1) 0%, rgba(239, 65, 54, 1) 40%, white 40%, white 100%);
  }
  .section-3 .col-right {
    /* padding-left: 2rem; */
    padding-top: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section-3 .col-left {
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .section-3 .col-right {
    /* padding-left: 1rem; */
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .section-3 .col-left {
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1440px) and (max-width: 1920px) {
}
@media (min-width: 1921px) {
  .section-3 .col-left {
    padding-left: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.carousel {
  /* background: #fafafa; */
  margin-bottom: 20px;
}

.carousel-cell {
  width: 100%;
  height: 300px; /* height: auto; */
  margin-right: 10px;
  /* background: #8C8; */
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.button-group {
  background-color: #f5f5f5;
  border-radius: 30px 30px 0 0;
  display: flex;
}
.button-group .button {
  /* display: inline-block; */
  flex: 1;
  padding: 8px 0px;
  font-size: 1rem;
  border: 1px solid #f8f8f8;
  border-radius: 6px;
  background-color: #f5f5f5;
  /* background-image: linear-gradient( hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) ); */

  /* float: left; */
  border-radius: 0;
  border-right-width: 0;
  border-radius: 30px;
  margin: 0 0.5rem;
  transition: all 0.2s ease-in-out;
}
.button-group .button:first-child {
  margin-left: 0;
}
.button-group .button:last-child {
  margin-right: 0;
}

.button-group .button:hover {
  background-color: white;
  border-color: #bbb;
  cursor: pointer;
}

.button-group .button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  background-color: white;
}

.button-group .button:active {
  background-color: #eee;
  box-shadow: inset 0 2px 10px hsla(0, 0%, 0%, 0.3);
}

.button-group .button.is-selected {
  background-color: #ef4136;
  color: white;
}

.carousel-cell-row {
  padding: 1rem;
}

@media (max-width: 576px) {
  .button-group .button {
    /* display: inline-block; */
    padding: 5px 0px;
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .carousel-cell-row {
    padding: 0rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .button-group .button {
    /* display: inline-block; */
    padding: 5px 0px;
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .carousel-cell-row {
    padding: 0.5rem;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .button-group .button {
    /* display: inline-block; */
    padding: 8px 0px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .carousel-cell-row {
    padding: 0.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
}
@media (min-width: 1200px) and (max-width: 1440px) {
}
@media (min-width: 1440px) and (max-width: 1920px) {
}
@media (min-width: 1921px) {
}

.img-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  position: relative;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
  /* margin: 1rem 0; */
}
.img-wrapper p {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  text-align: center;
  font-size: 0.8rem;
}
.txt-wrapper {
  padding: 1rem;
}
.txt-wrapper p {
  padding-left: 1rem;
  position: relative;
}
.txt-wrapper p::before {
  content: "-";
  font-size: 2rem;
  line-height: 1rem;
  color: #ddd;
  position: absolute;
  left: -0.5rem;
  top: 0rem;
}
.txt-wrapper p.no-dot{
  padding-left: 0;
}
.txt-wrapper p.no-dot::before {
  display: none;
}

@media (max-width: 576px) {
  .img-wrapper p {
    padding: 0.3rem;
    font-size: 0.6rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
}
@media (min-width: 769px) and (max-width: 992px) {
}
@media (min-width: 992px) and (max-width: 1200px) {
}
@media (min-width: 1200px) and (max-width: 1440px) {
}
@media (min-width: 1440px) and (max-width: 1920px) {
}
@media (min-width: 1921px) {
}

.section-4 .carousel-cell-1 {
  height: 550px;
}
.section-4 .carousel-cell-2 {
  height: 400px;
}
.section-4 .carousel-cell-3 {
  height: 480px;
}

.section-4 .carousel-cell-4 {
  height: 480px;
}

@media (max-width: 576px) {
  .section-4 .carousel-cell-1 {
    height: 360px;
  }
  .section-4 .carousel-cell-2 {
    height: 560px;
  }

  .section-4 .carousel-cell-3,
  .section-4 .carousel-cell-4 {
    height: 320px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .section-4 .carousel-cell-1 {
    height: 360px;
  }
  .section-4 .carousel-cell-2 {
    height: 560px;
  }

  .section-4 .carousel-cell-3,
  .section-4 .carousel-cell-4 {
    height: 310px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-4 .carousel-cell-1 {
    height: 370px;
  }
  .section-4 .carousel-cell-2 {
    height: 660px;
  }
  .section-4 .carousel-cell-3,
  .section-4 .carousel-cell-4 {
    height: 340px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section-4 .carousel-cell-1 {
    height: 470px;
  }
  .section-4 .carousel-cell-2 {
    height: 380px;
  }
  .section-4 .carousel-cell-3,
  .section-4 .carousel-cell-4 {
    height: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
}
@media (min-width: 1440px) and (max-width: 1920px) {
}
@media (min-width: 1921px) {
}

.section-5 {
}
.section-5 .img-wrapper {
  padding-bottom: 120%;
}


.section-foot{
  background-color: #444;
  margin-top: 3rem;
  padding-bottom: 1rem;
  color: #fff;
}

.mail-a{
  color: #ddd;
}
.mail-a:hover{
  color: #fff;
}

.icon-link{
  background-color: #444;
  border: 1px solid #666;
  border-radius: 4px;
  padding: 0.5rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin: 0.5rem 0.25rem;
}
.icon-link:hover{
  background-color: #222;
  border: 1px solid #999;
}
.icon-link img{
  width: 25px;
}