body {
    font-family: "PingFang SC", "Adobe Heiti Std", "Microsoft Yahei", arial, helvetica, "Hei Ti", "微软雅黑体", "FangSong", "仿宋", clean, sans-serif !important;
}

#app {
    background: url('../images/body-bg.png');
    background-size: 50%;
}

.site-header {
    background-color: #fff;
}

.container {
    width: auto;
    max-width: 1140px;
    margin: 0 auto !important;
}

img {
    max-width: 100%;
    height: auto;
}

.line-heading{
    position: relative;
}

.line-heading span {
    position: relative;
    background: #fff;
    padding: 0 15px;
}
.line-heading::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #58815F;
    position: absolute;
    margin-top: 2px;
    top: 1rem;
    left: 0;
}

p{
    font-size: 16px;
}

/* =================header================= */

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #58815F;
}
.logo-img {
    max-height: 70px;
}

.section-form {
    padding-bottom: 60px;
    padding-top: 60px;
}

.header-logo {
    padding: 15px 0;
}
@media (max-width: 768px){
    .header-logo {
        padding: 15px 0;
        text-align: center;
    }
    .logo-img {
        margin-top: 20px;
    }
}
/* ===================content=================== */

.content-info {
    color: #58815F;
    font-size: 28px;
}

ul.telphone {
    width: 100%;
}
@media (min-width: 770px) {
    ul.telphone {
        width: auto;
    }
}

.content-img-list p{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

span.img-title {
    display: inline-block;
    padding-top: 15px;
}

.service-line {
    text-align: center;
    margin-top: 30px;
}

.service-line::before {
    content: url(../images/icon-phone.svg);
    margin-right: 15px;
}

a.hot-line {
    font-size: 26px;
    font-weight: bold;
    color: #58815F;
    line-height: 30px;
}
.hot-link,
a.hot-link{
    font-size: 26px;
    margin-top: 20px;
    display: block;
    color: red;
}

.form-info {
    color: #58815F;
    text-align: center;
    margin-bottom: 20px;
}

.form-info h1{
    margin-top: 0;
}

.intro-bus {
    font-size: 24px;
    line-height: 1;
    color: red;
}

.intro-bus-small {
    font-size: 18px;
    line-height: 1;
    color: #58815F;
    margin-bottom: 0;
}

.form-info .notes{
    margin-top: 10px;
    color: #999;
    font-size: 12px;
}

span.intro-time {
    color: #58815F;
    font-size: 13px;
    background-color: #F2F3F4;
    display: inline-block;
    padding: 5px 10px;
}

.introduction-info {
    font-size: 13px;
}

.privacy {
    text-align: center;
    font-size: 12px;
    color: #999999;
    line-height: 25px;
}

.privacy img {
    padding-right: 5px;
    position: relative;
    top: -2px;
}

/* =======================bottom==================== */

span.bottom-title {
    display: inline-block;
    padding: 0px 30px;
    background-color: #58815F;
    font-size: 30px;
    color: #fff;
}

.bottom p {
    text-align: center;
}

.bottom ul {
    list-style: none;
    padding: 0;
    font-size: 20px;
    line-height: 40px;
    padding-top: 25px;
    padding-bottom: 20px;
}

.map {
    text-align: center;
    color: #58815F;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 30px;
}

span.map-title {
    position: relative;
    background: #fff;
    padding: 0 15px;
}

.address::before {
    content: url(../images/address.png);
    padding-right: 15px;
    position: relative;
    top: 2px;
}

span.address {
    min-width: 270px;
    display: inline-block;
    margin-right: 50px;
}

ul.service li:last-child {
    border-bottom: 0;
}

.service li {
    padding-left: 15px;
    line-height: 22px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #EEEEEE;
}

.call::before {
    content: url(../images/call.png);
    padding-right: 15px;
}

/* ============form======================= */

.row {
    max-width: none !important;
}

.form-code>div,
.form-tel>div,
.form-name>div {
    padding-left: 120px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #fff;
    position: relative;
}

.form-code>div>input.form-control,
.form-tel>div>input.form-control,
.form-name>div>input.form-control {
    border: 0 !important;
    outline: none !important;
    height: 44px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 3px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 13px;
    line-height: 1;
    color: #222222;
}

.form-code>div::before,
.form-tel>div::before,
.form-name>div::before {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -8px;
}

.form-tel>div::before {
    content: url('../images/form-tel.png')
}

.form-name>div::before {
    content: url('../images/form-user.png')
}

.form-code>div::before {
    content: url('../images/form-code.png')
}

.form-code {
    position: relative;
}

.form-code>.btn {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    height: 100%;
    font-size: 12px;
}

.form-code>.btn:focus {
    outline: none;
}

.form-button>div {
    position: relative;
}

.form-button>div::before {
    content: url('../images/confirm.png');
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -45px;
}

.form-button>div>input {
    width: 100%;
    color: #fff;
    background-color: #58815F;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 16px;
    line-height: 1.2;
    padding: 15px 0 15px 20px;
    outline: none !important;
    border: 0 !important;
    font-weight: bold;
}

.form-button>div>input:hover,
.form-button>div>input:active,
.form-button>div>input:focus {
    background-color: #000;
}

.map {
    margin-bottom: 25px;
}

.panel-content .wrap {
    padding-top: 0;
}

/* ====================footer=================== */

.foot {
    border-top: #ddd solid 1px;
    padding-top: 30px;
    text-align: center;
    font-size: 13px;
    color: #666;
    padding-bottom: 20px;
    background-color: #fff;
}

.header {
    background: #fff;
}

.textwidget ul {
    margin-bottom: 0;
}

.textwidget ul li:focus a,
.textwidget ul li:hover a,
.page-right .textwidget ul li a:hover,
.page-right .textwidget ul li a:focus {
    color: #fff;
}

.textwidget ul li {
    float: left;
    color: #fff;
    padding: 13px 24px 9px 18px;
    opacity: 0.9;
    text-align: center;
}
.page-right .textwidget ul li {
    float: left;
    color: #fff;
    padding: 10px 15px;
    opacity: 0.9;
}

.textwidget ul li.tel,
.page-right .textwidget ul li.tel {
    background-color: #58815F;
    font-size: 28px;
}

.textwidget ul li.tel span,
.page-right .textwidget ul li.tel span {
    font-size: 16px;
    display: block;
}
.textwidget ul li.tel a,
.page-right .textwidget ul li.tel a {
    line-height: 36px;
    white-space: nowrap;
}

.textwidget ul li.tel span.service:before,
.page-right .textwidget ul li.tel span.service:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #58815F;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    margin-right: 10px;
    padding: 6px;
    text-align: center;
    width: 30px;
    background: #fff;
}

.textwidget ul li.online,
.page-right .textwidget ul li.online {
    background-color: #58815F;
    font-size: 22px;
    margin-left: 10px;
}

.textwidget ul li:focus,
.textwidget ul li:hover,
.page-right .textwidget ul li:focus,
.page-right .textwidget ul li:hover {
    background: #333;
}

.textwidget ul li.online span,
.page-right .textwidget ul li.online span {
    padding: 18px 0;
    display: inline-block;
    line-height: 1;
}

.textwidget ul li.online span:before,
.page-right .textwidget ul li.online span:before {
    content: url("../images/icon-online.png");
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    padding: 3px;
    text-align: center;
    width: 30px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.textwidget ul li i.fa,
.page-right .textwidget ul li i.fa {
    border-radius: 50%;
    color: #58815F;
    font-size: 20px;
    height: 30px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: center;
    width: 30px;
    background: #fff;
}

.textwidget ul li {
    float: left;
    padding: 7px 15px 5px 10px;
    /* margin: 18px 0; */
    max-height: 56px;
}

ul.list-unstyled.pull-right {
    padding-top: 20px;
}

.textwidget ul li.online,
.page-right .textwidget ul li.online {
    margin-left: 2px;
}

.textwidget ul li a,
.page-right .textwidget ul li a {
    color: #fff !important;
}

.textwidget ul li.tel,
.page-right .textwidget ul li.tel {
    font-size: 22px;
    line-height: 1;
}
@media(max-width:414px) {
    .textwidget ul li.tel, .page-right .textwidget ul li.tel {
        width: 100%;
    }
}


.textwidget ul li i.fa,
.page-right .textwidget ul li i.fa {
    height: 22px;
    width: 22px;
    padding: 3px 0;
    position: relative;
    top: -3px;
    font-size: 16px;
    margin-right: 8px;
}

.page-right .textwidget ul li i.fa {
    margin-right: 3px;
}

.textwidget ul li.tel span,
.page-right .textwidget ul li.tel span {
    margin-left: 30px;
    font-size: 12px;
    white-space: nowrap;
    line-height: 17px;
}

.textwidget ul li.tel a,
.page-right .textwidget ul li.tel a {
    line-height: 27px;
}

.textwidget ul li.online span,
.page-right .textwidget ul li.online span {
    padding: 10px 0 12px;
}

.textwidget ul li.online span:before,
.page-right .textwidget ul li.online span:before {
    height: 22px;
    padding: 0;
    width: 22px;
}

.page-right .textwidget ul li {
    padding: 9px 15px 7px;
    max-height: 60px;
}

ul.list-unstyled.pull-right a {
    text-decoration: none;
}

.mobile-header-logo {
    text-align: center;
    padding: 15px 15px 10px;
}

/* .section-wrap{
    padding-left: 15px;
    padding-right: 15px;
} */

.wrap.mobile-landing {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.section01 {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.section01-title {
    position: absolute;
    top: 90px;
}

.bg-wrap {
    margin-top: -10px;
    padding-bottom: 35px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.section02 {
    position: relative;
}

.section02-content {
    font-size: 13px;
    line-height: 21px;
    color: #222222;
    padding-bottom: 25px;
}

.section02-content .special-size {
    font-size: 22px;
    color: #58815F;
}

.contact-tel {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #58815F;
    font-weight: bold;
    margin-bottom: 15px;
}

.contact-tel img {
    margin-right: 5px;
    max-height: 15px;
    position: relative;
    top: -1px;
}

.section-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    color: #58815F;
    text-align: center;
    margin-top: 0;
}

.section-desc {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    color: #58815F;
    padding: 5px 0;
    margin: 0 auto 30px;
    max-width: 240px;
    background-color: #F2F3F4;
    text-align: center;
}

.form-wrap {
    padding: 5px 0;
}

.tip {
    text-align: center;
}

.tip img {
    max-height: 12px;
    margin-right: 5px;
}

.section04 {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

.section04-title {
    text-align: center;
    top: 40px;
    color: #58815F;
    margin: 20px 0;
}

span.section04-title-span {
    font-size: 26px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    letter-spacing: 2px;
}

p.section04-title-p {
    font-size: 26px;
}

.section04-title-wap {
    position: absolute;
    text-align: center;
    top: 40px;
    margin: 20px 0;
}

.img-list {
    padding: 0 15px;
    bottom: 10px;
    width: 100%;
}

.img-list-wap {
    padding: 0 25px;
    bottom: 10px;
    width: 100%;
    position: absolute;
}

.img-item {
    margin-bottom: 15px;
}

.small-row {
    margin-left: -5px;
    margin-right: -5px;
}

.small-row>[class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.location-info {
    font-size: 14px;
    color: #222222;
    line-height: 14px;
    padding: 0 30px 35px;
}

.location-info li {
    margin-bottom: 10px;
}

.location-info li:nth-child(4) {
    margin-top: 20px;
}

.address-title {
    margin-bottom: 30px;
}

.section05 {
    margin-right: -15px;
    margin-left: -15px;
}

.contact-us {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
    color: #fff;
    background-color: #58815F;
    z-index: 999;
    font-weight: bold;
}

.contact-us img {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.contact-us:hover,
.contact-us:focus,
.contact-us:active {
    background-color: #000;
    color: #fff;
}

/* --------------------------sidebar */

@media (min-width: 770px) {
    .page-right {
        position: fixed;
        right: 0;
        top: 60%;
        display: none;
        z-index: 1000;
    }
    .page-right .textwidget ul li {
        float: none;
        position: absolute;
    }
    .page-right .textwidget {
        position: relative;
    }
    .page-right .textwidget ul {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -moz-transform: rotate(90deg);
        /* Firefox */
        -webkit-transform: rotate(90deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(90deg);
        /* Opera */
    }
    .page-right .textwidget ul li.tel {
        right: 0;
        top: 0;
    }
    .page-right .textwidget ul li.online {
        top: 0;
    }
    .page-right .textwidget ul li.online span {
        white-space: nowrap;
    }
    .page-right .textwidget ul li.online span::before,
    .page-right .textwidget ul li.tel span i.fa {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        /* IE 9 */
        -moz-transform: rotate(-90deg);
        /* Firefox */
        -webkit-transform: rotate(-90deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(-90deg);
        /* Opera */
    }
    .page-right .textwidget ul li span i {
        font-style: normal;
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        /* IE 9 */
        -moz-transform: rotate(-90deg);
        /* Firefox */
        -webkit-transform: rotate(-90deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(-90deg);
        /* Opera */
        display: inline-block;
    }
    .custom-menu-icon {
        display: none;
    }
    .form-online-booking label {
        text-align: right;
    }
    .width-1-5 {
        width: 20%;
    }
    .main-menu {
        position: absolute;
        background: #fff;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }
    .main-menu .nav {
        margin: 0 auto;
        max-width: 1000px;
        text-align: center;
        float: none;
    }
    .main-menu .nav>li {
        display: inline-block;
    }
    .sub-menu {
        font-size: 1.5rem;
    }
    .model-section-three article .model-img-wrapper {
        position: absolute;
        left: 30px;
        top: 25px;
    }
    .model-section-three article .model-info {
        padding-left: 310px;
        min-height: 180px;
    }
    .loop-tax-evaluation article .tax-info {
        padding-left: 30px;
    }
    .main-menu .nav>li.online-book {
        display: none;
    }
}

.slider-content {
    position: absolute;
    top: 10%;
    left: 20%;
}

.form-container {
    position: absolute;
    right: 0;
    top: 65px;
    background-color: #fff;
    padding: 40px;
}

.slider-info {
    position: relative;
}

span.img-title {
    color: #58815F;
    font-weight: bold;
    font-size: 16px;
}

.contactus-title {
    text-align: center;
    margin-bottom: 20px;
}

.contactus-title span {
    color: #fff;
    background-color: #58815F;
    padding: 5px 15px;
    font-size: 30px;
}

.bottom ul li {
    margin-bottom: 10px;
}

.site {
    background: url("../images/body-bg.png");
    background-size: 50%
}

@media(max-width:414px) {
    .site {
        background: url("../images/body-bg.png");
        background-size: 300%;
    }
}

.single {
    margin-top: 10px;
}

.logo-dsp {
    display: none;
}

.page-id-235 .logo-dsp,
.page-id-234 .logo-dsp {
    display: inline-block;
}

.page-id-235 .logo-default,
.page-id-234 .logo-defalut {
    display: none;
}

.home-banner {
    padding: 60px 0;
    background-image: url('../images/ta_banner3.jpg');
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
@media(max-width:414px) {
    .home-banner{
        width: 100%;
        padding: 0;

    background-position: center !important;

    }
}

.top-title {
    margin-top: 160px;
}

.top-title img {
    max-height: 115px;
}

.form-wrap {
    background-color: #fff;
    padding: 30px;
}

.landing-main-content {
    padding: 40px 0 50px;
}

.section-top-content,
.content-img-list {
    margin-bottom: 30px;
}

.zero-row {
    margin-left: 0;
    margin-right: 0;
}

.zero-row>[class*="col"] {
    padding-left: 0;
    padding-right: 0;
}

.section-top {
    margin-bottom: 35px;
}
.living-contract-brief h3{
    color: #58815F;
}
.living-contract-wrap h4{
    color: #58815F;
    text-decoration: underline;
}
.living-contract-brief p{
    text-indent: 2em;
}
.living-contract-btn{
    line-height: 15;
    text-align: center;
}
.living-contract-btn .btn{
    padding: 8px 20px;
    color: #3C392F;
    background: #EEDEBA;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 8px;
}
.living-contract h2{
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 0;
}
.no-contract-title{
    background: #757064;
}
.have-contract-title{
    background: #58815F;
}
.living-contract-table{
    width: 100%;
}
.living-contract-table tr{
    border-bottom: 1px solid #fff;
}
.living-contract-table tr td:nth-child(1){
    width: 80px;
    padding: 20px 15px;
    background: #C2C1BC;
    border-right: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    color: #797875;
    text-align: center;
}
.living-contract-table tr td:nth-child(2){
    padding-left: 10px;
    padding-right: 10px;
    text-indent: 2em;
    background: #F1EFF0;
    color: #797875;
}
.have-contract tr td:nth-child(1){
    background: #ABEBA1;
    font-weight: bold;
    color: #000;
}
.have-contract tr td:nth-child(2){
    background: #D8F3D4;
    color: #000;
}

.living-contract-img {
    text-align: center;
    margin-top: 50px;
}
.living-contract-img img{
    max-height:100px;
}
.txlp p {
    text-align: left;
}
.hn_title {
    background: linear-gradient(to right, rgba(199 ,222 ,343,0.8), rgba(169 ,234 ,239 ,0.8));
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    color: #588160;
}
.hn_title h2 {
    font-size: 36px;
    position: relative;
}
.hn_title h2::after {
    content: "";
    width: 100%;
    border: 1px solid #58815F;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.step-number {
    font-size: 40px;
    text-align: center;
    background: #F7F7F7;
    max-width: 65px;
    position: absolute;
    left: 10px;
    top: 0;
    width: 100%;
}
.living-contract-wrap article {
    margin: 15px 0;
}
.living-contract-wrap article .step-info {
    padding-left: 70px;
    padding-top: 10px;
}
.living-contract-wrap article .step_text {
    font-size: 20px;
}
.lyfg_img .col-xs-3 {
    padding-left: 0;
}
.bsts_img {
    margin-top: 25px;
}

.form_style {
    display: flex;
    align-items: baseline;
    border: 1px solid #ccc;
    height: 46px;
    padding-left: 15px;
}
.form_style sup {
    color: red;
    padding-left: 2px;
    font-weight: 600;
}
.form_style i {
    font-weight: normal;
    font-size: 15px;
    margin-right: 10px;
    color: #ccc;
}
.form_style span {
    padding-left: 10px;
    font-weight: 600;
    font-size: 13px;
}
.form_style label {
    min-width: 100px;
    font-size: 13px;
}
.form_style input {
    border: 0;
    height: 100%;
    box-shadow: none;
    font-size: 13px;
}
.form_style input:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}
.land_btn {
    border: none;
    border-left: 1px solid #ccc;
}
.form-control {
    background-color: transparent;
}
.hn_padt {
    padding-top: 30px;
}
.hn_padt ul {
    font-size: 23px;
    padding-top: 15px;
    line-height: 1.8;
}
.hn_padt ul li {
    padding-left: 15px;
}
.hn_bsimg img {
    max-width: 525px;
}
.hn_honor {
    padding-top: 40px;
    padding-bottom: 20px;
}
.hn_honor .bottom {
    padding-bottom: 10px;
}
.hn_honor .col-xs-4 {
    margin-bottom: 30px;
}
.content-policy{
    text-align: center;
}
.content-policy-top{
    text-align: center;
    color: #58815F;
}
.content-policy-ol{
    text-align: left;
    font-size: 18px;
}
.content-policy-h3{
    color: #58815F;
}

.policy-ol{
    padding: 0;
    margin-bottom: 50px;
}
.policy-ol li{
    list-style: none;
    margin-bottom: 10px;
    font-size: 18px;
    display: block;
}

.policy-ol li::before{
    margin-right: 10px;
    top: 10px;
    display: inline-block;
    height: 35px;
    position: relative;
}

.policy-ol li.num1::before{
    content: url(../images/num/num1.svg);
}
.policy-ol li.num2::before{
    content: url(../images/num/num2.svg);
}
.policy-ol li.num3::before{
    content: url(../images/num/num3.svg);
}
.policy-ol li.num4::before{
    content: url(../images/num/num4.svg);
}
.policy-ol li.num5::before{
    content: url(../images/num/num5.svg);
}
.policy-ol li.num6::before{
    content: url(../images/num/num6.svg);
}
.policy-ol li.num7::before{
    content: url(../images/num/num7.svg);
}
.policy-ol li.num8::before{
    content: url(../images/num/num8.svg);
}
.policy-ol li.num9::before{
    content: url(../images/num/num9.svg);
}
.policy-ol li.num10::before{
    content: url(../images/num/num10.svg);
}


@media(max-width:414px) {
    .content-policy-ol{
        padding:0;
        margin: 0;
    }

.content-policy{
    text-align: left;
}
}

.fs-17{
    font-size: 17px;
}

.mb-5{
    margin-bottom: 3rem;
}
.mb-4{
    margin-bottom: 2rem;
}
.mb-3{
    margin-bottom: 1.5rem;
}
.mb-2{
    margin-bottom: 1rem;
}
.mb-1{
    margin-bottom: 0.5rem;
}
ul.decimal{
    list-style: decimal;
    padding-left: 20px;
}
