* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  list-style: none;
}

html,
body {
  font-size: 14px !important;
}

button,
input,
textarea {
  border: 0;
  background: none;
}

.click_icon {
  position: fixed;
  top: 35px;
  right: 20px;
  z-index: 999;
  display: none;
}

.click_icon .icon_box {
  cursor: pointer;
}

.click_icon .icon_box img {
  width: 30px;
  display: block;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
}

.head a {
  text-decoration: none !important;
}

.block {
  width: 1300px;
  margin: 0 auto;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  object-fit: cover;
}

.FlexRow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.FlexColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.line {
  border: solid 1px red;
}

.OuterBox {
  width: 100%;
  position: relative;
}

.OuterBox .InnerBox {
  width: 1300px;
  min-width: 1300px;
  margin: 0 auto;
}

.banners {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.bannblock {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 550px;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  background-color: rgba(24, 53, 101, 0.88);
  padding-right: 60px;
  text-align: right;
  font-size: 42px;
  color: #fff;
}

.banners>img {
  width: 100%;
  display: block;
}

.padd113 {
  padding-bottom: 113px;
  transition: all 0.3s;
}

.onBot {
  margin-bottom: 0 !important;
}

.onRight {
  margin-right: 0 !important;
}

.onRiBor {
  border-right: none !important;
}

.scrolbox {
  overflow: auto;
  padding-bottom: 20px;
}

.scrolbox::-webkit-scrollbar {
  width: 3px;
  border-radius: 30px;
}

.scrolbox::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.scrolbox::-webkit-scrollbar-thumb {
  background: #000;
}

.OuteColor1 {
  background-color: #f5f5f5 !important;
  color: #333;
}

.MultipleLines {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 弹性伸缩盒子模型显示  */
  display: -webkit-box;
  /* 限制早一个块元素显示的文本的行数 */
  line-clamp: 2;
  -webkit-line-clamp: 2;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  box-orient: vertical;
  -webkit-box-orient: vertical;
}

.danhang {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.FlexWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.head {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  padding: 0 80px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.head .InnerBox {
  min-width: 1200px;
  margin: 0 auto;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head .logo>img {
  width: 210px;
  display: block;
}

.head .head_nav {
  height: 100%;
  display: flex;
  align-items: center;
}

.head .head_nav .nav_font::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  width: 0px;
  transition: all 0.3s;
  height: 2px;
  background-color: #c82126;
}

.head .head_nav .nav_item:hover .nav_font::after {
  width: 100%;
}

.head .head_nav .nav_item:hover .nav_font {
  color: #c82126;
}

.head .head_nav .nav_item {
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 30px;
}

.head .head_nav .nav_item .nav_font {
  position: relative;
  color: #383332;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.head .head_nav .nav_item .nav_font.isActive {
  color: #c82126;
}

.head .head_nav .nav_item .nav_font.isActive::after {
  width: 100%;
}

.head .head_nav .nav_item .nav_alert {
  position: absolute;
  top: 100%;
  left: -40%;
  width: 180%;
  z-index: 100;
  display: none;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.head .head_nav .nav_item .nav_alert .alert_box {
  width: 100%;
}

.head .head_nav .nav_item .nav_alert .alert_box .alert_item {
  white-space: nowrap;
  width: 100%;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #383332;
  font-size: 16px;
  transition: all 0.3s;
}

.head .head_nav .nav_item .nav_alert .alert_box .alert_item:hover {
  background-color: #c82126;
  color: #fff;
}

.img_box:hover img {
  transform: scale(1.1);
}

.img_box {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.img_box>img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.public-footer {
  background: #c82126;
  display: flex;
  padding-top: 49px;
  padding-bottom: 49px;
}

.public-footer .centent-box {
  position: relative;
  min-height: 200px;
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
  box-sizing: border-box;
}

.public-footer .left-box {
  position: absolute;
  top: 0;
  left: 80px;
}

.public-footer .left-box .logo-box {
  margin-bottom: 10px;
}

.public-footer .left-box ul li {
  font-size: 14px;
  color: #fff;
  line-height: 2;
}

.public-footer .left-box ul li span {
  display: inline-block;
  margin-right: 20px;
}

.public-footer .center-box {
  text-align: center;
  padding-left: 50px;
}

.public-footer .center-box dl {
  display: inline-block;
  text-align: center;
  margin-left: 55px;
  margin-right: 55px;
  vertical-align: top;
  line-height: 2;
}

.public-footer .center-box dl dt {
  color: #fff;
  font-size: 16px;
}

.public-footer .center-box dl dd a {
  font-size: 14px;
  color: #fff;
}

.public-footer .right-box {
  position: absolute;
  top: 0;
  right: 80px;
  text-align: right;
  font-size: 0;
}

.public-footer .right-box .item-box {
  display: inline-block;
  margin-left: 38px;
}

.public-footer .right-box .item-box:nth-child(1) {
  margin-left: 0;
}

.public-footer .right-box .item-box p {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 1800px) {
  .public-footer .right-box .item-box img {
    width: 120px;
  }
}

/*通用*/
.video-pop .video-box video {
  max-width: 1200px;
  width: auto;
  max-height: 650px;
}

.page-box span:hover {
  color: #fff;
}

#header .tab-btn span img {
  width: auto;
}

#menu.active {
  display: none;
}

.public-right {
  position: fixed;
  right: 0;
  top: 680px;
  z-index: 999;
  transform: translateY(-50%);
}

.public-right .item-box {
  position: relative;
}

.public-right .item-box span {
  position: relative;
  z-index: 2;
  display: block;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #313131;
}

.public-right .item-box span img {
  vertical-align: middle;
}

.public-right .item-box p {
  position: absolute;
  width: 104px;
  height: 52px;
  line-height: 52px;
  top: 0;
  background: #c82126;
  color: #fff;
  text-align: center;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
}

.public-right .item-box:nth-child(2) p {
  width: 120px;
}

.public-right .item-box:nth-child(1) {
  cursor: pointer;
}

.public-right .item-box:nth-child(3) {
  cursor: pointer;
}

.public-right .item-box:nth-child(4) {
  cursor: pointer;
}

.public-right .item-box:hover span {
  background: #c82126;
}

.public-right .item-box:hover p {
  opacity: 1;
  background: #c82126;
  right: 53px;
}

/*首页*/
.index .section_2 .tab-list {
  background: rgba(255, 255, 255, 0.9);
}

.index .section_2 .list-box .item-box:hover:before {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}

.index .section_3 .title-box p:before {
  border-radius: 10px;
}

.index .section_4 .top-box .title-box h3:before {
  border-radius: 6px;
}

.index .section_6 .list-box .item-box {
  border-width: 4px;
}

.index .section_5 .list-box .item-box .txt-box p {
  font-size: 0.29rem;
  font-weight: 200;
}

.index .section_5 .list-box .item-box .txt-box span {
  font-size: 0.29rem;
}

.index .section_8 .centent-box .right-box .item-box:hover h3 {
  color: #c82126;
}

.index .section_8 .centent-box .right-box .item-box .txt-box p {
  height: 56px;
  overflow: hidden;
}

.index .section_8 .centent-box .right-box .item-box .img-box img {
  height: 90px;
}

.index .section_8 .centent-box .right-box .item-box:hover {
  border-color: #c82126;
}

.index .section_8 .centent-box .left-box .img-box img {
  height: 450px;
}

.index .section_8 .centent-box .left-box:hover .txt-box .title p {
  color: #c82126;
}

/*图片放大*/
.news_list-wrap .session_2 .item-box .img-box img {
  transition: all 0.8s;
}

.news_list-wrap .session_2 .item-box:hover .img-box {
  overflow: hidden;
}

.news_list-wrap .session_2 .item-box:hover .img-box img {
  transform: scale(1.1);
}

/*关于*/
.about-wrap .session_3 .centent-box .tab-box {
  margin-top: 40px;
}

.about-wrap .session_4 .col-md-4 {
  margin-bottom: 34px;
}

.about-wrap .session_4 .item-box {
  border-color: #e5e5e5;
  height: 420px;
  line-height: 420px;
}

.about-wrap .session_4 .col-md-4 p {
  margin-top: 15px;
  text-align: center;
}

.about-wrap .session_3 .centent-box .gallery-top .item-box .img-box {
  width: 400px;
  height: 245px;
}

.about-wrap .session_3 .centent-box .gallery-top .item-box .img-box img {
  width: 100%;
  height: 100%;
}

/*畅销榜单*/
.seniority-wrap .list-box .item-box {
  height: 850px;
  margin-top: 0;
}

.seniority-wrap .list-box .item-box .img-box {
  height: 850px;
  line-height: 850px;
}

.seniority-wrap .item-box .img-box img {
  max-height: 720px;
}

/*产品*/
.pro_list-wrap .session_3 .img-box img {
  max-width: 100%;
}

.pro_list-wrap .session_4 .item-box .img-box img {
  height: 314px;
}

.pro_list-wrap .right-page .spec-scroll .items {
  height: 104px;
}

.pro_list-wrap .spec-scroll .prev,
.pro_list-wrap .spec-scroll .next {
  height: 104px;
  line-height: 104px;
}

.pro_list-wrap .spec-scroll .items ul li img {
  height: auto;
}

.pro_list-wrap .session_2 .txt-box dl dd,
.pro_list-wrap .session_2 .txt-box dd {
  letter-spacing: 1.5px;
  line-height: 2;
  color: #808080;
}

.pro_list-wrap .left-page .left-bg {
  padding-left: 15px;
  padding-right: 15px;
}

.pro_list-wrap .spec-scroll .prev:hover,
.pro_list-wrap .spec-scroll .next:hover {
  background: #c82126;
}

.pro_list-wrap .spec-scroll .items ul li img:hover {
  border-color: #c82126;
}

.pro_list-wrap .session_2 .imgs-box .spec-preview {
  border: 1px solid #e5e5e5;
}

.pro_list-wrap.en .session_2 .txt-box .en_des {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 2;
  color: #808080;
}

/*加盟*/
.join-wrap.en .session_5 .list-box .item-box {
  height: 380px;
}

.join-wrap.en .session_5 .list-box .item-box p {
  text-align: justify;
  word-break: break-all;
}

.join-wrap .session_7 .centent-box .swiper-button-next,
.join-wrap .session_7 .centent-box .swiper-button-prev {
  top: 130px;
}

/*案例*/
.case_list-wrap .session_2 .des-box .img-box {
  height: 500px;
}

.case_list-wrap .session_2 .des-box .img-box img {
  height: 100%;
  width: auto;
}

/*新闻*/
.news_list-wrap .session_1 .img-box img {
  height: 335px;
  width: 600px;
}

.news_list-wrap .session_2 .txt-box h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.news_list-wrap .session_2 .item-box .img-box img {
  height: 225px;
}

.news_list-wrap .session_2 .item-box:hover {
  background: #c82126;
}

.news_list-wrap .session_2 .item-box:hover .txt-box p,
.news_list-wrap .session_2 .item-box:hover .txt-box .time-box,
.news_list-wrap .session_2 .item-box:hover h3 {
  color: #fff;
}

.news_list-wrap .session_2 .txt-box {
  height: 183px;
}

/*服务*/
.serve-wrap .session_1 .tab-box ul li.active,
.serve-wrap .session_1 .tab-box ul li:hover {
  color: #c82126;
  font-weight: 700;
}

.serve-wrap .session_1 .centent-box .item-box .Bathroom-box .info-box .icon-box {
  background: transparent;
  padding-top: 0;
}

.serve-wrap .session_1 .centent-box .item-box .Bathroom-box .info-box .icon-box p {
  display: none;
}

.serve-wrap .session_1 .centent-box .item-box .Bathroom-box .info-box .des-box p {
  padding-left: 15px;
  position: relative;
}

.serve-wrap .session_1 .centent-box .item-box .Bathroom-box .info-box .des-box p span {
  position: absolute;
  left: 0;
}

/*联系*/
.link-wrap .session_3 .form-box .btn-box .ok1 {
  display: block;
  width: 145px;
  height: 45px;
  background: #c82126;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border: none;
}

/*********************中文单独******************************************/
/*********************英文单独******************************************/
.index.en .section_2 .tab-list li {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}

body {
  padding-top: 91px;
  background: #f8f8f8;
}

.page-box {
  text-align: center;
  font-size: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-box span {
  display: inline-block;
  height: 30px;
  border: 1px solid #ededed;
  line-height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  color: #4c4c4c;
  font-size: 16px;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
}

.page-box span:hover {
  background: #1c1c1c;
  border-color: #1c1c1c;
  color: #fff;
}

.page-box span.active {
  color: #211c4c;
  border-color: transparent;
}

.page-box em {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  color: #666666;
  height: 30px;
  vertical-align: middle;
}

.banner-box {
  position: relative;
  height: 660px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.banner-box .block {
  height: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-box .title-box {
  text-align: center;
  padding-right: 60px;
  position: absolute;
  padding-top: 65px;
  box-sizing: border-box;
  height: 100%;
  text-align: right;
  background: rgba(24, 53, 101, 0.88);
}

.banner-box .title-box:before {
  width: 500px;
  height: 100%;
  position: absolute;
  content: '';
  background: rgba(24, 53, 101, 0.88);
  left: -500px;
  top: 0;
}

.banner-box .title-box h3 {
  font-size: 45px;
  color: #fff;
  line-height: 1;
}

.banner-box .title-box p {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  margin-top: 15px;
}

.join-wrap .banner-join {
  height: 600px;
  background: url(/public/static/mains/img/join/img_26.jpg) center center no-repeat;
}

.join-wrap .title-box {
  text-align: center;
}

.join-wrap .title-box p {
  font-size: 48px;
  color: #c82126;
  line-height: 1;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 25px;
}

.join-wrap .title-box p:before {
  position: absolute;
  content: '';
  left: 50%;
  width: 60px;
  margin-left: -30px;
  height: 2px;
  background: #c82126;
  bottom: 0;
}

.join-wrap .title-box span {
  font-size: 30px;
  color: #4d4948;
  line-height: 1;
}

.join-wrap .session_1 {
  margin-top: 90px;
}

.join-wrap .session_1 .title-box {
  margin-bottom: 80px;
}

.join-wrap .session_1 .list-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.join-wrap .session_1 .list-box .item-box {
  width: 330px;
  height: 370px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}

.join-wrap .session_1 .list-box .item-box .icon-box {
  width: 150px;
  height: 150px;
  background: #c82126;
  border-radius: 100%;
  margin-bottom: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.join-wrap .session_1 .list-box .item-box .icon-box img {
  width: 100%;
  height: 100%;
}

.join-wrap .session_1 .list-box .item-box h3 {
  font-size: 30px;
  color: #4d4948;
  margin-bottom: 25px;
  line-height: 1;
}

.join-wrap .session_1 .list-box .item-box p {
  line-height: 1.8;
  font-size: 16px;
  color: #4d4948;
  text-align: left;
}

.join-wrap .session_2 {
  height: 800px;
  background: url(/public/static/mains/img/join/img_27.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 130px;
  box-sizing: border-box;
  background-attachment: fixed;
}

.join-wrap .session_2 .centent-box .txt-box {
  float: left;
}

.join-wrap .session_2 .centent-box .img-box {
  float: right;
  padding-top: 20px;
}

.join-wrap .session_2 .centent-box .title p {
  position: relative;
  font-size: 48px;
  color: #f8f8f8;
  line-height: 1;
  padding-bottom: 28px;
  margin-bottom: 20px;
}

.join-wrap .session_2 .centent-box .title p:before {
  position: absolute;
  content: '';
  left: 0;
  width: 60px;
  height: 1px;
  background: #fff;
  bottom: 0;
}

.join-wrap .session_2 .centent-box .title span {
  font-size: 30px;
  color: #fff;
  line-height: 1;
}

.join-wrap .session_2 .centent-box ul {
  margin-top: 100px;
}

.join-wrap .session_2 .centent-box ul li {
  color: #fff;
  font-size: 20px;
}

.join-wrap .session_2 .centent-box ul li span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
}

.join-wrap .session_3 {
  margin-top: 85px;
}

.join-wrap .session_3 .title-box {
  margin-bottom: 70px;
}

.join-wrap .session_3 .txt-box {
  width: 670px;
  float: left;
}

.join-wrap .session_3 .txt-box .des-box p {
  font-size: 16px;
  color: #4d4948;
  line-height: 1.6;
  margin-bottom: 20px;
}

.join-wrap .session_3 .txt-box dl {
  margin-bottom: 50px;
}

.join-wrap .session_3 .txt-box dl dt {
  font-size: 24px;
  color: #c82126;
  margin-bottom: 20px;
}

.join-wrap .session_3 .txt-box dl dd p {
  line-height: 1.6;
  font-size: 16px;
  color: #4d4948;
}

.join-wrap .session_3 .img-box {
  float: right;
}

.join-wrap .session_4 .top-box {
  height: 478px;
  background: url(/public/static/mains/img/join/img_29.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 160px;
  box-sizing: border-box;
  margin-top: 90px;
  margin-bottom: 50px;
}

.join-wrap .session_4 .top-box .title-box p {
  color: #fff;
}

.join-wrap .session_4 .top-box .title-box p:before {
  background: #fff;
}

.join-wrap .session_4 .top-box .title-box span {
  color: #fff;
}

.join-wrap .session_4 .list-box .row {
  margin-left: -95px;
}

.join-wrap .session_4 .list-box .col-md-6 {
  /* float: left; */
  width: 50%;
  padding-left: 95px;
  box-sizing: border-box;
}

.join-wrap .session_4 .list-box .item-box {
  padding-left: 140px;
  position: relative;
  height: 212px;
}

.join-wrap .session_4 .list-box .item-box .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 125px;
  line-height: 125px;
  text-align: center;
  width: 105px;
  border: 2px solid #c82126;
  box-sizing: border-box;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.join-wrap .session_4 .list-box .item-box h3 {
  font-size: 24px;
  color: #c82126;
  margin-bottom: 28px;
}

.join-wrap .session_4 .list-box .item-box p {
  font-size: 16px;
  color: #4d4948;
  line-height: 1.6;
}

.join-wrap .session_5 {
  margin-top: 40px;
}

.join-wrap .session_5 .list-box {
  margin-top: 80px;
}

.join-wrap .session_5 .list-box .row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}

.join-wrap .session_5 .list-box .col-md-3 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.join-wrap .session_5 .list-box .item-box {
  border: 1px solid #808080;
  height: 323px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 38px;
  padding-left: 30px;
  padding-right: 30px;
}

.join-wrap .session_5 .list-box .item-box .icon-box {
  height: 90px;
  line-height: 90px;
}

.join-wrap .session_5 .list-box .item-box .icon-box img {
  vertical-align: top;
}

.join-wrap .session_5 .list-box .item-box h3 {
  font-size: 24px;
  color: #c82126;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1;
}

.join-wrap .session_5 .list-box .item-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #4d4948;
}

.join-wrap .session_6 {
  margin-top: 80px;
  height: 880px;
  background: url(/public/static/mains/img/join/img_30.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 76px;
  box-sizing: border-box;
}

.join-wrap .session_6 .title-box {
  margin-bottom: 68px;
}

.join-wrap .session_6 .title-box p {
  color: #fff;
}

.join-wrap .session_6 .title-box p:before {
  background: #fff;
}

.join-wrap .session_6 .title-box span {
  color: #fff;
}

.join-wrap .session_6 .centent-box {
  position: relative;
  text-align: center;
}

.join-wrap .session_6 .centent-box .img-box {
  position: relative;
  display: inline-block;
}

.join-wrap .session_6 .centent-box img {
  position: relative;
}

.join-wrap .session_6 .centent-box:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.join-wrap .session_6 .centent-box .list-box .item-box {
  position: absolute;
  text-align: center;
}

.join-wrap .session_6 .centent-box .list-box .item-box h3 {
  font-size: 22px;
  color: #c82126;
}

.join-wrap .session_6 .centent-box .list-box .item-box p {
  font-size: 14px;
  color: #4d4948;
  line-height: 1.6;
}

.join-wrap .session_6 .centent-box .list-box .item_1 {
  left: 30px;
  top: 50px;
}

.join-wrap .session_6 .centent-box .list-box .item_2 {
  left: 180px;
  top: 350px;
}

.join-wrap .session_6 .centent-box .list-box .item_3 {
  left: 354px;
  top: 50px;
}

.join-wrap .session_6 .centent-box .list-box .item_4 {
  left: 510px;
  top: 350px;
}

.join-wrap .session_6 .centent-box .list-box .item_5 {
  left: 654px;
  top: 50px;
}

.join-wrap .session_6 .centent-box .list-box .item_6 {
  left: 810px;
  top: 350px;
}

.join-wrap .session_6 .centent-box .list-box .item_7 {
  left: 954px;
  top: 50px;
}

.join-wrap .session_6 .centent-box .list-box .item_8 {
  left: 1110px;
  top: 350px;
  width: 190px;
}

.join-wrap .session_6 .centent-box .list-box .item_8 span {
  font-size: 22px;
}

.join-wrap .session_6 .centent-box .list-box .item_8 h4 {
  font-size: 30px;
  color: #c82126;
  margin-top: 3px;
}

.join-wrap .session_7 {
  margin-top: 90px;
  margin-bottom: 128px;
}

.join-wrap .session_7 .centent-box {
  position: relative;
  margin-top: 70px;
  padding-left: 75px;
  padding-right: 75px;
  box-sizing: border-box;
}

.join-wrap .session_7 .centent-box .swiper-button-next,
.join-wrap .session_7 .centent-box .swiper-button-prev {
  z-index: 9999;
  opacity: 1;
  width: 34px;
  height: 34px;
  top: 120px;
  line-height: 34px;
  text-align: center;
  border: 2px solid #4d4948;
  border-radius: 100%;
  background: #f8f8f8;
}

.join-wrap .session_7 .centent-box .swiper-button-next:after,
.join-wrap .session_7 .centent-box .swiper-button-prev:after {
  font-size: 20px;
  color: #4d4948;
}

.join-wrap .session_7 .centent-box .swiper-button-next:hover,
.join-wrap .session_7 .centent-box .swiper-button-prev:hover {
  background: #c82126;
  border-color: #c82126;
}

.join-wrap .session_7 .centent-box .swiper-button-next:hover:after,
.join-wrap .session_7 .centent-box .swiper-button-prev:hover:after {
  color: #fff;
}

.join-wrap .session_7 .centent-box .item-box .img-box img {
  width: 100%;
}

.join-wrap .session_7 .centent-box .item-box p {
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #4d4948;
}

.join-wrap .session_7 .centent-box .swiper-pagination {
  position: static;
  margin-top: 0.45rem;
}

.join-wrap .session_7 .centent-box .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #cccccc;
  opacity: 1;
  margin-left: 5px;
  margin-right: 5px;
}

.join-wrap .session_7 .centent-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #c82126;
  width: 25px;
  border-radius: 20px;
}

.public-tab {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 35px;
  background: #fff;
}

.public-tab .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.public-tab .site-box {
  /* float: left; */
  font-size: 16px;
  color: #4d4948;
  display: flex;

}

.site-box i {
  font-size: 20px;
  margin-right: 5px;
}

.site-box a {
  color: #010004;
}

a {
  color: #010004;
}

.bread_i:last-of-type i {

  display: none;

}

.public-tab .site-box img {
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  top: -3px;
}

.public-tab .site-box span {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.public-tab .link-box {
  /* float: right; */
}

.public-tab .link-box a {
  position: relative;
  display: inline-block;
  margin-left: 50px;
  font-size: 16px;
  color: #4d4948;
}

.public-tab .link-box a:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 1px;
  background: #c82126;
  bottom: 0;
  left: 50%;
  transition: all 0.3s;
}

.public-tab .link-box a:hover,
.public-tab .link-box a.active {
  color: #c82126;
}

.public-tab .link-box a:hover:before,
.public-tab .link-box a.active:before {
  left: 0;
  width: 100%;
}

.about-wrap {
  margin-bottom: 150px;
}

.about-wrap .title-box {
  text-align: center;
  font-size: 24px;
  color: #4d4948;
  margin-bottom: 70px;
}

.about-wrap .title-box span {
  margin-left: 20px;
  margin-right: 20px;
}

.about-wrap .session_1 .des-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #4d4948;
  margin-bottom: 35px;
  text-indent: 2em;
}

.about-wrap .session_1 .list-box {
  display: flex;
  flex-wrap: wrap;
}

.about-wrap .session_1 .list-box .item-box {
  width: 50%;
  height: 300px;
  text-align: center;
  border-bottom: 1px dashed #cccccc;
  border-left: 1px dashed #cccccc;
  box-sizing: border-box;
  padding-top: 110px;
  transition: all 0.3s;
}

.about-wrap .session_1 .list-box .item-box:nth-child(3),
.about-wrap .session_1 .list-box .item-box:nth-child(4) {
  border-bottom: none;
}

.about-wrap .session_1 .list-box .item-box:nth-child(1),
.about-wrap .session_1 .list-box .item-box:nth-child(3) {
  border-left: none;
}

.about-wrap .session_1 .list-box .item-box .icon-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.about-wrap .session_1 .list-box .item-box .icon-box img.active {
  display: none;
}

.about-wrap .session_1 .list-box .item-box .txt-box {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.about-wrap .session_1 .list-box .item-box .txt-box h3 {
  font-weight: 400;
  font-size: 24px;
  color: #4d4948;
}

.about-wrap .session_1 .list-box .item-box .txt-box p {
  font-size: 14px;
  color: #4d4948;
}

.about-wrap .session_1 .list-box .item-box:hover {
  background: #193565;
}

.about-wrap .session_1 .list-box .item-box:hover .icon-box img {
  display: none;
}

.about-wrap .session_1 .list-box .item-box:hover .icon-box img.active {
  display: inline-block;
}

.about-wrap .session_1 .list-box .item-box:hover .txt-box h3,
.about-wrap .session_1 .list-box .item-box:hover .txt-box p {
  color: #fff;
}

.about-wrap .session_2 .list-box .row {
  margin-left: -100px;
  margin-right: -100px;
}

.about-wrap .session_2 .list-box .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
}

.about-wrap .session_2 .list-box .item-box {
  position: relative;
  height: 160px;
  padding-left: 24px;
}

.about-wrap .session_2 .list-box .item-box:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #c82126;
  border-radius: 100%;
  left: 0;
  top: 5px;
}

.about-wrap .session_2 .list-box .item-box h3 {
  font-size: 18px;
  color: #c82126;
  line-height: 1;
  margin-bottom: 10px;
}

.about-wrap .session_2 .list-box .item-box p {
  line-height: 1.8;
  font-size: 16px;
  color: #4d4948;
}

.about-wrap .session_3 .centent-box .gallery-top .item-box {
  padding-left: 150px;
  padding-right: 150px;
}

.about-wrap .session_3 .centent-box .gallery-top .item-box .txt-box {
  float: left;
  width: 520px;
}

.about-wrap .session_3 .centent-box .gallery-top .item-box .txt-box h3 {
  font-size: 60px;
  color: #c82126;
  line-height: 1;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 24px;
}

.about-wrap .session_3 .centent-box .gallery-top .item-box .txt-box h3:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 2px;
  background: #c82126;
  bottom: 0;
}

.about-wrap .session_3 .centent-box .gallery-top .item-box .txt-box p {
  line-height: 2;
  font-size: 18px;
  color: #4d4948;
}

.about-wrap .session_3 .centent-box .gallery-top .item-box .img-box {
  float: right;
}

.about-wrap .session_3 .centent-box .tab-box {
  position: relative;
  margin-top: 180px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

.about-wrap .session_3 .centent-box .tab-box:before {
  position: absolute;
  content: '';
  top: 18px;
  height: 1px;
  left: 35px;
  right: 35px;
  border-bottom: 1px dashed #605d5c;
}

.about-wrap .session_3 .centent-box .tab-box .swiper-slide-thumb-active .item-box span {
  background: url(/public/static/mains/img/about/01.png) no-repeat;
  background-size: cover;
}

.about-wrap .session_3 .centent-box .tab-box .swiper-slide-thumb-active .item-box span:before {
  display: none;
}

.about-wrap .session_3 .centent-box .tab-box .swiper-slide-thumb-active .item-box p {
  background: #c82126;
  color: #fff;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  height: 22px;
  line-height: 22px;
}

.about-wrap .session_3 .centent-box .tab-box .item-box {
  text-align: center;
  cursor: pointer;
}

.about-wrap .session_3 .centent-box .tab-box .item-box span {
  position: relative;
  display: block;
  width: 32px;
  height: 40px;
  margin: 0 auto;
}

.about-wrap .session_3 .centent-box .tab-box .item-box span:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #4d4948;
  border-radius: 100%;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-wrap .session_3 .centent-box .tab-box .item-box p {
  font-size: 18px;
  color: #4d4948;
  margin-top: 20px;
  display: inline-block;
}

.about-wrap .session_3 .centent-box .tab-box .swiper-button-prev {
  left: 0px;
}

.about-wrap .session_3 .centent-box .tab-box .swiper-button-next {
  right: 0px;
}

.about-wrap .session_3 .centent-box .tab-box .swiper-button-next,
.about-wrap .session_3 .centent-box .tab-box .swiper-button-prev {
  z-index: 9999;
  opacity: 1;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 2px solid #4d4948;
  border-radius: 100%;
  top: 23px;
  background: #f8f8f8;
}

.about-wrap .session_3 .centent-box .tab-box .swiper-button-next:after,
.about-wrap .session_3 .centent-box .tab-box .swiper-button-prev:after {
  font-size: 20px;
  color: #4d4948;
}

.about-wrap .session_3 .centent-box .tab-box .swiper-button-next:hover,
.about-wrap .session_3 .centent-box .tab-box .swiper-button-prev:hover {
  background: #c82126;
  border-color: #c82126;
}

.about-wrap .session_3 .centent-box .tab-box .swiper-button-next:hover:after,
.about-wrap .session_3 .centent-box .tab-box .swiper-button-prev:hover:after {
  color: #fff;
}

.about-wrap .session_4 .row {
  margin-left: -17px;
  margin-right: -17px;
}

.about-wrap .session_4 .col-md-4 {
  width: 25%;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
}

.about-wrap .session_4 .item-box {
  border: 1px solid #eeeeee;
  width: 100%;
  box-sizing: border-box;
}

.about-wrap .session_4 .item-box img {
  width: 100%;
}

.about-wrap .session_5 .list-box .row {
  margin-left: -25px;
  margin-right: -25px;
}

.about-wrap .session_5 .list-box .col-md-3 {
  width: 33.33%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.video-pop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}

.video-pop .pop-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.video-pop .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-pop .video-box video {
  outline: none;
  width: 750px;
  height: auto;
}

.about-wrap .session_5 .list-box .item-box .img-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.about-wrap .session_5 .list-box .item-box .img-box>img {
  width: 100%;
  transition: all 0.3s;
}

.about-wrap .session_5 .list-box .item-box .img-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.about-wrap .session_5 .list-box .item-box .img-box .icon-box img {
  width: 20px;
  vertical-align: middle;
}

.about-wrap .session_5 .list-box .item-box .img-box .icon-box .line-box {
  position: absolute;
  transform: scale(0.6);
  width: 80px;
  height: 80px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  left: -12px;
  top: -12px;
  transition: all 0.3s;
}

.about-wrap .session_5 .list-box .item-box .img-box .icon-box .line-box:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  left: -12px;
  top: -12px;
  border-radius: 100%;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

.about-wrap .session_5 .list-box .item-box .img-box .icon-box img {
  transition: all 0.3s;
}

.about-wrap .session_5 .list-box .item-box .txt-box {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #4c4c4c;
}

.about-wrap .session_5 .list-box .item-box:hover .img-box>img {
  transform: scale(1.2);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.about-wrap .session_5 .list-box .item-box:hover .img-box .line-box {
  transform: scale(1);
}

.link-wrap .session_1 {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 60px;
}

.link-wrap .session_1 .item-box {
  width: 270px;
}

.link-wrap .session_1 .item-box .icon-box {
  display: inline-block;
  width: 110px;
  height: 110px;
  background: #fff;
  line-height: 110px;
  border-radius: 100%;
  border: 1px solid #c82126;
}

.link-wrap .session_1 .item-box span {
  display: block;
  color: #4d4948;
  font-size: 16px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 30px;
}

.link-wrap .session_1 .item-box p {
  line-height: 1.6;
  font-size: 18px;
  color: #4d4948;
}

.link-wrap .session_2 {
  overflow: hidden;
}

.link-wrap .session_3 {
  margin-bottom: 150px;
}

.link-wrap .session_3 .title-box {
  text-align: center;
  margin-top: 90px;
}

.link-wrap .session_3 .title-box span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #383332;
  line-height: 1;
  padding-bottom: 23px;
  position: relative;
  margin-bottom: 20px;
}

.link-wrap .session_3 .title-box span:before {
  position: absolute;
  content: '';
  width: 62px;
  height: 2px;
  background: #c82126;
  bottom: 0;
  left: 50%;
  margin-left: -31px;
}

.link-wrap .session_3 .title-box p {
  font-size: 16px;
  color: #383332;
  line-height: 1;
}

.link-wrap .session_3 .form-box {
  margin-top: 60px;
  margin-left: -20px;
  margin-right: -20px;
}

.link-wrap .session_3 .form-box .input-box {
  position: relative;
  float: left;
  width: 33.33%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.link-wrap .session_3 .form-box .input-box:last-child {
  width: 100%;
}

.link-wrap .session_3 .form-box .input-box input {
  width: 100%;
  height: 47px;
  line-height: 45px;
  border: 1px solid #e2e2e2;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  background: transparent;
  background: #fff;
}

.link-wrap .session_3 .form-box .input-box textarea {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  height: 200px;
  border: 1px solid #e2e2e2;
  background: transparent;
  background: #fff;
}

.link-wrap .session_3 .form-box .input-box:last-child {
  margin-bottom: 20px;
}

.link-wrap .session_3 .form-box .input-box.other-box input {
  width: 120px;
}

.link-wrap .session_3 .form-box .input-box.other-box label {
  left: 125px;
}

.link-wrap .session_3 .form-box .input-box.other-box .img-box {
  margin-left: 20px;
  display: inline-block;
  border: 1px solid #a5a5a4;
}

.link-wrap .session_3 .form-box .btn-box {
  margin-top: 20px;
  padding-left: 20px;
}

.link-wrap .session_3 .form-box .btn-box span {
  display: block;
  width: 145px;
  height: 45px;
  background: #c82126;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.case_list-wrap .session_1 {
  margin-bottom: 100px;
}

.case_list-wrap .session_1 .box {
  width: 400px;
  box-sizing: border-box;
  margin-bottom: 45px;
}

.case_list-wrap .session_1 .item-box {
  position: relative;
  overflow: hidden;
}

.case_list-wrap .session_1 .item-box .img-box {
  overflow: hidden;
}

.case_list-wrap .session_1 .item-box .img-box img {
  width: 100%;
  transition: all 0.3s;
}

.case_list-wrap .session_1 .item-box p {
  height: 55px;
  line-height: 55px;
  color: #4d4948;
  font-size: 16px;
}

.case_list-wrap .session_1 .item-box p span {
  position: relative;
  z-index: 2;
}

.case_list-wrap .session_1 .item-box:hover .img-box img {
  transform: scale(1.1);
}

.case_list-wrap .session_1 .item-box:hover p {
  color: #c82126;
}

.case_list-wrap .session_2 {
  padding-bottom: 100px;
}

.case_list-wrap .session_2 .title-box {
  text-align: center;
  margin-bottom: 35px;
  line-height: 1;
}

.case_list-wrap .session_2 .title-box p {
  font-size: 24px;
  color: #4d4948;
}

.case_list-wrap .session_2 .des-box .img-box {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.case_list-wrap .session_2 .des-box .img-box img {
  max-width: 100%;
}

.case_list-wrap .session_2 .des-box dl dt {
  font-size: 20px;
  color: #c82126;
  margin-bottom: 20px;
}

.case_list-wrap .session_2 .des-box dl dd p {
  font-size: 16px;
  color: #4d4948;
  line-height: 1.8;
}

.case_list-wrap .session_2 .bottom-box {
  border-bottom: 1px solid #cacbcd;
  margin-top: 100px;
}

.case_list-wrap .session_2 .bottom-box .black-btn {
  float: left;
  width: 140px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #c82126;
  color: #ffffff;
  font-size: 16px;
}

.case_list-wrap .session_2 .bottom-box .share-box {
  float: right;
}

.case_list-wrap .session_2 .bottom-box .share-box #share-2 {
  display: inline-block;
}

.case_list-wrap .session_2 .bottom-box .share-box #share-2 .social-share-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
}

.case_list-wrap .session_2 .other-box {
  margin-top: 20px;
}

.case_list-wrap .session_2 .other-box ul li a {
  line-height: 2.2;
  color: #626262;
  font-size: 14px;
}

.case_list-wrap .session_2 .other-box ul li a:hover {
  color: #c82126;
}

.news_list-wrap .session_1 {
  background: #ffffff;
  padding: 22px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.news_list-wrap .session_1 .img-box {
  float: left;
}

.news_list-wrap .session_1 .txt-box {
  width: 600px;
  padding-top: 30px;
  float: right;
}

.news_list-wrap .session_1 .txt-box .time-box {
  font-size: 30px;
  color: #4d4948;
  margin-bottom: 30px;
}

.news_list-wrap .session_1 .txt-box .time-box span {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-left: 20px;
}

.news_list-wrap .session_1 .txt-box h3 {
  line-height: 1;
  font-weight: 400;
  font-size: 18px;
  color: #4d4948;
  margin-bottom: 20px;
}

.news_list-wrap .session_1 .txt-box p {
  line-height: 1.8;
  color: #4d4948;
  margin-bottom: 50px;
  font-weight: 400;
}

.news_list-wrap .session_1 .txt-box .more {
  display: block;
  width: 102px;
  box-sizing: border-box;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #4d4948;
  height: 37px;
  border: 1px solid #ebebeb;
}

.news_list-wrap .session_1 .txt-box .more:hover {
  background: #c82126;
  color: #fff;
}

.news_list-wrap .session_1 a:hover .txt-box .time-box {
  color: #c82126;
}

.news_list-wrap .session_1 a:hover .txt-box h3 {
  color: #c82126;
}

.news_list-wrap .session_2 {
  margin-bottom: 150px;
}

.news_list-wrap .session_2 .row {
  margin-left: -18px;
  margin-right: -18px;
}

.news_list-wrap .session_2 .col-md-4 {
  width: 33.33%;
  padding-left: 18px;
  padding-right: 18px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.news_list-wrap .session_2 .item-box {
  padding: 10px;
  background: #fff;
}

.news_list-wrap .session_2 .item-box .img-box img {
  width: 100%;
}

.news_list-wrap .session_2 .txt-box {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.news_list-wrap .session_2 .txt-box .time-box {
  font-size: 22px;
  color: #4d4948;
}

.news_list-wrap .session_2 .txt-box .time-box span {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-left: 20px;
}

.news_list-wrap .session_2 .txt-box h3 {
  line-height: 2;
  font-weight: 400;
  font-size: 18px;
  color: #4d4948;
  margin-bottom: 5px;
}

.news_list-wrap .session_2 .txt-box p {
  line-height: 1.8;
  color: #4d4948;
  font-weight: 400;
}

.news_list-wrap .session_3 {
  padding-bottom: 100px;
  min-height: 1000px;
}

.news_list-wrap .session_3 .title-box {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 45px;
}

.news_list-wrap .session_3 .title-box p {
  font-size: 30px;
  color: #c82126;
  margin-bottom: 12px;
}

.news_list-wrap .session_3 .title-box .txt_1 {
  display: inline-block;
  font-size: 14px;
  color: #666666;
}

.news_list-wrap .session_3 .title-box .txt_1 span {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

.news_list-wrap .session_3 .des-box p {
  font-size: 14px;
  color: #515151;
  line-height: 2;
  margin-bottom: 20px;
}

.news_list-wrap .session_3 .des-box p img {
  max-width: 100%;
}

.news_list-wrap .session_3 .bottom-box {
  border-bottom: 1px solid #cacbcd;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_list-wrap .session_3 .bottom-box .black-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #c82126;
  color: #ffffff;
  font-size: 16px;
}

.news_list-wrap .session_3 .bottom-box .share-box #share-2 {
  display: inline-block;
}

.news_list-wrap .session_3 .bottom-box .share-box #share-2 .social-share-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
}

.news_list-wrap .session_3 .other-box {
  margin-top: 20px;
}

.news_list-wrap .session_3 .other-box ul li a {
  line-height: 2.2;
  color: #626262;
  font-size: 14px;
}

.news_list-wrap .session_3 .other-box ul li a:hover {
  color: #c82126;
}

.pro_list-wrap {
  margin-top: 45px;
}

.pro_list-wrap .body-box {
  min-height: 700px;
  margin-bottom: 100px;
  display: flex;
  align-items: flex-start;
}

.pro_list-wrap .left-page {
  width: 220px;
  box-sizing: border-box;
}

.pro_list-wrap .left-page .left-bg {
  background: #fff;
  padding: 30px;
  padding-top: 0;
  box-sizing: border-box;
}

.pro_list-wrap .left-page .title-box {
  text-align: center;
}

.pro_list-wrap .left-page .title-box h3 {
  font-weight: 400;
  font-size: 20px;
  color: #c82126;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e7e7e7;
}

.pro_list-wrap .left-page .tab-box .item-box {
  height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
}

.pro_list-wrap .left-page .tab-box .item-box.active {
  height: auto;
  padding-bottom: 10px;
}

.pro_list-wrap .left-page .tab-box .item-box.active .top-box .icon {
  font-size: 0;
  color: #4d4948;
}

.pro_list-wrap .left-page .tab-box .item-box.active .top-box .icon em {
  display: inline-block;
  font-size: 24px;
}

.pro_list-wrap .left-page .tab-box .item-box .top-box {
  line-height: 60px;
  cursor: pointer;
}

.pro_list-wrap .left-page .tab-box .item-box .top-box span {
  font-size: 16px;
  color: #4d4948;
}

.pro_list-wrap .left-page .tab-box .item-box .top-box .icon {
  margin-top: 20px;
  float: right;
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  line-height: 15px;
  font-size: 24px;
  text-align: center;
}

.pro_list-wrap .left-page .tab-box .item-box .top-box .icon em {
  font-style: normal;
  display: none;
}

.pro_list-wrap .left-page .tab-box .item-box dl dd a {
  display: block;
  font-size: 13px;
  color: #423e3d;
  height: 36px;
  line-height: 36px;
}

.pro_list-wrap .left-page .tab-box .item-box dl dd a:before {
  display: inline-block;
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 100%;
  border: 1px solid #cdcdcd;
  vertical-align: middle;
  margin-right: 8px;
  box-sizing: border-box;
}

.pro_list-wrap .left-page .tab-box .item-box dl dd a:hover {
  color: #c82126;
}

.pro_list-wrap .left-page .tab-box .item-box dl dd a:hover:before {
  background: #c82126;
  border-color: #c82126;
}

.pro_list-wrap .left-page .tab-box .item-box dl dd.active a {
  color: #c82126;
}

.pro_list-wrap .left-page .tab-box .item-box dl dd.active a:before {
  background: #c82126;
  border-color: #c82126;
}

.pro_list-wrap .left-page .other-left .item_1 {
  margin-top: 15px;
  position: relative;
  height: 100px;
  background: url(/public/static/mains/img/about/img_57.jpg) center center no-repeat;
  color: #fff;
  padding-top: 25px;
  box-sizing: border-box;
  padding-left: 25px;
}

.pro_list-wrap .left-page .other-left .item_1 h3 {
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 1;
}

.pro_list-wrap .left-page .other-left .item_1 p {
  font-size: 12px;
}

.pro_list-wrap .left-page .other-left .item_1 .icon-box {
  position: absolute;
  top: 27px;
  right: 24px;
}

.pro_list-wrap .left-page .other-left .item_2 {
  margin-top: 15px;
  height: 200px;
  background: url(/public/static/mains/img/about/img_58.jpg) center center no-repeat;
  text-align: center;
  color: #fff;
  padding-top: 47px;
  box-sizing: border-box;
}

.pro_list-wrap .left-page .other-left .item_2 h3 {
  font-size: 22px;
  line-height: 1;
}

.pro_list-wrap .left-page .other-left .item_2 p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 25px;
}

.pro_list-wrap .left-page .other-left .item_2 a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: #fff;
  width: 100px;
  border-radius: 30px;
  font-size: 14px;
  color: #c82126;
}

.pro_list-wrap .right-page {
  margin-left: 30px;
  width: 1050px;
}

.pro_list-wrap .right-page .session_1 .list-box .row {
  margin-left: -17px;
  margin-right: -17px;
}

.pro_list-wrap .right-page .session_1 .list-box .col-md-4 {
  width: 33.33%;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
  margin-bottom: 55px;
}

.pro_list-wrap .right-page .session_1 .list-box .col-md-4 .item-box {
  background: #fff;
}

.pro_list-wrap .right-page .session_1 .list-box .col-md-4 .item-box .img-box {
  position: relative;
  height: 347px;
  background-size: cover;
  background-position: 50%;
}

.pro_list-wrap .right-page .session_1 .list-box .col-md-4 .item-box .img-box:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  z-index: 9;
}

.pro_list-wrap .right-page .session_1 .list-box .col-md-4 .item-box .img-box .icon-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  margin-top: -20px;
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.3s;
}

.pro_list-wrap .right-page .session_1 .list-box .col-md-4 .item-box p {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}

.pro_list-wrap .right-page .session_1 .list-box .col-md-4 .item-box:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  background-color: #c82126;
}

.pro_list-wrap .right-page .session_1 .list-box .col-md-4 .item-box:hover .img-box:before {
  opacity: 1;
}

.pro_list-wrap .right-page .session_1 .list-box .col-md-4 .item-box:hover .img-box .icon-box {
  opacity: 1;
  transform: translateY(0px);
}

.pro_list-wrap .right-page .session_1 .list-box .col-md-4 .item-box:hover p {
  color: #fff;
}

.pro_list-wrap .right-page .session_1 .page-box {
  margin-top: 0;
}

.pro_list-wrap .session_2 {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}

.pro_list-wrap .session_2 .imgs-box {
  float: left;
  width: 500px;
}

.pro_list-wrap .session_2 .imgs-box .spec-preview {
  width: 100%;
}

.pro_list-wrap .session_2 .imgs-box .jqzoom {
  float: none;
}

.pro_list-wrap .session_2 .imgs-box .jqzoom img {
  width: 100%;
}

.pro_list-wrap .session_2 .txt-box {
  float: right;
  width: 445px;
}

.pro_list-wrap .session_2 .txt-box .title {
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #4d4948;
  font-size: 24px;
  color: #c82126;
  margin-bottom: 18px;
}

.pro_list-wrap .session_2 .txt-box dl dd {
  line-height: 1.9;
  font-size: 14px;
  color: #4d4948;
}

.pro_list-wrap .session_2 .txt-box .line {
  width: 53px;
  height: 1px;
  background: #4d4948;
  margin-bottom: 25px;
  margin-top: 25px;
}

.pro_list-wrap .session_3 {
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  margin-top: 30px;
}

.pro_list-wrap .session_3 .title {
  font-size: 20px;
  color: #c82126;
  height: 62px;
  line-height: 62px;
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 50px;
}

.pro_list-wrap .session_3 .img-box {
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

.pro_list-wrap .session_3 .img-box img {
  max-width: 100%;
}

.pro_list-wrap .session_4 {
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  margin-top: 30px;
}

.pro_list-wrap .session_4 .title {
  font-size: 20px;
  color: #c82126;
  height: 62px;
  line-height: 62px;
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 50px;
}

.pro_list-wrap .session_4 .item-box .img-box img {
  width: 100%;
}

.pro_list-wrap .session_4 .item-box p {
  height: 45px;
  font-size: 16px;
  color: #4d4948;
  text-align: center;
  line-height: 45px;
}

.pro_list-wrap .session_4 .swiper-button-next {
  right: 0;
}

.pro_list-wrap .session_4 .swiper-button-prev {
  left: 0;
}

.pro_list-wrap .session_4 .swiper-button-next,
.pro_list-wrap .session_4 .swiper-button-prev {
  top: 170px;
  width: 30px;
  height: 55px;
  background: rgba(0, 0, 0, 0.2);
}

.pro_list-wrap .session_4 .swiper-button-next:after,
.pro_list-wrap .session_4 .swiper-button-prev:after {
  color: #fff;
  font-size: 24px;
}

.pro_list-wrap .session_4 .swiper-button-next:hover,
.pro_list-wrap .session_4 .swiper-button-prev:hover {
  background: #c82126;
}

.serve-wrap .session_1 {
  margin-bottom: 100px;
}

.serve-wrap .session_1 .tab-box {
  padding-left: 70px;
  padding-right: 70px;
  box-sizing: border-box;
  margin-bottom: 90px;
}

.serve-wrap .session_1 .tab-box ul {
  display: flex;
}

.serve-wrap .session_1 .tab-box ul li {
  position: relative;
  width: 25%;
  font-size: 18px;
  color: #4d4948;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  text-align: center;
}

.serve-wrap .session_1 .tab-box ul li:before {
  position: absolute;
  content: '';
  right: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background: #dddddd;
}

.serve-wrap .session_1 .tab-box ul li:after {
  position: absolute;
  content: '';
  width: 0%;
  height: 2px;
  background: #c82126;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.serve-wrap .session_1 .tab-box ul li:hover,
.serve-wrap .session_1 .tab-box ul li.active {
  color: #c82126;
}

.serve-wrap .session_1 .tab-box ul li:hover:after,
.serve-wrap .session_1 .tab-box ul li.active:after {
  opacity: 1;
  width: 90%;
}

.serve-wrap .session_1 .centent-box .item-box .title {
  font-size: 30px;
  color: #4d4948;
  margin-bottom: 50px;
}

.serve-wrap .session_1 .centent-box .item-box .title span {
  font-weight: 700;
  color: #c82126;
}

.serve-wrap .session_1 .centent-box .item-box dl {
  margin-bottom: 35px;
}

.serve-wrap .session_1 .centent-box .item-box dl dt {
  font-size: 16px;
  color: #4d4948;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 5px;
}

.serve-wrap .session_1 .centent-box .item-box dl dd p {
  line-height: 1.6;
  font-size: 16px;
  color: #4d4948;
}

.serve-wrap .session_1 .centent-box .item-box .Bathroom-box .row {
  margin-left: -25px;
  margin-right: -25px;
}

.serve-wrap .session_1 .centent-box .item-box .Bathroom-box .row .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  margin-bottom: 45px;
}

.serve-wrap .session_1 .centent-box .item-box .Bathroom-box .info-box {
  position: relative;
  padding-left: 160px;
  min-height: 135px;
}

.serve-wrap .session_1 .centent-box .item-box .Bathroom-box .info-box .icon-box {
  position: absolute;
  left: 0;
  width: 135px;
  height: 135px;
  background: #010004;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
}

.serve-wrap .session_1 .centent-box .item-box .Bathroom-box .info-box .icon-box .icon {
  height: 60px;
  line-height: 60px;
}

.serve-wrap .session_1 .centent-box .item-box .Bathroom-box .info-box .icon-box .icon img {
  vertical-align: top;
}

.serve-wrap .session_1 .centent-box .item-box .Bathroom-box .info-box .icon-box p {
  color: #fff;
}

.serve-wrap .session_1 .centent-box .item-box .Bathroom-box .info-box .des-box h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

.serve-wrap .session_1 .centent-box .item-box .Bathroom-box .info-box .des-box p {
  line-height: 1.8;
}

/*# sourceMappingURL=style.css.map */