*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th {
  font-family: Arial, Helvetica, 'Microsoft JhengHei', sans-serif !important;
}

img,
object,
embed,
video {
  max-width: 100%;
}

.ie6 img {
  width: 100%;
}

body {
  color: #000;
  font-size: 15px;
  min-width: 320px;
  background: #fff;
  overflow-x: hidden;
}

.cp-tips {
  width: 100%;
  line-height: 1.6;
  text-align: center;
  color: #996600;
  background-color: #ffefc6;
  padding: 10px;
  font-size: 16px;
}

.cp-tips p {
  margin: 0;
}

.cp-tips a {
  color: #f75c61;
  text-decoration: underline;
}

.cp-tips .cp-tips-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.cp-tips .cp-tips-close:before {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 1px solid #996600;
  top: 50%;
  left: 0;
}

.cp-tips .cp-tips-close:after {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 1px solid #996600;
  top: 0;
  left: 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

p {
  line-height: 1.6;
}

.pt-0,
.p-0,
.py-0 {
  padding-top: 0px;
}

.pb-0,
.p-0,
.py-0 {
  padding-bottom: 0px;
}

.pl-0,
.p-0,
.px-0 {
  padding-left: 0px;
}

.pr-0,
.p-0,
.px-0 {
  padding-right: 0px;
}

.mt-0,
.m-0,
.my-0 {
  margin-top: 0px;
}

.mb-0,
.m-0,
.my-0 {
  margin-bottom: 0px;
}

.ml-0,
.m-0,
.mx-0 {
  margin-left: 0px;
}

.mr-0,
.m-0,
.mx-0 {
  margin-right: 0px;
}

.pt-1,
.p-1,
.py-1 {
  padding-top: 10px;
}

.pb-1,
.p-1,
.py-1 {
  padding-bottom: 10px;
}

.pl-1,
.p-1,
.px-1 {
  padding-left: 10px;
}

.pr-1,
.p-1,
.px-1 {
  padding-right: 10px;
}

.mt-1,
.m-1,
.my-1 {
  margin-top: 10px;
}

.mb-1,
.m-1,
.my-1 {
  margin-bottom: 10px;
}

.ml-1,
.m-1,
.mx-1 {
  margin-left: 10px;
}

.mr-1,
.m-1,
.mx-1 {
  margin-right: 10px;
}

.pt-2,
.p-2,
.py-2 {
  padding-top: 20px;
}

.pb-2,
.p-2,
.py-2 {
  padding-bottom: 20px;
}

.pl-2,
.p-2,
.px-2 {
  padding-left: 20px;
}

.pr-2,
.p-2,
.px-2 {
  padding-right: 20px;
}

.mt-2,
.m-2,
.my-2 {
  margin-top: 20px;
}

.mb-2,
.m-2,
.my-2 {
  margin-bottom: 20px;
}

.ml-2,
.m-2,
.mx-2 {
  margin-left: 20px;
}

.mr-2,
.m-2,
.mx-2 {
  margin-right: 20px;
}

.pt-3,
.p-3,
.py-3 {
  padding-top: 30px;
}

.pb-3,
.p-3,
.py-3 {
  padding-bottom: 30px;
}

.pl-3,
.p-3,
.px-3 {
  padding-left: 30px;
}

.pr-3,
.p-3,
.px-3 {
  padding-right: 30px;
}

.mt-3,
.m-3,
.my-3 {
  margin-top: 30px;
}

.mb-3,
.m-3,
.my-3 {
  margin-bottom: 30px;
}

.ml-3,
.m-3,
.mx-3 {
  margin-left: 30px;
}

.mr-3,
.m-3,
.mx-3 {
  margin-right: 30px;
}

.pt-4,
.p-4,
.py-4 {
  padding-top: 40px;
}

.pb-4,
.p-4,
.py-4 {
  padding-bottom: 40px;
}

.pl-4,
.p-4,
.px-4 {
  padding-left: 40px;
}

.pr-4,
.p-4,
.px-4 {
  padding-right: 40px;
}

.mt-4,
.m-4,
.my-4 {
  margin-top: 40px;
}

.mb-4,
.m-4,
.my-4 {
  margin-bottom: 40px;
}

.ml-4,
.m-4,
.mx-4 {
  margin-left: 40px;
}

.mr-4,
.m-4,
.mx-4 {
  margin-right: 40px;
}

.pt-5,
.p-5,
.py-5 {
  padding-top: 50px;
}

.pb-5,
.p-5,
.py-5 {
  padding-bottom: 50px;
}

.pl-5,
.p-5,
.px-5 {
  padding-left: 50px;
}

.pr-5,
.p-5,
.px-5 {
  padding-right: 50px;
}

.mt-5,
.m-5,
.my-5 {
  margin-top: 50px;
}

.mb-5,
.m-5,
.my-5 {
  margin-bottom: 50px;
}

.ml-5,
.m-5,
.mx-5 {
  margin-left: 50px;
}

.mr-5,
.m-5,
.mx-5 {
  margin-right: 50px;
}

.pt-6,
.p-6,
.py-6 {
  padding-top: 60px;
}

.pb-6,
.p-6,
.py-6 {
  padding-bottom: 60px;
}

.pl-6,
.p-6,
.px-6 {
  padding-left: 60px;
}

.pr-6,
.p-6,
.px-6 {
  padding-right: 60px;
}

.mt-6,
.m-6,
.my-6 {
  margin-top: 60px;
}

.mb-6,
.m-6,
.my-6 {
  margin-bottom: 60px;
}

.ml-6,
.m-6,
.mx-6 {
  margin-left: 60px;
}

.mr-6,
.m-6,
.mx-6 {
  margin-right: 60px;
}

.text-center {
  text-align: center;
}

.text-hidden {
  height: 0;
  text-indent: -9999px;
}

.d-block {
  display: block;
}

.container {
  width: 1010px;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row > [class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row.smmargin {
  margin-left: -5px;
  margin-right: -5px;
}

.row.smmargin > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row .col-2 {
  width: 16.66%;
}

.row .col-3 {
  width: 25%;
}

.row .col-4 {
  width: calc(100% / 3);
}

.row .col-5 {
  width: 41.66%;
}

.row .col-6 {
  width: 50%;
}

.row .col-8 {
  width: calc(100% * 2 / 3);
}

.row .col-7 {
  width: 58.34%;
}

.row .col-12 {
  width: 100%;
}

.blog {
  background: #b52e42;
  padding: 8em 80px;
}

.blog .title {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  padding-bottom: 30px;
}

.blog .title:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
  background: #c9b38c;
}

.blog .row {
  margin-left: -20px;
  margin-right: -20px;
}

.blog .col-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.blog .box .img {
  position: relative;
  display: block;
  background: #fff;
}

.blog .box .img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10px;
  left: -10px;
  border: 1px solid #c9b38c;
}

.blog .box .img img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.blog .box .img:hover img {
  opacity: .85;
}

.blog .box h3 {
  font-size: 1.4em;
  color: #fff;
  margin: 30px 0 20px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog .box p {
  color: #dbdbdb;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog .box .btn {
  margin-top: 20px;
}

.blog .box .btn a {
  display: inline-block;
  padding: 8px 30px;
  background: #000;
  color: #fff;
  border-radius: 50em;
  font-weight: bold;
  letter-spacing: .2em;
  font-size: .9em;
}

.blog .box .btn a:hover {
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

.blog .col-3:nth-child(even) .box .btn a {
  background: #fff;
  color: #b52e42;
}

.video {
  position: relative;
  padding: 8em 20px 0;
  text-align: center;
  background: url(../images/z_bg.png) no-repeat center 20%;
  background-size: 1160px auto;
}

.video:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #e8e7e7;
}

.video .title {
  margin-bottom: 40px;
}

.video .title img {
  max-width: 80%;
}

.video .video_content {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 8em;
}

.video .video_content .swiper-container {
  position: relative;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 40px;
}

.video .video_content .swiper-container:before {
  content: '';
  position: absolute;
}

.video .video_content .swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.video .video_content .swiper-container .swiper-pagination-bullet-active {
  background: #b52e42;
}

.video .video_content .swiper-slide {
  position: relative;
  text-align: left;
  background: #b52e42;
  padding: 20px 40px;
}

.video .video_content .swiper-slide .popup-youtube {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
}

.video .video_content .swiper-slide .popup-youtube img {
  width: 760px;
  max-width: 100%;
}

.video .video_content .swiper-slide .popup-youtube:before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  background: url(../images/playR.png);
  background-size: contain;
}

.video .video_content .swiper-slide .txt {
  position: absolute;
  top: 19px;
  left: 0;
  padding: 10px 20px 10px 80px;
  background: #b52e42;
}

.video .video_content .swiper-slide .txt h4 {
  color: #fff;
  font-size: 1.2em;
}

.video .video_content .p01 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 78px;
  pointer-events: none;
}

.video .video_content .p02 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -15px;
  pointer-events: none;
}

.back {
  padding: 60px 20px;
  text-align: center;
}

.back a {
  display: inline-block;
  border: 1px solid #ccc;
  letter-spacing: .2em;
  padding: 20px;
  width: 300px;
  max-width: 100%;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #c9b38c;
  border-color: #c9b38c;
}

.back a:hover {
  background: #000;
  border-color: #000;
}

.wow.animated {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.newfooter {
  height: auto !important;
}

@media only screen and (max-width: 1200px) {
  .video .video_content .p01 {
    left: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .blog .col-3 {
    width: 50%;
    margin-bottom: 60px;
  }
  .video .video_content {
    padding-bottom: 26vw;
  }
  .video .video_content .p01 {
    width: 30vw;
  }
  .video .video_content .p02 {
    width: 38.9vw;
  }
}

@media only screen and (max-width: 900px) {
  .all-content {
    font-size: 1em;
  }
}

@media only screen and (max-width: 768px) {
  .blog {
    padding: 4em 40px;
  }
  .video {
    padding: 4em 20px 0;
  }
  .video .video_content .swiper-slide .popup-youtube:before {
    width: 14vw;
    height: 14vw;
    margin-left: -7vw;
    margin-top: -7vw;
  }
}

@media only screen and (max-width: 576px) {
  .blog .col-3 {
    width: 100%;
  }
  .video .video_content .swiper-slide {
    padding: 10px;
  }
  .video .video_content .swiper-slide .txt {
    top: 0;
    padding: 10px 20px 10px 25px;
  }
  .video .video_content .swiper-slide .txt h4 {
    font-size: 1em;
  }
}
