/* body.bg1 {
  background: #1a2127 url(../images/side-bg1.jpg) no-repeat center top;
} */

.main {
  padding-bottom: 80px;
}

.main-left {
  float: left;
  width: 273px;
}

.main-left h3 {
  font-size: 24px;
  font-weight: 700;
  display: block;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 0 0 17px;
  background: #e63a27;
  position: relative;
}

.main-left h3::after {
  display: none;
  font-family: qico;
  content: "\e727";
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.main-left h3.active::after {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
}

.sidemenu {
  margin: 0 0 20px;
  background: rgba(255, 255, 255, 0.8);
}

.sidemenu > ul {
  padding: 0 12px;
}

.sidemenu > ul > li {
  border-bottom: 1px solid #a4a5a5;
}

.sidemenu > ul > li:last-child {
  border-bottom: none;
}

.sidemenu > ul > li h5 {
  line-height: 22px;
  display: block;
  padding: 20px 0;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  position: relative;
}

.sidemenu > ul > li h5 a {
  display: block;
  padding: 0 10px 0 33px;
  box-sizing: border-box;
}

.sidemenu > ul > li h5 a:hover {
  color: #000;
}

.sidemenu > ul > li h5 span {
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
  background: url(../images/i4.png) no-repeat center;
  width: 26px;
  height: 26px;
  display: block;
}

.sidemenu > ul > li ul {
  display: none;
}

.sidemenu > ul > li ul li {
  line-height: 20px;
  padding: 0 10px 0 39px;
}

.sidemenu > ul > li ul li a {
  padding: 3px 0;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.sidemenu > ul > li ul li.active a,
.sidemenu > ul > li ul li a:hover {
  color: #662870;
  border-bottom: 1px solid #662870;
}

.sidemenu > ul > li.active h5 {
  color: #662870;
}

.sidemenu > ul > li.active span {
  background: url(../images/i4-1.png) no-repeat center;
}

.main-right {
  margin-left: 306px;
}

.pro_view {
  overflow: hidden;
}

.pro_img {
  float: left;
  width: 475px;
}

.pro_img .view {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.pro_img .view .swiper {
  width: 100%;
}

.pro_img .view .swiper img {
  width: 100%;
  display: block;
}

.pro_img .view .arrow-left,
.pro_img .view .arrow-right {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  z-index: 10;
  text-align: center;
}

.pro_img .view .arrow-left {
  left: 0;
}

.pro_img .view .arrow-right {
  right: 0;
}

.pro_img .view .arrow-left i,
.pro_img .view .arrow-right i {
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}

.pro_img .preview {
  margin: 10px 0 0;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.pro_img .preview .swiper {
  width: 100%;
  text-align: center;
}

.pro_img .preview .swiper-wrapper {
  justify-content: center;
}

.pro_img .preview .swiper-slide {
  cursor: pointer;
  width: 67px;
  padding: 10px 0 0;
  margin: 0 8px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
      padding-bottom: 10px;
}

.pro_img .preview .swiper-slide::after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 5px;
  border-style: dashed;
  border-bottom-style: dashed;
  border-color: transparent;
  border-bottom-color: transparent;
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-color: #e63a27;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -5px;
}

.pro_img .preview .swiper-slide img {
  width: 100%;
  border: 1px solid #999;
  box-sizing: border-box;
}

.pro_img .preview .active-nav img {
  border: 1px solid #e63a27;
}

.pro_img .preview .swiper-slide.active-nav::after {
  display: inline-block;
}

.pro_view_inner {
  margin-left: 550px;
}

.pro_view_inner h1 {
  color: #333;
  font-size: 24px;
  line-height: 30px;
}

.pro_view_inner hr {
  background: #e9e8e7;
  margin: 39px 0;
  height: 2px;
  overflow: hidden;
}

.pro_view_inner .share {
}

.pro_view_inner .share a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
}

.pro_view_inner .share a + a {
  margin-left: 22px;
}

.pro_view_inner .share a i {
  font-size: 22px;
}

.pro_view_inner .pro_btn {
  margin: 60px 0 0;
}

.pro_view_inner .pro_btn .book {
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  background: #e63a27;
}

.pro_view_inner .pro_btn .book:hover {
  background: #db4d3d;
}

.pro_view_inner .pro_btn .pdf {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  background: #ff6550;
  margin-left: 20px;
}

.pro_tab_box {
  height: 75px;
  margin-top: 30px;
}

.pro_tab {
  height: 75px;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  background: rgba(255, 255, 255, 0.75);
}

.pro_tab.scroll-top {
  position: fixed;
  top: 117px;
  width: 1103px;
  background: #fff;
  z-index: 100;
  box-shadow: -1px 0px 5px #d1cbcb;
}

.pro_tab ul {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}


.pro_tab ul li {
  padding: 0 10px;
  box-sizing: border-box;
  height: 40px;
  line-height: 20px;
  text-align: center;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  color: #212121;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-transform: capitalize;
}

.pro_tab ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  background: #777;
  position: absolute;
  right: -14px;
  top: 10px;
  bottom: 10px;
}

.pro_tab ul li.active {
  text-decoration: underline;
  color: #e63a27;
}

.pro_text {
  margin: 35px 0 0;
  position: relative;
}

.pro_text .pro-scroll {
  padding: 18px 0 25px;
  border-top: 2px solid #333;
}

.pro_text .tit {
  height: 46px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.pro_text .tit h5 {
  font-size: 24px;
  color: #333;
  line-height: 32px;
  text-transform: capitalize;
  background: url(../images/i2.png) no-repeat left center;
  padding: 0 0 0 45px;
}

.pro-content {
  padding: 25px 0 0;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}

.pro-content p {
  margin-bottom: 10px;
}

.pro-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.pro-content table {
  width: 100%;
  font-size: 16px;
  color: #333;
  border-collapse: collapse;
}

.pro-content table th {
  padding: 10px 20px;
  border: 1px solid #d2d2d2;
  background-color: #f6f3f6;
}

.pro-content table td {
  padding: 10px 20px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}

.pro-content table tr td:nth-child(2n + 1) {
  background-color: #f6f3f6;
}

.pro-app .list {
  position: relative;
}

.pro-app .swiper-slide {
  position: relative;
  overflow: hidden;
}

.pro-app .swiper-slide img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.pro-app .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px;
}

.pro-app .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 3px;
  background: #ccc;
  border-radius: 10px;
  opacity: 1;
  box-sizing: border-box;
}

.pro-app .swiper-pagination-bullet-active {
  width: 12px;
  background: #336d4a;
}

.pro-app .swiper-button-prev,
.pro-app .swiper-button-next {
  color: #fff;
  overflow: hidden;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: rgba(26, 33, 39, 0.75);
  border-radius: 0;
  margin-top: -25px;
  text-align: center;
}

.pro-app .swiper-button-prev,
.pro-app .swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.pro-app .swiper-button-next,
.pro-app .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.pro-app .swiper-button-prev i,
.pro-app .swiper-button-next i {
  color: inherit;
  font-size: 22px;
  line-height: 50px;
}

.pro-app .swiper-button-prev:hover,
.pro-app .swiper-button-next:hover {
  background: #662870;
  color: #fff;
}

.faq-list ul li {
  padding: 4px 8px 4px 15px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  position: relative;
  box-sizing: border-box;
}

.faq-list ul li ~ li {
  margin-top: 20px;
}

.faq-list ul li .t {
  overflow: hidden;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.faq-list ul li .t span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 2px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq-list ul li .t span i {
  color: #fff;
  font-size: 22px;
}

.faq-list ul li .t h4 {
  font-size: 18px;
  color: #fff;
}

.faq-list ul li .con {
  display: none;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding: 10px 0;
}

.faq-list ul li .con p ~ p {
  margin-top: 10px;
}

.faq-list ul li.active {
}

.faq-list ul li.active .t span {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
}

.share a {
  display: inline-block;
  color: #fff;
  text-align: center;
}

.share a:nth-child(1) {
  background-color: #e60023;
}

.share a:nth-child(2) {
  background-color: #0077b5;
}

.share a:nth-child(3) {
  background-color: #ff0000;
}

.share a:nth-child(4) {
  background-color: #3b5998;
}

.share a:hover {
  opacity: 0.7;
}

.inquirbox {
}

.inquirbox h5 {
  background: #f0b323;
}

.inquirbox .row {
  margin-bottom: 15px;
}

.inquirbox input[type="text"],
.inquirbox textarea {
  padding: 10px 10px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  background: transparent;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #fff;
  box-sizing: border-box;
}

.inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.inquirbox input[type="text"]:focus,
.inquirbox textarea:focus {
  box-shadow: 0 0 5px #999;
  border-color: #999;
  outline: 0;
}

.inquirbox .red {
  color: #f00;
  font-weight: bold;
}

.inquirbox .yzm {
  width: 70%;
  margin-right: 10px;
}

.inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.inquirbox input.submit {
  margin: 0 auto;
  width: 106px;
  line-height: 41px;
  background: #e63a27;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 17px;
  border-radius: 35px;
  cursor: pointer;
}

.inquirbox input.submit:hover {
  background: #e25646;
}

.pro-inquiry {
  margin: 20px 0 0;
  background: #fff;
}

.pro-inquiry h4 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 49px;
  background: #e63a27;
}

.pro-inquiry .inquirbox {
  padding: 25px 30px 5px;
}

.pro-inquiry .inquirbox input[type="text"],
.pro-inquiry .inquirbox textarea {
  color: #333;
}

.pro-inquiry .inquirbox input[type="text"]:focus,
.pro-inquiry .inquirbox textarea:focus {
  border-color: #662870;
}

.pro-inquiry .inquirbox input.submit {
  border-radius: 3px;
}

@media screen and (max-width: 1340px) {
  .sidemenu > ul > li h5 {
    font-size: 17px;
  }

  .pro-inquiry h4 {
    font-size: 20px;
  }

  .inquirbox input[type="text"],
  .inquirbox textarea {
    padding: 8px 10px;
    line-height: 20px;
  }

  .pro_img {
    width: 400px;
  }

  .pro_img .preview .swiper-slide {
    width: 60px;
  }

  .pro_view_inner {
    margin-left: 440px;
  }

  .pro_tab ul li {
    padding: 0 6px;
    font-size: 16px;
  }

  .pro_tab.scroll-top {
    width: 743px;
  }

  .pro_text .tit h5 {
    font-size: 20px;
  }

  .pro-content table th {
    padding: 8px 15px;
  }

  .pro-content table td {
    padding: 8px 15px;
  }

  .faq-list ul li .t h4 {
    font-size: 17px;
  }
}

@media screen and (max-width: 1100px) {
  .main-left {
    width: 250px;
  }

  .main-right {
    margin-left: 280px;
  }

  .pro_img {
    width: 350px;
  }

  .pro_view_inner {
    margin-left: 370px;
  }

  .pro_view_inner h1 {
    font-size: 22px;
  }

  .pro_view_inner .share a + a {
    margin-left: 18px;
  }

  .pro_tab_box {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .main {
    padding-bottom: 30px;
  }

  .main-left {
    float: none;
    width: 100%;
  }

  .main-left h3 {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 15px;
  }

  .main-left h3::after {
    display: block;
  }

  .sidemenu > ul {
    display: none;
  }

  .sidemenu > ul > li h5 {
    padding: 15px 0;
    font-size: 17px;
  }

  .main-right {
    margin-left: 0;
  }

  .pro_img {
    float: none;
    margin: 0 auto;
  }

  .pro_img .preview .swiper-slide {
    width: 50px;
  }

  .pro_view_inner {
    margin: 20px 0 0;
  }

  .pro_view_inner h1 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .pro_view_inner hr {
    margin: 20px 0;
    height: 1px;
  }

  .pro_view_inner .share {
    font-size: 0;
    text-align: center;
  }

  .pro_view_inner .share a + a {
    margin-left: 15px;
  }

  .pro_view_inner .pro_btn {
    margin: 30px 0 0;
    text-align: center;
  }

  .pro_view_inner .pro_btn .book {
    width: 150px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }

  .pro_tab_box {
    display: none;
  }

  .pro_text {
    margin: 20px 0 0;
  }

  .pro_text .pro-scroll {
    padding: 15px 0 20px;
    border-top: 1px solid #fff;
  }

  .pro_text .tit {
    height: 46px;
  }

  .pro_text .tit h5 {
    font-size: 20px;
    line-height: 288px;
    background-size: 28px;
    padding: 0 0 0 35px;
  }

  .pro-inquiry h4 {
    font-size: 20px;
    line-height: 45px;
  }

  .pro-inquiry .inquirbox {
    padding: 15px 15px 5px;
  }

  .inquirbox .row {
    margin-bottom: 0;
  }

  .inquirbox .row > div {
    margin-bottom: 10px;
  }

  .pro-content {
    padding: 20px 0 0;
    line-height: 24px;
    font-size: 16px;
  }

  .pro-content p {
    margin-bottom: 8px;
  }

  .pro-content table {
    font-size: 15px;
  }

  .pro-content table th {
    padding: 5px 8px;
  }

  .pro-content table td {
    padding: 5px 8px;
  }

  .pro-app .swiper-button-prev,
  .pro-app .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .pro-app .swiper-button-prev i,
  .pro-app .swiper-button-next i {
    line-height: 40px;
  }

  .faq-list ul li ~ li {
    margin-top: 12px;
  }

  .faq-list ul li .t h4 {
    font-size: 16px;
  }

  .faq-list ul li .con {
    font-size: 15px;
    line-height: 24px;
  }
}

@media screen and (max-width: 480px) {
  .pro_img {
    width: 100%;
  }

  .pro_img .preview .swiper-slide {
    width: 45px;
  }

  .pro_view_inner h1 {
    font-size: 18px;
  }
}


@media screen and (max-width: 992px){
.pro_view_inner {
    margin-left: 0;
	margin-top: 20px;
}
.pro_view {
    flex-direction: column;
}
}