
.index-swiper-banner .swiper-pagination-bullet {
    width: 70px;
    height: 8px;
    padding: 0;
    border-radius: 4px;
    display: inline-block;
    text-indent: -9999px;
    background: #b2b2b1;
    border: none;
    opacity: .5;
    margin: 0 5px;
}

.index-swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #8C5E40;
}
.footers{
    background:#222222;
}
.inpotu{
    width: 1200px;
    margin: 0 auto;
}
.btn-more {
    width: 185px;
    display: block;
    height: 60px;
    padding: 0;
    line-height: 60px;
    font-size: 25px;
    border: 1px solid white;
    margin: 0px auto;
    border-radius: 30px;
    text-align: center;
}
.bottom {
    height: 12px;
    font-size: 14px;
    margin: 0 0 15px 60px;
    color: #8D8D8D;
    opacity: 0.5;
}

.top {
    font-size: 24px;
    font-weight: 400;
    color: #1DC4F1;
    margin: 30px 0 0 60px;

}

.f-l {
    float: left;
}

.txt-m {
    margin-top: 14px;
    margin-bottom: 14px;
}

.home-about {
    overflow: hidden;
    padding: 50px 0 30px 0;
    background: #333 url("../img/aboutbg.png") no-repeat center;
    background-size: cover;
}

.home-about .index-title h2 {
    color: #fff;
    margin-top: 30px;
}

.home-about .index-title h4 {
    color: #717170;
}

.home-about .about-content {
    margin-top: 50px;
    color: #fff;
    font-size: 26px;
    line-height: 1.8;
}

.home-about .btn-more {
    margin-top: 80px;
}

.home-case {
    overflow: hidden;
    padding: 50px 0 30px 0;
}

.home-case .index-title h2 {
    margin-top: 30px;
}

.home-case .index-title h4 {
    color: #e4d1c5;
}

.home-case .case-tab {
    overflow: hidden;
    display: table;
    margin: 0px auto;
    margin-top: 30px;
}

.home-case .case-tab li {
    float: left;
    margin: 0 10px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #aa7453;
    cursor: pointer;
    border-radius: 20px;
    font-size: 20px;
}

.home-case .case-tab li.nav-active {
    background: #aa7453;
    color: #fff;
}

.home-case .case-main {
    display: none;
    padding-bottom: 50px;
}

.home-case .case-main .swiper-pagination-bullet {
    border: 1px solid #aa7453;
    background: #fff;
    width: 16px;
    height: 16px;
}

.home-case .case-main .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #aa7453;
}

.home-case .case-main.show {
    display: block;
}

.home-case .case-tab-content {
    margin-top: 30px;
}

.home-case .case-tab-content .case-items {
    width: 33.33%;
    float: left;
    position: relative;
}

.home-case .case-tab-content .case-items:hover .items-bg {
    opacity: 1;
}

.home-case .case-tab-content .items-bg {
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20% 5%;
    text-align: center;
    line-height: 2em;
    color: white;
}

.home-case .case-tab-content .items-bg h5 {
    font-weight: bold;
}

.home-case .case-tab-content .items-title {
    font-size: 20px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    color: white;
}

.home-case .case-tab-content img {
    width: 100%;
    height: 400px;
}

.home-case .btn-more {
    color: #aa7453;
    border-color: #aa7453;
}

.home-salon {
    padding: 20px 0 40px 0;
    background: #ebe5fe;
}

.home-salon .index-title {
    margin-bottom: 30px;
}

.home-salon .swiper-container {
    margin-bottom: 30px;
}

.home-salon .btn-more {
    border-color: #aa7453;
}

.home-salon .slide-item {
    width: 100%;
}

.home-salon .swiper-prev,
.home-salon .swiper-next {
    position: absolute;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-color: rgba(255, 255, 255, 0.6);
    top: 50%;
    margin-top: -40px;
    z-index: 10;
}

.home-salon .swiper-prev {
    left: 0;
    background-image: url("../img/prev.png");
}

.home-salon .swiper-next {
    right: 0;
    background-image: url("../img/next.png");
}

.home-salon .item-img {
    padding: 0.15rem 0px;
}

.home-salon .item-img img {
    width: 100%;
}

.home-salon .img-content {
    max-width: 214px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.home-salon .item-img:hover .item-img-bg {
    opacity: 1;
}

.home-salon .star1-1 .star1-li .star1-img:first-child {
    margin-left: 0;
}

.home-salon .item-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.home-salon .item-img-bg h5 {
    font-size: 1.3em;
}

.home-salon .item-img-bg p {
    margin-top: 0.3em;
    font-size: 0.8em;
}

.home-news {
    padding: 20px 0 30px 0;
}

.home-news .new-more {
    margin-top: 20px;
    text-align: right;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.home-news .new-more a {
    font-size: 18px;
    color: #333;
}

.home-news .new-left {
    width: 680px;
}

.home-news .new-right {
    width: 480px;
}

.home-news .new-right img {
    width: 100%;
    display: block;
}

.home-news .new-content {
    margin-top: 20px;
}

.home-news .new-content .timer {
    font-size: 30px;
    color: #999;
    line-height: 1;
    padding: 15px 0;
    font-weight: 500;
}

.home-news .new-content .new-title {
    width: 100%;
    font-size: 12px;
}

.home-news .new-content .new-title h6 {
    font-size: 18px;
    color: #333;
    line-height: 20px;
    font-weight: bold;
}

.home-news .new-content .new-title p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.home-news .new-main {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.home-news .new-main .new-title {
    width: 420px;
}

.home-news .new-main .new-img {
    width: 242px;
    height: 188px;
}

.home-news .new-main .new-img2 {
    width: 100%;
}

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

.phone1 {
    background-image: url(../img/phone.png);
    display: inline-block;
    background-repeat: no-repeat;
    width: 250px;
    background-position: 0% 75%;
    float: right;

}

.bottom {
    height: 12px;
    font-size: 14px;
    margin: 0 0 15px 60px;
    color: #8D8D8D;
    opacity: 0.5;
}

.top {
    font-size: 24px;
    font-weight: 400;
    color: rgba(224, 17, 17, 0.719);
    margin: 30px 0 0 60px;

}
.cops {
    width: 100%;
    height: auto;
    /*line-height:60px;*/
    color: #fff;
    background: #303231;
    text-align: center;
    padding-bottom: 5px;
}

.ends {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #F3F3F3;
    border-top: 1px solid #ddd;
    margin-top: 20px
}

.ends2 {
    width: 1100px;
    margin: 0 auto;
}

.links {
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #666666;
    padding-top: 10px;
}

.links .links1 {
    float: left;
}

.links2 {
    float: left;
    width: 1000px;
}

.links2 a {
    color: #666666;
    float: left;
    margin-right: 5px;
}

.links2 a:hover {
    color: #FFFFFF;
}
/*页面底部的样式*/
/*start-footer*/
.windowBox{
	padding-bottom: 102px;
}
.centerBox{
    width: 1060px;
    height: auto;
    position: relative;
    margin: auto;
    text-align: center;
}
.centerBox .title1 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 60px;
}
.centerBox .message.tac {
    text-align: center;
}
.centerBox .message.w100 {
    width: 100%;
}
.centerBox .message.colorW {
    color: #fff;
    width: 100%;
}
.centerBox .message {
    text-align: left;
    width: 995px;
    margin: auto;
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    margin-top: 30px;
}
.centerBox .SignUpBox {
    width: 750px;
    height: auto;
    margin: 50px auto 0;
}
.centerBox .SignUpBox .leftAnimate {
    width: 386px;
    height: 282px;
    background: #f2f2f2;
    float: left;
    overflow: hidden;
    border-radius: 2px;
}
.centerBox .SignUpBox .leftAnimate .animateTitle {
    float: left;
    text-align: left;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    text-indent: 10px;
}
.centerBox .SignUpBox .leftAnimate .animate {
    float: left;
    width: 100%;
    height: 260px;
    padding-top: 10px;
    padding-left: 34px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.centerBox .SignUpBox .leftAnimate .animate .upMove{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.centerBox .SignUpBox .leftAnimate .animate .upMove a{
    display: block;
    font-size: 12px;
    color: #333333;
    text-align: left;
    height: 30px;
    line-height: 30px;
}

.centerBox .SignUpBox .leftAnimate .animate .upMove a span{
    display: inline-block;
    margin-right: 90px;
    vertical-align: top;
}
.centerBox .SignUpBox .leftAnimate .animate .upMove a span.setWidth{
    display: inline-block;
    width: 150px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.centerBox .SignUpBox .rightSubmit{
    width: 312px;
    height: 282px;
    float: right;
}
.centerBox .SignUpBox .rightSubmit .inputBox{
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;

}
.centerBox .SignUpBox .rightSubmit .inputBox.cur{
    margin-bottom: 24px;
}
.centerBox .SignUpBox .rightSubmit .inputBox span{
    display: inline-block;
    text-align: left;
    font-size: 14px;
    float: left;
    margin-left: 5px;
    color: #ffffff;
}
.centerBox .SignUpBox .rightSubmit .inputBox input, .centerBox .SignUpBox .rightSubmit .inputBox select{
    width: 236px;
    height: 33px;
    border:none;
    outline: none;
    font-size: 14px;
    text-indent: 10px;
    float: right;
    border-radius:3px;
    padding: 0;
    margin: 0;
}
.centerBox .SignUpBox .rightSubmit .inputBox select option{
    text-indent: 10px;
}
.centerBox .SignUpBox .rightSubmit .btnSign{
    display: block;
    margin: 0 auto;
    width: 296px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #cc332e;
    background: #ffffff;
    border-radius:3px;
    border: none;
    padding: 0;
    outline: none;
}
.centerBox .SignUpBox:after{
	content: '';
	display: table;
	clear: both;
}
.centerBox .question{
    width: 1000px;
    height: auto;
    margin: auto;
    overflow: hidden;
    margin-top: 40px;}
.centerBox .question .ask{
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #cc332e;
    margin-bottom: 10px;
}
.centerBox .question .answer{
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
}
.centerBox .callUsBox{
    width: 1000px;
    height: 120px;
    position: relative;
    margin:47px auto 60px;
    background: #feefec;
    background: -webkit-linear-gradient(315deg, rgba(253, 232, 227, 1) 0%,rgba(254, 249, 248, 1) 100%);
    background: -moz-linear-gradient(135deg, rgba(253, 232, 227, 1) 0%, rgba(254, 249, 248, 1) 100%);
    background: linear-gradient(135deg, rgba(253, 232, 227, 1) 0%, rgba(254, 249, 248, 1) 100%);
}
.centerBox .callUsBox .anyQuestion{
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    line-height: 120px;
    color: #c43012;
    vertical-align: middle;
}
.centerBox .callUsBox a{
    width: 184px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    border-radius:3px;
    background: #c43012;
    vertical-align: middle;
}
.centerBox .callUsBox .telephoneBox{
    display: table;
    float: right;
    width: 200px;
    height: 120px;
    vertical-align: middle;
    position: relative;
    right: 110px;
}
.centerBox .callUsBox .telephoneBox .icontele{
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-top: 44px;

}
.centerBox .callUsBox .telephoneBox .icontele img{
    float: left;
    width: 32px;
    height: 32px;
}
.centerBox .callUsBox .telephoneBox .vermid{
    display: table-cell;
    vertical-align: middle;
}
.centerBox .callUsBox .telephoneBox .vermid p{
    text-align: left;
    text-indent: 10px;

}
.centerBox .callUsBox .telephoneBox .vermid p.teltNum{
    font-size: 16px;
    color: #c43012;
    font-weight: bold;
    margin-top: 5px;
}
/*end-footer*/

/*footer v2*/
.centerBox.v2 .SignUpBox .leftAnimate{
	width: 453px;
	height: 362px;
	background-color: #f2f2f2;
	border-radius: 16px;
}
.centerBox.v2 .SignUpBox{
	width: 890px;
}
.centerBox.v2 .SignUpBox .leftAnimate .animateTitle{
	font-size: 19px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 56px;
}
.centerBox.v2 .SignUpBox .leftAnimate .animate{
	margin-top: 16px;
	padding-left: 68px;
}
.centerBox.v2 .SignUpBox .rightSubmit{
	width: auto;
	height: auto;
}
.centerBox.v2 .SignUpBox .rightSubmit .inputBox{
	width: 406px;
	height: 54px;
	background-color: #ffffff;
	border-radius: 16px;
	opacity: 0.9;
	margin-bottom: 22px;
}
.centerBox.v2 .SignUpBox .rightSubmit .inputBox span{
	font-size: 16px;
	color: #333;
	line-height: 54px;
	margin-left: 20px;
}
.centerBox.v2 .SignUpBox .rightSubmit .inputBox input, .centerBox.v2 .SignUpBox .rightSubmit .inputBox select {
	height: 54px;
	line-height: 54px;
	width: 319px;
	color: #333;
	font-size: 16px;
}
.centerBox.v2 .SignUpBox .rightSubmit .btnSign{
	width: 406px;
	height: 54px;
	line-height: 54px;
	border-radius: 16px;
	font-size: 16px;
	background-color: #ffc600;
	color: #fff;
}
