@charset "utf-8";

/*2023.6.14*/
.fl {
	float: left
}

.fr {
	float: right
}

.pos {
	position: relative
}

.box1 {
	background: url("https://www.salontesio.com/caiwu/images/inbg.jpg") no-repeat left top;
	background-size: cover
}

.top-tit {
	text-align: right;
	background: rgba(255, 255, 255, 0.55);
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 11
}

.top-tit a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	line-height: 60px;
	padding: 0 22px;
	border-right: 1px solid #fff;
	display: inline-block;
	transition: all 0.8s
}

.top-tit a img {
	padding-right: 7px
}

.top-tit a:hover {
	opacity: 0.7;
	transition: all 0.8s
}

.ban-left {
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(203, 43, 53, 0.75);
	width: 326px;
	height: 100%;
	z-index: 12;
	box-shadow: 1px 4px 8px 3px #333;
	padding: 0 30px;
	padding-top: 30px
}

.logo img.img2 {
	margin-top: 30px
}

.wc-menu {
	margin: 34px 0 40px
}

.wc-menu ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.5)
}

.wc-menu ul li {
	padding: 17px 0;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.wc-menu ul li a {
	font-size: 16px;
	color: #fff;
	background: url("https://www.salontesio.com/caiwu/images/san.png") no-repeat left 6px;
	padding-left: 20px;
	transition: all 0.8s
}

.wc-menu ul li a i {
	position: absolute;
	right: 0px;
	top: 14px
}

.wc-menu ul li a:hover {
	opacity: 0.8;
	transition: all 0.8s
}

.wc-search {
	background: url("https://www.salontesio.com/caiwu/images/searchbg.jpg") no-repeat right top;
	/*width: 255px;*/
	height: 34px;
	margin-bottom: 35px
}

.wc-search .inp-text {
	width: calc(100% - 36px)
}

.wc-search input.inp-text {
	width: 100%;
	border: none;
	background: none;
	box-shadow: none;
	height: 34px;
	line-height: 34px;
	padding: 0;
	padding-left: 16px
}

.wc-search .inp-but {
	width: 36px;
	height: 34px
}

.wc-search input.inp-but {
	width: 100%;
	background: none !important;
	border: none !important
}

.left-footer {
	border-top: 1px solid #fff;
	padding-top: 15px;
	position: relative
}

.left-footer i {
	display: inline-block;
	width: 185px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0px;
	top: -3px
}

.left-footer p {
	font-size: 14px;
	color: #fff;
	line-height: 31px;
	margin: 0;
}

.left-footer p img {
	padding-right: 5px
}

.left-footer p:nth-child(6) {
	margin: 15px 0
}

.left-footer p:last-child {
	line-height: 24px
}

.ban-right {
	position: absolute;
	left: 340px;
	bottom: 0px;
	width: calc(100% - 340px)
}

.ban-one,
.ban-two,
.ban-three {
	width: calc(33.3% - 13px)
}
.ban-one {
	background: rgba(0, 0, 0, 0.45);
	min-height: 200px;
	float: left;
	padding: 20px 30px 0
}
.ban-two{
	/*background: rgba(0,0,131,0.45);*/
background: rgba(0, 0, 0, 0.45);
	margin: 0 20px;
	box-shadow: 1px 4px 6px 2px #666;
	min-height: 200px;
	float: left;
}

.ban-three{
	/*background: rgba(23,129,138,0.65);*/
background: rgba(0, 0, 0, 0.45);
	min-height: 200px;
	float: left;
}


.ban-top {
	margin-bottom: 15px
}

.ban-top .ban-tit {
	font-size: 20px;
	font-weight: bold;
	color: #fff
}

.ban-top .ban-more a {
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: -20px
}

.ban-oul ul {
	margin: 0
}

.ban-oul ul li {
	background: rgba(51, 51, 51, 0.76);
	margin-bottom: 15px;
	padding: 10px 0 3px;
	height: 82px;
	overflow: hidden
}

.ban-oul ul li .li-date {
	text-align: center;
	width: 80px;
	margin-top: 10px;
	border-right: 1px solid #686768;
	background: url("https://www.salontesio.com/caiwu/images/yin.png") no-repeat center bottom;
	margin-bottom: 20px
}

.ban-oul ul li .li-date span {
	display: block;
	font-size: 16px;
	color: #fff
}

.ban-oul ul li .li-date p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0
}

.ban-oul ul li .li-pp {
	width: calc(100% - 95px);
	padding-right: 20px
}

.ban-oul ul li .li-pp span {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-bottom: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.ban-oul ul li .li-pp p {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.ban-two,
.ban-three {
	padding: 35px;
	min-height: 360px
}

.ban-two h3,
.ban-three h3 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	padding-top: 70px
}

.ban-two p,
.ban-three p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	width: 70%;
	margin: 20px 0 30px;
        min-height: 78px;
}

.ban-two a,
.ban-three a {
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	border: 2px solid #fff;
	display: inline-block;
	padding: 0 36px;
	text-decoration: none;
	transition: all 0.8s
}

.ban-two span,
.ban-three span {
	position: absolute;
	right: 30px;
	top: 35px
}

.ban-two a:hover,
.ban-three a:hover {
	background: #fff;
	color: #5274c7;
	transition: all 0.8s
}

.ban-mid {
	position: absolute;
	right: 0px;
	top: 26%;
	width: 511px
}

.ban-mid .swiper-container {
	padding-top: 32px
}

.ban-mid .swiper-container a {
	display: block;
	background: rgba(51, 51, 51, 0.55);
	padding: 18px
}

.ban-mid .swiper-container a .a-img {
	float: left;
	width: 180px;
max-height: 100px;
    overflow: hidden;
}

.ban-mid .swiper-container a .a-tt {
	float: right;
	width: calc(100% - 195px)
}

.ban-mid .swiper-container a .a-tt p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	margin-bottom: 10px
}

.ban-mid .swiper-container a .a-tt span {
	display: block;
	font-size: 16px;
	color: #fff
}

.ban-mid .swiper-container .swiper-button-next {
	background: none
}

.ban-mid .swiper-container .swiper-button-prev {
	background: none
}

.ban-mid .swiper-container .swiper-button-next::after {
	content: none
}

.ban-mid .swiper-container .swiper-button-prev::after {
	content: none
}

.ban-mid .swiper-container .swiper-button-next img {
	width: 32px;
	height: 32px
}

.ban-mid .swiper-container .swiper-button-prev img {
	width: 32px;
	height: 32px
}

.ban-mid .swiper-button-next,
.swiper-button-prev {
	top: 16px;
	left: 165px;
}

.ban-mid .swiper-container .swiper-button-next {
	left: 192px
}

.ban-mid .swiper-container .swiper-pagination {
	bottom: 5px;
	width: 100%
}

.ban-mid .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fff;
	cursor: pointer;
	opacity: 0.25;
	border-radius: 100%;
	margin-right: 5px
}

.ban-mid .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	background: #b94048
}

.ban-one:hover{
	background: rgba(0,0,0,0.65);
	cursor: pointer;
	transition: all 0.8s;
}
.ban-two:hover{
	/*background: rgba(0,0,131,0.65);*/
background: rgba(0,0,0,0.65);
    cursor: pointer;
	transition: all 0.8s;
}
.ban-three:hover{
	/*background: rgba(23,129,138,0.85);*/
background: rgba(0,0,0,0.65);
    cursor: pointer;
	transition: all 0.8s;
}

.box2 {
	background: url("https://www.salontesio.com/caiwu/images/inbg2.jpg") repeat right top;
background-attachment: fixed;
background-size: cover;
}

.bmgk {
	background: url("https://www.salontesio.com/caiwu/images/1.png") repeat right top;
    background-attachment: fixed;
}

.xzy {
	background: url("https://www.salontesio.com/caiwu/images/2.png") repeat right;
 background-attachment: fixed;
}

.zcfg {
	background: url("https://www.salontesio.com/caiwu/images/3.png") repeat right top;
 background-attachment: fixed;
}

.ban-left-2 {
	background: #cb2b35;
	box-shadow: 1px 4px 8px 3px #d1d1d1
}

.acrtice-box {
	background: #fff;
	position: absolute;
	left: 326px;
	top: 0px;
	height: 100%;
	min-height: 500px;
	width: 1055px;
	padding: 40px
}

.ss2 {
	height: 70vh
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.14);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #cb2b35;
    /*background-color: rgba(255,255,255,0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";*/
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		 background-color: #cb2b35;
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}
/*6.13*/
.ban-top .ban-tit span{
				font-size: 14px;
				color: #fff;
				font-weight: normal;
			}
			.top-tit a span{
				display: block;
				line-height: 20px;
				font-size: 12px;
				color: #999;
				margin-top: -19px;
			    padding-bottom: 10px;
			}
         	
         	.ban-two h3 i,.ban-three h3 i{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	font-style: normal;
	margin-top: 5px;
}
     .ban-two h3,.ban-three h3{
	
	padding-top: 40px;
}  
 .logo a{
 	text-decoration: none;
 }  	
 .logo a span{
 	display: block;
 	color: #fff;
 	font-size: 24px;
 	font-weight: bold;
 	
 } 
  .wc-menu {
    margin: 14px 0 20px;
}
 .wc-menu ul li a span{
 	display: block;
 	font-size: 12px;
 	padding-left: 20px;
 	margin-top: -2px;
 } 
.wc-menu ul li{
	padding: 8px 0;
} 
 .left-footer p span{
 	font-size: 12px;
 	margin-top: -12px;
 	display: block;
 	padding-left: 15px;
 } 
  
 .wc-search{
 	margin-bottom: 25px;
 } 
 .left-footer p:nth-child(5) {
    margin: 8px 0;
}
 .left-footer p{
 	/*line-height: 28px;*/
 }
 
 .logo img.img2 {
    margin-top: 20px;
}
.left-footer p:last-child {
    line-height: 21px;
    font-size: 12px;
}         	




.swiper-showTitle{
position: absolute;
    background: #cb2b35; /*rgba(0,0,0,0.65); */
    color: #fff;
    font-size: 20px;
    text-align: center;
    left: 0;
    top: -2px;
    padding: 0 14px;
line-height: 34px;
height:34px;
width: 156px;
}

.swiper-showTitle-pan{
position: absolute;
    background: #cb2b35; /*rgba(0,0,0,0.65); */
    color: #fff;
    font-size: 16px;
    text-align: center;
    left: 0;
    top: -2px;
    padding: 0 14px;
line-height: 34px;
height:34px;
width: 156px;
}
.swiper-showTitle-pan a{
position: absolute;
    background: #cb2b35; /*rgba(0,0,0,0.65); */
    color: #fff;
    font-size: 16px;
    text-align: center;
    left: 0;
    top: -2px;
    padding: 0 14px;
line-height: 34px;
height:34px;
width: 156px;
text-decoration:none
}



@media (max-width: 1700px) {
  
  .ban-one,.ban-two,.ban-three{
  	height: 315px;
  	min-height: auto;
  	padding: 20px;
  }
  .ban-one{
  	padding: 10px;
  }
.ban-two h3, .ban-three h3{
	padding-top: 33px;
	
}
 .ban-two span, .ban-three span {
    position: absolute;
    right: 5px;
    top: 9px;
    text-align: right;
} 
.ban-two span img, .ban-three span img{
	width: 85%;
}
.ban-two p, .ban-three p{
	width: 70%;
	margin-top: 35px;
	
}  
  .ban-oul ul li{
  	margin-bottom: 10px;
  	height: 80px;
  	padding-top: 7px;
  }
 .ban-top{
 	margin-bottom: 5px;
 } 
 
   .ban-two h3, .ban-three h3 {
     padding-top: 20px;
	}
	 .ban-two p, .ban-three p{
	 	margin-top: 20px;
	 }        	 
  
  
  
  
  
  

}


@media (max-width: 1600px) {
  
   .ban-one,.ban-two,.ban-three{
  	min-height: 385px;
  }
  .ban-two p, .ban-three p{
  	width: 80%;
  	margin-bottom: 20px;
  }
  .ban-two span, .ban-three span {
    position: absolute;
    right: 20px;
    top: 15px;
}

.ban-one, .ban-two, .ban-three{
	height: 280px;
	padding:20px 25px;
	min-height: auto;
}
.ban-oul ul li:last-child{
	display: none;
	
	
}
.ban-two h3, .ban-three h3{
	padding-top: 10px;
}
.ban-two span, .ban-three span{
	text-align: right;
	
}
.ban-two span img, .ban-three span img{
	width: 60%;
	
}
.ban-oul ul li {
    margin-bottom: 15px;
    height: 84px;
    padding-top: 10px;
}
.ban-top {
    margin-bottom: 12px;
}

 .logo img.img2{
        margin-top: 10px
    }
    .wc-menu{
        margin: 14px 0 20px
    }
    .left-footer p{
        /*line-height: 25px*/
    }
    .wc-search{
        margin-bottom: 20px
    }
    .wc-menu ul li{
        padding: 10px 0
    }
    .left-footer p:nth-child(5){
        margin: 0 0
    }


 .ban-two p, .ban-three p{
	 	margin-top: 10px;
	 }    




}


@media (max-width: 1500px) {
	
.ban-two h3, .ban-three h3{
	font-size: 26px;
	
}
.ban-oul ul li .li-date p{
	font-size: 16px;
	
}

    
.ban-two span, .ban-three span {
    position: absolute;
    right: 5px;
    top: 5px;
}
.ban-oul ul li:last-child{
	display: none;
	
	
}
.ban-one, .ban-two, .ban-three{
	height: 260px;
	padding:20px 25px;
	min-height: auto;
}
.ban-two span img, .ban-three span img{
	width: 60%;
}
.ban-two span, .ban-three span{
	text-align: right;
}
.ban-two h3, .ban-three h3{
	padding-top: 5px;
	
}
.ban-two p, .ban-three p{
	width: 98%;
	margin-bottom: 15px;
}
.top-tit a{
	line-height: 50px;
}
.ban-top {
    margin-bottom: 10px;
}
.ban-two p, .ban-three p{
	margin-top: 30px;
}
.ban-two a, .ban-three a{
	line-height: 40px;
	margin-top: 10px;
}




}



@media (max-width: 1350px) {
     .ban-two p, .ban-three p{
     	font-size: 15px;
     }
.ban-two a, .ban-three a{
	line-height: 40px;
	
}
.ban-one, .ban-two, .ban-three {
    width: calc(33.1% - 13px);
}
 .wc-menu ul li a{
 	font-size: 14px;
 }
 

   

}
@media (max-width: 1300px) {
	.ban-two h3, .ban-three h3{
		font-size: 20px;
	}
.ban-one, .ban-two, .ban-three{
	padding: 20px 15px;
}	
.ban-top {
    margin-bottom: 10px;
}	
}



@media (max-width: 1200px) {

	.mnmd-offcanvas__title {
		background: #2b5094
	}
	.mnmd-offcanvas-close {
		color: #fff
	}
	.mnmd-offcanvas-close:hover {
		color: #fff
	}
	.ban-two h3,
	.ban-three h3 {
		font-size: 20px
	}
	.top-tit a {
		line-height: 40px
	}
	.ban-two h3,
	.ban-three h3 {
		/*padding-top: 110px*/
	}
	.ban-one,
	.ban-two,
	.ban-three {
		min-height: auto
	}
	.ban-left {
		width: 300px;
		padding: 15px
	}
	.ban-right {
		width: calc(100% - 320px);
		left: 320px
	}
	.ban-two a,
	.ban-three a {
		line-height: 40px;
		padding: 0 30px
	}
	.ban-oul ul li .li-date {
		width: 65px
	}
	.ban-oul ul li .li-pp {
		width: calc(100% - 75px);
		padding-right: 20px
	}
	.ban-one, .ban-two, .ban-three {
    width: calc(32.5% - 10px);
}
.ban-oul ul li .li-date span{
	font-size: 14px;
}	
	
	
	
	
.top-tit a span{
		margin-top: -10px;
	}	
	.ban-two h3, .ban-three h3 {
    padding-top: 10px;
}
 .ban-two a, .ban-three a{
 	margin-top: 1px;
 }        	
 .ban-top .ban-more a{
 	font-size: 30px;
 	margin-top: -10px;
 }
 .ban-two h3 i, .ban-three h3 i{
 	font-size: 16px;
 }	
.ban-oul ul li .li-date p,.ban-oul ul li .li-pp span{ font-size: 14px; }
.ban-oul ul li .li-pp p,
.ban-two p, .ban-three p{ font-size: 13px; }
	
	
	
}

@media (max-width: 1100px) {
    /*中等屏幕设备 桌面*/
.ban-two p, .ban-three p{
	font-size: 14px;
	margin-top: 25px;
}
.ban-oul ul li .li-date p{
	font-size: 14px;
	
}
.ban-oul ul li .li-pp span{
	font-size: 15px;
	
}
.ban-two a, .ban-three a{
	line-height: 35px;
}


.ban-top .ban-tit span{
	font-size: 12px;
	
}
.ban-top .ban-more a{
	font-size: 26px;
	
} 


 
}




@media (max-width: 991px) {
	.container {
		width: 94%
	}
	.logo1 img {
		max-width: 56%
	}
	.mnmd-offcanvas-close {
		color: #fff
	}
	.mnmd-offcanvas-close:hover {
		color: #fff
	}
	.navigation--offcanvas li>a:after {
		border-right: 3px solid #b42830
	}
	.mnmd-offcanvas__title {
		background: #b42830;
		padding: 15px 50px 15px 15px
	}
	.mobile-header-btn {
		color: #fff;
		top: 1px
	}
	.mobile-header-btn:hover {
		color: #fff
	}
	.mnmd-offcanvas__title .site-logo img {
		max-width: 260px
	}
	.navigation--offcanvas li>a {
		font-size: 14px
	}
	body {
		background: url("https://www.salontesio.com/caiwu/images/inbg.jpg") no-repeat center center;
		background-size: cover
	}
	.box1 {
		background: none
	}
	.ban-right {
		position: relative;
		left: auto;
		bottom: auto;
		width: 96%;
		margin-left: 2%
	}
	.ban-one,
	.ban-two,
	.ban-three {
		float: none;
		min-height: auto;
		width: 100%;
		height: auto;
	}
	.ban-two {
		margin: 20px 0
	}
	.ban-mid {
		position: relative;
		right: auto;
		top: auto;
		width: 96%;
		margin: 20px 0 20px 2%
	}
	.left-footer-2 {
		width: 96%;
		margin: 40px 0 20px 2%
	}
	
	.ban-oul ul li:last-child{
	display: block;
	
}

.ban-two a, .ban-three a {
    line-height: 35px;
    padding: 0 20px;
}
.ban-oul ul li .li-date{
	padding-bottom: 10px;
	width: 75px;
}	


.ban-oul ul li .li-pp {
    width: calc(100% - 89px);
    padding-right: 15px;
}
	
	
}



@media (max-width: 767px) {
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap
	}
	.logo1 {
		padding-bottom: 1px;
		width: 90%;
		text-align: left;
		float: left
	}
	.logo1 img {
		padding-top: 6px
	}
	.mnmd-offcanvas__title .site-logo img {
		max-width: 140px
	}
	.navigation--offcanvas li>a {
		font-size: 14px
	}
	.mobile-header-btn i {
		color: #fff !important
	}
	.ban-mid .swiper-container {
		padding-top: 12px
	}


	.ban-mid .swiper-container a .a-img {
		float: none;
		width: 100%;
max-height: 180px;
	}
.ban-mid .swiper-container a .a-tt p{ height:52px; overflow: hidden; }

.swiper-showTitle{ z-index: 100; top: -2px; left: 0;  padding: 0 20px; width:auto; }

	.ban-mid .swiper-container a .a-img img {
		max-width: 100%
	}
	.ban-mid .swiper-container a .a-tt {
		float: none;
		width: 100%;
		margin-top: 10px
	}
	.ban-mid .swiper-container a .a-tt span {
		font-size: 14px
	}
	.ban-right {
		position: relative;
		left: auto;
		bottom: auto;
		width: 90%;
		margin-left: 5%
	}
	.ban-one,
	.ban-two,
	.ban-three {
		float: none;
		min-height: auto;
		width: 100%
	}
	.ban-two {
		margin: 25px 0;
		box-shadow: none
	}
	.ban-mid {
		position: relative;
		right: auto;
		top: auto;
		width: 90%;
		margin: 20px 0px 25px 5%
	}
	.left-footer-2 {
		width: 90%;
		margin: 40px 20px 20px 5%
	}
	.ban-two span,
	.ban-three span {
		position: absolute;
		right: 15px;
		top: 15px
	}
	.ban-two h3,
	.ban-three h3 {
		font-size: 18px
	}
	.ban-two a,
	.ban-three a {
		line-height: 40px;
		padding: 0 25px
	}
	.ban-two,
	.ban-three {
		padding: 15px 20px 30px
	}
	.ban-one {
		padding: 15px 20px 10px
	}
	
	
	
	 .ban-two p, .ban-three p{
 	width: 70%;
 }
 
}

@media (max-width: 660px) {
	.mobile-header-btn {
		top: -6px
	}
}

.fwpt {
	background: rgba(0, 0, 131, 0.45);
}

.fwpt:hover {
	background: rgba(0, 0, 131, 0.65);
}

.jfpt {
	background: rgba(23, 129, 138, 0.65);
}

.jfpt:hover {
	background: rgba(23, 129, 138, 0.85);
}