﻿a{ text-decoration: none; outline: 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;
}

#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======*/

/*立即咨询*/
.footer {
    font-size:0.12rem;
}
.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;
    }

    .clearfix:after {content: "\200B";display: block;height: 0;overflow: hidden;clear: both;}
.clearfix {*zoom: 1;}

.page .summary-page .child3 {
    min-height: 602px;
}


/* 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%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

/* 2018-12-26 移动端导航修改 end */

/* 服务咨询 & 预约拍摄 开始 */
.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;
}
/* 服务咨询 & 预约拍摄 结束 */