﻿@charset "UTF-8";
/* CSS doc */

html, body {
    background-color: #ffffff;
}

[v-cloak] {
    display: none;
}

/*======header======*/
.logo {
    position: absolute;
    left: .3rem;
    top: 0;
    z-index: 99;
    width: 1rem;
    height: .5rem;
    background: url("../img/logo.svg") no-repeat center center #EA111C;
}

.menu-ico {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: .84rem;
    height: .6rem;
    z-index: 999;
}

.swiper-bannerIndex {
    height: 100%;
}

.swiper-bannerIndex .swiper-slide {
    position: relative;
}

.swiper-bannerIndex .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.swiper-bannerIndex .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-bannerIndex .swiper-slide .bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.bannerCont {
    padding: 0 .3rem;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    box-sizing: border-box;
}

.bannerCont .wrapBox, .banCaseDetail .wrapBox, .banNewsDetail .wrapBox {
    position: absolute;
    top: 30%;
    /*height: 1.5rem;*/
    margin: auto;
}

.banCaseDetail .wrapBox {
    top: 50%;
    transform: translateY(-50%);
}

 .banNewsDetail .wrapBox {
    position: absolute;
    top: 0;
     bottom: 0;
    height: 1.5rem;
    margin: auto;
}

.bannerCont .ban-text {
    font-family: PingFangSC-Semibold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: .26496rem;
    line-height: .33rem;
    color: #fff;
    width: 3.4776rem;
    max-height: 0.6624rem;
    overflow: hidden;
}

.bannerCont .ban-btn {
    margin-top: .24rem;
}

.bannerCont .ban-btn a {
    display: block;
    width: 1.46rem;
    height: .47rem;
    line-height: .47rem;
    color: #fff;
    text-align: center;
    border-radius: .4rem;
    background: #EA111C;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.bannerCont .ban-cntText {
    position: absolute;
    left: 0;
    bottom: .4rem;
    width: 100%;
    padding: 0 .3rem;
    text-align: center;
    line-height: .2rem;
    color: #fff;
    box-sizing: border-box;
    font-family: PingFangSC-Semibold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 0.12rem;
}

.bannerCont .ban-cntText .txtRed {
    color: #EA111C;
}

.paginBanner .swiper-pagination-bullet {
    background: #ccc;
    opacity: .8;
    width: 6px;
    height: 6px;
}

.paginBanner .swiper-pagination-bullet-active {
    background: #EA111C;
}

#nav-icon3 {
    position: absolute;
    right: .3rem;
    top: .18rem;
    width: .24rem;
    height: .24rem;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.subMenu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 1);
    box-sizing: border-box;
}

.subMenu ul {
    padding-top: 0.5rem;
    font-size: .18rem;
    overflow-y: scroll;
}

.subMenu li {
    border-bottom: 2px solid rgba(255, 255, 255, .1);
    text-align: center;
}

.subMenu li a {
    display: block;
    padding: .4rem 0;
    color: #fff;
}

/*======header end======*/

/*======index======*/
/*服务优势*/
.serviceWrap {
    padding: .6rem .3rem 0 .3rem;
}

.serviceWrap .tit {
    font-size: .24rem;
    font-weight: bold;
    line-height: .3rem;
    color: #333;
    text-align: center;
}

.serviceWrap .box {
    padding: .2rem 0;
    border-bottom: 1px solid #E3E3E3;
}

.serviceWrap .box dl {
    padding: 0 0 0 .1rem;
}

.serviceWrap .box dt {
    width: 1.34rem;
    height: 1.1rem;
    background-repeat: no-repeat;
    /*-webkit-background-size: cover;*/
    /*background-size: cover;*/
    background-position: center center;
}

.serviceWrap .box dd {
    width: 2.1rem;
}

.serviceWrap .box dd h4 {
    font-size: .16rem;
    padding-bottom: .1rem;
    color: #333;
    font-weight: bold;
}

.serviceWrap .box dd p {
    color: #666;
}

/*精彩案例*/
.slideCaseWrap {
    padding: .6rem 0 0.3rem;
}

.slideCaseWrap .tit {
    font-size: .24rem;
    font-family: PingFangSC-Semibold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: .3rem;
    color: #333;
    text-align: center;
}

.slideCaseWrap .swiper1 {
    width: 100%;
    height: .22rem;
    margin: .4rem 0 0;
    color: #ccc;
}

.slideCaseWrap .swiper1 .swiper-slide.selected {
    color: #EA111C;
    font-size: .17rem;
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.slideCaseWrap .swiper1 .swiper-slide {
    text-align: center;
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: .16rem;
    width: auto !important;
    height: .22rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    color: #999999;
    margin-left: 0.34rem;
}

.slideCaseWrap .swiper2 {
    /*height: 4.4rem;*/
    /*padding-bottom: 0.5em;*/
    /*margin-bottom: 0.5rem;*/
    overflow: hidden;
}

.slideCaseWrap .swiper2 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

.slideCaseWrap .swiper2 .swiper-slide {
    margin-top: .2rem;
    /*height: calc(100vh - 50px);*/
    text-align: center;
}

.slideCaseWrap .slideCaseCont {
    /*height: 4.4rem;*/
    position: relative;
}

.slideCaseWrap .boxText {
    padding: 2rem .2rem 0 .2rem;
    color: #333;
}

.slideCaseWrap .boxText dt {
    padding-bottom: .15rem;
    line-height: .2rem;
}

.slideCaseWrap .boxText dd h3 {
    padding-bottom: .1rem;
    font-size: .18rem;
    font-weight: bold;
}

.slideCaseWrap .one_second {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.slideCaseWrap .slideCaseBox {
    /*width: 4.14rem;
    height: 4.4rem;*/
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slideCaseWrap .rotate {
    width: 1700rem;
    height: 100%;
    position: absolute;
    left: -2.28rem;
}

.slideCaseWrap .rotate .rotating {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.slideCaseWrap .btn-checkShow {
    display: block;
    margin: 0 auto;
    margin-top: .2rem;
    margin-bottom: 0.1rem;
    width: 1.62rem;
    height: .47rem;
    line-height: .47rem;
    color: #999;
    font-weight: bold;
    text-align: center;
    border-radius: .4rem;
    border: 1px solid #EBEBEB;
    border-radius: .44rem;
    box-shadow: 0 0 .2rem rgba(223, 223, 223, .5);
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.slideCaseWrap .title {
    padding-top: .25rem;
    text-align: center;
    font-size: .16rem;
}

.slideCaseWrap .title h4 {
    font-size: .2rem;
    color: #333;
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.slideCaseWrap .title p {
    padding-top: .05rem;
    color: #999;
    font-size: .12rem;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.slideCaseWrap .title .txtRed {
    color: #EA111C;
}

/*专业服务*/
.couponWrap {
    padding: 1.1rem .3rem 0 .3rem;
    height: 4.8rem;
    color: #fff;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100%;
    /*margin-top: 0.7rem;*/
}

.couponWrap .tit {
    font-size: .24rem;
    font-weight: bold;
    line-height: .3rem;
    color: #fff;
    text-align: center;
}

.couponWrap ul {
    padding-top: .4rem;
}

.couponWrap li {
    position: relative;
    width: .8rem;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
}

.couponWrap li .ico {
    display: block;
    height: .6rem;
    background-size: 100%;
}

.couponWrap ul li p {
    padding-top: .1rem;
}

.couponWrap ul li:before {
    content: "";
    position: absolute;
    right: -.03rem;
    top: .4rem;
    width: .06rem;
    height: .12rem;
    background: url("../img/arrow.svg") no-repeat center center;
}

.couponWrap ul li:last-child:before {
    display: none;
}

.couponWrap .btn-index-coupon {
    display: block;
    margin: .6rem auto 0 auto;
    width: 1.64rem;
    height: .49rem;
    line-height: .49rem;
    color: #EC2210;
    text-align: center;
    border-radius: .44rem;
    background: #fff;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

/*服务品牌*/
.slideBrandWrap {
    padding: .5rem .3rem;
    position: relative;
}

.slideBrandWrap .tit {
    font-size: .24rem;
    font-weight: bold;
    line-height: .3rem;
    color: #333;
    text-align: center;
}

.slideBrandWrap .slideBrandCont {
    margin: 0 auto;
    margin-top: .4rem;
    width: 2.33rem !important;
    height: 3.1rem !important;
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.slideBrandWrap .slideBrandBox {
    width: 100%;
    height: 3.1rem;
    position: absolute;
    left: 0;
    top: 0;
}

.slideBrandWrap .slideBrandBox li {
    width: 100%;
    height: 3.1rem;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    list-style: none;
}

.slideBrandWrap .slideBrandBox .logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 2.33rem !important;
    height: 3.1rem !important;
}

.slideBrandWrap .slideBrandBox .logos span {
    width: 25%;
}

.slideBrandWrap .slideBrandBox .logos span img {
    width: 100%;
}

.slideBrandWrap .btnPrev, .slideBrandWrap .btnNext {
    position: absolute;
    left: .3rem;
    top: 53.5%;
    /*top: 0;*/
    /*bottom: 0;*/
    width: .14rem;
    height: .3rem;
    margin: auto;
    background: url("../img/arrow-l.svg") no-repeat center center;
}

.slideBrandWrap .btnNext {
    left: auto;
    right: .3rem;
    background: url("../img/arrow-r.svg") no-repeat center center;
}

/*服务规模*/
.scopeWrap {
    padding: .7rem .2rem 0 .2rem;
    height: 5.072rem;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100%;
}

.scopeWrap .tit {
    font-size: .24rem;
    font-weight: bold;
    line-height: .3rem;
    color: #fff;
    text-align: center;
}

.scopeWrap .ul1, .scopeWrap .ul2 {
    padding-top: .5rem;
    color: #fff;
}

.scopeWrap .ul1 li, .scopeWrap .ul2 li {
    float: left;
    position: relative;
    width: 32%;
    text-align: center;
}

.scopeWrap .ul2 li {
    width: 33.3%;
}

.scopeWrap .ul1 li:nth-child(1) {
    width: 36%;
}

.scopeWrap .ul1 li:before, .scopeWrap .ul2 li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: .3rem;
    background: rgba(255, 255, 255, 0.15);
}

.scopeWrap .ul1 li:last-child:before, .scopeWrap .ul2 li:last-child:before {
    display: none;
}

.scopeWrap .ul1 li p:nth-child(1) {
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: .22rem;
    line-height: .28rem;
}

.scopeWrap .ul2 li p:nth-child(1) {
    font-size: .24rem;
    line-height: .32rem;
}

.scopeWrap .ul1 li p:nth-child(2), .scopeWrap .ul2 li p:nth-child(2) {
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: .12rem;
    line-height: .18rem;
}

.scopeWrap .ul2 {
    padding-top: .25rem;
    text-align: center;
}

.scopeWrap .ul2 li {
    float: none;
    display: inline-block;
    width: 28%;
}

/*客户*/
.slideClientWrap {
    padding: .55rem 0 .3rem 0;
    box-sizing: border-box;
}

.slideClientWrap .tit {
    font-size: .24rem;
    font-weight: bold;
    line-height: .3rem;
    color: #333;
    text-align: center;
}

.slideClientWrap .slideClientCont {
    padding-top: .4rem;
    /*height: 4.4rem;*/
    position: relative;
}

.slideClientWrap .slideClientCont .box {
    position: relative;
    width: 100%;
    height: 3.9806rem;
    overflow: hidden;
}

.slideClientWrap .boxText {
    padding: 0 .21rem 0 .22rem;
    color: #fff;
    position: absolute;
    z-index: 8;
    left: 0;
    /*top: 0;*/
    bottom: 0.4rem;
    box-sizing: border-box;
    width: 100%;
}

.slideClientWrap .boxText dt {
    line-height: .2rem;
    /*width: 2.36rem;*/
    max-height: 0.6rem;
    overflow: hidden;
    font-family: PingFang-SC-Bold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.13rem;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.slideClientWrap .boxText .showCon {
    max-height: 2rem;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    
}

.slideClientWrap .boxText dd {
    margin-bottom: .16rem;
}

.slideClientWrap .boxText dd h3 {
    padding-bottom: .02rem;
    font-size: .2rem;
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.slideClientWrap .boxText dd p {
    font-family: PingFang-SC-Bold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.13rem;
}

.slideClientWrap .boxText .nextIcon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.4rem;
    display: inline-block;
    width: 1rem;
    height: 0.5rem;
    margin: auto;
    background: url("../img/next2.svg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slideClientWrap .boxText .rotate {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/*.slideClientWrap .coverBar {*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 0.4rem;*/
/*width: 100%;*/
/*height: 0.3rem;*/
/*background-color:rgba(255,255,255,0.1);*/
/*-webkit-filter: blur(10px);*/
/*-moz-filter: blur(10px);*/
/*-o-filter: blur(10px);*/
/*-ms-filter: blur(10px);*/
/*filter: blur(10px);*/
/*}*/

.slideClientWrap .one_second {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.slideClientWrap .slideClientBox {
    /*width: 4.14rem;*/
    width: 100%;
    /*height: 4.4rem;*/
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slideClientWrap .rotate {
    width: 1700rem;
    position: absolute;
    left: -2.6rem;
}

.slideClientWrap .rotate .box {
    width: 3.1rem;
    height: 3.88rem;
    display: block;
    float: left;
    border-radius: .06rem;
    overflow: hidden;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
}

.slideClientWrap .rotate .rotating {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.slideClientWrap .cnt {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: .04rem;*/
    margin-top: 0.4rem;
    width: 100%;
    text-align: center;
}

.slideClientWrap .cnt span {
    margin: 0 5px;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #ccc;
}

.slideClientWrap .cnt span.on {
    background: #EA111C;
}

.hotLine {
    margin: 0 .3rem;
    height: 1px;
    background: #E3E3E3;
    overflow: hidden;
}

/*相关报道*/
.slideMediaWrap {
    padding: .55rem 0 0 0;
    box-sizing: border-box;
}

.slideMediaWrap .tit {
    font-size: .24rem;
    font-weight: bold;
    line-height: .3rem;
    color: #333;
    text-align: center;
}

.slideMediaWrap .swiper3 {
    padding: 0 .3rem;
}

.slideMediaWrap .slideMediaCont {
    padding: .35rem 0 .5rem 0;
    overflow: hidden;
}

.slideMediaWrap .slideMediaCont .swiper-slide {
    width: 2.1rem;
}

.slideMediaWrap .slideMediaCont .pic {
    display: block;
    width: 100%;
    height: 1.575rem;
    overflow: hidden;
}

.slideMediaWrap .slideMediaCont .pic .more {
    display: inline-block;
    width: 100%;
    height: 1.57rem;
    text-align: center;
    line-height: 1.57rem;
    background-color: #DCDCDC;
    font-family: PingFangSC-Semibold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 0.16rem;
}

.slideMediaWrap .slideMediaCont .pic img {
    max-width: 100%;
    height: auto;
    display: block;
}

.slideMediaWrap .slideMediaCont .source {
    padding-top: .15rem;
    width: 100%;
    line-height: .22rem;
    font-size: .12rem;
    color: #999;
    vertical-align: middle;
}

.slideMediaWrap .slideMediaCont .source span {
    display: inline-block;
    padding: 0 .05rem;
    margin-right: .05rem;
    line-height: .22rem;
    background: #f4f4f4;
    color: #B4B4B4;
    vertical-align: middle;
}

.slideMediaWrap .slideMediaCont .text {
    padding-top: .1rem;
    font-size: .12rem;
    color: #000;
    line-height: .22rem;
}

/*立即咨询*/
.consultWrap {
    margin: 0 .3rem;
    padding-top: .55rem;
    border-top: 1px solid #E3E3E3;
}

.consultWrap .tit {
    font-size: .24rem;
    font-weight: bold;
    line-height: .3rem;
    color: #333;
    text-align: center;
}

.consultWrap .tips {
    padding-top: .1rem;
    color: #999;
    text-align: center;
}

.consultWrap .consultCont {
    padding: .4rem .3rem .2rem .3rem;
}

.consultWrap .consultCont li {
    margin-bottom: .3rem;
    height: .44rem;
    line-height: .44rem;
    text-align: center;
}

.consultWrap .consultCont li input {
    display: block;
    width: 100%;
    vertical-align: middle;
    line-height: .44rem;
    text-align: left;
    text-indent: 0.2rem;
    color: #101010;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 0.133rem;
}

.consultWrap .btn-index-submit {
    display: block;
    width: 1.64rem;
    height: .49rem;
    line-height: .49rem;
    color: #fff;
    text-align: center;
    border-radius: .44rem;
    background: #EA111C;
    box-shadow: 0px 7px 28px 0px rgba(255, 162, 162, 0.5);
    margin: 0 auto 0.3rem;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

/*联系我们*/
.contactWrap {
    margin: 0 .3rem;
    padding-top: .55rem;
    border-top: 1px solid #E3E3E3;
}

.contactWrap .tit {
    font-size: .24rem;
    font-weight: bold;
    line-height: .3rem;
    color: #333;
    text-align: center;
}

.contactWrap .contactCont {
    padding: .4rem .3rem .2rem .3rem;
}

.contactWrap .contactCont li {
    padding-bottom: .4rem;
    text-align: center;
}

.contactWrap .contactCont li p:nth-child(1) {
    padding-bottom: .1rem;
    color: #999;
    line-height: .2rem;
}

.contactWrap .contactCont li div:nth-child(2) {
    height: .55rem;
    line-height: .55rem;
    font-size: .14rem;
    color: #EA111C;
    font-weight: bold;
    border: 1px solid #DCDCDC;
    border-radius: .44rem;
    box-sizing: border-box;
}

.contactWrap .contactCont li div a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #EA111C;
}

.addressWrap {
    margin-left: .3rem;
    margin-right: .3rem;
    padding-top: .4rem;
}

.addressWrap li {
    padding: .15rem .15rem .15rem .35rem;
    position: relative;
    border-bottom: 0.011rem solid #E3E3E3;
    background: url("../img/add.svg") no-repeat left center;
}

.addressWrap li h4 {
    font-size: .14rem;
    padding-bottom: .1rem;
    font-weight: bold;
    color: #333;
}

.addressWrap li p {
    color: #999;
    line-height: .2rem;
}

.ftBox {
    padding-top: .5rem;
}

.ftBox .ftQrBox {
    width: 2.4rem;
    margin: 0 auto;
    text-align: center;
}

.ftBox .ftQrBox .ft-logo {
    float: left;
    width: 1.25rem;
}

.ftBox .ftQrBox .ft-logo .ftLogoImg {
    display: inline-block;
    width: .82rem;
    height: .44rem;
    background: url("../img/logo.svg") no-repeat center center #EA111C;
}

.ftBox .ftQrBox .ft-logo .text {
    padding-top: .1rem;
    line-height: .24rem;
    color: #999;
}

.ftBox .ftQrBox .qr {
    float: right;
    width: 1rem;
    height: 1rem;
    background: #ccc;
}

.ftBox .ftQrBox .qr img {
    display: block;
    max-width: 100%;
}

.ftBox .copyRight {
    padding: .5rem .3rem;
    text-align: center;
    font-size: .1rem;
    color: #ddd;
}

.ftBox .copyRight a {
    color: #999;
    text-decoration: underline;
    margin: 0 5px;
}

/*======index end======*/

/*===========内页样式===========*/

/*案例展示*/
.bg-banCase {
    position: relative;
    height: 4.84rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.banCase-Cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.innerBanBox {
    position: relative;
}

.innerBanBox .banCase {
    padding: 1.4793rem .25rem 0 .3rem;
    height: 100%;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
}

.innerBanBox .banCase .ban-text {
    font-family: PingFangSC-Semibold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: .26496rem;
    line-height: .33rem;
    color: #fff;
    width: 3.4776rem;
    max-height: 0.6624rem;
    overflow: hidden;
}

.innerBanBox .banCase .banSmall {
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding-top: .2rem;
    font-size: .15456rem;
    line-height: .2rem;
    color: #fff;
    width: 3.4776rem;
    max-height: 0.59616rem;
    overflow: hidden;
}

.innerBanBox .banCase .ban-btn {
    margin-top: .24rem;
}

.innerBanBox .banCase .ban-btn a {
    display: block;
    width: 1.2rem;
    height: .51rem;
    line-height: .51rem;
    color: #fff;
    text-align: center;
    border-radius: .4rem;
    background: #EA111C;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.caseWrap {
    padding-top: 0.4rem;
}

.caseWrap .swiper4 {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    /*width: 3.2rem;*/
    height: .22rem;
    color: #ccc;
    background-color: #fff;
}

.caseWrap .swiper4 .selected {
    color: #000;
    font-weight: bold;
}

.caseWrap .swiper4 .swiper-slide {
    text-align: center;
    font-size: .16rem;
    font-family: PingFangSC-Semibold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    width: auto !important;
    height: .22rem;
    margin: 0 0 0 0.34rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.caseWrap .swiper4 .swiper-slide:first-child {
    margin-left: 0.5rem !important;
}

.caseWrap .swiper5 {
    width: 3.2rem;
    padding-bottom: .5rem;
}

.caseWrap .swiper5 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto
}

.caseWrap .swiper5 .title {
    margin: .16rem 0 .12rem;
    font-size: .16rem;
    font-weight: bold;
}

.caseWrap .swiper5 .tips {
    color: #999;
    font-size: 12px;
}

.caseWrap .swiper5 .swiper-slide {
    margin-top: .4rem;
}

.caseWrap .albumList li {
    padding-bottom: .35rem;
}

/*案例详情*/
html.fullScreen, html.fullScreen body {
    height: 100%;
}

.no-scroll {
    overflow: hidden;
    position: relative;
}

.no-scroll body {
    overflow: hidden;
}

.first-page {
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.placeholder-page {
    height: 100%;
    /*-webkit-transition: height 1s linear;*/
    /*transition: height 1s linear;*/
}

#superWrap, .first-page {
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.bg-banCaseDetail {
    width:100%;
    height: 100%;
    /*background-repeat: no-repeat;*/
   /*background-size: 100% 100%;*/ 
   background-size: cover;
   background-position: center;
}

.innerBanBox .banCaseDetail {
    padding: 0 .3rem;
    height: 100%;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
}

.innerBanBox .banCaseDetail .ban-text {
    font-family: PingFangSC-Semibold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: .26496rem;
    line-height: .33rem;
    color: #fff;
    width: 3.4776rem;
    /*max-height: 0.6624rem;*/
    overflow: hidden;
}

.innerBanBox .banCaseDetail ul {
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding-top: .2rem;
    font-size: .15456rem;
    line-height: .2rem;
    color: #fff;
    width: 3.4776rem;
    max-height: 0.39744rem;
    overflow: hidden;
}

.innerBanBox .banCaseDetail li {
    float: left;
    padding-right: .25rem;
}

.innerBanBox .banCaseDetail .ban-btn {
    margin-top: .24rem;
}

.innerBanBox .banCaseDetail .ban-btn a {
    display: block;
    width: 1.46rem;
    height: .47rem;
    line-height: .47rem;
    color: #686868;
    text-align: center;
    border-radius: .4rem;
    background: #fff;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.innerBanBox .tip-check {
    position: absolute;
    left: 0;
    bottom: .2rem;
    width: 100%;
    padding-bottom: .3rem;
    font-size: .12rem;
    color: #fff;
    text-align: center;
}

.innerBanBox .tip-check:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -.09rem;
    width: .18rem;
    height: .1rem;
    background: url("../img/next-page.svg") no-repeat center center;
    background-size: 100% 100%;
    -webkit-animation: move 2s infinite;
    animation: move 2s infinite;
}

.caseDetailWrap .detailInfo {
    padding: 0 .3rem .5rem .3rem;
}

.caseDetailWrap .detailInfo .words {
    padding-top: .25rem;
    font-size: .14rem;
    color: #333;
    line-height: .24rem;
}

.caseDetailWrap .detailInfo .picture {
    padding-top: .25rem;
}

.caseDetailWrap .detailInfo .picture img {
    max-width: 100%;
    display: block;
}

@keyframes move {
    0% {
        opacity: 0.5;
        bottom: 0;
    }
    50% {
        opacity: 1;
        bottom: .05rem;
    }
    100% {
        opacity: 0.5;
        bottom: 0;
    }
}

@-webkit-keyframes move {
    0% {
        opacity: 0.5;
        bottom: 0;
    }
    50% {
        opacity: 1;
        bottom: .05rem;
    }
    100% {
        opacity: 0.5;
        bottom: 0;
    }
}

/*新闻列表*/
.bg-banNewsDetail {
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.innerBanBox .banNewsDetail {
    padding: 0 .3rem 0;
    height: 100%;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
}

.innerBanBox .banNewsDetail .ban-text {
    font-family: PingFangSC-Semibold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: .26496rem;
    line-height: .33rem;
    color: #fff;
    width: 3.4776rem;
}

.innerBanBox .banNewsDetail .text2 {
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding-top: .2rem;
    font-size: .15456rem;
    line-height: .2rem;
    color: #fff;
    width: 3.4776rem;
    max-height: 0.59616rem;
    overflow: hidden;
}

.newsDetailWrap .newsList {
    padding: .3rem .4rem .2rem .4rem;
}

.newsDetailWrap .newsList li {
    padding: .1rem 0 .3rem 0;
}

.newsDetailWrap .newsList li .pic {
    display: block;
    width: 100%;
    min-height: 1.4rem;
    background: #ccc;
}

.newsDetailWrap .newsList li .pic img {
    max-width: 100%;
    height: auto;
    display: block;
}

.newsDetailWrap .newsList li .source {
    padding-top: .15rem;
    width: 100%;
    line-height: .22rem;
    font-size: .12rem;
    color: #999;
}

.newsDetailWrap .newsList li .source span {
    display: inline-block;
    padding: 0 .05rem;
    margin-right: .05rem;
    line-height: .22rem;
    background: #f4f4f4;
    color: #B4B4B4;
}

.newsDetailWrap .newsList li .text {
    padding-top: .15rem;
    font-size: .14rem;
    color: #666666;
    line-height: .24rem;
}

/*新闻详情*/
.news-header {
    width: 100%;
    height: .44rem;
    box-sizing: border-box;
}

.news-header #nav-icon3 span {
    background: #000;
}

.news-header #nav-icon3.open span {
    background: #fff;
}

.newsDetailBox {
    padding: .3rem .3rem .2rem .3rem;
}

.newsDetailBox .title {
    padding: 0 .1rem;
    font-size: .2rem;
    line-height: .32rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.newsDetailBox .date {
    padding-top: .3rem;
    line-height: .22rem;
    font-size: .12rem;
    color: #B4B4B4;
    text-align: center;
}

.newsDetailBox .mainText {
}

.newsDetailBox .mainText .words {
    padding: .2rem 0;
    font-size: .14rem;
    line-height: .24rem;
    color: #333;
}

.newsDetailBox .mainText .words p {
    text-indent: 2em;
    line-height: 0.28rem
}

.newsDetailBox .mainText .pic {
    padding: .15rem 0;
}

.newsDetailBox .mainText .pic img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*预约*/
.subscribeBox {
    padding: .3rem 0 .2rem 0;
}

.subscribeBox .subscribePad {
    padding: 0 .3rem;
    overflow: hidden;
}

.subscribeBox .scribeTit {
    padding-bottom: .2rem;
}

.subscribeBox .scribeTit h4 {
    font-size: .24rem;
    font-weight: bold;
    color: #000;
}

.subscribeBox .scribeTit .tel {
    position: relative;
    width: 1.1rem;
    padding-right: .3rem;
    text-align: right;
}

.subscribeBox .scribeTit .tel:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.1rem;
    width: .2rem;
    height: .2rem;
    background: url("../img/phone.svg") no-repeat center center;
    background-size: 100% 100%;
}

.subscribeBox .scribeTit .tel p {
    font-size: .12rem;
    color: #9B9B9B;
    line-height: .16rem;
}

.subscribeBox .scribeTit .tel p:nth-child(2) {
    font-size: .12rem;
    font-weight: bold;
    color: #EA111C;
}

.subscribeBox .scribeTit .tel p:nth-child(2) a {
    color: #EA111C;
}

.subscribeBox .tips {
    padding-bottom: .2rem;
    font-size: .12rem;
    line-height: .18rem;
    color: #9B9B9B;
}

.subscribeBox .tit {
    position: relative;
    padding: .1rem .3rem;
    font-size: .18rem;
    font-weight: bold;
    line-height: .2rem;
    color: #000;
    box-sizing: border-box;
}

.subscribeBox .tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.1rem;
    width: 3px;
    height: .2rem;
    background: #EA111C;
}

.subscribeBox .typeList {
    padding: 0 .3rem .2rem .3rem;
    /*margin-right: -2%;*/
    font-size: .12rem;
    color: #fff;
    line-height: .33rem;
}

.subscribeBox .typeList li {
    float: left;
    margin-top: .15rem;
    margin-right: 2%;
    width: 23%;
    height: .33rem;
    text-align: center;
    border: 1px solid #DCDCDC;
    color: #C8C8C8;
    border-radius: .33rem;
    box-sizing: border-box;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.subscribeBox .typeList li.active {
    background: #EA111C;
    border-color: #EA111C;
    color: #fff;
}

.subscribeBox .baseInfo {
    padding-top: .3rem;
}

.subscribeBox .baseInfo li {
    height: .46rem;
    border-bottom: 1px solid #E3E3E3;
}

.subscribeBox .baseInfo li input {
    display: block;
    padding: .08rem .1rem;
    width: 100%;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    color: #101010;
    background: none;
    border: none;
    box-sizing: border-box;
    font-size: 12px;
}

.subscribeBox .baseInfo li #address {
    display: block;
    padding: .08rem .05rem;
    width: 100%;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    color: rgba(200, 200, 200, 1);
    background: none;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: 12px;
}

.subscribeBox .btn-subscribe {
    margin: .45rem auto .5rem;
    display: block;
    width: 1.77rem;
    height: .49rem;
    line-height: .49rem;
    color: #fff;
    text-align: center;
    border-radius: .44rem;
    background: #EA111C;
    box-shadow: 0px 7px 28px 0px rgba(255, 162, 162, 0.5);
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contactCont li div:active {
    background-color: rgba(255, 255, 255, 0.95);
}

.tip-check2 {
    position: absolute;
    left: 0;
    bottom: .9rem;
    width: 100%;
    padding-bottom: .3rem;
    font-size: .12rem;
    color: #fff;
    text-align: center;
    z-index: 500;
}

.tip-check2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -.09rem;
    width: .18rem;
    height: .1rem;
    background: url("../img/next-page.svg") no-repeat center center;
    background-size: 100% 100%;
    -webkit-animation: move 2s infinite;
    animation: move 2s infinite;
}

.consultWrap .consultCont .sendCode {

}

.consultWrap .consultCont .sendCode input {
    /*width: 1.9rem;*/
    width: 65%;
    float: left;
}

.consultWrap .consultCont .sendCode button {
    /*width: 0.89rem;*/
    width: 30%;
    height: 0.44rem;
    margin-left: 10px;
    float: right;
    font-size: 0.133rem;
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: rgba(74, 74, 74, 1);
    background: rgba(221, 221, 221, 1);
    border-radius: 4px;
    outline: none;
    border: none;
}

.subscribeBox .baseInfo .sendCode input {
    width: 2.6rem;
    float: left;
}

.subscribeBox .baseInfo .sendCode button {
    float: left;
    width: 0.89rem;
    height: 100%;
    background: transparent;
    outline: none;
    border: none;
    font-size: 0.133rem;
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.swiper2 .swiper-container, .swiper4 {
    width: 100%;
    height: 100%;
}

.swiper-container2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper2 .swiper-container-3d .swiper-slide-shadow-left, .swiper2 .swiper-container-3d .swiper-slide-shadow-right {
    background-image: none;
}

.slideClientCont .swiper-container-3d .swiper-slide-shadow-left, .slideClientCont .swiper-container-3d .swiper-slide-shadow-right {
    background-image: none;
}

.swiper4 .slideCaseBox {
    border-radius: 4px;
    overflow: hidden;
}

.loading {
    width: 100%;
    margin-bottom: 0.2rem;
}

.loading img {
    width: 0.5rem !important;
    display: block !important;
    margin: auto !important;
}

.bgCover {
    display: none;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent); /* Safari 5.1 - 6.0 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent); /* 标准的语法 */
    border-radius: 4px;
    /*background-color: rgba(0, 0, 0, 0.6);*/
}

.subscribeBox .tit span {
    font-size: 12px;
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: rgba(200, 200, 200, 1);
    margin-left: 10px;
}

.subscribeBox .baseInfo li input::-webkit-input-placeholder {
    color: rgba(200, 200, 200, 1);
}

.subscribeBox .baseInfo .sendCode2 .getCode {
    font-size: 12px;
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #EA111C;
}

/*.bannerCont2 .ban-text {
    font-size: 0.31rem;
}*/

.bannerCont .text-s {
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding-top: .2rem;
    font-size: .15456rem;
    line-height: .2rem;
    color: #fff;
    width: 3.4776rem;
    max-height: 0.39744rem;
    overflow: hidden;
}

.tip-check3 {
    position: absolute;
    left: 0;
    bottom: .4rem;
    width: 100%;
    padding-bottom: .3rem;
    font-size: .12rem;
    color: #fff;
    text-align: center;
    z-index: 500;
}

.tip-check3:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -.09rem;
    width: .18rem;
    height: .1rem;
    background: url("../img/next-page.svg") no-repeat center center;
    background-size: 100% 100%;
    -webkit-animation: move 2s infinite;
    animation: move 2s infinite;
}

.serviceWrap2 {
    padding: .6rem .2rem 0 .2rem;
}

.serviceWrap2 .tit {
    margin-bottom: 0.48rem;
}

.serviceWrap2 .flex-container dt {
    width: 0.4rem;
    margin-right: 0.15rem;
}

.serviceWrap2 .flex-container dd {
    width: 3.09rem;
}

.serviceWrap2 .box dd h4 {
    font-size: 0.18rem;
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 0.22rem;
}

.serviceWrap2 .box dd p {
    font-size: 0.133rem;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 0.24rem;
}

.couponWrap2 {
    padding: 1.33rem .3rem 0 .3rem;
    height: 4.4rem;
}

.couponWrap2 ul {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-top: 0.67rem;
}

.couponWrap2 li {
    width: auto;
}

.couponWrap2 li:nth-child(1) {
    -webkit-background-size: 0.38rem 0.38rem;
    background-size: 0.38rem 0.38rem;
}

.couponWrap2 ul li img {
    margin: auto;
}

.couponWrap2 ul li:before {
    top: .2rem;
    right: -0.13rem;
}

.consultWrap .consultCont li select {
    display: block;
    width: 100%;
    height: .453rem;
    vertical-align: middle;
    line-height: .44rem;
    text-align: left;
    text-indent: 0.2rem;
    color: rgba(200, 200, 200, 1);
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    box-sizing: border-box;
    /*-webkit-appearance: none;*/
    font-size: 0.133rem;
    background-color: transparent;
}

.consultWrap .consultCont li input::-webkit-input-placeholder {
    color: rgba(200, 200, 200, 1);
}

.slideClientWrap .slideClientCont .box img {
    width: 100%;
}

.showConWrap {
    width: 3.48rem;
    margin: 0.33rem auto 0;
    /*padding-bottom: 0.5rem;*/
    border-bottom: 1px solid #E3E3E3;
}

.showConWrap ul.showConWrap li, .showConWrap li div, .showConWrap li div img {
    width: 100%;
}

.showConWrap li p {
    font-size: 0.2rem;
    font-family: PingFangSC-Semibold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 0.28rem;
    text-align: center;
    margin-top: 0.34rem;
}

.showConWrap li p:last-child {
    font-size: 0.133rem;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 0.22rem;
    text-align: center;
    margin-top: 0.18rem;
    margin-bottom: 0.55rem;
}

/*.bannerCont2 .wrapBox {
    top: 28%;
    bottom: unset;
}*/

.swiper-bannerIndex2 .swiper-slide:before {
    background: none;
}

.swiper-bannerIndex2 .bannerCont .ban-btn a {
    width: 1.1rem;
}

/*20181105*******************************************************************/

.banNewsDetail .ban-btn {
    margin-top: .4rem;
}

.banNewsDetail .ban-btn a {
    display: block;
    width: 1.1rem;
    height: .47rem;
    line-height: .47rem;
    color: #fff;
    text-align: center;
    border-radius: .4rem;
    background: #EA111C;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.innerBanBox2 .banNewsDetail {
    padding: 0 .3rem;
}

.innerBanBox2 .banNewsDetail .conBox {
    position: absolute;
    top: 30%;
    /*bottom: 0;*/
    margin: auto;
    /*height: 1.5rem;*/
}

.serviceWrap3 .tit-s {
    text-align: center;
    font-size: 0.133rem;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #999999;
    margin-top: 0.1rem;
    line-height: 0.26rem;
}

.serviceWrap3 {
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-background-size: 2.264rem 3.11rem;
    background-size: 2.264rem 3.11rem;
}

.serviceWrap3 .box {
    border-bottom: none;
    padding: .45rem 0 0.53rem;
}

.serviceWrap3 .box dt {
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.04rem;
}

.serviceWrap3 .box dl {
    margin-bottom: 0.45rem;
}

.serviceWrap3 .box dd h4 {
    font-size: 0.156rem;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #666666;
}

.serviceWrap3 .box dd p {
    font-size: 0.156rem;
    font-family: PingFangSC-Semibold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #333333;
}

.serviceWrap3 .box dd p span {
    font-size: 0.27rem;
    font-family: PingFangSC-Semibold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #EA111C;
}

.thirdWrap {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 0.552rem;
    padding-bottom: 0.552rem;
}

.thirdWrap .tit {
    font-size: 0.266rem;
    font-family: PingFangSC-Semibold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.thirdWrap .tit-s {
    font-size: 0.1324rem;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 0.188rem;
    text-align: center;
    margin-top: 0.1104rem;
}

.thirdWrap .cameraPic {
    display: block;
    width: 2.451rem;
    margin: 0.3312rem auto;
}

.thirdWrap .cameraPic img {
    width: 100%;
}

.thirdWrap .thirdList {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.1104rem;
}

.thirdWrap .thirdList li {
    width: 1.4793rem;
    text-align: center;
    margin-bottom: 0.4416rem;
}

.thirdWrap .thirdList li:nth-child(2n) {
    margin-left: 0.298rem;
}

.thirdWrap .thirdList li .listPic {
    display: block;
    width: 0.6624rem;
    height: 0.6624rem;
    margin: auto;
}

.thirdWrap .thirdList li .listPic img {
    width: 100%;
}

.thirdWrap .thirdList li .listTxt1 {
    margin-top: 0.1325rem;
    font-size: 0.1435rem;
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #ffffff;
}

.thirdWrap .thirdList li .listTxt2 {
    margin-top: 0.04416rem;
    font-size: 0.1104rem;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 0.2208rem;
    color: #ffffff;
}

.thirdWrap .twoList {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 0.3312rem;
}

.thirdWrap .twoList .list {
    width: 1.61184rem;
    height: 3.2237rem;
}

.thirdWrap .twoList .list li {
    width: 100%;
    height: 0.37977rem;
    font-size: 0.1325rem;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0.3312rem;
}

.thirdWrap .twoList .list li:first-child {
    font-size: 0.15456rem;
    font-family: PingFangSC-Semibold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-align: center;
}

.thirdWrap .twoList .list:last-child li{
    color: rgba(255,255,255,0.8);
}

.thirdWrap .twoList .line {
    width: 0.01104rem;
    height: 3.2237rem;
    margin: 0 0.17664rem;
    background-color: #fff;
}

.thirdWrap .twoList .line li {
    width: 0.07728rem;
    height: 0.07728rem;
    border-radius: 50%;
    margin-left: -0.03864rem;
    background-color: #fff;
}

.fourWrap {
    width: 100%;
    padding-top: 0.552rem;
    padding-bottom: 0.1104rem;
}

.fourWrap .tit {
    font-size: 0.26496rem;
    font-family: PingFangSC-Semibold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 0.4416rem;
}

.fourWrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fourWrap ul li {
    width: 1.6rem;
    margin-bottom: 0.3312rem;
}

.fourWrap ul li div {
    width: 100%;
    height: 0.993rem;
    overflow: hidden;
}

.fourWrap ul li:nth-child(2n) {
    margin-left: 0.276rem;
}

.fourWrap ul li .tit-s {
    text-align: center;
    font-size: 0.13248rem;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #333333;
    margin-top: 0.08832rem;
}

.sixWrap {
    /*width: 100%;*/
    padding: 0.3532rem 0.3312rem 0.52992rem;
}

.sixWrap .tit {
    font-size: 0.26496rem;
    font-family: PingFangSC-Semibold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 0.4416rem;
}

.sixWrap .subIcon {
    width: 0.23184rem;
    margin-bottom: 0.1656rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sixWrap .subIcon img {
    width: 100%;
}

.sixWrap .conText {
    width: 3.4776rem;
    margin: auto;
    font-size: 0.13248rem;
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #999999;
    line-height: 0.24288rem;
}

.sixWrap .showPic {
    width: 3.4776rem;
    margin: 0.3312rem auto 0.552rem;
}

.sixWrap .showPic img {
    width: 100%;
}

.sixWrap .sixList {
    width: 100%;
}

.sixWrap .sixList li {
    width: 100%;
    margin-bottom: 0.3312rem;
}

.sixWrap .sixList li .listPic {
    float: left;
    width: 0.3312rem;
}

.sixWrap .sixList li .listPic img {
    width: 100%;
}

.sixWrap .sixList li .listR {
    float: left;
    width: 2.96976rem;
    margin-left: 0.17664rem;
}

.sixWrap .sixList li .listR .listTxt1 {
    font-size: 0.17664rem;
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 0.24288rem;
    margin-bottom: 0.06624rem;
}

.sixWrap .sixList li .listR .listTxt2 {
    font-size: 0.13248rem;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 0.26496rem;
}

.sevenWrap {
    width: 100%;
    padding-top: 0.552rem;
    padding-bottom: 0.4rem;
    background-repeat: no-repeat;
    background-size: 100%;
}

.sevenWrap .tit {
    font-size: 0.26496rem;
    font-family: PingFangSC-Semibold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0.1104rem;
}

.sevenWrap .tit-s {
    font-size: 0.13248rem;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0.4416rem;
}

.sevenWrap ul {
    width: 100%;
}

.sevenWrap ul li {
    width: 100%;
    margin-bottom: 0.4416rem;
}

.sevenWrap ul li div {
    width: 1.104rem;
    height: 1.104rem;
    margin: auto;
}

.sevenWrap ul li div img {
    width: 100%;
    height: 100%;
}

.sevenWrap ul li p {
    margin-top: 0.1103rem;
    font-size: 16px;
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.nineWrap {
    width: 100%;
    padding: 0.552rem 0;
}

.nineWrap .tit {
    text-align: center;
    font-size: 0.26496rem;
    font-family: PingFangSC-Semibold, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.4416rem;
}

.nineWrap .nineList {
    width: 3.4776rem;
    margin: auto;
}

.nineWrap .nineList li {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0.3312rem;
}

.nineWrap .nineList .ninePic {
    width: 1.656rem;
    height: 1.0597rem;
    overflow: hidden;
}

.nineWrap .nineList .nineR {
    width: 1.656rem;
}

.nineWrap .nineList .nineR .nineTxt1 {
    font-size: 0.15456rem;
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #ffffff;
}

.nineWrap .nineList .nineR .nineTxt2 {
    font-size: 0.17664rem;
    font-family: PingFangSC-Medium, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #EA111C;
    margin: 0.06624rem -0px;
}

.nineWrap .nineList .nineR .nineTxt3 {
    font-size: 12px;
    font-family: PingFangSC-Regular, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}

.slideCaseWrap .slideCaseBox .box a:first-child {
    display: block;
    width: 100%;
    height: 2.1231rem;
    overflow: hidden;
}

.titCase {
    font-size: 0.36rem;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding-top: 0.3rem;
}

/* 2018-12-26 移动端导航修改 start */
.subMenu>ul>li>a {
    display: inline-block;
    padding: 0.26496rem 0 0.26496rem 0.2208rem;
    text-align: left
}
.subMenu>ul>li>.oneBar {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.subMenu>ul>li>.oneBar>a {
    display: inline-block;
    padding: 0.26496rem 0 0.26496rem 0.2208rem;
    text-align: left
}

.subMenu>ul>li>.oneBar>.arrow {
    display: inline;
    width: 0.48rem;
    margin-right: 0.18rem;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.subMenu>ul>li>.oneBar>.opened {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.subMenu>ul>li>.twoBar {
    display: none;
    padding: 0 0.4444rem;
}
.subMenu>ul>li>.twoBar>li {
    text-align: left
}

.subMenu>ul>li>.twoBar>li>a {
    display: inline-block;
    padding: 0.2222rem 0;
    text-align: left;
    opacity: 0.4;
}

.subMenu>ul>li>.twoBar>li:last-child {
    border: none;
}

.subMenu li a {
    width: 100%;
    -weblit-box-sizing:border-box;
    box-sizing:border-box;
}

/* 2018-12-26 移动端导航修改 end */

main {
	padding: 30px 0;
	overflow: hidden;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

main>.details-content,main>div,main>section {
    padding-left: 30px;
    padding-right: 30px;
}

    main .footer {
         padding-left: 0px;
            padding-right: 0px;
    }

img {
	border: 0;
}

article {
	width: 100%;
}

*:focus {
	outline: none;
}

html.fullScreen,
html.fullScreen body {
	height: 100%;
}

.no-scroll {
	position: relative;
	overflow: hidden;
}

/* 产品介绍 开始 */
/* .product-intro-container {
    padding: .65rem .3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #ea111c;
}

.product-intro-container ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.product-intro-container ul li {
    text-align: center;
    padding: 0 .4rem .7rem .4rem;
}

.product-intro-container ul li .golden-icon {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 auto .2rem auto;
}

.product-intro-container ul li.photo-library .golden-icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0;
}

.product-intro-container ul li .golden-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.product-intro-container ul li:last-child {
    padding-bottom: 0;
}

.product-intro-container ul li .live-photo-logo,
.product-intro-container ul li .cloud-video-logo,
.product-intro-container ul li .live-video-logo,
.product-intro-container ul li .photo-library-logo {
    width: 2.2rem;
    height: auto;
    padding: .08rem .18rem;
    border-radius: .02rem;
    margin: 0 auto .3rem auto;
}

.product-intro-container ul li.live-video {
    padding: 0 0 .7rem;
}

.product-intro-container ul li .headline {
    position: relative;
    margin-bottom: .15rem;
}

.product-intro-container ul li .headline:before {
    position: absolute;
    content: "";
    width: .4rem;
    height: .02rem;
    background-color: #fff;
    top: -.15rem;
    left: 0;
    right: 0;
    margin: auto;
}

.product-intro-container ul li .headline h3 {
    font-size: .2rem;
    font-style: italic;
    color: #fff;
}

.product-intro-container ul li .headline span {
    font-size: .12rem;
    font-style: italic;
    color: #fff;
}

.product-intro-container ul li p {
    font-size: .12rem;
    color: #fff;
} */
/* 产品介绍 结束 */

/* 产品介绍 开始 */
.product-martix-container {
    padding: 0.3rem 0 0;
  }
  .product-martix-container .product-martix-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .product-martix-container .product-martix-list .product-martix-item {
    margin: 0;
    padding: 0.15rem 0.3rem;
    width: 100%;
  }
  .product-martix-container .product-martix-list .product-martix-item .product-martix-link {
    display: block;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0.02rem 0.2rem rgba(0, 0, 0, 0.05);
    transition: 0.4s;
    border-radius: 0.06rem;
    overflow: hidden;
  }
  .product-martix-container .product-martix-list .product-martix-item .product-martix-link:hover {
    transform: translateY(-0.05rem);
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.08);
  }
  .product-martix-container .product-martix-list .product-martix-item .product-martix-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 0.01rem rgba(0, 0, 0, 0.08);
    border-radius: 0.06rem;
    pointer-events: none;
  }
  .product-martix-container .product-martix-list .product-martix-item .product-martix-link .product-martix-cover {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    background-color: #f2f2f2;
    overflow: hidden;
  }
  .product-martix-container .product-martix-list .product-martix-item .product-martix-link .product-martix-cover img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .product-martix-container .product-martix-list .product-martix-item .product-martix-link .product-martix-info {
    text-align: center;
    padding: 0.2rem;
  }
  .product-martix-container .product-martix-list .product-martix-item .product-martix-link .product-martix-info .product-martix-headline {
    margin-bottom: 0.2rem;
  }
  .product-martix-container .product-martix-list .product-martix-item .product-martix-link .product-martix-info .product-martix-headline h3 {
    color: #EA111C;
    font-size: 0.16rem;
    font-weight: 500;
    margin: 0 0 0.1rem;
  }
  .product-martix-container .product-martix-list .product-martix-item .product-martix-link .product-martix-info .product-martix-headline h4 {
    color: #000;
    font-size: 0.14rem;
    font-weight: 500;
    margin: 0;
  }
  .product-martix-container .product-martix-list .product-martix-item .product-martix-link .product-martix-info .product-martix-desc p {
    color: #777;
    font-size: 0.12rem;
  }
/* 产品介绍 结束 */

/* 视频介绍 开始 */
.video-intro-container {
    padding: .3rem .3rem 0;
}
/* 视频介绍 结束 */

/* 成功提交预约后弹出优惠券弹窗 开始 */
.coupon-overlay-container {
    visibility: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: .2s, visibility .2s;
    transition: .2s, visibility .2s;
    z-index: 9999999;
  }
  .coupon-overlay-container.opened {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .coupon-overlay-container.opened .coupon-content {
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .coupon-overlay-container .coupon-content {
    visibility: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    position: absolute;
    top: -90px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 80px);
    height: auto;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: 0.6s cubic-bezier(0.19, 1.2, 0.48, 1), visibility 0.6s;
    transition: 0.6s cubic-bezier(0.19, 1.2, 0.48, 1), visibility 0.6s;
    overflow: hidden;
  }
  .coupon-overlay-container .coupon-content .coupon-box {
    display: block;
    position: relative;
    top: 46px;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
    padding: 20px;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    box-sizing: border-box;
  }
  .coupon-overlay-container .coupon-content .coupon-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(135deg, #a90019 0%, #83000e 99%);
    z-index: -1;
  }
  .coupon-overlay-container .coupon-content .coupon-box .headline {
    text-align: center;
    margin-bottom: 15px;
  }
  .coupon-overlay-container .coupon-content .coupon-box .headline h2 {
    font-size: 22px;
    font-weight: 500;
  }
  .coupon-overlay-container .coupon-content .coupon-box .headline h3 {
    font-size: 16px;
    font-weight: 500;
  }
  .coupon-overlay-container .coupon-content .coupon-box .coupon-card {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .coupon-overlay-container .coupon-content .coupon-box .desc {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .coupon-overlay-container .coupon-content .coupon-box .qrcode-box {
    margin-bottom: 10px;
  }
  .coupon-overlay-container .coupon-content .coupon-box .qrcode-box .qrcode {
    display: table;
    width: 100px;
    padding: 10px;
    margin: 0 auto;
  }
  .coupon-overlay-container .coupon-content .coupon-box .qrcode-box .qrcode img {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px;
    background-color: currentColor;
  }
  .coupon-overlay-container .coupon-content .coupon-box .qrcode-box .qrcode-title {
    display: block;
    font-size: 12px;
    text-align: center;
  }
  .coupon-overlay-container .coupon-content .coupon-box .view-button {
    display: table;
    font-size: 12px;
    margin: 20px auto 10px auto;
    padding: 10px 60px;
    background-color: #EA111C;
    border-radius: 100px;
    cursor: pointer;
  }
  .coupon-overlay-container .coupon-content .close-button {
    display: table;
    position: relative;
    top: 46px;
    margin: 0 auto;
    width: 46px;
    height: 46px;
    background-color: rgba(34, 34, 34, 0.8);
    border-radius: 100%;
    cursor: pointer;
  }
  .coupon-overlay-container .coupon-content .close-button:before, .coupon-overlay-container .coupon-content .close-button:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 18px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .coupon-overlay-container .coupon-content .close-button:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  /* 成功提交预约后弹出优惠券弹窗 结束 */

/* 专业团队 出品保证 开始 */
.professional-service-container {
    margin: 0 auto;
    padding: .6rem .3rem 0 .3rem;
}

.professional-service-container h3.title {
    font-size: .24rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.professional-service-container .list-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.professional-service-container .list-box ul li {
    float: left;
    width: calc(100% / 2);
    text-align: center;
    margin-bottom: 20px;
}

.professional-service-container .list-box ul li img {
    display: block;
    width: 90px;
    margin: 0 auto;
}

.professional-service-container .list-box ul li .desc {
    display: block;
    font-size: .12rem;
    color: #666;
    line-height: 1.8;
}
/* 专业团队 出品保证 结束 */

/* 修复移动端图片拉伸问题 开始 */
.newsDetailBox img {
    display: block;
    width: 100%;
    height: auto;
}
/* 修复移动端图片拉伸问题 结束 */

/* 行业影响力 开始 */
.award-slide-container {
    margin: 0 auto;
    padding: .50rem 0 0 0;
    overflow: hidden;
}

.award-slide-container .headline {
    font-size: .24rem;
    text-align: center;
}

.award-slide-container .award-slide-box {
    padding: .40rem .30rem .80rem .30rem;
}

.award-slide-container .award-slide-box .swiper-wrapper {
    list-style-type: none;
}

.award-slide-container .award-slide-box .swiper-wrapper .swiper-slide {
    position: relative;
    width: calc(100% / 3);
}

@media screen and (max-width: 900px) {
    .award-slide-container .award-slide-box .swiper-wrapper .swiper-slide {
        width: calc(100% / 2);
    }
}

.award-slide-container .award-slide-box .swiper-wrapper .swiper-slide picture {
    display: block;
    position: relative;
    border-radius: .04rem;
    overflow: hidden;
}

.award-slide-container .award-slide-box .swiper-wrapper .swiper-slide picture:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1px currentColor;
    border-radius: .04rem;
    opacity: .1;
    pointer-events: none;
}

.award-slide-container .award-slide-box .swiper-wrapper .swiper-slide picture img {
    display: block;
    width: 100%;
    height: auto;
}

.award-slide-container .award-slide-box .swiper-wrapper .swiper-slide .award-name {
    position: absolute;
    top: 100%;
    width: 100%;
    font-size: .16rem;
    font-weight: 500;
    text-align: center;
    -webkit-transform: translateY(0.1rem);
            transform: translateY(0.1rem);
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
}

@media screen and (max-width: 900px) {
    .award-slide-container .award-slide-box .swiper-wrapper .swiper-slide .award-name {
        font-size: .14rem;
    }
}

.award-slide-container .award-slide-box .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.award-slide-container .award-slide-box .swiper-wrapper .swiper-slide.swiper-slide-active .award-name {
    opacity: 1;
}

.award-slide-container .award-slide-box .swiper-wrapper .swiper-slide .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    border-top-right-radius: .04rem;
    border-bottom-right-radius: .04rem;
}

.award-slide-container .award-slide-box .swiper-wrapper .swiper-slide .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    border-top-left-radius: .04rem;
    border-bottom-left-radius: .04rem;
}

.award-slide-container .award-slide-box .swiper-button-next,
.award-slide-container .award-slide-box .swiper-button-prev {
    visibility: hidden;
}

.award-slide-container .award-slide-box .swiper-button-next:after,
.award-slide-container .award-slide-box .swiper-button-prev:after {
    color: #fff;
    font-size: .30rem;
}  
/* 行业影响力 结束 */

/*竖版视频播放器样式 开始*/
.video-popup-container {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-transition: .4s, visibility .4s;
    transition: .4s, visibility .4s;
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
    z-index: 9999;
  }
  .video-popup-container .video-player-container {
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1), visibility 0.6s;
    transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1), visibility 0.6s;
    cursor: pointer;
  }
  .video-popup-container .video-player-container .video-player-box {
    position: relative;
    width: calc(100% - 80px);
    padding-bottom: 49.424%;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    -webkit-mask-image: radial-gradient(white, black);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: default;
  }
  .video-popup-container.portrait .video-player-container .video-player-box {
      width: 400px;
      height: 711px;
      padding-bottom: 0;
  }
  @media screen and (max-width: 470px) {
    .video-popup-container .video-player-container .video-player-box {
      width: 100% !important;
      height: 100% !important;
      padding: 0 !important;
      border-radius: 0 !important;
      border: none !important;
    }
  }
  .video-popup-container .video-player-container .video-player-box .video-js {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .video-popup-container .video-player-container .video-player-box .video-player-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 20px 40px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    box-sizing: border-box;
    z-index: 999;
  }
  .video-popup-container .video-player-container .video-player-box .video-player-info .video-intro {
    width: calc(100% - 50px);
    padding-right: 20px;
  }
  .video-popup-container .video-player-container .video-player-box .video-player-info .video-intro .title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .video-popup-container .video-player-container .video-player-box .video-player-info .video-intro .parameter {
    font-size: 12px;
    font-weight: bold;
  }
  .video-popup-container .video-player-container .video-player-box .video-player-info .video-intro .parameter span {
    display: inline-block;
    margin-right: 20px;
  }
  .video-popup-container .video-player-container .video-player-box .video-player-info .close-button {
    width: 30px;
    position: relative;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
  }
  .video-popup-container .video-player-container .video-player-box .video-player-info .close-button:before, .video-popup-container .video-player-container .video-player-box .video-player-info .close-button:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 14px;
    height: 2px;
    background-color: currentColor;
  }
  .video-popup-container .video-player-container .video-player-box .video-player-info .close-button:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .video-popup-container .video-player-container .video-player-box .video-player-info .close-button:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .video-popup-container .video-player-container .video-player-box .video-player-info .close-button:hover {
    color: #000;
    background-color: #fff;
  }
  .video-popup-container.active {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .video-popup-container.active .video-player-container {
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
/*竖版视频播放器样式 结束*/

/* 摄影师招募 开始 */
    .photographer-recruit-container {
        margin: 50px 0;
        padding: 0 30px;
    }
    .photographer-recruit-container .brand {
        display: flex;
        align-items: center;
        margin: 0 0 40px;
    }
    .photographer-recruit-container .brand picture {
        display: block;
        position: relative;
        width: 50px;
        border-radius: 10px;
        overflow: hidden;
    }
    .photographer-recruit-container .brand picture img {
        display: block;
        width: 50px;
    }
    .photographer-recruit-container .brand .slogan {
        padding-left: 15px;
    }
    .photographer-recruit-container .brand .slogan h3 {
        font-size: 20px;
        font-weight: bold;
    }
    .photographer-recruit-container .brand .slogan p {
        font-size: 14px;
        opacity: .5;
    }
    .photographer-recruit-container .interaction {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .photographer-recruit-container .interaction .device picture {
        display: block;
    }
    .photographer-recruit-container .interaction .device picture img {
        display: block;
        width: 150px;
    }
    .photographer-recruit-container .interaction .app-qrcode-button .app-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        font-size: 12px;
        margin: 0 0 20px;
        padding: 14px 10px 14px 15px;
        background-color: #333;
        border-radius: 100px;
    }
    .photographer-recruit-container .interaction .app-qrcode-button .app-link:last-child {
        margin: 0;
    }
    .photographer-recruit-container .interaction .app-qrcode-button .app-link .icon {
        display: block;
        position: relative;
        width: 18px;
        height: 18px;
        margin-left: 10px;
    }
    .photographer-recruit-container .interaction .app-qrcode-button .app-link .icon:before {
        content: "";
        position: absolute;
        top: 2px;
        left: 0;
        right: 0;
        margin: auto;
        width: 1px;
        height: 12px;
        background-color: #fff;
    }
    .photographer-recruit-container .interaction .app-qrcode-button .app-link .icon:after {
        content: "";
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        width: 8px;
        height: 8px;
        margin: auto;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
/* 摄影师招募 结束 */

/* 服务咨询 & 预约拍摄 开始 */
.global-service-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9998;
}
.global-service-buttons ul .global-consult-button {
    position: relative;
    margin-bottom: 10px;
}
.global-service-buttons ul .global-consult-button:hover .global-consult-popup {
    visibility: visible;
    transform: translate(0, -50%);
    opacity: 1;
}
.global-service-buttons ul .global-consult-button > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 14px;
    padding: 8px;
    background-color: #EA111C;
    border-radius: 4px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .2);
}
.global-service-buttons ul .global-consult-button > a .label {
letter-spacing: 5px;
writing-mode: vertical-lr;
}
.global-service-buttons ul .global-consult-button > a .icon {
    display: block;
    width: 26px;
    height: 26px;
    margin-bottom: 5px;
}
.global-service-buttons ul .global-consult-button > a .icon svg {
    display: block;
    width: 100%;
    height: auto;
    fill: currentColor;
}
.global-service-buttons ul .global-consult-button .global-consult-popup {
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 60px;
    top: 50%;
    width: 130px;
    padding: 15px 20px;
    background-color: #fff;
    transform: translate(5px, -50%);
    transition: .2s, visibility .2s;
    border-radius: 6px;
    border: solid 1px #e5e5e5;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    z-index: 1;
}

.global-service-buttons ul .global-consult-button .global-consult-popup:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-top: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    transform: rotate(45deg) translateY(-50%);
}

.global-service-buttons ul .global-consult-button .global-consult-popup a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
}
.global-service-buttons ul .global-consult-button .global-consult-popup img {
    display: block;
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}
.global-service-buttons ul .global-consult-button .global-consult-popup span {
    color: #000;
    font-size: 14px;
}

.global-service-buttons ul .global-reservation-button {
    position: relative;
    margin-bottom: 0;
}
.global-service-buttons ul .global-reservation-button > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 14px;
    padding: 8px;
    background-color: #EA111C;
    border-radius: 4px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .2);
}
.global-service-buttons ul .global-reservation-button > a .label {
letter-spacing: 5px;
writing-mode: vertical-lr;
}
.global-service-buttons ul .global-reservation-button > a .icon {
    display: block;
    width: 26px;
    height: 26px;
    margin-bottom: 5px;
}
.global-service-buttons ul .global-reservation-button > a .icon svg {
    display: block;
    width: 100%;
    height: auto;
    fill: currentColor;
}
/* 服务咨询 & 预约拍摄 结束 */