@charset "utf-8";
body {
  font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
  background: url("https://www.salontesio.com/dag/images/body-bg.png") no-repeat;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}

@media (min-width: 1080px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1240px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}

.mb20 {
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

/* 动画延迟结束 */
/* ie8提示样式 */
#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9990009;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.9;
  z-index: -1;
}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px;
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url("https://www.salontesio.com/dag/images/bro.png") no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url("https://www.salontesio.com/dag/images/bro.png") no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url("https://www.salontesio.com/dag/images/bro.png") no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url("https://www.salontesio.com/dag/images/bro.png") no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block;
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

/* ie8提示样式 */
/* header */
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}

.header .top {
  background: url("https://www.salontesio.com/dag/images/top-bg.png") no-repeat;
  background-size: cover;
  padding: 7px 0;
}

.header .top-left {
  float: left;
  font-size: 1rem;
  color: #ffffff;
  line-height: 30px;
}

.header .top-right {
  float: right;
}

.header .top-link {
  float: right;
  margin-top: 5px;
  padding-right: 15px;
  margin-right: 15px;
  line-height: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.header .top-link a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}

.header .top-link a:hover {
  color: #fff;
}

.search-box {
  float: right;
  width: 206px;
  background: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search-box .ss .text {
  float: left;
  width: calc(100% - 40px);
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  font-size: 0.875rem;
  color: #333;
  background: none;
  border-radius: 0;
  border: none;
}

.search-box .ss .btn {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}

.nav {
  background: #fff;
}

.logo {
  float: left;
  margin-top: 18px;
}

/* 导航 */
.navbar {
  float: right;
  position: relative;
}

.navbar .search-box {
  display: none;
}

.navbar .menu-bott {
  display: none;
}

.navbar .close {
  display: none;
}

.navbar .nav-button {
  display: none;
}

.navbar .navbar-nav > li {
  position: relative;
  text-align: center;
  float: left;
  padding: 0 15px;
  line-height: 100px;
}

.navbar .navbar-nav > li:after {
  content: "";
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 4px;
  background: #ae0313;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navbar .navbar-nav > li > a {
  color: #202020;
  display: block;
  font-size: 1.25rem;
}

.navbar .navbar-nav > li > a > em {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 12px;
  height: 100%;
  background: url("https://www.salontesio.com/dag/images/down-jiantou.png") center no-repeat;
}

.navbar .navbar-nav > li:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.navbar .navbar-nav > li:hover > a {
  color: #ae0313;
}

.navbar .navbar-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.navbar .nav-child {
  position: absolute;
  top: 100%;
  left: -40px;
  width: 190px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s;
}

.navbar .nav-child > li {
  width: 100%;
  padding: 5px 0px;
  text-align: center;
  position: relative;
  line-height: 32px;
}

.navbar .nav-child > li a {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}

.navbar .nav-child > li:hover {
  background: #ae0313;
}

.navbar.open .submask {
  display: block;
}

/* 浮动导航 */
.header.showdiv {
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
}

/* 浮动导航结束 */
/* banner焦点图 */
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider-banner {
  position: relative;
  width: 100%;
}

.slider-banner .slick-slide {
  position: relative;
  overflow: hidden;
}

.slider-banner .slick-slide img {
  width: 100%;
}

.slider-banner .slick-slide img:hover {
  transform: scale(1.05);
}

.slider-banner .slick-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.slider-banner .slick-slide.slick-current:after {
  display: none !important;
}

.slider-banner .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.slider-banner .slick-dots li {
  float: left;
  margin: 0 15px;
  position: relative;
  width: 24px;
  height: 19px;
  background: url("https://www.salontesio.com/dag/images/banner-dot.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.slider-banner .slick-dots li button {
  display: none;
}

.slider-banner .slick-dots li.slick-active {
  width: 51px;
  height: 51px;
  background: url("https://www.salontesio.com/dag/images/banner-dot-on.png") no-repeat;
  background-size: 100% 100%;
  margin-top: -16px;
}

/* banner焦点图结束 */
/* 中部版块 */
@keyframes circleAnim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes circleAnim {
  /* Firefox */
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circleAnim {
  /* Safari 和 Chrome */
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes circleAnim {
  /* Opera */
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes scalAnim {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

.row1 {
  margin-top: -5px;
  padding: 15px 0;
  background: url("https://www.salontesio.com/dag/images/row1-bg.png") center no-repeat;
  box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.16);
}

.row1 .container {
  position: relative;
}

.row1 .title {
  float: left;
  width: 160px;
  padding-top: 65px;
}

.row1 .title h2 {
  font-size: 2.25rem;
  color: #6a3906;
  text-align: center;
  font-weight: normal;
}

.row1 .title .more {
  display: block;
  margin: 15px auto;
  width: 85px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: url("https://www.salontesio.com/dag/images/index-more.png") no-repeat;
  font-size: 0.875rem;
  color: #fff;
}

.index-gg {
  float: right;
  width: calc(100% - 165px);
  padding-left: 45px;
}

.index-gg ul {
  overflow: hidden;
  margin: 0 -30px;
}

.index-gg li {
  float: left;
  width: 50%;
  padding: 14px 0;
}

.index-gg li a {
  display: block;
  margin: 0 30px;
  line-height: 38px;
}

.index-gg li .date {
  float: right;
  width: 102px;
  height: 38px;
  text-align: center;
  background: #efebea;
  font-size: 0.875rem;
  color: #1f1f1f;
}

.index-gg li .tit {
  float: left;
  width: calc(100% - 115px);
  font-size: 1rem;
  color: #1f1f1f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-gg li .tit:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #af2a25;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.index-gg li:hover .tit {
  color: #af2a25;
  transform: translateX(5px);
}

.row2 {
  padding: 65px 0 60px;
  background: url("https://www.salontesio.com/dag/images/row2-bg.png") top right no-repeat;
}

.row2 .left {
  float: left;
  width: calc(100% - 660px);
}

.row2 .right {
  float: right;
  width: 660px;
  padding-right: 30px;
  position: relative;
  margin-top: -60px;
}

.row2 .index-title {
  overflow: hidden;
}

.row2 .index-title h2 {
  float: left;
  padding: 0 0 45px 58px;
  background: url("https://www.salontesio.com/dag/images/index-tit-ico1.png") top left no-repeat;
  font-size: 2.25rem;
  color: #212121;
  font-weight: normal;
  border-bottom: 1px solid #af2a25;
}

.index-news {
  background: #fff;
}

.index-news .left {
  padding: 40px 30px 35px 40px;
}

.index-news .left li {
  overflow: hidden;
  line-height: 50px;
}

.index-news .left li .date {
  font-size: 0.875rem;
  color: #808080;
  float: right;
}

.index-news .left li a {
  float: left;
  width: calc(100% - 110px);
  padding-left: 20px;
  font-size: 1rem;
  color: #242424;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.index-news .left li a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #af2a25;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}

.index-news .left li:hover a {
  color: #af2a25;
  transform: translateX(5px);
}

.index-news .left .more {
  float: right;
  padding-left: 75px;
  background: url("https://www.salontesio.com/dag/images/news-more.png") left center no-repeat;
  font-size: 1.125rem;
  color: #af2a25;
  margin-top: 30px;
}

.index-news .left .more:hover {
  font-weight: bold;
}

.slider-news {
  width: 100%;
  overflow: hidden;
  background: #af2a25;
  padding: 10px;
}

.slider-news .box .pic {
  width: 100%;
  padding-bottom: 58%;
  overflow: hidden;
  position: relative;
}

.slider-news .box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider-news .box .pic img:hover {
  transform: scale(1.05);
}

.slider-news .box .text {
  padding: 10px 5px;
}

.slider-news .box .tit {
  display: block;
  font-size: 1.375rem;
  color: #fff;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-news .box .abst {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-news .slick-arrow {
  position: absolute;
  width: 34px;
  height: 53px;
  overflow: hidden;
  text-indent: 99px;
  top: 160px;
  z-index: 9;
  cursor: pointer;
}

.slider-news .slick-prev {
  left: 10px;
  background: url("https://www.salontesio.com/dag/images/news-left.png") no-repeat;
  background-size: 100% 100%;
}

.slider-news .slick-next {
  right: 10px;
  background: url("https://www.salontesio.com/dag/images/news-right.png") no-repeat;
  background-size: 100% 100%;
}

.slider-news .slick-prev:hover {
  background: url("https://www.salontesio.com/dag/images/news-left-on.png") no-repeat;
  background-size: 100% 100%;
}

.slider-news .slick-next:hover {
  background: url("https://www.salontesio.com/dag/images/news-right-on.png") no-repeat;
  background-size: 100% 100%;
}

.row3 {
  padding-bottom: 80px;
}

.index-ksdh {
  width: 100%;
  height: 377px;
  position: relative;
  overflow: hidden;
  background: url("https://www.salontesio.com/dag/images/ksdh-bg.png") no-repeat;
  background-size: cover;
}

.index-ksdh .box {
  position: absolute;
  width: 25%;
}

.index-ksdh .box .pic {
  width: 94px;
  height: 94px;
  position: relative;
  padding-top: 23px;
}

.index-ksdh .box .pic img {
  display: block;
  height: 48px;
  margin: 0 auto;
}

.index-ksdh .box .pic:before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  background: url("https://www.salontesio.com/dag/images/circle.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index-ksdh .box .tit {
  font-size: 1.375rem;
  color: #efefed;
}

.index-ksdh .box a:hover {
  color: #fff;
}

.index-ksdh .box:hover .pic:before {
  display: block;
  animation: circleAnim 5s linear infinite;
}

.index-ksdh .box1 {
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(175, 42, 37, 0.82);
  padding-top: 55px;
}

.index-ksdh .box1 .pic {
  margin: 0 auto 0;
}

.index-ksdh .box1 .tit {
  margin-top: 20px;
  text-align: center;
}

.index-ksdh .box1 ul {
  text-align: left;
  margin: 20px auto;
  width: 115px;
}

.index-ksdh .box1 ul li {
  padding-left: 18px;
  background: url("https://www.salontesio.com/dag/images/ksdh-dot.png") left center no-repeat;
  font-size: 1rem;
  color: rgba(239, 239, 237, 0.9);
  margin: 10px 0;
}

.index-ksdh .box2 {
  height: 50%;
  top: 0;
  left: 25%;
  background: rgba(140, 100, 65, 0.82);
  padding-top: 55px;
  padding-left: 65px;
}

.index-ksdh .box2 .pic {
  float: left;
}

.index-ksdh .box2 .tit {
  float: left;
  margin-left: 25px;
  line-height: 94px;
}

.index-ksdh .box3 {
  height: 50%;
  bottom: 0;
  left: 25%;
  background: rgba(105, 60, 38, 0.82);
  padding-top: 55px;
  padding-left: 65px;
}

.index-ksdh .box3 .pic {
  float: left;
}

.index-ksdh .box3 .tit {
  float: left;
  margin-left: 25px;
  line-height: 94px;
}

.index-ksdh .box4 {
  left: 50%;
  top: 0;
  height: 100%;
  background: rgba(175, 131, 58, 0.82);
  padding-top: 55px;
}
.index-ksdh .box4 ul {
  text-align: left;
  margin: 20px auto;
  width: 165px;
}

.index-ksdh .box4 ul li {
  padding-left: 18px;
  background: url("https://www.salontesio.com/dag/images/ksdh-dot.png") left center no-repeat;
  font-size: 1rem;
  color: rgba(239, 239, 237, 0.9);
  margin: 10px 0;
}
.index-ksdh .box4 .pic {
  margin: 0 auto;
}

.index-ksdh .box4 .tit {
  margin-top: 20px;
  text-align: center;
}

.index-ksdh .box5 {
  right: 0;
  top: 0;
  height: 65%;
  background: rgba(105, 60, 38, 0.82);
  padding-top: 20px;
  padding-left: 65px;
}

.index-ksdh .box5 .pic {
  float: left;
  width: 65px;
  height: 65px;
  padding-top: 17px;
}

.index-ksdh .box5 .pic img {
  height: 32px;
}

.index-ksdh .box5 .tit {
  float: left;
  margin-left: 25px;
  line-height: 65px;
}

.index-ksdh .box5 .img {
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
}

.index-ksdh .box6 {
  height: 35%;
  right: 0;
  bottom: 0;
  background: rgba(140, 100, 65, 0.82);
  padding-top: 15px;
  padding-left: 65px;
}

.index-ksdh .box6 .pic {
  float: left;
}

.index-ksdh .box6 .tit {
  float: left;
  margin-left: 25px;
  line-height: 94px;
}

.row4 {
  padding-bottom: 55px;
  background: url("https://www.salontesio.com/dag/images/row4-bg.png") left bottom no-repeat;
}

.row4 .index-title {
  overflow: hidden;
  margin-bottom: 50px;
}

.row4 .index-title a {
  font-size: 2.25rem;
  color: #af2a25;
}

.index-ztzl .slick-list {
  margin: 0 -15px;
}

.index-ztzl .box {
  padding: 0 15px;
}

.index-ztzl .box a {
  display: block;
  width: 100%;
}

.index-ztzl .box .pic {
  width: 100%;
  padding-bottom: 54%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.index-ztzl .box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-ztzl .box .pic img:hover {
  transform: scale(1.05);
}

.index-ztzl .box .tit {
  padding: 0 10px;
  margin-top: 14px;
  font-size: 1rem;
  text-align: center;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-ztzl .box .tit:hover {
  color: #ab0000;
}

.index-ztzl .slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  overflow: hidden;
  text-indent: 99px;
  top: -90px;
}

.index-ztzl .slick-prev {
  background: url("https://www.salontesio.com/dag/images/ztzl-left.png") no-repeat;
  background-size: 100% 100%;
  right: 50px;
}

.index-ztzl .slick-next {
  background: url("https://www.salontesio.com/dag/images/ztzl-right.png") no-repeat;
  background-size: 100% 100%;
  right: 0;
}

.index-ztzl .slick-prev:hover {
  background: url("https://www.salontesio.com/dag/images/ztzl-left-on.png") no-repeat;
  background-size: 100% 100%;
}

.index-ztzl .slick-next:hover {
  background: url("https://www.salontesio.com/dag/images/ztzl-right-on.png") no-repeat;
  background-size: 100% 100%;
}

/* 中部版块 */
/* 底部 */
.footer {
  padding-top: 40px;
  background: #8e1e1a;
}

.footer .tit {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

.footer .contact {
  float: left;
  width: 280px;
}

.footer .contact .text {
  padding-left: 14px;
}

.footer .contact p {
  font-size: 0.875rem;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.6);
}

.footer .links {
  float: left;
  margin-left: 130px;
}

.footer .links .box {
  padding-left: 14px;
  position: relative;
  z-index: 9;
}

.footer .links .box .select {
  border: 1px solid rgba(255, 255, 255, 0.6);
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  padding: 0 13px 0 25px;
}

.footer .links .box .select p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  padding-right: 20px;
  background: url("https://www.salontesio.com/dag/images/select-ico.png") right center no-repeat;
}

.footer .links .box ul {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 14px;
  background: #8e1e1a;
  padding: 10px;
}

.footer .links .box ul li {
  padding: 5px;
}

.footer .links .box ul li a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer .links .box.active ul {
  display: block;
}

.footer .ewm {
  float: left;
  margin-left: 170px;
}

.footer .ewm .img {
  margin-left: 14px;
  width: 114px;
  height: 114px;
}

.footer .fwl {
  float: right;
  padding-top: 35px;
}

.footer .fwl p {
  font-size: 1rem;
  line-height: 51px;
  color: #fff;
  padding-left: 65px;
  background: url("https://www.salontesio.com/dag/images/fwl.png") left center no-repeat;
}

.cory {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
}

.cory p {
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

/* 列表页 */
/* 列表banner */
.list-banner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.list-banner .container {
  position: relative;
}

.list-banner img {
  width: 100%;
}

.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  padding: 44px 0;
}

/* 二级导航 */
/* 左侧导航 */
.left-nav {
  width: 295px;
  float: left;
  position: relative;
}

.left-nav .column {
  padding: 25px;
  background: url("https://www.salontesio.com/dag/images/leftnav-tit.png") no-repeat;
  background-size: 100% 100%;
}

.left-nav .column h2 {
  font-size: 1.875rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.left-nav .phone-column {
  display: none;
}

.left-nav .sideMenu {
  margin-top: 7px;
  background: #fff;
}

.left-nav .sideMenu li {
  position: relative;
}

.left-nav .sideMenu li > a {
  position: relative;
  display: block;
  padding: 15px 24px 15px 45px;
}

.left-nav .sideMenu li > a p {
  font-size: 1.125rem;
  color: #3b3b3b;
}

.left-nav .sideMenu dl {
  padding: 10px 0 10px 55px;
  border-bottom: 1px solid #ccc;
  display: none;
}

.left-nav .sideMenu dl dd a {
  display: block;
  font-size: 1rem;
  color: #999999;
  padding: 7px 12px;
  position: relative;
}

.left-nav .sideMenu dl dd a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999999;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  color: #ab0000;
}

.left-nav .sideMenu dl dd:hover a:before,
.left-nav .sideMenu dl dd.current a:before {
  background: #ab0000;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  background: url("https://www.salontesio.com/dag/images/leftnav-bg-on.png") no-repeat;
  background-size: 100% 100%;
  border-left: 1px solid #ae0313;
}

.left-nav .sideMenu li.current > a p,
.left-nav .sideMenu li:hover > a p {
  background: url("https://www.salontesio.com/dag/images/leftnav-ico1.png") right center no-repeat;
}

.left-nav .sideMenu li.current dl {
  display: block;
}

.location {
  overflow: hidden;
  position: relative;
  line-height: 20px;
}

.location .curr-col {
  position: relative;
  float: left;
  background: #fff;
}

.location .curr-col h2 {
  padding: 0 25px 0 18px;
  font-weight: normal;
  font-size: 1.25rem;
  color: #252525;
  border-left: 3px solid #ae0313;
}

.location .weizhi {
  position: relative;
  float: right;
  padding-left: 45px;
  background: url("https://www.salontesio.com/dag/images/home.png") 10px center no-repeat #fff;
  background-size: auto 100%;
  font-size: 0.875rem;
  color: #656565;
}

.location .weizhi a {
  font-size: 0.875rem;
  color: #656565;
}

.location:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  top: 50%;
}

/* 右边内容区域 */
.right-con {
  float: right;
  width: calc(100% - 345px);
  padding: 30px 25px 50px;
  background: #fff;
}

.list-text {
  margin-top: 15px;
  overflow: hidden;
  padding-left: 10px;
}

.list-text li {
  line-height: 50px;
  overflow: hidden;
  position: relative;
}

.list-text .date {
  float: right;
  font-size: 0.875rem;
  color: #808080;
}

.list-text a {
  float: left;
  width: calc(100% - 90px);
  position: relative;
  padding-left: 20px;
  display: block;
  color: #242424;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-text a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #af2a25;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}

.list-text li:hover a {
  color: #af2a25;
  transform: translateX(5px);
}

.list-news ul {
  overflow: hidden;
}

.list-news li {
  overflow: hidden;
  padding: 18px 0 25px 5px;
  border-bottom: 1px dashed #d8d7d7;
}

.list-news li .pic {
  float: left;
  width: 181px;
  height: 128px;
  overflow: hidden;
}

.list-news li .pic img {
  width: 100%;
  height: 100%;
}

.list-news li .pic img:hover {
  transform: scale(1.05);
}

.list-news li .text {
  float: right;
  width: calc(100% - 210px);
}

.list-news li .tit {
  display: block;
  font-size: 1.125rem;
  color: #333333;
  font-weight: bold;
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-news li .tit:hover {
  color: #ab0000;
}

.list-news li .abst {
  font-size: 0.875rem;
  color: #888888;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-news li .date {
  font-size: 0.875rem;
  color: #888888;
  margin-top: 10px;
}

.list-news li.nopic .text {
  width: 100%;
}

.list-rcdw {
  overflow: hidden;
}

.list-rcdw .box {
  overflow: hidden;
  margin-top: 22px;
}

.list-rcdw .box .title {
  height: 35px;
  line-height: 35px;
  background: #f7f7f7;
}

.list-rcdw .box .title h2 {
  font-size: 1.125rem;
  color: #333333;
  font-weight: normal;
  padding-left: 38px;
  background: url("https://www.salontesio.com/dag/images/people.png") 15px center no-repeat;
}

.list-rcdw .box li {
  float: left;
  width: 12.5%;
  border-bottom: 1px dashed #d8d6d6;
  text-align: center;
  line-height: 56px;
}

.list-rcdw .box li a {
  font-size: 1rem;
  color: #333333;
}

.list-rcdw .box li a:hover {
  color: #ab0000;
}

.list-zjml {
  overflow: hidden;
}

.list-zjml li {
  padding: 18px 0 22px 5px;
  overflow: hidden;
  border-bottom: 1px dashed #dedede;
}

.list-zjml li .pic {
  float: left;
  width: 146px;
  height: 188px;
  background: #b8b8b8;
}

.list-zjml li .pic img {
  width: 100%;
  height: 100%;
}

.list-zjml li .pic img:hover {
  transform: scale(1.05);
}

.list-zjml li .text {
  float: right;
  width: calc(100% - 175px);
}

.list-zjml li .tit {
  font-size: 1.125rem;
  color: #333333;
  font-weight: bold;
  padding: 13px 0;
  display: block;
}

.list-zjml li .tit:hover {
  color: #ab0000;
}

.list-zjml li .proff {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 10px;
}

.list-zjml li .abst {
  font-size: 0.875rem;
  color: #999999;
  line-height: 24px;
  height: 96px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.list-pics {
  margin-top: 30px;
}

.list-pics ul {
  margin: 0 -15px;
  overflow: hidden;
}

.list-pics li {
  width: 33.3%;
  margin-bottom: 40px;
  float: left;
}

.list-pics a {
  display: block;
  margin: 0 15px;
  background: #f5f5f5;
}

.list-pics .pic {
  width: 100%;
  padding-bottom: 66%;
  overflow: hidden;
  position: relative;
}

.list-pics .pic img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.list-pics .tit {
  font-size: 1rem;
  text-align: center;
  color: #484848;
  padding: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-pics a:hover {
  background: #ae0313;
}

.list-pics a:hover img {
  transform: scale(1.05);
}

.list-pics a:hover .tit {
  color: #fff;
}

.list-teacher {
  margin-top: 30px;
}

.list-teacher ul {
  margin: 0 -17px;
  overflow: hidden;
}

.list-teacher li {
  width: 25%;
  margin-bottom: 30px;
  float: left;
}

.list-teacher a {
  display: block;
  margin: 0 17px;
  border: 1px solid #d2d2d2;
  padding: 10px;
}

.list-teacher .pic {
  width: 100%;
  padding-bottom: 121%;
  overflow: hidden;
  position: relative;
}

.list-teacher .pic img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
height:100%;
}

.list-teacher .tit {
  font-size: 0.875rem;
  text-align: center;
  color: #5a5a5a;
  padding: 15px 0;
}

.list-teacher .tit span {
  color: #242424;
  font-weight: bold;
  font-size: 1rem;
}

.list-teacher a:hover {
  background: #ae0313;
}

.list-teacher a:hover img {
  transform: scale(1.05);
}

.list-teacher a:hover .tit {
  color: #fff;
}

.list-teacher a:hover span {
  color: #fff !important;
}

.col-wscz {
  margin-top: 25px;
}

.col-wscz .title {
  overflow: hidden;
  margin-bottom: 25px;
}

.col-wscz .title h2 {
  color: #2a2a2a;
  font-size: 1.375rem;
  position: relative;
  padding-left: 25px;
  font-weight: normal;
}

.col-wscz .title h2:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ae0313;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}

.col-wscz .wscz-tea {
  margin-bottom: 10px;
}

.col-wscz .wscz-tea ul {
  overflow: hidden;
  margin: 0 -15px;
}

.col-wscz .wscz-tea li {
  width: 25%;
  float: left;
  margin-bottom: 30px;
}

.col-wscz .wscz-tea li a {
  display: block;
  margin: 0 15px;
  padding: 6px;
  background: #f5f5f5;
}

.col-wscz .wscz-tea li .pic {
  width: 100%;
  padding-bottom: 117%;
  overflow: hidden;
  position: relative;
}

.col-wscz .wscz-tea li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.col-wscz .wscz-tea li .tit {
  padding: 18px 0;
  font-size: 1rem;
  text-align: center;
  color: #2a2a2a;
}

.col-wscz .wscz-tea li a:hover {
  background: #ae0313;
}

.col-wscz .wscz-tea li a:hover img {
  transform: scale(1.05);
}

.col-wscz .wscz-tea li a:hover .tit {
  color: #fff;
}

.col-wscz .history {
  margin-bottom: 10px;
}

.col-wscz .history ul {
  overflow: hidden;
  margin: 0 -18px;
}

.col-wscz .history li {
  width: 33.3%;
  float: left;
  margin-bottom: 24px;
}

.col-wscz .history li a {
  display: block;
  margin: 0 18px;
  border: 1px solid #d2d2d2;
  padding: 0 20px;
  height: 64px;
  line-height: 64px;
}

.col-wscz .history li p {
  padding-left: 35px;
  background: url("https://www.salontesio.com/dag/images/history-ico.png") left center no-repeat;
  font-size: 1rem;
  color: #2a2a2a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-wscz .history li a:hover p {
  color: #ae0313;
}

.col-wscz .wzy-jj {
  overflow: hidden;
}

.col-wscz .wzy-jj .pic {
  float: left;
  width: 246px;
  height: 304px;
  padding: 9px;
  background: #f5f5f5;
}

.col-wscz .wzy-jj .pic img {
  width: 100%;
}

.col-wscz .wzy-jj .text {
  float: right;
  width: calc(100% - 288px);
}

.col-wscz .wzy-jj .text h2 {
  font-size: 1.625rem;
  color: #2a2a2a;
  line-height: 40px;
  font-weight: bold;
}

.col-wscz .wzy-jj .text h5 {
  font-weight: normal;
  font-size: 1rem;
  color: #2a2a2a;
  line-height: 2;
  margin: 10px 0 15px;
}

.col-wscz .wzy-jj .text p {
  font-size: 1rem;
  color: #4d4d4d;
  line-height: 36px;
}

/* 列表线条动画 */
.bottom-inOutSpread:before,
.bottom-inOutSpread:after,
.bottom-inOutSpread > .ui-border-element:before,
.bottom-inOutSpread > .ui-border-element:after {
  content: "";
  position: absolute;
}

.bottom-inOutSpread:after {
  border-bottom: 1px solid #0080ca;
  left: 51%;
  right: 51%;
  bottom: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.bottom-inOutSpread:hover:after {
  left: 0%;
  right: 0%;
}

.bottom-inOutSpread:not(:hover):after {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

/* 列表线条动画结束 */
/* 正文页 */
.article-con {
  overflow: hidden;
  margin-top: 30px;
}

.article-con h1 {
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  color: #252525;
}

.article-con h2 {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
  color: #333;
}

.article-con .info {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  text-align: center;
  font-size: 0.875rem;
  color: #959494;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d2d2d2;
}

.article-con .info span {
  margin: 0 10px;
}

.article-con .article-text {
  padding-top: 30px;
  font-size: 1rem;
  line-height: 30px;
  color: #242424;
}

.article-con .article-text p {
  text-indent: 2em;
  padding-bottom: 30px;
}

.article-con .article-text p img,
.article-con .article-text p video {
  margin-left: -2em;
  max-width: 100%;
  height: auto !important;
}

.article-con .updown {
  margin-top: 3px;
  border-top: 1px dashed #d2d2d2;
  overflow: hidden;
  padding-top: 30px;
}

.article-con .updown a {
  display: block;
  font-size: 1rem;
  color: #242424;
  padding: 6px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.article-con .updown span {
  color: #ae0313;
  font-weight: bold;
}

.article-con .updown a:hover {
  transform: translateX(5px);
  color: #ae0313;
}

/* 正文表格P不缩进 */
.article-con .article-text table p {
  text-indent: 0;
  padding: 0;
}

.booklist {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 50px;
}

.booklist #goToCover {
  bottom: 35px;
  height: 25px;
}

.booklist2 {
  display: none;
}

@media (max-width: 992px) {
  .booklist {
    display: none;
  }
  .booklist2 {
    display: block;
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }
  .booklist2 .sliderbook {
    width: 100%;
    overflow: hidden;
  }
  .booklist2 .prevbook {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    width: 60px;
    height: 25px;
    line-height: 25px;
    background: #9b0e16;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
  }
  .booklist2 .nextbook {
    float: right;
    margin-top: 20px;
    margin-left: 20px;
    width: 60px;
    height: 25px;
    line-height: 25px;
    background: #9b0e16;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
  }
}