@font-face {
  font-family: 'Kangxi';
  src: url('../fonts/fonts/kangxi.otf');
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/fonts/optima.ttf');
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
.unselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
.main-header .title {
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 32px;
  border-left: 4px #991c20 solid;
}
.breadcrumb.breadcrumb-inverted > li > a {
  font-size: 16px;
}
a {
  color: #fff;
  transition: all 0.15 ease-in-out;
}
a:hover {
  color: #991c20;
}
img {
  max-width: 100%;
}
.jc-bg-1 {
  color: #fff;
  background: #161719;
}
.jc-bg-2 {
  color: #fff;
  background: #222325;
}
.jc-kangxi {
  font-family: Kangxi, KaiTi, sans;
  font-weight: 400;
}
.jc-text-nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.jc-btn {
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  color: #fff !important;
  background: #991c20;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.jc-btn:hover {
  background: #c5242a;
}
.jc-btn:active {
  background: #83181c;
}
.jc-img-shadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}
.jc-hover-1 {
  transition: all 0.6s ease-in-out;
}
.jc-hover-1:hover {
  transform: translate(0, -20px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
}
.jc-img-hover-2 {
  transition: all 0.1s ease-in-out;
}
.jc-img-hover-2:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.inoperable:active {
  margin-top: 0 !important;
}
.inoperable .iconfont {
  color: #525355 !important;
}
.jc-show {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.jc-show .happen {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 99;
  width: 130px;
  height: 130px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}
.jc-show .trigger:hover .happen {
  opacity: 1;
  visibility: visible;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.jc-about-inherited {
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .jc-section-bg {
    background-repeat: no-repeat;
    background-size: auto 100% !important;
    background-attachment: local !important;
  }
}
.search {
  text-align: right;
}
.search-box {
  position: relative;
  display: inline-block;
  text-align: left;
}
.search-input {
  width: 360px;
  height: 40px;
  padding: 0 50px 0 20px;
  border-radius: 40px;
  border: none;
  font-size: 15px;
  text-align: left;
  color: #323335;
  background: #fff;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.search-input:focus,
.search-input:active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  padding: 0 15px 0 0;
  border: none;
  box-shadow: none;
  background: transparent;
  outline: none;
}
.search-submit .iconfont {
  font-size: 20px;
  color: #991c20;
}
.bsTop {
  width: auto !important;
}
.jc-share {
  margin-top: -20px;
  font-size: 14px;
  text-align: center;
}
.jc-share span,
.jc-share ul {
  vertical-align: middle;
}
.jc-share span {
  color: #c2c3c5;
}
.jc-share ul,
.jc-share li {
  display: inline-block;
  line-height: 1;
}
.jc-share li {
  padding: 0 2px;
  cursor: pointer;
}
.jc-share img {
  width: 25px;
  height: 25px;
}
.jc-title {
  margin-bottom: 45px;
  text-align: center;
}
.jc-title img {
  width: 36px;
}
.jc-title h2,
.jc-title-2 h3 {
  font-family: Kangxi, KaiTi, sans;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
.jc-title h2 {
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 36px;
}
.jc-title-2 h3 {
  margin-bottom: 5px;
}
.jc-title p,
.jc-title-2 p {
  margin: 0;
  font-family: Optima, Arial, Helvetica, sans-serif;
  color: #c2c3c5;
}
.jc-title-2 {
  margin-bottom: 10px;
}
.jc-item-title h3,
.jc-item-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jc-item-title h3 {
  margin: 0;
  font-family: Kangxi, KaiTi, sans;
  font-weight: 400;
  line-height: 1.5;
}
.jc-item-title p {
  margin: 0;
  margin-bottom: 8px;
  line-height: 1.2;
  font-family: Optima, Arial, Helvetica, sans-serif !important;
  font-size: 15px;
  color: #e2e3e5;
}
.jc-item-title span {
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .jc-title h2,
  .jc-item-title h3 {
    font-size: 26px;
  }
}
.jc-h {
  font-family: Kangxi, KaiTi, sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.jc-h-2 {
  font-family: Kangxi, KaiTi, sans;
  font-size: 40px;
  font-weight: 400;
  color: #c5242a;
  padding-right: 5px;
}
.jc-p {
  font-size: 16px;
  line-height: 2.5;
}
.jc-content p {
  margin: 0;
  line-height: 2.5;
  text-indent: 2em;
}
.jc-note {
  margin-top: -20px;
  margin-bottom: 60px;
  text-align: center;
  color: #e2e3e5;
}
.jc-content-block {
  margin-bottom: 50px;
}
.jc-content .jc-content-block:last-child {
  margin: 0;
}
.jc-content-title {
  position: relative;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: Kangxi, KaiTi, sans;
}
.jc-content-title::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 150px;
  right: 0;
  height: 1px;
  border-top: 1px #323335 dashed;
}
.jc-content-title > span.contitle {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 110px;
  margin-left: 30px;
  padding: 4px 20px;
  background: #991c20;
}
.jc-content-title > span.contitle::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: -7px;
  width: 3px;
  background: #991c20;
}
@media (max-width: 767px) {
  .jc-content p {
    font-size: 16px;
  }
}
.jc-list {
  margin-top: 15px;
  padding: 0;
}
.jc-list > li {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px #991c20 solid;
  line-height: 1.2;
}
.jc-list > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .jc-list > li {
    font-size: 16px;
  }
}
.jc-img-show {
  overflow: hidden;
}
.jc-img-item {
  padding-bottom: 30px;
}
.jc-img-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.jc-img-item .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -150px;
  padding: 20px;
  opacity: 0;
  background: rgba(153, 28, 32, 0.8);
  transition: all 0.3s ease-in-out;
}
.jc-img-box:hover .title {
  opacity: 1;
  bottom: 0;
  background: rgba(153, 28, 32, 0.8);
}
@media (max-width: 992px) {
  .jc-img-item {
    padding-bottom: 35px;
  }
}
.jc-img-view {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 128px 30px 0px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
  cursor: zoom-out;
}
.view-box {
  position: relative;
  height: 100%;
}
.view-content {
  position: absolute;
  height: 80%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.img-view {
  width: auto;
  height: 100%;
  margin-right: 30px;
}
.img-title {
  display: inline-block;
  text-align: left;
  cursor: text;
}
.img-title h3 {
  color: #fff;
}
.img-title p {
  color: #c2c3c5;
}
.img-title span {
  color: #e2e3e5;
}
.control-btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.control-btn .iconfont {
  font-size: 24px;
  color: #fff;
  transition: all 0.3s ease-in;
}
.prev-img {
  left: 0;
}
.next-img {
  right: 0;
}
.control-btn:active {
  margin-top: -10px;
}
.control-btn:active .iconfont {
  color: #991c20;
}
.jc-img-view-active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 992px) {
  .jc-img-view {
    padding: 60px 0 0;
  }
  .view-content {
    height: auto;
  }
  .img-view {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .img-view {
    width: 100%;
  }
  .prev-img,
  .next-img {
    margin-top: -50px;
  }
  .prev-img {
    left: -40px;
  }
  .next-img {
    right: -40px;
  }
  .img-title {
    text-align: center;
  }
}
.img-view-animate {
  animation: fadeIn 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .jc-img-view {
    padding: 90px 40px 0;
  }
  .prev-img {
    left: -35px;
  }
  .next-img {
    right: -35px;
  }
}
.jc-swiper {
  overflow: hidden;
  position: relative;
}
.jc-swiper .swiper-item {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.jc-swiper .active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.swiper-controll {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translateY(-50%);
}
.swiper-controll > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.swiper-controll .prev {
  left: 0;
}
.swiper-controll .next {
  right: 0;
}
.swiper-controll > div:active {
  margin-top: 5px;
}
.swiper-controll .iconfont {
  font-size: 20px;
  cursor: pointer;
}
.jc-path {
  color: #fff;
  padding: 50px 40px;
  border-radius: 15px;
  background: rgba(22, 23, 25, 0.9);
  transition: all 0.3s ease-in-out;
}
.path-list {
  position: relative;
}
.path-list,
.sub-path {
  margin: 0;
  padding: 0;
}
.path-item,
.sub-path-item {
  zoom: 1;
}
.path-item::after,
.sub-path-item::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.path-item {
  padding-bottom: 30px;
  text-align: left;
  transition: all 0.3 ease-in-out;
}
.path-list .path-item:last-child {
  padding-bottom: 0;
}
.path-item > .date {
  position: relative;
  width: 200px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.path-item > .date::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -20px;
  left: 22px;
  height: 15px;
  width: 1px;
  background: #a2a3a5;
}
/* .path-list > .active > .date {
  font-size: 26px;
  font-weight: bold;
  color: #991c20;
} */
.path-item > .desc {
  position: absolute;
  top: 40px;
  left: 200px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.path-list > .active > .desc {
  top: 20px;
  opacity: 1;
  visibility: visible;
}
.sub-path-item {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.sub-path-item .desc {
  float: left;
  width: 80%;
}
.sub-path-item .date {
  float: left;
  width: 20%;
  text-align: right;
  font-size: 15px;
}
@media (max-width: 768px) {
  .jc-path {
    padding: 20px 0;
  }
  .path-item > .date {
    width: 100%;
    padding: 0 30px 10px;
  }
  .path-item > .date::after {
    display: none;
  }
  .path-item > .desc {
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 30px;
    font-size: 16px;
    background: #d6d7d9;
    transition: none;
  }
  .path-list > .active > .desc {
    position: relative;
    top: 0;
    transition: all 0.2s ease-in-out;
  }
  .sub-path-item {
    padding: 15px 0;
  }
  .sub-path-item > .date,
  .sub-path-item > .desc {
    width: 100%;
    text-align: left;
  }
  .sub-path-item > .date {
    color: #525355;
  }
}
.pageturning {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
.pageturning ul {
  margin: 0;
  padding: 0;
}
.pageturning li {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 10px 4px 0;
  line-height: 42px;
  border-radius: 4px;
  vertical-align: middle;
  color: #fff;
  background: #323335;
  transition: all 0.3s ease-in-out;
}
.pageturning a {
  display: block;
  font-size: 14px;
  color: #fff;
}
.pageturning i {
  font-size: 14px;
}
.pageturning li.active {
  background: #991c20;
}
.pageturning li:hover {
  background: #991c20;
}
.jc-categories {
  margin-bottom: 60px;
  font-size: 0;
  text-align: center;
  animation-fill-mode: none !important;
}
.jc-categories ul {
  min-width: 128px;
}
.jc-categories li {
  display: inline-block;
  cursor: pointer;
}
.jc-categories li a {
  display: block;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.jc-categories .level-1 {
  display: inline-block;
  position: relative;
  padding: 1px 2px;
  border-radius: 8px;
  background: #323335;
}
.jc-categories .level-1 > li > a {
  margin: 3px;
  padding: 13px 50px;
}
.jc-categories .level-2,
.jc-categories .level-3 {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: -54px;
  height: 50px;
  line-height: 44px;
  padding: 3px 0;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  background: #424345;
  transition: all 0.15s ease-in-out;
}
.jc-categories .level-2 li a {
  margin: 0 3px;
  padding: 0 40px;
}
.jc-categories .level-1 > li:hover > a {
  background: #424345;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.jc-categories .level-2 li:hover > a {
  background: #323335;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.jc-categories .active > a {
  background: #991c20 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.level-1 > li:hover > .level-2,
.level-2 > li:hover > .level-3 {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 992px) {
  .jc-categories {
    margin-bottom: 50px;
    padding: 0;
  }
  .jc-categories .level-1 {
    text-align: left;
  }
  .jc-categories ul {
    min-width: auto;
    width: 100%;
  }
  .jc-categories li {
    width: 33.333333%;
    text-align: center;
  }
  .jc-categories a {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.jc-product-item .text,
.jc-product-item .image {
  transition: all 0.3s ease-in-out;
}
.jc-product-item .text {
  opacity: 0;
}
.jc-product-item:hover .text {
  opacity: 1;
  transform: translateX(10px);
}
.jc-product-item:hover .image {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .jc-product-item {
    margin-bottom: 10px;
  }
  .jc-product-item .text {
    background: #323335;
  }
  .jc-product-item:hover .text {
    background: #991c20;
  }
  .jc-product-item .jc-item-title h3 {
    font-size: 20px;
  }
  .jc-product-item .text {
    opacity: 1;
    padding: 20px !important;
    transform: translateX(0) !important;
  }
}
.jc-product-detail-header {
  padding-top: 260px !important;
}
.jc-product-content {
  border-top: 1px #525355 dashed;
  border-bottom: 1px #525355 dashed;
  margin: 40px 0 50px;
  padding: 45px 15px;
  text-align: center;
  min-height: 300px;
}
.jc-product-content p {
  font-size: 14px;
  line-height: 2;
}
.jc-product-content img {
  margin-top: 30px;
  max-width: 100%;
}
.switch-bar .prev,
.switch-bar .next {
  width: 50%;
}
.switch-bar .prev {
  float: left;
}
.switch-bar .next {
  float: right;
  text-align: right;
}
.switch-bar .jc-btn {
  text-align: center;
}
.switch-bar a {
  display: inline-block;
}
.switch-bar .iconfont {
  vertical-align: middle;
  font-size: 14px;
}
.switch-bar .prev .jc-btn {
  padding-left: 25px;
}
.switch-bar .next .jc-btn {
  padding-right: 25px;
}
.switch-bar .prev .iconfont {
  padding-right: 6px;
}
.switch-bar .next .iconfont {
  padding-left: 6px;
}
.jc-news article {
  position: relative;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.jc-news-list article {
  overflow: hidden;
}
.jc-news .image {
  transition: all 0.3s ease-in-out;
}
.jc-news .title .h5 {
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jc-news .month {
  font-size: 18px;
}
.jc-news .year {
  font-size: 16px;
}
.jc-news .desc {
  padding: 0 25px 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #525355;
}
.jc-news .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 42px;
}
.jc-news-list article:hover .image {
  transform: scale(1.06);
}
.jc-news-list article::after {
  content: '';
  box-sizing: content-box;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0px;
  height: 0px;
  background: #991c20;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.jc-news-list article:hover::after {
  width: 100%;
  height: 5px;
}
.jc-news-list article:active::after {
  background: #c5242a;
}
@media (max-width: 992px) {
  .jc-news article {
    margin-bottom: 40px;
    overflow: hidden;
  }
  .jc-home-news article:hover .image {
    transform: scale(1.06);
  }
  .jc-home-news article::after {
    content: '';
    box-sizing: content-box;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0px;
    height: 0px;
    background: #991c20;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
  }
  .jc-home-news article:hover::after {
    width: 100%;
    height: 5px;
  }
}
.jc-news-detail-header,
.contact-header {
  padding-top: 260px !important;
}
.jc-news-info {
  margin-top: -25px;
  margin-bottom: 45px;
  padding: 10px 0;
  border-top: 1px #525355 dashed;
  border-bottom: 1px #525355 dashed;
  text-align: center;
}
.jc-news-info ul,
.jc-news-info li {
  display: inline-block;
}
.jc-news-info li {
  padding-right: 15px;
  font-size: 14px;
  color: #e2e3e5;
}
.jc-news-info i {
  margin-right: 2px;
  font-size: 14px;
}
.jc-news-content {
  margin-bottom: 50px;
  padding: 45px 15px 40px;
  border-bottom: 1px #525355 dashed;
  font-size: 16px;
  text-indent: 2em;
  line-height: 2.5;
  color: #e2e3e5;
}
@media (max-width: 992px) {
  .jc-news-content {
    padding: 45px 0 30px;
  }
}
nav .navigation {
  padding: 20px 0 25px;
}
.jc-logo a {
  padding: 0 !important;
}
.jc-logo a::after {
  display: none !important;
}
@media (min-width: 992px) {
  nav .navigation-main .floating-menu > ul > li > a.active:after {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg) !important;
    transform: rotateY(0deg) !important;
  }
}
.jc-nav-item {
  position: relative;
}
.jc-nav-sub {
  position: absolute;
  visibility: hidden;
  top: 60px;
  left: 0;
  right: 0;
  opacity: 0;
  border-top: 4px #991c20 solid;
  background: rgba(22, 23, 25, 0.9);
  transition: all 0.15s ease-in-out;
}
.jc-nav-sub a {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
}
.jc-nav-sub a:hover {
  background: #991c20;
}
.jc-nav-sub-active {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
@media (min-width: 1210px) {
  nav .navigation-main .floating-menu > ul > li > a {
    color: white;
    margin: 0 36px;
  }
}
@media (min-width: 1400px) {
  nav .navigation-main .floating-menu > ul > li > a {
    color: white;
    margin: 0 44px;
  }
}
@media (min-width: 1500px) {
  nav .navigation-main .floating-menu > ul > li > a {
    color: white;
    margin: 0 50px;
  }
}
@media (min-width: 1700px) {
  nav .navigation-main .floating-menu > ul > li > a {
    color: white;
    margin: 0 60px;
  }
}
@media (max-width: 991px) {
  .jc-logo {
    display: none;
  }
  .jc-nav-sub {
    position: relative;
    top: 0;
    height: 0;
    text-align: center;
    background: #161719;
  }
  .jc-nav-sub > li {
    line-height: 2;
  }
  .jc-nav-sub > li > a {
    font-size: 15px;
  }
  .jc-nav-sub-active {
    height: auto;
  }
}
.jc-video-banner {
  position: relative;
}
.jc-video-banner video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.jc-banner-title {
  line-height: 1;
  font-family: Kangxi, KaiTi, sans;
}
.jc-bt-1,
.jc-bt-2 {
  margin: 0 0 20px;
  font-size: 38px;
  font-weight: 400;
}
.jc-bt-3 {
  line-height: 1.5;
  font-family: Optima, Arial, Helvetica, sans-serif;
  font-size: 20px;
}
@media (max-width: 767px) {
  .jc-bt-1,
  .jc-bt-2 {
    font-size: 30px;
  }
  .jc-bt-3 {
    font-size: 16px;
  }
}
.jc-qr {
  display: inline-block;
  text-align: center;
}
.jc-qr p {
  padding-top: 10px;
  font-size: 14px;
}
.jc-footer-qr {
  text-align: right;
}
.jc-footer-qr .jc-qr {
  padding-right: 50px;
  color: #c2c3c5;
}
.jc-footer-qr > .jc-qr:last-child {
  padding-right: 0;
}
.jc-footer,
.jc-footer a {
  font-size: 14px;
}
.jc-footer-info {
  text-align: right;
}
.call-us .iconfont {
  font-size: 26px;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .jc-footer-contact,
  .jc-footer-qr {
    width: 100%;
    text-align: center;
  }
  .jc-footer-sub,
  .jc-footer-copyright,
  .jc-footer-info {
    line-height: 2;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .jc-footer-contact img {
    width: 180px;
  }
  .jc-footer-qr {
    display: none;
  }
  .jc-footer-sub,
  .jc-footer-copyright,
  .jc-footer-info {
    font-size: 14px;
  }
  .jc-footer-contact .call-us {
    font-size: 20px;
  }
}
.jc-home-about .jc-content {
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .jc-home-about-link {
    margin-bottom: 35px;
  }
  .jc-home-about-link article {
    overflow: hidden;
  }
  .jc-home-about-link article .image {
    transition: all 0.3s ease-in-out;
  }
  .jc-home-about-link article:hover .image {
    transform: scale(1.08);
  }
  .jc-home-about-link article:hover .show-more {
    bottom: 0px !important;
    padding: 0 15px 15px;
  }
  .jc-home-about-link article:hover .jc-btn {
    transform: scale(1);
  }
}
.jc-home-products .jc-item-title h3 {
  color: #fff;
}
.jc-home-products .jc-item-title p {
  color: #c2c3c5;
}
.jc-home-products .container {
  padding: 0;
}
.jc-home-news .container {
  padding: 0 15px;
}
.jc-about-master .jc-content {
  padding: 0 50px;
}
.jc-about-brand .logo-list > div {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .jc-about-master .jc-content {
    padding: 20px 15px 0;
  }
  .jc-about-brand .jc-content {
    text-align: left;
  }
  .jc-about-brand .logo-list {
    padding: 0 15px;
  }
}
.jc-artistry-show .stretcher {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px #323335 dashed;
}
.jc-artistry-show .stretcher:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.stretcher-item figure {
  white-space: normal;
  line-height: 1.8;
  transition: all 0.3s ease-in-out;
}
.stretcher-item figure h4 {
  font-family: Kangxi, KaiTi, sans;
  font-weight: 400;
  font-size: 24px;
}
.stretcher-item figcaption {
  color: #e2e3e5;
}
@media (max-width: 992px) {
  .jc-artistry-show .stretcher {
    margin-bottom: 30px;
    padding-bottom: 0;
    border: none;
  }
  .stretcher-item {
    margin-bottom: 30px;
  }
  .stretcher-item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .jc-artistry-show .stretcher .stretcher-item {
    width: 33.333333%;
  }
  .jc-artistry-show .stretcher .stretcher-item.inactive {
    width: 25%;
  }
  .jc-artistry-show .stretcher .stretcher-item.active {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .inherited-path .path-item > .date {
    width: 50%;
  }
  .inherited-path .path-item > .desc {
    left: 50%;
  }
}
@media (min-width: 992px) {
  .inherited-path .path-item > .date {
    width: 40%;
  }
  .inherited-path .path-item > .desc {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .jc-about-inherited .col-md-10 {
    padding: 0;
  }
}
.inherited-path .path-list > .active > .date {
  font-size: 22px;
}
.inherited-path .item-list {
  position: relative;
}
.inherited-path .item-list::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-1px);
  background: #323335;
}
.inherited-path .item {
  z-index: 1;
  margin-bottom: 70px;
}
.inherited-path .item-name {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 12px;
  font-family: Kangxi, KaiTi, sans;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.inherited-path .item-name::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  right: -8px;
  width: 16px;
  height: 16px;
  border: 3px #991c20 solid;
  border-radius: 50%;
  background: #121315;
}
.inherited-path .item-desc > div {
  text-align: center;
}
.inherited-path .item-desc > div > p,
.inherited-path .item-desc > div > ul {
  display: inline-block;
  text-align: left;
}
.inherited-path .item-desc li {
  position: relative;
  padding-left: 30px;
  line-height: 1.8;
}
.inherited-path .item-desc li::after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 9px;
  left: 20px;
  margin-left: -4px;
  background: #991c20;
}
.inherited-path .item-desc li span {
  display: inline-block;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .jc-about-inherited .container {
    padding: 0;
  }
  .inherited-path .item > div {
    float: none !important;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .inherited-path .item-name {
    margin-bottom: 10px;
    padding-top: 30px !important;
  }
  .inherited-path .item-name::after {
    top: 0;
    left: 50%;
    margin-left: -8px;
  }
  .inherited-path .item-desc {
    padding: 0 10px;
    font-size: 16px;
  }
  .inherited-path .item-desc li {
    display: inline-block;
    text-align: center;
  }
  .inherited-path .item-desc li p {
    display: inline-block;
    text-align: left;
  }
  .inherited-path .item-desc li::after {
    top: 12px;
  }
}
.inquiry-bar {
  text-align: center;
}
.inquiry-input {
  width: 50%;
  min-width: 300px;
  padding: 15px;
  border-radius: 10px;
  border: none;
  color: #323335;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.inquiry-input:focus {
  box-shadow: 0 0 30px rgba(82, 83, 85, 0.8);
}
.inquiry-btn {
  display: inline-block;
  margin-top: 30px;
}
.result-bar {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  background: #262729;
}
.result-bar table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
}
.result-bar table th,
.result-bar table td {
  height: 60px;
  padding: 15px;
  border: 1px #525355 solid;
  text-align: center;
  color: #fff;
}
.result-bar table th {
  width: 30%;
}
.result-bar table tr:nth-child(odd) {
  background: #323335;
}
.result-bar table tr:nth-child(even) {
  background: #424345;
}
@media (max-width: 768px) {
  .result-bar {
    width: 100%;
    font-size: 15px;
  }
}
.master-desc {
  position: relative;
  padding: 30px 60px;
  border-radius: 20px;
  background: #323335;
}
.master-desc .jc-swiper {
  width: 80%;
  margin: 0 auto;
}
.master-desc .jc-content {
  margin: 60px 0;
}
.master-desc .jc-content > div {
  padding: 30px 0;
}
.master-desc .jc-content h4 {
  font-family: Kangxi, KaiTi, sans;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}
.master-desc .jc-content .jc-list {
  font-size: 0;
  text-align: center;
}
.master-desc .jc-content .jc-list li {
  display: inline-block;
  font-size: 16px;
  margin: 0 30px;
}
.master-desc-2 {
  overflow: hidden;
  padding: 0;
  position: relative;
}
.master-header {
  position: relative;
}
.master-info {
  position: absolute;
  visibility: visible !important;
  z-index: 1;
  top: 15%;
  left: 10%;
  padding: 40px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
}
.master-info .jc-title {
  margin: 0;
  margin-bottom: 40px;
  writing-mode: vertical-rl;
}
.master-info .jc-title h2 {
  margin: 0;
  margin-left: 5px;
  font-size: 38px;
}
.master-info .honor {
  padding-top: 40px;
  border-top: 1px #c2c3c5 solid;
}
.master-info .honor .jc-list {
  margin: 0;
}
.master-desc-2 .jc-swiper {
  width: 100%;
  z-index: 0;
}
.master-detail {
  animation: normal !important;
  padding: 0 40px;
}
@media (max-width: 1170px) {
  .master-info {
    top: 50%;
  }
  .master-info .jc-title {
    margin-bottom: 20px;
  }
  .master-info .jc-title h2 {
    font-size: 30px;
  }
  .master-info .honor {
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .master-header {
    position: unset;
  }
  .master-info {
    position: relative;
    top: 0;
    left: 0;
    padding: 40px 30px;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
    border-radius: 0;
    transform: translateY(0);
    background: #222325;
  }
  .master-detail {
    padding: 30px;
    font-size: 16px;
  }
  .master-detail .jc-content {
    margin: 0;
  }
}
.jc-contact-info {
  padding: 50px;
  border-radius: 10px;
  background: #323335;
}
.jc-contact-info .jc-item-title {
  margin-bottom: 50px;
  text-align: center;
}
.jc-contact-info .jc-item-title p {
  color: #c2c3c5;
  line-height: 1.5;
}
.jc-contact-info .iconfont {
  margin-right: 6px;
  color: #991c20;
}
.jc-contact-info .row > div {
  text-align: center;
  border-right: 1px #525355 dashed;
}
.jc-contact-info .row > div:last-child {
  border-right: none;
}
.jc-contact-info .row > div > div {
  display: inline-block;
  text-align: left;
}
.jc-contact-info p {
  margin: 0;
  line-height: 3;
}
@media (max-width: 992px) {
  .jc-contact-info .jc-item-title {
    margin-bottom: 10px;
    text-align: left;
  }
  .jc-contact-info .jc-item-title h3 {
    font-size: 22px;
  }
  .jc-contact-info {
    margin: 0;
    padding: 30px 50px;
  }
  .jc-contact-info .row > div {
    padding: 0;
    text-align: left;
    border-right: none;
  }
  .jc-contact-info p {
    font-size: 16px;
  }
}
.jc-contact-qr {
  margin: 60px 0;
  padding: 40px 0;
  border-top: 1px #323335 dashed;
  border-bottom: 1px #323335 dashed;
  font-size: 0;
  text-align: center;
}
.jc-contact-qr .jc-qr {
  padding: 20px 40px 0;
}
@media (max-width: 560px) {
  .jc-contact-qr {
    margin: 60px 20px;
    text-align: left;
  }
  .jc-contact-qr .jc-qr {
    width: 50%;
  }
}
#amap {
  width: 100%;
  height: 500px;
}
.amap-info > div:last-child {
  margin-bottom: 20px;
}
.amap-info-content {
  padding: 20px;
  font-family: Arial, Helvetica, 'Microsoft Yahei', sans-serif;
  color: #323334 !important;
}
.amap-info-close {
  display: none;
}
/*=========== menuzord HEADER ==========*/
.menuzord {
  background: rgba(0, 0, 0, 0);
}
.menuzord-brand {
  display: none;
}
.menuzord-menu {
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: inline-block;
}
.menuzord-menu > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  padding: 0 4px 15px;
  margin: 0 60px;
}
.menuzord-menu > li.img_logo > a {
  margin-top: 15px;
}
.menuzord-menu > li > a:after {
  position: absolute;
  background-color: #991c20;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  border-radius: 4px;
  width: 100%;
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.menuzord-menu li.active a:after,
.menuzord-menu li a:hover:after {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg) !important;
  transform: rotateY(0deg) !important;
}
.menuzord-menu > li.img_logo > a:after {
  display: none;
}
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
  color: #fff;
  display: inline-block;
}
.menuzord-menu ul.dropdown li:hover > a {
  color: #fff;
}
.menuzord.et-style4 {
  background-color: rgba(255, 255, 255, 0.8);
}
.menuzord {
  padding: 5px !important;
  text-align: center;
}
.menuzord-menu > li {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 113px;
}
.header-nav .main-header-nav .menuzord {
  padding: 0;
}
.menuzord-menu ul.dropdown li {
  margin: 0;
}
.menuzord-menu ul.dropdown li:hover > a {
  background: #991c20;
  padding: 7px 25px 7px 22px;
}
.menuzord-menu ul.dropdown li a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 7px 25px 7px 22px;
  line-height: 25px;
}
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  border-top: 4px solid rgb(153, 28, 32);
  background: rgba(22, 23, 25, 0.9);
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 1700px) {
  .menuzord-menu > li > a {
    color: white;
    margin: 0 40px;
  }
}
@media (max-width: 1500px) {
  .menuzord-menu > li > a {
    color: white;
    margin: 0 40px;
  }
}
@media (max-width: 1400px) {
  .menuzord-menu > li > a {
    color: white;
    margin: 0 34px;
  }
}
@media (max-width: 1210px) {
  .menuzord-menu > li > a {
    color: white;
    margin: 0 26px;
  }
}
@media (max-width: 900px) {
  .menuzord-menu > li > a {
    color: white;
    margin: 0 15px;
  }
  .menuzord-responsive .menuzord-menu > li > a {
    text-align: left;
    border-bottom: solid 1px #3e3e3e;
    margin: 0;
  }
  .menuzord-responsive .menuzord-menu li .indicator {
    border-left: solid 1px #3e3e3e;
  }
  .menuzord-responsive .menuzord-menu ul.dropdown,
  .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
    background: #191919;
    text-align: left;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
    border-bottom: solid 1px #3e3e3e;
  }
  .menuzord-responsive .menuzord-menu > li:first-child > a {
    border-top: solid 1px #424242;
  }
  .menuzord-brand img {
    width: 85%;
    max-width: 180px;
  }
  .menuzord-brand {
    display: inline-block;
  }
  .menuzord-menu > li {
    line-height: 45px;
  }
  .menuzord-menu > li.img_logo {
    display: none;
  }
  .menuzord-menu > li > a:after {
    display: none;
  }
}
.jc-title-partybg {
  background: url(/images/title2.png);
  background-size: cover;
  width: 36px;
  height: 54px;
  display: block;
  margin: auto;
}
.pager {
  overflow: hidden;
  clear: both;
  width: 100%;
  text-align: center;
  word-wrap: normal;
  word-break: normal;
}
.pager a,
.pager span {
  display: inline-block;
  margin: 0 3px 0 3px;
}
.pager a,
.pager span.page-break,
.pager span.page-start,
.pager span.page-end,
.pager span.page-cur {
  padding: 0px 6px 0px 6px;
  height: 26px;
  line-height: 26px;
}
.pager a,
.pager .page-cur,
.pager .page-start,
.pager .page-end,
.pager .page-prev,
.pager .page-next {
  color: #ffffff;
  background-color: #323335;
  border: solid 1px #161719;
  font-size: 14px;
}
.pager a:hover {
  text-decoration: none;
  color: #1d4c7d;
  background-color: #ffffff;
  border: solid 1px #bf161d;
}
.pager .page-cur {
  background-color: #981c20;
  border: solid 1px #981c20;
  color: #ffffff;
}
.pager .page-break {
  color: #4c4c4c;
  font-size: 14px;
}

.pager .page-skip {
  height: 26px;
  display: inline-block;
  white-space: nowrap;
  color: #4c4c4c;
  margin-left: 10px;
}
.pager .page-skip input.skip_text {
  margin: -7px 5px 0px 5px;
  border: 1px solid #b2b2b2;
  width: 35px;
  height: 22px;
  padding: 0;
  text-align: center;
  color: rgb(0, 0, 0);
  vertical-align: middle;
  display: none;
}
.pager .page-skip input.skip_button {
  border: solid 1px #c8c8c8;
  color: #333;
  background-color: #c8c8c8;
  margin: -7px 0px 0px 5px;
  width: 48px;
  height: 24px;
  cursor: pointer;
  vertical-align: middle;
  display: none;
}
.pager .page-skip input.skip_button:hover {
  background-color: #bf161d;
  border: solid 1px #bf161d;
  color: #ffffff;
}
/* Fix */
.jc-bt-1 {
  margin: 0;
  line-height: 1.3;
}
.jc-bt-3 {
  margin: 0;
  font-size: 18px;
}
.jc-item-title h3 {
  color: #fff !important;
}
.owl-wrapper a {
  color: #fff !important;
}
@media (min-width: 992px) {
  .menuzord-menu {
    width: 100%;
  }
  .menuzord-menu > li {
    position: relative;
    width: 11.111111%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .menuzord-menu > li > a {
    margin: 0 auto;
  }
  .dropdown {
    position: absolute;
    top: 90px;
    width: 90%;
    left: 50% !important;
    right: unset !important;
    transform: translateX(-50%);
    padding-top: 4px;
    transition: all 0.3s ease-in-out;
  }
  .dropdown a {
    transition: all 0.3s ease-in-out !important;
  }
}
@media (min-width: 992px) {
  .path-item {
    position: relative;
    zoom: 1;
  }
  .path-item::after {
    content: '';
    display: table;
    clear: both;
  }
  .path-item > .date {
    position: unset !important;
    float: left;
    width: 12%;
    min-width: 80px;
  }
  .path-item > .date::after {
    margin-top: 10px;
    top: unset !important;
    left: 25px;
    bottom: unset !important;
  }
  .path-item > .desc {
    position: relative !important;
    float: left;
    width: 78%;
    top: unset !important;
    right: unset !important;
    left: unset !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

.honor-exception .jc-img-item {
  width: 100% !important;
  text-align: center;
}

.honor-exception .jc-img-box {
  display: inline-block;
}

.banner-img {
  opacity: 1;
  margin-top: -66px;
}

.owl-item.action .banner-img {
  opacity: 0.6;
  animation: bannerAudio 1.5s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@keyframes bannerAudio {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 997px) {
  .banner-img {
    display: none;
  }
}

body {
  background-color: #060709;
}

.action {
  animation: bannerFadeIn 11s ease-in-out;
}

@keyframes bannerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
