﻿@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


html,
body {
    width: 100%;
}

body {
    padding: 100px 0 0 0;
    margin: 0px auto;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    width: 100%;
    min-width: 1300px;
    zoom: 1;
    font-family: 思源黑体 cn, SourceHanSansCN, Microsoft YaHei, arial, sans-serif;
    background: #faf9f5;
}

ul,
li,
form,
dl,
dt,
dd,
div,
ul,
li,
p,
em,
i,
address {
    font-style: normal;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

select,
input,
textarea,
button {
    font-size: 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #545454;
    font-family: 思源黑体 cn, SourceHanSansCN, Microsoft YaHei, arial, sans-serif;
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    border: 0px;
    outline: none;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
fxigcaption,
address {
    display: block;
}


/*html5设置*/

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: block;
}

img {
    max-width: 100%;
    border: none;
    border: 0;
    vertical-align: top;
}

a {
    color: #535353;
    text-decoration: none;
    noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: all ease 0.3s;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #cf953a;
}


/**:hover{transition: all ease 0.3s;}*/


/*input字体*/

:-moz-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #d9d9d9;
    text-indent: 1em;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    color: #999999;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    /*background: url(../images/ico/selectarr.png) no-repeat scroll 95% center transparent;*/
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
    display: none;
}

.mgc {
    position: relative;
    width: 16px;
    height: 16px;
    background-clip: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: -.15px .6px 0 0;
    vertical-align: text-bottom;
    border-radius: 50%;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    background-color: #fff;
    border: 1px solid #d5d5d5;
}

.mgc:checked:after {
    left: -5px;
    top: -5px;
    position: absolute;
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #3b66ad;
    border: 6px solid #dddddd;
}

.mgc:disabled {
    opacity: .65
}

.mgc:focus {
    outline: none;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 2px #38a7ff
}

.mgc:checked {
    background-color: #fff;
    border-color: #d7d7d7;
}

.mgc:checked:after {
    border-color: #dddddd
}

.mgc-primary {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.mgc-primary:checked {
    background-color: #337ab7;
    border-color: #337ab7;
}

.mgc-primary:checked:after {
    border-color: #fff
}

.mgc-success {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.mgc-success:checked {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.mgc-success:checked:after {
    border-color: #fff
}

.mgc-info {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.mgc-info:checked {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.mgc-info:checked:after {
    border-color: #fff
}

.mgc-warning {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.mgc-warning:checked {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.mgc-warning:checked:after {
    border-color: #fff
}

.mgc-danger {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.mgc-danger:checked {
    background-color: #cf3b3a;
    border-color: #cf3b3a;
}

.mgc-danger:checked:after {
    border-color: #fff
}

.mgc-circle {
    border-radius: 50%
}

.mgc-sm {
    width: 12px;
    height: 12px;
}

.mgc-sm:checked:after {
    top: 2px;
    left: 1px;
    height: 3px;
    width: 6px
}

.mgc-lg {
    width: 19px;
    height: 19px;
}

.mgc-lg:checked:after {
    top: 3px;
    left: 3px;
    height: 5px;
    width: 10px
}

.mgr {
    position: relative;
    width: 16px;
    height: 16px;
    background-clip: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: -.15px .6px 0 0;
    vertical-align: text-bottom;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.mgr:disabled {
    opacity: .65
}

.mgr:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    -webkit-transition: width .25s, height .25s;
    transition: width .25s, height .25s
}

.mgr:checked:before {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin: 3px 0 0 3px
}

.mgr:focus {
    outline: none;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 2px #38a7ff
}

.mgr:checked {
    border: 1px solid #555;
}

.mgr:checked:before {
    background-color: #555
}

.mgr-primary {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.mgr-primary:checked {
    border: 1px solid #337ab7;
}

.mgr-primary:checked:before {
    background-color: #337ab7
}

.mgr-success {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.mgr-success:checked {
    border: 1px solid #5cb85c;
}

.mgr-success:checked:before {
    background-color: #5cb85c
}

.mgr-info {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.mgr-info:checked {
    border: 1px solid #5bc0de;
}

.mgr-info:checked:before {
    background-color: #5bc0de
}

.mgr-warning {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.mgr-warning:checked {
    border: 1px solid #f0ad4e;
}

.mgr-warning:checked:before {
    background-color: #f0ad4e
}

.mgr-danger {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.mgr-danger:checked {
    border: 1px solid #cf3b3a;
}

.mgr-danger:checked:before {
    background-color: #cf3b3a
}

.mgr-sm {
    width: 12px;
    height: 12px;
}

.mgr-sm:checked:before {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin: 2px 0 0 2px
}

.mgr-lg {
    width: 19px;
    height: 19px;
}

.mgr-lg:checked:before {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    margin: 3px 0 0 3px
}

.mgc-switch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 41px;
    height: 24px;
    border: 1px solid #dfdfdf;
    outline: 0;
    border-radius: 16px;
    box-sizing: border-box;
    background: #dfdfdf;
}

.mgc-switch:before,
.mgc-switch:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.mgc-switch:before {
    width: 39px;
    height: 22px;
    background-color: #fdfdfd
}

.mgc-switch:after {
    width: 22px;
    height: 22px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4)
}

.mgc-switch:checked {
    border-color: #04be02;
    background-color: #04be02;
}

.mgc-switch:checked:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.mgc-switch:checked:after {
    -webkit-transform: translateX(17px);
    transform: translateX(17px)
}

.mgc-sm.mgc-switch {
    height: 20px;
    width: 32px;
}

.mgc-sm.mgc-switch:before {
    height: 18px;
    width: 30px
}

.mgc-sm.mgc-switch:after {
    width: 18px;
    height: 18px
}

.mgc-sm.mgc-switch:checked:after {
    top: 0;
    left: 2px;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.mgc-lg.mgc-switch {
    height: 32px;
    width: 52px;
}

.mgc-lg.mgc-switch:before {
    height: 30px;
    width: 50px
}

.mgc-lg.mgc-switch:after {
    width: 30px;
    height: 30px
}

.mgc-lg.mgc-switch:checked:after {
    top: 0;
    left: 2px;
    -webkit-transform: translateX(18px);
    transform: translateX(18px)
}


/*网页滚动条*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -webkit-overflow-scrolling: touch;
    background-color: #e6e6e6;
}

::-webkit-scrollbar-track {
    background-color: #e6e6e6;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333333;
}

::-webkit-scrollbar-button {
    height: 0px;
    background-color: #e6e6e6;
}


/*公用样式*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center !important;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.nones {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.clear {
    clear: both;
}

.clearfix {
    overflow: hidden;
    _zoom: 1;
}

.clearfix img {
    width: 70px;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.relative {
    position: relative;
    z-index: 1;
}

.bodyon {
    overflow: hidden !important;
}

.w1340 {
    position: relative;
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

@media(max-width:1366px) {
    .w1340 {
        width: 1280px;
    }
}

@media(max-width:1024px) {
    body {
        min-width: 300px;
        font-size: 14px;
        line-height: 24px;
        padding: 50px 0 0 0;
    }
    .w1340 {
        width: auto;
        margin: 0px 15px;
    }
}


/*font*/

.f_red {
    color: #e70012;
}

.f_black {
    color: #252525;
}

.iconfont {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
}


/* .tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;} */

.tit {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.p {
    overflow: hidden;
    word-break: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


/*table*/

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.table-tr {
    display: table-row;
}

.table-th {
    display: table-cell;
    height: 100%;
    border: 1px solid gray;
    text-align: center;
    vertical-align: middle;
}

.table-cell {
    display: table-cell;
    height: ;
    text-align: center;
    vertical-align: middle;
}


/*flex*/


/*fontsize*/


/*行高*/


/*间距*/

.pd40 {
    padding: 45px 0 45px;
}

@media(max-width:1024px) {
    .pd40 {
        padding: 22px 0 22px;
    }
}


/*按钮*/


/*点点*/

.dot-c {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #5e5e61;
    margin: 0 6px 0 3px;
}


/*图标*/

.ico-zoom {
    margin: 0px auto 12px;
    display: block;
    width: 37px;
    height: 37px;
    position: relative;
}

.ico-zoom .i1,
.ico-zoom .i2 {
    width: 37px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 0;
}

.ico-zoom .i1 {
    transition: 400ms;
}

.ico-zoom .i2 {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 500ms;
}

li:hover .ico-zoom .i2,
li.on .ico-zoom .i2 {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

li:hover .ico-zoom .i1,
li.on .ico-zoom .i1 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale (1.2);
    transform: scale(1.2);
}


/*effict*/

.Scale-img {
    overflow: hidden;
    cursor: pointer;
    zoom: 1;
    overflow: hidden;
    position: relative;
}

.Scale-img img,
.Scale-img span {
    opacity: 1;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
}

.Scale-img:hover img,
.Scale-img:hover span,
li:hover .Scale-img img,
li:hover .Scale-img span {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
    top: 0px;
    left: 0px;
}

.effict {
    transition: all ease 0.3s;
}

.imgbox {
    overflow: hidden;
    position: relative;
}

.imgbox span,
.Scale-img span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}


/*pages*/

.Pages {
    zoom: 1;
    overflow: hidden;
    text-align: center;
    color: #666666;
    clear: both;
    line-height: 40px;
}

.Pages .total {
    padding: 0 9px;
    display: inline-block;
    background: #fff;
    vertical-align: middle;
    margin: 0px 4px;
    border: 1px solid #dcdcdc;
    color: #666666;
}

.Pages a {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    margin: 0px 4px;
    text-align: center;
    width: 40px;
    border: 1px solid #dcdcdc;
    color: #666666;
}

.Pages .p_page .a_prev,
.Pages .p_page .a_next,
.Pages .p_page .a_first,
.Pages .p_page .a_end {
    width: 68px;
}

.Pages .p_page a:hover,
.Pages .p_page a.a_cur {
    background: #CDAF60;
    border: 1px solid #CDAF60;
    color: #fff;
}

@media ( max-width:1024px) {
    .Pages {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .Pages a {
        width: 24px;
        margin: 0 1px;
    }
    .Pages .p_page .a_prev,
    .Pages .p_page .a_next,
    .Pages .p_page .a_first,
    .Pages .p_page .a_end {
        width: auto;
        padding: 0 8px;
    }
}

@media ( max-width:480px) {
    .Pages .p_page .a_prev,
    .Pages .p_page .a_next,
    .Pages .p_page .a_first,
    .Pages .p_page .a_end {
        padding: 0 4px;
    }
}


/*pages end*/


/*Top*/

.imgloadingdiv {
    float: left;
    width: 110px;
    height: 35px;
    background-color: rgba(94, 92, 92, 0.507);
    border-radius: 18px;
    line-height: 35px;
    text-align: center;
    margin-left: 36px;
    margin-top: 40px;
}

.imgloadingdiv a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.imgloadingdiv img {
    vertical-align: middle;
}

.Header {
    z-index: 999;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    transition: all 0.3s;
    top: 0;
    background: #fff;
}

.Header .auto {
    width: 1340px;
    margin: 0px auto;
}

.Header .Logo {
    float: left;
    padding-right: 23px;
}

.Header .Logo .home {
    display: none;
}

.Header .Logo img {
    display: inline-block;
    vertical-align: middle;
}

.Header .Location {
    float: left;
}

.Header .Location {
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 108px;
    display: inline-block;
    line-height: 36px;
    color: #666666;
    background: #f3f3f3;
    border-radius: 20px;
    font-size: 14px;
    position: relative;
    top: 10px;
}

.Header .Location .iconfont {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 7px;
}

.citybox {
    width: 240px;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 36px;
    padding-top: 9px;
    background: url(../images/arr1.png) 30px top no-repeat;
    display: none;
}

.citybox .box {
    padding: 9px 0 15px 15px;
    line-height: 28px;
    text-align: left;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.citybox h2 {
    font-size: 12px;
    color: #999ba3;
}

.citybox a {
    display: inline-block;
    margin-right: 19px;
    color: #666;
    font-size: 12px;
}

.citybox a:hover {
    color: #CDAF60;
}

.Header.fixed2,
.Header.fixed3 {
    transition: transform .3s;
    transform-origin: top center;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}

.Header .bgon {
    transition: all ease 0.3s;
}


/* .Header.fixed3{transform: translateY(-90px);} */

.bodyon .Header.fixed3 {
    transform: translateY(0px);
}

.fp-viewing-Product .Header .bgon,
.Header.on .bgon {}

.Header .Search {
    position: relative;
    float: right;
    margin-right: 0;
}

.Header .Search .Searchico {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
}

.Header .Search .Searchico .iconfont {
    font-size: 20px;
    color: #bfbfbf;
}

.Header .Search .Searchico .icongb {
    display: none;
}

.Header .Search .Searchico:hover {
    color: #0e3db1;
}

.Header .Search .Searchico.on .icongb {
    display: block;
}

.Header .Search .Searchico.on .iconso {
    display: none;
}

.Header .Search .searchbox {
    width: 300px;
    background: #fff;
    line-height: 40px;
    right: 0;
    box-shadow: 0 0 10px #999;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 130px;
    transition: all ease 0.3s;
}

.Header .Search .searchbox.on {
    visibility: visible;
    opacity: 1;
    top: 90px;
}

.Header .Search .searchbox input {
    width: 100%;
    height: 40px;
    text-indent: 1em;
    font-size: 14px;
}

.Header .Search .searchbox .input::-webkit-input-placeholder {
    color: #959595;
}

.Header .Search .searchbox .btn {
    position: absolute;
    right: 5px;
    top: 6px;
    width: 29px;
    background: none;
}

.Header .Tel {
    float: right;
    font-size: 24px;
    padding-right: 50px;
}

.Header .Tel b {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

.Header .Tel .iconfont {
    font-size: 21px;
    margin-right: 8px;
    color: #ccaf61;
}

.MainNav {
    float: right;
    position: relative;
}

.MainNav li {
    float: left;
    text-align: center;
    position: relative;
    width: 100px;
}

.MainNav li span a {
    z-index: 1;
    position: relative;
    display: block;
    color: #333333;
    font-size: 18px;
    transition: all ease 0.3s;
}

.MainNav li span a em {
    position: relative;
    z-index: 1;
}


/* .MainNav li:after{ position:absolute; left:50%; bottom:0; height:2px; background:#ccaf5f;width:0%;content:"";transition: all ease 0.3s;} */

.MainNav .arr {
    display: none;
}

.MainNav .arr .iconjian {
    display: none;
}

.MainNav li:hover:after,
.MainNav li.onnav:after {
    width: 100%;
    left: 0;
}

.MainNav li:hover {
    background: #d29d4d;
}

.Header.on .MainNav li span a:hover {
    color: #fff;
}

.MainNav li span a:hover {
    color: #fff;
}

.openbtn {
    cursor: pointer;
    display: none;
    width: 32px;
    height: 25px;
    position: absolute;
    right: 12px;
    top: 9px;
    z-index: 999;
}

.closebtn {
    position: fixed;
    left: 0px;
    top: 45px;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.openbtn span {
    display: block;
    height: 3px;
    background: #CCB05D;
    border-radius: 4px;
    margin: 4px;
    transition: all ease 0.3s;
}

.openbtn.on .sp1 {
    -webkit-transform: translate(0, 7px) rotate(45deg) !important;
    -moz-transform: translate(0, 7px) rotate(45deg) !important;
    -ms-transform: translate(0, 7px) rotate(45deg) !important;
    -o-transform: translate(0, 7px) rotate(45deg) !important;
    transform: translate(0, 7px) rotate(45deg) !important;
}

.openbtn.on .sp2 {
    -webkit-transform: translate(0, 0) rotate(-45deg) !important;
    -moz-transform: translate(0, 0) rotate(-45deg) !important;
    -ms-transform: translate(0, 0) rotate(-45deg) !important;
    -o-transform: translate(0, 0) rotate(-45deg) !important;
    transform: translate(0, 0) rotate(-45deg) !important;
}

.openbtn.on .sp3 {
    display: none;
}

.NavPull {
    position: absolute;
    top: 100px;
    width: 150%;
    display: none;
    text-align: left;
    left: -25%;
    padding: 0;
    line-height: 36px;
    z-index: 100;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.NavPull::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
}

.NavPull.null {
    background: none;
    padding: 0;
    line-height: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}

.NavPull dl {
    text-align: center;
    position: relative;
    z-index: 1;
}

.NavPull dl dd a {
    color: #d29d4d;
    display: block;
}

.NavPull dl dd a:hover {
    color: #fff;
    background: #d29d4d;
}

.homecss .Header {
    background: none;
}

.homecss .Header .Location {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.homecss .Header .Location .iconfont {
    color: #fff;
}

.homecss .Header .Logo .home {
    display: inline-block;
}

.homecss .Header .Logo .inner {
    display: none;
}

.homecss .Header .auto {
    width: 91%;
}

.homecss .Header .Tel .iconfont,
.homecss .Header .Tel b,
.homecss .Header .Search .Searchico .iconfont {
    color: #fff;
}

.Header.on {
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.Header.on .Logo .home {
    display: none !important;
}

.Header.on .Logo .inner {
    display: inline-block !important;
}

.Header.on .MainNav li span a {
    color: #343434;
}

.Header.on .Tel .iconfont {
    color: #ccb05d;
}

.Header.on .Tel b {
    color: #333333;
}

.Header.on .Search .Searchico .iconfont {
    color: #bfbfbf;
}

.Header.on .openbtn span {
    background: #d29d4d;
}

@media(max-width:1400px) {
    .homecss .Header .auto {
        width: 1280px;
    }
}

@media(max-width:1366px) {
    .MainNav li {
        width: 100px;
    }
}

@media ( max-width:1024px) {
    .imgloadingdiv {
        display: none;
    }
    .Header {
        height: 45px;
        line-height: 45px;
    }
    .homecss .Header .auto {
        width: auto;
        margin: 0 15px;
    }
    .Header .Logo {
        padding-right: 6px;
    }
    .Header .Logo img {
        height: 30px;
    }
    .Header .Location {
        line-height: 23px;
        margin-top: 6px;
        width: 80px;
    }
    .Header .Location .iconfont {
        margin-right: 0;
    }
    .citybox {
        top: 23px;
    }
    .homecss .Header .Location .iconfont {
        font-size: 16px;
    }
    .Header .Tel {
        font-size: 16px;
        padding-right: 10px;
        display: none;
    }
    .Header .Tel .iconfont {
        font-size: 13px;
    }
    .Header .Search {
        padding-left: 0;
        margin-right: 54px;
        position: static;
        line-height: 45px;
    }
    .Header .Search:after {
        display: none;
    }
    .Header .Search .Searchico .iconfont {
        font-size: 22px;
    }
    .Header .Search .searchbox {
        width: 96%;
        left: 2%;
    }
    .Header .Search .searchbox.on,
    .Header .login dd {
        top: 51px;
    }
    .Header .openbtn {
        display: block;
    }
    .MainNav {
        position: fixed;
        left: 0;
        z-index: 100;
        width: 100%;
        padding: 0;
        top: 45px;
        transition: all ease 0.3s;
        display: none;
        background: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }
    .MainNav ul {
        padding: 12px 0;
    }
    .MainNav li {
        opacity: 0;
        display: block;
        position: relative;
        float: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: auto;
        margin: 0 20px;
        opacity: 0;
        transition: opacity 1s;
    }
    .MainNav li:nth-child(1) {
        transition: opacity 1s;
    }
    .MainNav li:nth-child(2) {
        transition: opacity 1s 0.2s;
    }
    .MainNav li:nth-child(3) {
        transition: opacity 1s 0.3s;
    }
    .MainNav li:nth-child(4) {
        transition: opacity 1s 0.4s;
    }
    .MainNav li:nth-child(5) {
        transition: opacity 1s 0.5s;
    }
    .MainNav li:nth-child(6) {
        transition: opacity 1s 0.6s;
    }
    .MainNav li:nth-child(7) {
        transition: opacity 1s 0.7s;
    }
    .MainNav li span a {
        font-size: 16px;
        text-align: left;
        height: auto;
        display: block;
        line-height: 30px !important;
        height: auto !important;
        height: auto;
        padding: 10px 0 10px 15px;
        border: 0;
        /*color:#fff;*/
    }
    .MainNav .bg {
        display: none
    }
    .MainNav li:hover span a,
    .MainNav li.onnav span a,
    .MainNav li span a.sele {
        color: #ccb05d;
    }
    .MainNav .arr {
        display: inline-block;
        position: absolute;
        z-index: 2;
        width: 50%;
        height: 50px;
        line-height: 44px;
        right: 0px;
        padding-right: 10px;
        top: 0px;
        color: #bcbebf;
    }
    .MainNav .arr i {
        position: absolute;
        height: auto;
        background: none;
        right: 0px;
        top: 5px;
    }
    .MainNav li.onnav .iconjia {
        display: none;
    }
    .MainNav li.onnav .iconjian {
        display: block;
    }
    .MainNav.on li {
        opacity: 1;
    }
    .NavPull {
        display: none;
        opacity: 1;
        margin: auto;
        left: 0;
        text-align: left;
        transition: all ease 0s;
        position: static;
        width: auto;
        padding: 0;
    }
    .NavPull::before {
        background: #000;
        filter: alpha(opacity=20);
        opacity: 0.2;
    }
    .NavPull dl {
        width: auto;
        margin: 0 2%;
        float: none;
        padding: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        line-height: 33px;
        text-align: left;
    }
    .NavPull dl dt a {
        color: #fff;
    }
    .NavPull dl dt {
        line-height: 34px;
    }
    .NavPull dl dd a {
        color: rgba(255, 255, 255, 0.8);
        border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    }
    .NavPull dl dd:last-child a {
        border-bottom: 0;
    }
    .NavPull dl dd a:hover {
        padding-left: 10px;
    }
}


/*Top*/


/*banner*/

#scroll_container {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 100;
    background: #fff;
    height: 800px !important;
}

#scroll_container img {
    max-width: none;
}

#scroll_container_bg {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 800px !important;
}

#canvas {
    position: relative;
    width: 100%;
    z-index: 99;
    height: 800px !important;
}

.cstlayer {
    position: absolute;
    z-index: 100;
    color: #fff;
    font-family: KaiTi;
    font-weight: bold;
}

.cstlayer#z1 .wp-title_content p {
    font-size: 80px;
}

.cstlayer#z2 .wp-title_content p {
    font-size: 70px;
    line-height: 112px;
}

.cstlayer#z3 .wp-title_content p {
    font-family: 宋体;
    font-weight: normal;
}

.cstlayer#z4 .wp-title_content p {
    line-height: 70px;
    font-size: 50px;
}

.cstlayer#z5 .wp-title_content p {
    font-size: 55px;
    line-height: 70px;
}

.cstlayer#z6 .wp-title_content p {
    font-size: 85px;
}

.cstlayer#z7 .wp-title_content p {
    font-size: 70px;
    line-height: 98px;
}

.cstlayer#z8 .wp-title_content p {
    font-size: 50px;
    line-height: 70px;
}

.cstlayer#z9 .wp-title_content p {
    font-size: 55px;
    line-height: 70px;
}

.cstlayer#z10 .wp-title_content p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
}

.wp-title_content {
    font-size: 12px;
    line-height: 140%;
    overflow: hidden;
}

.wp-title_content h1,
.wp-title_content h2,
.wp-title_content h3 {
    line-height: 140%;
}

.wp-title_content .wp-script,
.wp-title_content .wp-style,
.wp-title_content .wp-iframe {
    display: none;
    font-size: 0;
    width: 0;
    height: 0;
}

.wp-title_content img.wp-flash,
.wp-title_content img.wp-rm,
.wp-title_content img.wp-media {
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

.wp-title_content img.wp-flash {
    background-image: url(../view/icons/flash.gif);
}

.wp-title_content img.wp-rm {
    background-image: url(../view/icons/rm.gif);
}

.wp-title_content img.wp-media {
    background-image: url(../view/icons/media.gif);
}

.wp-title_content img.wp-anchor {
    border: none;
    width: 16px;
    height: 16px;
}

.wp-title_content ul {
    list-style: disc inside;
}

.wp-title_content ul li {
    list-style-type: disc;
}

.wp-title_content ol {
    list-style: decimal inside;
}

.wp-title_content ol li {
    list-style-type: decimal;
}

@-moz-document url-prefix() {
    .wp-title_content p {}
}

.wp-title_content span,
.wp-title_content p,
.wp-title_content div {
    line-height: 140%;
}

@media(max-width:1366px) {
    #z1 {
        left: 460px !important;
    }
    #z3 {
        left: 745px !important;
    }
    #z5 {
        left: 618px !important;
    }
    #z6 {
        left: 652px !important;
    }
    #z9 {
        left: 825px !important;
    }
    #z10 {
        left: 361px !important;
    }
}

@media(max-width:1024px) {
    .wztext {
        zoom: 0.5;
        left: 10px;
    }
    #banner {
        height: 500px !important;
    }
}

@media(max-width:768px) {
    #z1 {
        left: 116px !important;
    }
    #z3 {
        left: 412px !important;
    }
    #z5 {
        left: 279px !important;
    }
    #z6 {
        left: 350px !important;
    }
    #z9 {
        left: 526px !important;
    }
    #z10 {
        left: 61px !important;
        top: 364px !important;
    }
    #canvas {
        height: 502px !important;
    }
    #scroll_container_bg {
        height: 502px !important;
    }
    #scroll_container {
        height: 502px !important;
    }
}


/*banner end*/


/*Bottom*/


/* .Footer{ background:#222222; position:relative; z-index:1;padding:35px 0;} */


/*Bottom*/


/*滑过*/

.itemhover {
    transition: all ease 0.3s;
}

.activehover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}


/*首页 s*/

.homecss .MainNav li span a {
    color: #fff;
}


/* .Header .MainNav li span a{color: #fff;} */

.homecss {
    padding-top: 0;
}

.HomeBan {
    height: 763px;
    overflow: hidden;
    position: relative;
}

#slider {
    position: relative;
    width: 100%;
    height: 763px;
}

#slider img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#slider a {
    border: 0;
    display: block;
}

.nivo-controlNav {
    position: absolute;
    left: 260px;
    bottom: -42px;
}

.nivo-controlNav a {
    display: block;
    width: 0px;
    height: 0px;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}

.nivo-controlNav a.active {
    background-position: 0 -22px;
}

.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}

a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

a.nivo-prevNav {
    left: 15px;
}

.nivo-caption {
    text-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption a {
    color: #efe9d1;
    text-decoration: underline;
}

.HomeTit {
    padding-left: 28px;
    line-height: 30px;
    position: relative;
    color: #cf953a;
}

.HomeTit:after {
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 45px;
    background: #e2bf89;
    content: "";
}

.HomeTit h2 {
    font-weight: normal;
    font-size: 28px;
}

.HomeTit p {
    text-transform: uppercase;
    font-size: 17px;
}

.HomeTit a.more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #333333;
}

.HomeTit a.more:hover {
    color: #cf953a;
}

.HomeTit2 {
    padding-left: 28px;
    position: relative;
    color: #d29d4d;
}

.HomeTit2:after {
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 80px;
    background: #e3c99e;
    content: "";
}

.HomeTit2 h2 {
    line-height: 70px;
    font-size: 45px;
    font-weight: normal;
}

.HomeTit2 p {
    line-height: 19px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 51px;
}

.HomeTit3 {
    text-align: center;
    color: #cdaf60;
    margin-bottom: 4.5%;
}

.HomeTit3 h2 {
    line-height: 96px;
    font-size: 70px;
}

.HomeTit3 p {
    line-height: 58px;
    font-size: 24px;
    text-transform: uppercase;
}

.HomeCol {
    padding: 38px 0 30px;
    border-top: 1px solid #d5dad9;
    background: url(../images/homecolbg.jpg) center bottom no-repeat;
    overflow: hidden;
}

.HomeCol .News {
    width: 34%;
    float: left;
}

.HomeCol .Social {
    padding-left: 3%;
}

.HomeCol .News .list {
    margin: 27px 0 0 28px;
}

.HomeCol .News .list li {
    height: 36px;
    line-height: 36px;
    padding-left: 100px;
    position: relative;
    font-size: 14px;
}

.HomeCol .News .list li .date {
    position: absolute;
    left: 0;
    top: 0;
    color: #d39d4d;
}

.HomeCol .Bulid {
    float: left;
    padding-left: 9%;
}

.HomeCol .Bulid ul {
    margin-top: 8px;
}

.HomeCol .Bulid li a {
    display: inline-block;
    line-height: 55px;
    border-bottom: 1px solid rgba(52, 52, 52, 0.27);
    font-size: 20px;
    font-weight: bold;
}

.HomeCol .ewm {
    float: right;
    font-size: 14px;
    padding: 20px 5% 0 0;
}

.HomeCol .ewm .p {
    line-height: 26px;
    padding-bottom: 18px;
}

.HomeCol .ewm .p span {
    display: block;
    padding-left: 41px;
}

.HomeCol .ewm img {
    display: inline-block;
    margin: 0 10px 0 25px;
    width: 100px;
}

.HomeBusiness {
    background: #fffbef;
    padding: 74px 0 0 0;
    overflow: hidden
}

.HomeBusiness .Nav {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.HomeBusiness .Nav li {
    padding: 0 20px;
    line-height: 49px;
    font-size: 16px;
    float: left;
}

.HomeBusiness .Nav li .ico {
    display: block;
    margin: 0px auto;
}

.HomeBusiness .Nav li .ico img {
    width: 50px;
}

.HomeBusiness .Nav li a {
    color: #d29d4d;
    display: block;
}

.HomeBusiness .Nav li a:hover {
    color: #0056c1;
}

.BusinessList {
    padding: 0 28px;
}

.BusinessList ul {
    margin-left: -3%;
}

.BusinessList li {
    width: 33.333%;
    padding: 0 0 3.5% 3%;
    text-align: center;
    float: left;
}

.BusinessList .imgbox {
    padding-top: 60%;
    margin-bottom: 14px;
}

.BusinessList .imgbox em {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.8vw;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.BusinessList .tit {
    font-size: 18px;
    color: #0056c1;
    font-weight: bold;
}

.BusinessList li:hover .tit {
    color: #d29d4d;
}

.HomeCase {
    background: url(../images/homecasebg.jpg) center 30% fixed no-repeat;
    padding: 4.5% 0 8% 0;
    overflow: hidden;
}

.HomeCase .Content {
    margin: 0 0 9% -9px;
}

.HomeCase .item {
    padding: 0 0 9px 9px;
    float: left;
}

.HomeCase .imgbox {
    padding-top: 410px;
}

.HomeCase .item.i1 {
    width: 50%;
}

.HomeCase .item.i2 {
    position: relative;
    width: 50%;
}

.HomeCase .item.i2 a {
    display: block;
    padding: 57px 0 0 43px;
    height: 410px;
    background: url(../images/itembg2.jpg);
    background-size: cover;
}

.HomeCase .item.i2 h2 {
    line-height: 57px;
    font-size: 46px;
    color: #0056c1;
}

.HomeCase .item.i2 p {
    line-height: 43px;
    font-size: 26px;
    text-transform: uppercase;
    color: #2f2f2f;
}

.HomeCase .item.i2 .more {
    bottom: 61px;
    left: 56px;
    position: absolute;
    text-align: center;
    line-height: 15px;
}

.HomeCase .item.i3,
.HomeCase .item.i4 {
    width: 25%;
}

.HomeCase .item.i3 a,
.HomeCase .item.i4 a {
    display: block;
    padding: 24px 0 0 33px;
    height: 285px;
    position: relative;
}

.HomeCase .item.i3 h2,
.HomeCase .item.i4 h2 {
    line-height: 33px;
    font-size: 26px;
    color: #cdaf60;
}

.HomeCase .item.i3 p,
.HomeCase .item.i4 p {
    line-height: 28px;
    font-size: 20px;
    color: #2f2f2f;
    text-transform: uppercase;
}

.HomeCase .item.i3 .more,
.HomeCase .item.i4 .more {
    bottom: 34px;
    left: 33px;
    position: absolute;
}

.HomeCase .item.i3 a {
    background: url(../images/itembg3.jpg);
    background-size: cover;
}

.HomeCase .item.i4 a {
    background: #ffdaa3;
}

.HomeCase .item.i5 {
    width: 50%;
}

.HomeCase .tel {
    height: 144px;
    display: flex;
    padding: 0 32px;
    font-size: 36px;
    color: #112867;
    font-weight: bold;
    line-height: 40px;
    background: #fff;
    margin-bottom: 9px;
    align-items: center;
}

.HomeCase .blank {
    width: calc(100% - 181px);
    height: 131px;
    background: url(../images/itembg5.jpg);
    background-size: cover;
    float: left;
}

.HomeCase .mores {
    position: relative;
    float: right;
    width: 170px;
    text-align: center;
    color: #cdaf60;
    font-size: 25px;
    font-weight: bold;
    line-height: 130px;
    background: #fffbef;
    display: block;
}

.HomeCase .mores img {
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -60px;
}

.HomeCase .AboutInfo {
    color: #fff;
    line-height: 26px;
    max-width: 1146px;
    margin: 0px auto;
    font-size: 18px;
    text-align: center;
}

.HomeCase .Numbox {
    color: #fff;
    text-align: center;
    padding: 10% 0 5.5%;
}

.HomeCase .Numbox li {
    width: 25%;
    float: left;
    font-size: 20px;
}

.HomeCase .Numbox .num {
    font-size: 18px;
    line-height: 65px;
}

.HomeCase .Numbox .num b {
    font-family: "Anton";
    font-size: 74px;
    display: inline-block;
    vertical-align: top;
    line-height: 116px;
}

.MoreIn {
    margin: 0px auto;
    text-align: center;
    clear: both;
    line-height: 15px;
}

@media(max-width:1024px) {
    .homecss .MainNav li span a {
        color: #333;
    }
    .HomeCol .News {
        width: auto;
        float: none;
        padding-bottom: 25px;
    }
    .HomeCol .Bulid {
        clear: both;
        padding: 0;
    }
    .HomeTit2 h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .HomeTit2 p {
        line-height: 30px;
        font-size: 17px;
        margin-bottom: 20px;
    }
    .HomeTit2:after {
        top: 4px;
        height: 45px;
    }
    .HomeBusiness {
        padding: 30px 0 0 0;
    }
    .HomeBusiness .Nav {
        position: static;
    }
    .HomeBusiness .Nav .ico img {
        width: 40px;
    }
    .HomeBusiness .Nav li {
        width: 16.666%;
        padding: 0 0 15px;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
    }
    .HomeCase .imgbox {
        padding-top: 300px;
    }
    .HomeCase .item.i2 a {
        height: 300px;
        padding: 30px 0 0 30px;
    }
    .HomeCase .item.i2 h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .HomeCase .item.i2 p {
        font-size: 16px;
        line-height: 24px;
    }
    .HomeCase .item.i3 h2,
    .HomeCase .item.i4 h2 {
        font-size: 20px;
    }
    .HomeCase .item.i3 p,
    .HomeCase .item.i4 p {
        font-size: 14px;
    }
    .HomeCase .tel {
        font-size: 24px;
    }
    .HomeCase .mores {
        font-size: 20px;
    }
    .HomeTit3 h2 {
        font-size: 36px;
        line-height: 45px;
    }
    .HomeTit3 p {
        font-size: 16px;
        line-height: 35px;
    }
    .HomeCase .AboutInfo {
        font-size: 15px;
    }
    .HomeCase .Numbox li {
        font-size: 15px;
    }
    .HomeCase .Numbox .num b {
        font-size: 45px;
        line-height: 80px;
    }
}

@media(max-width:768px) {
    .HomeTit {
        line-height: 26px;
        padding-left: 18px;
    }
    .HomeTit h2 {
        font-size: 20px;
    }
    .HomeTit p {
        font-size: 15px;
    }
    .HomeTit:after {
        top: 2px;
    }
    .HomeTit2 {
        padding-left: 18px;
    }
    .HomeTit2 h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .HomeTit2 p {
        line-height: 26px;
        font-size: 15px;
    }
    .HomeCol .News .list {
        margin: 15px 0 0 18px;
    }
    .HomeCol .News .list li {
        height: 30px;
        line-height: 30px;
    }
    .HomeCol .Bulid {
        width: auto;
        float: none;
    }
    .HomeCol .Bulid ul {
        margin-left: -3%;
    }
    .HomeCol .Bulid li {
        width: 33.333%;
        float: left;
        padding-left: 3%;
        text-align: center;
    }
    .HomeCol .Bulid li a {
        font-size: 16px;
        line-height: 45px;
    }
    .HomeCol .ewm {
        width: auto;
        float: none;
        padding-left: 0;
        clear: both;
        text-align: center;
    }
    .HomeCol .ewm .p span {
        padding-left: 0;
    }
    .HomeBusiness .Nav {
        margin-left: -18px;
    }
    .BusinessList .tit {
        font-size: 14px;
    }
    .BusinessList li {
        width: 50%;
    }
    .BusinessList .imgbox em {
        font-size: 16px;
    }
    .HomeCase .item.i3,
    .HomeCase .item.i4 {
        width: 50%;
    }
    .HomeCase .item.i5 {
        width: auto;
        float: none;
        clear: both;
    }
    .HomeCase .imgbox {
        padding-top: 150px;
    }
    .HomeCase .item.i2 a {
        height: 150px;
        padding: 18px 0 0 18px;
    }
    .HomeCase .item.i2 .more {
        left: 25px;
        bottom: 30px;
        width: 65px;
    }
    .HomeCase .item.i3 a,
    .HomeCase .item.i4 a {
        height: 150px;
        padding: 18px 0 0 18px;
    }
    .HomeCase .item.i3 p,
    .HomeCase .item.i4 p {
        line-height: 20px;
    }
    .HomeCase .item.i3 .more,
    .HomeCase .item.i4 .more {
        width: 40px;
        bottom: 15px;
        left: 18px;
    }
    .HomeCase .tel {
        font-size: 18px;
        height: 80px;
    }
    .HomeCase .mores {
        line-height: 90px;
    }
    .HomeCase .blank {
        height: 90px;
    }
    .HomeCase .mores img {
        width: 60px;
        margin-left: -30px;
    }
    .HomeTit3 h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .HomeTit3 p {
        font-size: 14px;
        line-height: 24px;
    }
    .HomeCase .AboutInfo {
        font-size: 14px;
        line-height: 24px;
    }
    .HomeCase .Numbox li {
        font-size: 14px;
        padding: 0 1%;
    }
    .HomeCase .Numbox .num {
        line-height: 35px;
        font-size: 14px;
    }
    .HomeCase .Numbox .num b {
        font-size: 30px;
        line-height: 50px;
    }
    .MoreIn {
        width: 60px;
    }
}

@media(max-width:580px) {
    .HomeBusiness .Nav li {
        width: 33.333%;
    }
}


/*栏目页 s*/

.ColumnName {
    font-weight: normal;
    background: #D5BC79;
    color: #fff;
    display: none;
    position: relative;
    z-index: 100;
    line-height: 36px;
}

.ColumnName h2 {
    font-weight: normal;
    font-size: 15px;
}

.ColumnName .arr {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: right;
    right: 0;
    top: 0;
    transition: all ease 0.3s;
}

.ColumnName .iconfont {
    font-size: 24px;
    display: inline-block;
    margin: 0px 10px 0 0;
}

.SubMenu {
    background: #fff;
    line-height: 82px;
    height: 82px;
    text-align: center;
    border-bottom: 1px #F7F7F7;
    box-shadow: 10px 17px 10px #f7f7f7;
}

.SubMenu ul {
    float: left;
}

.SubMenu li {
    position: relative;
    float: left;
    margin-right: 45px;
}

.SubMenu li a {
    position: relative;
    z-index: 1;
    font-size: 16px;
    display: block;
    padding: 0 4px;
    color: #333333;
}

.SubMenu li em {
    position: relative;
    z-index: 1;
}

.SubMenu li .bg {
    position: absolute;
    z-index: 0;
    width: 0;
    bottom: 0px;
    height: 2px;
    left: 0;
    background: #D5BC79;
    transition: all ease 0.3s;
    font-size: 0;
}

.SubMenu li:hover .bg,
.SubMenu li.onli .bg {
    width: 100%;
}

.SubMenu li a:hover,
.SubMenu li.onli a {
    color: #D5BC79;
}

.SubMenu li:last-child {
    background: none;
    margin-right: 0;
}

.Position {
    font-size: 14px;
    float: right;
    color: #999999;
}

.Position a {
    color: #999999;
}

.Position a:hover,
.Position span {
    color: #D5BC79;
}

.Position .iconfont {
    font-size: 21px;
    color: #D5BC79;
    margin-right: 3px;
}

@media ( max-width:1024px) {
    .ColumnName {
        display: block;
        padding-left: 28px;
    }
    .SubMenu {
        line-height: 34px;
        height: auto;
        text-align: left;
    }
    .SubMenu ul {
        display: none;
        border-bottom: 1px solid #eee;
        float: none;
    }
    .SubMenu li {
        display: block;
        width: auto !important;
        background: none;
        margin-right: 20px;
    }
    .SubMenu li .bg {
        display: none;
    }
    .SubMenu li a {
        padding-left: 16px;
    }
    .Position {
        float: none;
        text-align: right;
    }
}

@media ( max-width:640px) {
    .SubMenu li {
        padding-left: 0;
    }
    .SubMenu li a {
        padding: 0;
    }
}


/*内页导航 end*/


/*公司简介*/

.Aboutusindex {
    background-color: #faf9f5;
}

.xwxqindex {
    background-color: #F7F7F7;
    padding-top: 5%;
    padding-bottom: 5%;
}

.Aboutus {
    position: relative;
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

.xwxq {
    position: relative;
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

.Aboutustext {
    width: 587px;
    float: left;
}

.Aboutusimg {
    float: left;
}

.Aboutustextdiv1 h1 {
    font-size: 40px;
    font-weight: bold;
    color: #CDAF60;
    margin-top: 86px;
    line-height: 54px;
}

.Aboutustextdiv1 p {
    font-size: 20px;
    color: #DDDDDD;
    margin-top: 15px;
}

.Aboutustextdiv2 p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 17px;
}

.Aboutusimg {
    position: relative;
    /* width: 100%; */
    margin: 170px 0 50px 9px;
}

@media (max-width: 1024px) {
    .Aboutustextdiv1 h1 {
        margin-top: 20px;
        font-size: 20px;
    }
    .Aboutustextdiv1 p {
        font-size: 16px;
    }
    .Aboutusindex {
        margin: 0 auto;
    }
    .xwxqindex {
        margin: 0 auto;
    }
    .Aboutus {
        width: 100%;
    }
    .xwxq {
        width: 100%;
    }
    .Aboutustext {
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    .Aboutustextdiv1 {
        text-align: center;
    }
    .Aboutusimg {
        text-align: center;
        width: 100%;
        position: relative;
        left: 0;
        margin: 0 auto;
    }
    .Aboutustextdiv2 p {
        font-size: 12px;
        margin-top: 10px;
    }
}

.Titleinfo {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 35px;
}

.Titleinfo h2 {
    font-size: 24px;
    color: #222222;
    line-height: 26px;
}

.Titleinfo .date {
    padding: 12px 0;
    font-size: 14px;
}

.Titleinfo .date i {
    display: inline-block;
    margin: 0 10px;
}

.Titleinfo .share {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.Titleinfo {
    line-height: 20px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.Titleinfo h2 {
    font-size: 18px;
}

.Titleinfo .share {
    display: none;
}


/*公司简介 end*/


/*发展历程*/

.developmenthistory {
    background: #fff url(../images/aboutbg.jpg) center bottom no-repeat;
    width: 100%;
    overflow: hidden;
    padding-bottom: 6.5%;
}

.developmenthistorylogo {
    float: left;
    margin: 160px 0 0 0;
}

.developmenthistorylogo img {
    width: 100%;
    height: auto;
}


/*.developmenthistorylogo p:nth-child(2){font-size: 20px;font-weight: bold;color: black;margin-top: 40px;}
.developmenthistorylogo p:nth-child(3){font-size: 14px;line-height: 20px;color: #D9DCDC;margin-top: 17px;text-transform: uppercase;}
.developmenthistorylogo span{border: 2px solid #F52607; width: 30px;display: inline-block;margin-top: 65px;}*/

.timershaft li {
    display: flex;
    float: left;
    margin: 10px 10px 10px 160px;
    width: 80%;
}

.timershaft li img {
    display: inline-block;
    vertical-align: middle;
    margin-left: -17px;
}

.timershaftitle {
    font-size: 20px;
    font-family: "Regular";
    color: #CDAF60;
    font-weight: bold;
}

.timershaftitle1 {
    font-size: 20px;
    font-family: "Regular";
    color: red;
    font-weight: bold;
}


/* .timershaftdiv{margin: 0 0 0 107px;} */

.timershaftdiv p {
    font-size: 14px;
    color: #7D7D7D;
    position: relative;
    left: -28px;
}

.timershaftdiv p img {
    vertical-align: middle;
}

.timershaft {
    overflow: hidden;
    background-position: 118px 40px;
    margin-top: 150px;
    width: 60%;
    float: right;
    position: relative;
}

.timershaft:after {
    position: absolute;
    left: 116px;
    top: 38px;
    height: 100%;
    background: #e6e6e6;
    width: 1px;
    content: "";
}

.timershaftitleimg {
    position: relative;
    width: 50px;
    height: 20px;
    left: 51px;
    top: 4px;
}

.timershaft .item {
    padding: 10px;
}

.timershaft .item .itembox {
    padding: 20px;
    padding-left: 200px;
    position: relative;
    margin-bottom: 30px;
}

.timershaft .item .date {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 26px;
    font-family: "impact";
    color: #CDAF60;
}

.timershaft .item .date .ico {
    width: 50px;
    height: 21px;
    background: url(../images/ico.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 16px;
}

.timershaft .slick-prev {
    left: unset;
    right: 0;
    top: 40%;
}

.timershaft .slick-next {
    right: 0;
    top: 51%
}

.timershaft .slick-prev:before {
    content: '';
    width: 48px;
    height: 48px;
    background: url(../images/ico_Top.png) center no-repeat;
    position: absolute;
    top: 2px;
    left: 4px;
    background-size: 80%;
}

.timershaft .slick-next:before {
    content: '';
    width: 48px;
    height: 48px;
    background: url(../images/ico_Down.png) center no-repeat;
    position: absolute;
    top: 6px;
    left: 4px;
    background-size: 80%;
}

.timershaft .item:hover .itembox {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /*height: 250px;*/
    background: rgba(255, 255, 255, 0.1);
}

.timershaft .item:hover .date {
    color: #F52607;
}

.timershaft .item:hover .date .ico {
    background: url(../images/icoc.png) no-repeat center center;
    background-size: 100% 100%;
}

.SubPage {
    height: auto !important;
    height: 200px;
    min-height: 200px;
    padding-top: 4%;
    padding-bottom: 5%;
}

.SinglePage {
    position: relative;
    word-wrap: break-word;
    word-break: normal;
    text-align: justify;
}

@media (max-width: 1366px) {
    .timershaft {
        background-position: 253px 1px;
    }
    .developmenthistory {
        background-position: 15% 52%;
    }
}

@media (max-width: 1024px) {
    .timershaft .slick-prev {
        left: -15px;
    }
    .timershaft .slick-next {
        right: -15px;
    }
    .timershaftdiv {
        margin: 0;
        width: auto;
    }
    .timershaftdiv p {
        font-size: 12px;
        left: 0;
    }
    .timershaft {
        width: auto;
        float: none;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .timershaft .item {
        padding: 0;
    }
    .timershaft .item .itembox {
        margin-bottom: 0;
    }
    .timershaft li img {
        display: none;
    }
    .timershaftitle1 {
        display: none;
    }
    .timershaftitle {
        display: none;
    }
    .developmenthistorylogo {
        margin: 50px 0 0 0;
        float: none;
        text-align: center;
        height: 350px;
        overflow: hidden;
    }
    .timershaft li {
        margin: 0 auto;
    }
    .timershaft {
        margin-top: 10px;
        margin: 0 auto;
    }
    .developmenthistorylogo span {
        margin-top: 10px;
    }
    .developmenthistorylogo img {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .developmenthistorylogo {
        height: 300px;
    }
}

@media(max-width:640px) {
    .timershaft:after {
        display: none;
    }
    .timershaft .item .date {
        position: static;
    }
    .timershaft .item .itembox {
        height: auto !important;
        padding: 15px;
    }
    .developmenthistorylogo p:nth-child(3) {
        font-size: 12px;
    }
    .developmenthistorylogo img {
        width: 100%;
    }
}


/*发展历程 end*/


/*远航文化*/

.Sailingculture {
    width: 273px;
    height: 350px;
    border: 1px solid #EFEFEF;
    float: left;
    padding-top: 50px;
    display: inline-block;
    text-align: center;
    margin: 70px 0 0 0;
    background: #fff;
}

.Sailingculturediv:hover {
    transform: scale(1.2);
}

.Sailingculturediv {
    background-color: #C8891F;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    transition: 1s;
}

.Sailingculture:nth-child(2) {
    margin-left: 35px;
}

.Sailingculture:nth-child(3) {
    margin-left: 35px;
}

.Sailingculture:nth-child(4) {
    margin-left: 35px;
}

.floater {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background: #F0DEC1;
    transition: all 600ms ease;
    animation: breathe 3s infinite;
    z-index: -1;
    position: absolute;
}

.floater:hover {
    animation-play-state: paused;
}

@keyframes breathe {
    0% {
        opacity: .4;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .4;
    }
}

.Sailingculturewire {
    border: 2px solid #C8891F;
    height: 2px;
    width: 20px;
    margin: 0 auto;
}

.Sailingculturewire1 {
    margin-top: 54px;
    font-size: 16px;
}

.Sailingculturewire {
    margin-top: 20px;
}

.Sailingculturewire2 {
    margin-top: 18px;
    font-size: 16px;
    color: #383838;
    line-height: 20px;
}

@media (max-width: 1366px) {
    .Sailingculture {
        width: 310px;
    }
}


/*远航文化 end*/


/*核心理念*/

.Sailingcultureimg {
    background: url(../uploadfiles/image/形状\ 13\ 拷贝.png)100% 100% no-repeat;
    position: relative;
    width: 1340px;
    margin: 40px auto;
    overflow: hidden;
    height: 420px;
}

.Sailingcultureimg1 p:nth-child(1) {
    margin: -57px 0px 31px 15px;
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.Sailingcultureimg1 p:nth-child(2) {
    margin: -70px 0 0 108px;
}

.Sailingcultureimg1 p {
    font-size: 16px;
    line-height: 35px;
    color: #000;
    margin: 0px 0 0 107px;
}

.Sailingcultureimg1 {
    margin: 100px 0 0 70px;
}

@media (max-width: 1366px) {
    .Sailingculture:nth-child(2) {
        margin-left: 13px;
    }
    .Sailingculture:nth-child(3) {
        margin-left: 13px;
    }
    .Sailingculture:nth-child(4) {
        margin-left: 13px;
    }
}

@media (max-width: 1024px) {
    .Sailingculture {
        width: 166px;
        height: 240px;
        padding-top: 20px;
        margin: 20px 0 0 0;
    }
    .Sailingculture:nth-child(3) {
        margin-left: 0;
    }
    .Sailingculturewire2 {
        margin-top: 10px;
        font-size: 12px;
        line-height: 15px;
    }
    .Sailingculturewire1 {
        margin-top: 20px;
    }
    .Sailingculturewire {
        margin-top: 10px;
    }
    .Sailingculturediv {
        width: 50px;
        height: 50px;
    }
    .floater {
        height: 70px;
        width: 70px;
    }
    .Sailingculturewire1 {
        font-size: 15px;
    }
    .Sailingcultureimg {
        width: 100%;
    }
    .Sailingcultureimg1 {
        margin: 100px 0 0 0;
    }
}


/*核心理念 end*/


/*地产开发*/

.estatedevelopment {
    overflow: hidden;
}

.estatedevelopmentdiv1 {
    float: left;
}

.estatedevelopmentdiv2 {
    float: right;
}

.estatedevelopmentdiv1p {
    border-left: 3px solid #CF953A;
    padding-left: 20px;
}

.estatedevelopmentdiv1p p:nth-child(1) {
    font-size: 28.31px;
    color: #CF953A;
    margin: 80px 0 0 0;
}

.estatedevelopmentdiv1p p:nth-child(2) {
    font-size: 16.64px;
    color: #CF953A;
}

.estatedevelopmentdiv1p1 {
    font-size: 16px;
    color: #666666;
    margin: 45px 0 0 0;
}

.estatedevelopmentimg1 {
    margin: 12% 0 0 12%;
    width: 576px;
}

.estatedevelopmentimg2 {
    margin: 12% 12% 0 0;
}

.estatedevelopmentdiv11 {
    margin-left: 695px;
}

.estatedevelopmentdiv1bj {
    background: url(../uploadfiles/image/344d6239-4d7f-4c0b-a83d-f14411f4afaf.png)center center no-repeat;
}

.datap1 {
    font-size: 16px;
    line-height: 35px;
    margin: 45px 0 0 0;
}

.datap {
    background: url(../uploadfiles/image/sec5_bg\ 1920×843.png)center center no-repeat;
    padding-bottom: 70px;
}

.estatedevelopmentdiv2 {
    float: right;
}

@media (max-width: 1024px) {
    .estatedevelopmentdiv1p p:nth-child(1) {
        margin-top: 20px;
        font-size: 18px;
    }
    .estatedevelopmentdiv1p p:nth-child(2) {
        font-size: 14px;
    }
    .estatedevelopmentdiv1p1 {
        margin: 20px 0 0 0;
        font-size: 14px;
    }
    .estatedevelopmentimg1 {
        margin: 1% 0 0 0;
    }
    .estatedevelopmentdiv11 {
        margin: 250px 0 0 0;
    }
    .datap1 {
        font-size: 14px;
        margin: 0;
        line-height: 27px;
    }
}

@media (max-width: 1366px) {
    .estatedevelopmentdiv1p1 {
        font-size: 15px;
    }
}


/*地产开发 end*/


/*业务中心*/

.filter-search {
    padding: 30px 0 30px 0;
    width: 100%;
    background: #EBEBEB;
}

.filter-search .SellNav {
    line-height: 82px;
    height: 82px;
    text-align: center;
    border-bottom: 1px #F7F7F7;
}

.filter-search .SellNav ul {
    display: flex;
    justify-content: center;
}

.filter-search .SellNav li {
    position: relative;
    float: left;
    margin-right: 45px;
}

.filter-search .SellNav li a {
    position: relative;
    z-index: 1;
    font-size: 16px;
    display: block;
    padding: 0 4px;
    color: #333333;
}

.filter-search .SellNav li .bg {
    position: absolute;
    z-index: 0;
    width: 0;
    bottom: 0px;
    height: 2px;
    left: 0;
    background: #D5BC79;
    transition: all ease 0.3s;
    font-size: 0;
}

.filter-search .SellNav li a:hover,
.filter-search .SellNav li.aon a {
    color: #D5BC79;
}

.filter-search .SellNav li:hover .bg,
.filter-search .SellNav li.aon .bg {
    width: 100%;
}

.filter-search .filter-search-box {
    width: 1340px;
    margin: auto;
    padding: 20px 20px 20px 20px;
    background: #fff;
}

.filter-search .filter-search-box .location {
    display: flex;
    align-items: center;
    position: relative;
}

.filter-search .filter-search-box .location p.title {
    font-size: 14px;
    color: #999999;
    margin-right: 30px;
    position: absolute;
    bottom: -44px;
}


/* .filter-search .filter-search-box .location .tab-list span {font-size: 12px;color: #666;margin-right: 30px;cursor: pointer}
.filter-search .filter-search-box .location .tab-list span.active {color: #bb1017} */

.filter-search .filter-search-box .business {
    padding-left: 48px;
    padding-top: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
}

.filter-search .filter-search-box .business .district a {
    font-size: 14px;
    color: black;
    margin-right: 30px;
    display: inline-block;
}

.filter-search .filter-search-box .business .district a.active,
.filter-search .filter-search-box .business .district a:hover {
    color: #CF953A
}

.filter-search .filter-search-box .business .businessDistrict {
    width: 100%;
    opacity: .85;
    margin-bottom: 5px;
}

.filter-search .filter-search-box .business .businessDistrict p {
    display: inline
}

.filter-search .filter-search-box .business .businessDistrict a {
    font-size: 14px;
    color: #666;
    margin-right: 33px;
    margin-bottom: 10px;
    display: inline-block
}

.filter-search .filter-search-box .business .businessDistrict a.active,
.filter-search .filter-search-box .business .businessDistrict a:hover {
    color: #bb1017
}

.el-checkbox {
    display: inline-block;
}

.filter-search .filter-search-box .subways {
    padding-left: 68px;
    padding-top: 15px;
    margin-bottom: 15px
}

.filter-search .filter-search-box .subways .subway a:first-child {
    margin-right: 45px
}

.filter-search .filter-search-box .subways .subway a {
    font-size: 12px;
    color: #666;
    margin-right: 30px
}

.filter-search .filter-search-box .subways .subway a.active,
.filter-search .filter-search-box .subways .subway a:hover {
    color: #bb1017
}

.filter-search .filter-search-box .acreage:first-child {
    margin-top: 30px
}

.filter-search .filter-search-box .acreage {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 72px;
    position: relative;
}

.filter-search .filter-search-box .acreage p.title {
    font-size: 14px;
    color: #999999;
    position: absolute;
    left: 0;
    top: 0;
}

.filter-search .filter-search-box .acreage .acreage-list {
    display: flex;
    align-items: center
}

.filter-search .filter-search-box .acreage .acreage-list span.all {
    font-size: 14px;
    color: #666;
    margin-right: 30px;
    cursor: pointer
}

.filter-search .filter-search-box .acreage .acreage-list span.all.active {
    color: #bb1017
}

.filter-search .filter-search-box .acreage .acreage-list a {
    font-size: 14px;
    color: #333333;
    margin-right: 30px;
    cursor: pointer
}

.filter-search .filter-search-box .acreage .acreage-list a.active,
.filter-search .filter-search-box .acreage .acreage-list a:hover {
    color: #CF953A
}

.filter-search .filter-search-box .acreage .acreage-list .input-acreage {
    width: 110px;
    height: 24px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center
}

.filter-search .filter-search-box .acreage .acreage-list .input-acreage input {
    width: 50px;
    height: 22px;
    padding-left: 5px
}

.el-checkboxinput {
    width: 62px;
    height: 26px;
    border: 1px solid #EBEBEB;
}

#labelon {
    color: #CF953A;
}

.listlou {
    margin-left: -2%;
    padding-top: 40px;
}

.list1 {
    width: 33.333%;
    float: left;
    padding: 0 0 3% 2%;
}

.list1 img {
    transition: transform 1.6s;
}

.list1 img:hover {
    transform: scale(1.05);
}

.list1 .imgbox {
    padding-top: 66%;
}

.list1 h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 9px;
    line-height: 52px;
}

.list1 p {
    font-size: 14px;
    color: #9F9F9F;
    line-height: 20px;
    height: 40px;
    -webkit-line-clamp: 2;
}

.list2 {
    margin-left: 25px;
}

.list3 {
    margin-bottom: 40px;
}

@media(max-width:1024px) {
    .filter-search .filter-search-box .location p.title {
        bottom: -37px;
    }
}

@media(max-width:640px) {
    .filter-search .filter-search-box .location p.title,
    .filter-search .filter-search-box .acreage p.title {
        position: static;
    }
    .filter-search .filter-search-box .business,
    .filter-search .filter-search-box .acreage {
        padding-left: 0;
    }
    .filter-search .filter-search-box .acreage {
        display: block;
    }
    .filter-search .filter-search-box .business .district a {
        margin-right: 10px;
    }
    .filter-search .filter-search-box .acreage .acreage-list a {
        margin-right: 10px;
    }
}


/*业务中心 end*/


/*业务中心- 列表*/

.businesslist {
    border-left: 5px solid #CF953A;
    padding-left: 20px;
    font-size: 26px;
    font-weight: 1000;
    color: black;
    margin: 50px 0 25px;
    line-height: 32px;
    border-radius: 3px;
}

.businesslistdiv {
    margin-bottom: 5%;
}

.businesslistdiv .Blist {
    width: 69%;
    float: left;
}

.businesslistdiv .Blist li {
    overflow: hidden;
    margin-top: 35px;
}

.businesslistdiv .Blist li .imgbox {
    float: left;
    width: 20%;
    float: left;
    padding-top: 130px;
}

.businesslistdiv .Blist li .info p:nth-child(1) {
    font-size: 22px;
    font-weight: bold;
    color: black;
    margin-top: 0px;
    line-height: 35px;
    margin-bottom: 8px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 6px;
}

.businesslistdiv .Blist li .info {
    width: 78%;
    float: right;
    line-height: 40px;
    position: relative;
    color: #999999;
}

.businesslistdiv .Blist li .info p {
    line-height: 24px
}

.businesslistdiv .Blist li .info p:nth-child(5) {
    position: absolute;
    right: 15%;
    top: 59%;
    color: #CDAF60;
}

.businesslistdiv .Blist li .info p:nth-child(5) span {
    font-size: 34px;
    font-weight: bold;
}

.businesslistdiv .Blist li:nth-child(2) img {
    width: 430px;
    height: 250px;
}

.businesslistdiv .Bbox {
    width: 350px;
    float: right;
}

.businesslistdiv .Bbox_wrap {
    width: 350px;
    position: relative;
    overflow: hidden;
    top: 0;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    background: #fff;
    margin-top: 35px;
    z-index: 99;
}
.businesslistdiv .Bbox_wrap .close{position: absolute;right: 10px;top: 10px;display: none;}

.businesslistdiv .Bbox_wrap.Bbox_fix {
    position: fixed;
    margin-top: 130px;
}

.businesslistdiv .Bbox .tit {
    font-size: 16px;
    color: #333;
    padding: 4%;
    font-weight: bold;
}

.businesslistdiv .Bbox form {
    margin: 0 4%;
    background: #f5f8ff;
    padding: 4%;
}

.businesslistdiv .Bbox .phoneNum {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    font-size: 14px;
    color: rgb(136, 136, 136);
    border: 1px #eee solid;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}

.businesslistdiv .Bbox .ok_btn {
    width: 100%;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: #e22d3d;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
}

.businesslistdiv .Bbox .ok_btn:hover {
    background: #cf2735;
}

.businesslistdiv .Bbox .numberP {
    font-size: 14px;
    color: #444;
    padding: 10px 0;
}

.businesslistdiv .Bbox .numberP span {
    font-size: 16px;
}

.businesslistdiv .Bbox ul {
    padding: 4% 6%;
    font-size: 16px;
    color: #757474;
    border-bottom: 1px #eee solid;
}

.businesslistdiv .Bbox ul li {
    text-align: left;
    width: 100%;
    line-height: 32px;
}

.businesslistdiv .Bbox .zx {
    padding: 4%;
    text-align: center;
}

.businesslistdiv .Bbox .zx .tel {
    font-size: 30px;
    color: #e22d3d;
}

.businesslistdiv .Bbox .xz p {
    font-size: 14px;
    color: #444;
    padding-top: 10px;
}

@media (max-width: 1366px) {
    .list2 {
        margin-left: 25px;
    }
    .filter-search .filter-search-box {
        width: 1280px;
    }
    .businesslistdiv .Blist li .imgbox {
        width: 16%;
        float: left;
        padding-top: 130px;
    }
    .businesslistdiv .Blist li .info {
        width: 82%;
    }
    .businesslistdiv .Blist li .info p:nth-child(5) {
        right: 0;
    }
}

@media(max-width:1024px) {
    .filter-search .filter-search-box {
        width: auto;
        margin: auto 15px;
    }
    .businesslistdiv .Blist li .info p:nth-child(1) {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 15px;
    }
    .BusinessList {
        padding: 0;
    }
    .businesslist {
        margin: 20px 0 15px;
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:640px) {
    .businesslistdiv .Bbox_wrap .close{display: block;}
    .businesslistdiv .Blist {
        width: 100%;
        float: none;
    }
    .businesslistdiv .Blist li .imgbox {
        width: auto;
        float: none;
        padding-top: 65%;
    }
    .businesslistdiv .Blist li .info {
        width: auto;
        float: none;
        line-height: 24px;
    }
    .businesslistdiv .Blist li .info p:nth-child(1) {
        padding: 15px 0;
    }
    .businesslistdiv .Blist li .info p:nth-child(2) {
        margin-top: 10px;
    }
    .businesslistdiv .Blist li .info p:nth-child(5) {
        position: static;
        margin-top: 10px;
    }
    .list1 {
        width: 50%;
    }
    .list1 h3 {
        line-height: 24px;
        font-size: 14px;
    }
    .businesslistdiv .Bbox {
        width: 100%;
        float: none;
    }
    .businesslistdiv .Bbox_wrap.Bbox_fix {
        position: static;margin-top: 25px;
    }
}


/*业务中心- 列表 end*/


/*侧边栏*/

.bridge_cont .bridge_fixed[data-v-828dfd68] {
    z-index: 999999999999;
    position: fixed;
    right: 0;
    top: 0;
    width: 38px;
    height: 100vh;
    background: #fff;
    border-right: 1px solid #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
    box-shadow: -3px 0 6px #f2f2f2;
    transition: right .3s ease-in-out 0s!important
}

.bridge_cont .bridge_fixed>ul>a[data-v-828dfd68] {
    display: block
}

.bridge_cont .bridge_fixed>ul>a>li[data-v-828dfd68] {
    padding: 20px 0;
    text-align: center
}

.bridge_cont .bridge_fixed>ul>a>li>img[data-v-828dfd68] {
    margin: 0 auto;
    display: block
}

.bridge_cont .bridge_fixed>ul>a>li>span[data-v-828dfd68] {
    display: inline-block;
    font-size: 12px;
    color: #999;
    width: 15px;
    margin-top: 5px
}


/*侧边栏 end*/


/*房源详情*/

.sliderindex123 {
    width: 50% !important;
}

.sliderindex {
    width: 67%;
    margin-top: 29px;
    float: left;
}

.sliderindexbj {
    background: #F4F4F4;
}

#Position1 {
    float: none;
    padding-top: 42px;
}

.sliderindex .slider-for img {
    width: 858px;
}

.sliderindex .slick-next {
    width: 25px;
    height: 60px;
    border-radius: 5px;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.slider-navdiv {
    margin-left: 10px;
    position: relative;
}

.slider-navdiv.slick-current .imgbox {
    border: 2px solid #D5BC79;
    padding-top: 111px;
}

.sliderindex .slider-nav .slick-list {
    margin-left: -10px;
}

.sliderindex .slider-nav {
    padding: 0 35px;
    margin-top: 19px;
}

.sliderindex .slider-nav .imgbox {
    padding-top: 115px;
}

.sliderindex .slick-prev {
    width: 25px;
    height: 60px;
    border-radius: 5px;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.slick-arrow:hover {
    background: #CDAF60;
}

.slidertext {
    float: right;
    width: 46.3%;
}

.sliderindextop {
    overflow: hidden;
    padding-bottom: 3%;
}

.sliderindextop .imgbox {
    padding-top: 400px;
}

.sliderindextop.loupan .slider-for .imgbox {
    padding-top: 520px;
}

.sliderindextop.loupan .sliderindex .slider-nav .imgbox {
    padding-top: 115px;
}

.sliderindextop.loupan .sliderindex .slider-nav.slick-current .imgbox {
    padding-top: 111px;
}

.slidertext li:nth-child(1) {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 35px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 25px;
}

.slidertext .price {
    line-height: 70px;
}

.slidertextli2 {
    overflow: hidden;
    padding: 10px 0 29px 10px;
    border-bottom: 1px solid #E5E5E5;
}

.slidertextli2 P span:nth-child(1) {
    font-size: 40px;
    font-weight: bold;
    color: #CDAF60;
}

.slidertextli2 div {
    float: left;
    width: 33.333%;
}

.slidertextli2 div p:nth-child(1) {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.slidertextli2 div p:nth-child(2) {
    color: #999999;
    font-size: 16px;
}

.slidertextli3 {
    padding: 23px 0;
    border-bottom: 1px solid #E5E5E5;
}

.slidertextli4 .slidertextli4div {
    display: flex;
    align-items: center;
    margin-top: 26px;
}

.slidertextli4 .slidertextli4div img {
    margin-right: 10px;
}

.slidertextli4div1 {
    margin-left: 20px;
}

.slidertextli4div1 p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.slidertextli4div1 p:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
    color: #CDAF60;
}

.generalsituationbj {
    overflow: hidden;
}


/*概况*/

.generalsituation {
    overflow: hidden;
    border: 1px solid #9999992a;
    padding: 38px 0 28px;
}

.generalsituation li {
    float: left;
    padding: 0 0 0 6%;
    width: 33.333%;
    line-height: 30px;
}

.generalsituation li p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    position: relative;
    padding-left: 100px;
    min-height: 30px;
}

.generalsituation li p span {
    font-size: 16px;
    color: #9a9a9a;
    position: absolute;
    left: 0;
    top: 0;
}

.describe .describediv2 p {
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    margin-top: 20px;
}

.describediv2 {
    margin-top: 30px;
}


/*配套*/

.mating li {
    height: 30px;
    float: left;
    width: 12%;
    margin-top: 30px;
}

.mating li img {
    vertical-align: middle;
}

.mating .noton {
    text-decoration: line-through;
}


/*图片*/

.picindex {
    overflow: hidden;
    margin-left: -3%;
}

.picindex li {
    float: left;
    width: 50%;
    padding: 0 0 3% 3%;
}

.picindex .imgbox {
    padding-top: 62%;
}


/*位置*/

#dituContent {
    margin-top: 30px;
    height: 450px;
}

@media ( max-width:1366px) {
    .picindex img {
        width: 600px;
    }
}

@media ( max-width:1024px) {
    #dituContent {
        width: auto;
        float: none;
        height: 400px;
    }
    .slidertext li:nth-child(1) {
        font-size: 18px;
        line-height: 28px;
    }
    .slidertextli2 P span:nth-child(1) {
        font-size: 30px;
    }
}

@media ( max-width:768px) {
    #dituContent {
        height: 220px;
    }
}

.mapbj {
    margin-bottom: 50px;
}


/*为你推荐*/

.Recommendtoyoubj {
    background: #F4F4F4;
    overflow: hidden;
}

.Recommendtoyou ul {
    margin-left: -2%;
}

.Recommendtoyou li {
    float: left;
    width: 25%;
    padding: 0 0 3% 2%;
}

.Recommendtoyou .imgbox {
    padding-top: 62%;
}

.Recommendtoyoup1 {
    margin-top: 21px;
    font-size: 16px;
    height: 42px;line-height: 21px;
    overflow: hidden;
    color: #000;
    /* display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    width: 100%; */
}

.Recommendtoyoup2 {
    font-size: 14px;
    color: #999999;
    line-height: 34px;
}

.Recommendtoyoup2 span {
    font-size: 24px;
    color: #CDAF60;
    font-weight: bold;
}

@media(max-width:1024px) {
    .generalsituation {
        padding: 12px 0 10px;
    }
    .generalsituation li {
        padding-left: 3%;
    }
    .mating li {
        width: 16.666%;
    }
}

@media ( max-width:768px) {
    .bridge_cont .bridge_fixed[data-v-828dfd68] {
        display: none;
    }
    #Position1 {
        margin-top: -20px;
    }
    .sliderindex {
        margin-top: 10px;
        width: auto !important;
        float: none;
    }
    .sliderindextop .imgbox,
    .sliderindextop.loupan .slider-for .imgbox {
        padding-top: 65%;
    }
    .sliderindex .slider-nav .imgbox,
    .sliderindextop.loupan .sliderindex .slider-nav .imgbox {
        padding-top: 65%;
    }
    .sliderindex .slider-nav p {
        font-size: 12px;
    }
    .slidertext {
        width: auto;
        float: none;
    }
    .slidertext li:nth-child(1) {
        margin-top: 12px;
        padding-bottom: 12px;
    }
    .slidertextli2 div p:nth-child(2) {
        font-size: 14px;
    }
    .slidertextli2 {
        padding-bottom: 10px;
    }
    .generalsituation li {
        width: 50%;
    }
    .mating li {
        width: 20%;
    }
    .Recommendtoyoup1{font-size: 12px;line-height: 18px;height: 36px;margin-top: 9px;}
    .Recommendtoyoup2{font-size: 12px;}
    .Recommendtoyoup2 span{font-size: 16px;}

}

@media ( max-width:580px) {
    .generalsituation li {
        width: auto;
        float: none;
    }
    .mating li {
        width: 33.333%;
    }
}


/*房源详情 end*/


/*业务中心-列表*/

.introduce {
    margin-top: 25px;
}

.introduce p {
    font-size: 16px;
    color: #A1A1A1;
}

.introduce .introducediv1 {
    float: left;
    width: 25%;
    text-align: center;
    background: #F8F8F8;
    padding: 40px 0 40px 0;
}

.introducediv2 {
    border-right: 1px solid #E2E2E2;
    height: 55px;
}

.introducediv3 {
    border: none;
}

.introducediv2 p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: #CDAF60;
}

.slidertext1 {
    float: left;
    width: 31%;
    padding: 65px 20px 50px 20px;
    background: #fff;
    margin: 2.4% 0 4% 2%;
    text-align: center;
    height: 654px;
    position: relative;
}

.slidertext1 .imgbox {
    padding-top: 210px;
}

.slidertext1 p {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin: 11px 0 29px;
    color: #333333;
    font-size: 16px;
}

.slidertext1 .slick-prev {
    background: url(../images/ico/left2.png)center center no-repeat;
    position: absolute;
    left: 50%;
    transform: rotate(89deg);
    top: -30px;
    margin-left: -25px;
}

.slidertext1 .slick-next {
    background: url(../images/ico/left2.png)center center no-repeat;
    position: absolute;
    left: 50%;
    transform: rotate(-91deg);
    margin-left: -25px;
    bottom: -22px;
    top: auto;
}

.sliderindex .slider-nav {
    cursor: pointer;
}

.sliderindex .slider-nav p {
    background: rgba(0, 0, 0, 0.342);
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px;
    color: #fff;
}

.sliderindex .slider-nav p:hover {
    color: #cdaf60;
}

.slider-navdiv.slick-current p {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    background: rgba(204, 175, 95, 0.7);
}

.slidertext1 .slick-next:before {
    display: none;
}

@media ( max-width:768px) {
    .slidertext1 {
        float: none;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    .introducediv2 p:nth-child(1) {
        font-size: 13px;
    }
    .introduce p {
        font-size: 12px;
    }
    .slidertext1 .imgbox {
        padding-top: 50%;
    }
    .slidertext1 p {
        margin: 10px 0;
    }
}


/*底部*/

.Footerindex p {
    color: #fff;
}

.Footerbj {
    background: #020929;
    overflow: hidden;
}

.Footerindex1 {
    float: left;
    overflow: hidden;
}

.Footerindex1 p:nth-child(1) {
    font-size: 15.39px;
    margin-top: 46px;
}

.Footerindex1 p:nth-child(2) {
    font-size: 33.17px;
    margin-top: 20px;
}

.Footerindex1 p:nth-child(3) {
    font-size: 16px;
    height: 20px;
    margin-top: 35px;
}

.Footerindex1 p:nth-child(4) {
    font-size: 16px;
    height: 20px;
    margin-top: 25px;
    margin-bottom: 70px;
}

.Footerindex1 p:nth-child(3) img {
    vertical-align: middle;
}

.Footerindex1 p:nth-child(4) img {
    vertical-align: middle;
}

.Footerindex3 {
    font-size: 15.39px;
    border-bottom: 1px solid #5e62775c;
    overflow: hidden;
    width: 500px;
    padding-top: 38px;
}

.Footerindex3 p {
    float: left;
    line-height: 28px;
}

.Footerindex3 p:nth-child(2) {
    padding-left: 30%;
}

.Footerindex2 {
    margin-left: 28%;
    overflow: hidden;
    padding-bottom: 3%;
}

.Footerindex4 {
    overflow: hidden;
    width: 56%;
}

.Footerindex4 ul {
    float: left;
}

.Footerindex4 ul:nth-child(1) li {
    border-bottom: 1px solid #51556B;
    line-height: 50px;
}

.Footerindex4 ul:nth-child(2) li {
    border-bottom: 1px solid #51556B;
    margin-left: 59px;
    line-height: 50px;
}

.Footerindex4 ul:nth-child(3) li {
    margin-left: 46px;
    line-height: 50px;
    border-bottom: 1px solid #51556B;
}

.Footerindex4 a {
    color: #fff;
    font-size: 15.39px;
}

.QRcode div {
    float: left;
    text-align: center;
    margin-left: 3%;
}

.QRcode {
    margin: -18% 0 0 63%;
    overflow: hidden;
}

.QRcode div p {
    margin-top: 5%;
}

.QRcode img {
    width: 120px;
    height: 120px;
}

.Footerindexend {
    width: 100%;
    overflow: hidden;
    border-top: 1px dashed #ffffff38;
}

.Footerindexend p {
    float: left;
    font-size: 16px;
    color: #95979E;
    margin: 38px 0 45px 0;
}

.Footerindexend div {
    float: right;
    margin: 0 45px 0 0;
}

.Footerindexend div img {
    margin: 37px 0 0 39px;
    width: 30px;
    height: 30px;
}

.Footerindex5 {
    font-size: 34px;
    font-family: "微软雅黑";
    margin: 40px 0 0 0;
}

@media( max-width:1366px) {
    .Footerindex3 p:nth-child(2) {
        padding-left: 37%;
    }
    .QRcode {
        margin-left: 61%;
    }
    .Footerindex2 {
        margin: 0;
        padding-left: 10%;
    }
    .Footerindex3 {
        padding: 0;
        margin-top: 3%;
    }
    .Footerindex4 ul:nth-child(3) li {
        margin-left: 70px;
    }
    .Footerindex4 ul:nth-child(2) li {
        margin-left: 70px;
    }
    .QRcode {
        margin-left: 62%;
    }
    .Footerindex1 p:nth-child(4) {
        margin-bottom: 30px;
    }
    .Footerindex1 p:nth-child(1) {
        margin-top: 20px;
    }
}

@media( max-width:768px) {
    .Footerindex1 p:nth-child(3) {
        margin-top: 20px;
    }
    .Footerindex1 p:nth-child(2) {
        font-size: 18px;
    }
    .Footerindex5 {
        font-size: 20px;
        margin-top: 20px;
    }
    .Footerindexend div {
        float: none;
        text-align: center;
    }
    .Footerindexend p {
        text-align: center;
    }
    .QRcode div {
        margin-left: 4%;
    }
    .QRcode {
        margin: 0;
        padding: 20px 0 20px 40px;
    }
    .Footerindex3 p:nth-child(2) {
        margin-left: 7%;
    }
    .Footerindex4 {
        width: 100%;
    }
    .Footerindex2 {
        padding: 0;
        margin: 0;
    }
    .Footerindex1 {
        float: none;
    }
    .Footerindexend p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .Footerindexend div img {
        vertical-align: middle;
        height: 20px;
        margin-left: 0px;
        width: 20px;
    }
}


/*新闻列表*/

.NewsList {
    padding: 60px 0 60px 0;
}

.NewsList li {
    margin-bottom: 3%;
}

.NewsList li .imgbox {
    width: 30.76%;
    float: left;
    padding-top: 215px;
}

.NewsList li .con {
    width: 62%;
    float: right;
    margin-right: 3.84%;
    position: relative;
    padding: 28px 0px 55px;
    border-bottom: 1px solid #e5e5e5;
}

.NewsList li .con .other {
    width: 140px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.NewsList li .con .other .date,
.NewsList li .con .other .more {
    float: left;
    width: 68px;
    height: 68px;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.NewsList li .con .other .date span {
    display: block;
    padding-top: 12px;
    line-height: 32px;
    font-size: 32px;
    color: #666666;
}

.NewsList li .con .other .date em {
    display: block;
    line-height: 17px;
    color: #999999;
    font-size: 12px;
}

.NewsList li .con .other .more {
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0;
    background-image: url(../images/more3.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.NewsList li .con .title {
    display: block;
    padding-right: 150px;
    font-size: 20px;
    color: #222222;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.NewsList li .con .info {
    margin: 40px 0px 0px;
    font-size: 16px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #888888;
}

.NewsList li:hover .con .title {
    color: #D0B46A;
}

.NewsList li:hover .con .other .more {
    background-color: #D0B46A;
    border: 1px solid #D0B46A;
    background-image: url(../images/more4.png);
}

@media ( max-width:1024px) {
    .NewsList li .con {
        padding: 15px 0px;
        margin-right: 0;
        width: 66%;
    }
    .NewsList li .con .title {
        font-size: 16px;
    }
}

@media ( max-width:768px) {
    .NewsList {
        padding: 0 0 0 0;
    }
    .NewsList li .con .info {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
    .NewsList li .con .other {
        width: 57px;
    }
    .NewsList li .con .other .date {
        height: 45px;
        width: 55px;
    }
    .NewsList li .con .other .date span {
        padding-top: 5px;
        font-size: 20px;
        line-height: 20px;
    }
    .NewsList li .con .other .more {
        display: none;
    }
    .NewsList li .con .title {
        padding-right: 65px;
    }
    .NewsList li .con .info {
        margin-top: 5%;
    }
}

@media ( max-width:480px) {
    .NewsList li .Scale-img,
    .NewsList li .con {
        width: 100%;
        float: none;
    }
    .NewsList li .con {
        margin-top: 15px;
    }
}


/*弹窗*/

#newBridge ins {
    display: block;
    text-decoration: none
}

#newBridge .custom-select-main {
    position: relative;
    color: #000;
    font-size: 12px
}

#newBridge .custom-select-main .custom-select-title {
    height: 30px;
    line-height: 30px;
    border: 1px solid #d5d5d5;
    background: url(../../common/esuix/css/img/esui-combo-arrow.png) no-repeat right -2px #ffffff;
    cursor: pointer;
    color: #8a8c8d
}

#newBridge .custom-select-main .custom-select-title .custom-select-title-content {
    color: #8a8c8d;
    height: 30px;
    line-height: 30px;
    background: url(../../common/esuix/css/img/custom-select.png) no-repeat 9px center;
    padding: 0 20px 0 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    overflow: hidden
}

#newBridge .custom-select-body {
    position: absolute;
    left: 0;
    top: 31px;
    width: 100%;
    line-height: 30px;
    border: 1px solid #d5d5d5;
    background: #fff;
    font-family: 'Microsoft YaHei';
    display: none
}

#newBridge .custom-select-body .custom-select-body-content {
    padding: 0 5px 0 10px
}

#newBridge .custom-select-body .custom-select-body-list {
    padding-right: 5px;
    max-height: 180px;
    overflow: auto
}

#newBridge .custom-select-body .custom-select-body-list .custom-select-list-item {
    color: #8a8c8d;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #d5d5d5;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#newBridge .custom-select-body .custom-select-body-list .custom-select-list-item:hover {
    color: #000
}

.headersectiontop label,
textarea,
.ctrl_wrap {
    border: 1px solid #d9d9d9;
    z-index: 1
}

.headersectiontop label {
    display: inline;
    float: left;
    padding: 0;
    color: #858585;
    min-width: 30px;
    min-height: 30px;
    height: 30px;
    width: auto !important;
    width: 30px;
    white-space: nowrap;
    _margin-right: -3px;
    text-align: center;
    border-right: 0
}

.headersectiontop textarea {
    width: 100%;
    height: 70px;
    *width: 292px;
    _width: 292px;
    margin-left: 0;
    padding: 3px;
    resize: none;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.mobile {
    width: auto;
    margin: 0 15px
}

.container-aff .header {
    background: #fff
}

.container-aff .header h1 {
    color: #333
}

.header {
    width: 360px;
    margin: 0 auto;
    height: 40px;
    margin-top: 40px;
    background: #00AEF3
}

.header h1 {
    display: block;
    height: 40px;
    margin: 0;
    padding-left: 10px;
    font: 16px 'Microsoft YaHei', 'SimHei', 'LiHei Pro Medium';
    line-height: 40px;
    color: #fff
}

.section {
    width: 360px;
    margin: 0 auto;
    background-color: #EDEDED;
    padding-bottom: 25px;
    overflow: hidden
}

.section .brand {
    height: 12px;
    margin-top: 25px;
    background: url(img/brand.png) no-repeat center
}

.vcode-body .mod-vcode-content {
    padding: 40px 16px
}

.vcode-body .bluelink {
    display: none !important
}

.vcode-body .vcode-slide-footer {
    display: none !important
}

.vcode-body .vcode-slide-feedback {
    display: none !important
}

#mess-form .item-container {
    position: relative;
    margin: 0 30px 6px;
    *zoom: 1;
    overflow: visible
}

#mess-form .item-container .error_tips {
    position: absolute;
    left: 0;
    color: #f00;
    line-height: 22px
}

#mess-form .item-container-err {
    margin-bottom: 20px;
    border: 1px solid #f00
}

#mess-form .textarea-container {
    height: 70px;
    _margin-left: 15px;
    *margin-left: 15px
}

#mess-form input {
    width: 100%;
    height: 18px;
    _margin-right: -100%;
    padding: 0 3px;
    line-height: 18px;
    border-width: 0;
    z-index: 1
}

#mess-form #verifyCode-wrapper {
    box-sizing: border-box;
    margin: 0 30px 6px;
    border: none !important;
    overflow: hidden
}

#mess-form #verifyCode-wrapper .error_tips {
    clear: both;
    color: #f00
}

#mess-form #verifyCode-wrapper input {
    height: 32px;
    box-sizing: border-box;
    width: 120px;
    border: 1px solid #d5d5d5;
    float: left;
    text-align: center
}

#mess-form #verifyCode-wrapper #verifyCode-img {
    width: 90px;
    height: 32px;
    float: left;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 32px
}

#mess-form .item-container-err #verifyCode {
    border: 1px solid #f00 !important
}

#submit-result-iframe {
    display: none;
    width: 100%;
    height: 400px;
    border: none
}

#name {
    background: #fff url(../images/user.png) no-repeat center
}

#phone {
    background: #fff url(../images/phone.png) no-repeat center
}

#location {
    background: #fff url(../images/location.png) no-repeat center
}

#mail {
    background: #fff url(../images/mail.png) no-repeat center
}

.custom-input-item {
    background: #fff url(../images/custom-input.png) no-repeat center
}

.ctrl_wrap {
    border-left-width: 0;
    background: #fff;
    height: 30px;
    overflow: hidden;
    z-index: 1
}

.sel_wrap {
    position: relative;
    height: 20px;
    overflow: hidden;
    margin-top: 4px;
    *margin-right: -3px;
    _margin-top: 5px;
    _height: 18px;
    _zoom: 1
}

.ipt_wrap {
    margin-top: 6px;
    z-index: 1
}

.ipt_wrap input {
    z-index: 1
}

.container-aff .need_code,
.container-aff .mess_send {
    background: #EF1F1F;
    color: #fff
}

.need_code,
.mess_send {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 24px;
    cursor: pointer;
    font-family: 'Microsoft YaHei', 'SimHei', 'LiHei Pro Medium';
    text-align: center;
    color: #fff;
    margin-left: 30px;
    margin-top: 12px;
    border: 0;
    background: #00aef3;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.mess-placeholder {
    color: #8a8c8d
}

.welcome {
    font: 15px 'Microsoft YaHei', 'SimHei', 'LiHei Pro Medium';
    padding: 10px 0 0 25px;
    color: #666666
}

.company_info {
    height: 60px
}

.company_info .company_name {
    font: 15px 'Microsoft YaHei', 'SimHei', 'LiHei Pro Medium';
    padding: 10px 0 0 25px;
    color: #666666
}

.company_info .company_phone_no {
    font: 12px 'Microsoft YaHei', 'SimHei', 'LiHei Pro Medium';
    padding-left: 25px;
    color: #999999
}

hr.split {
    height: 1px;
    margin: 0;
    border: 0;
    background-color: #D5D5D5
}

@media all and (max-device-width:700px) {
    .section,
    .header {
        width: auto;
        margin: 0 15px
    }
}

#mess-form {
    margin-top: 20px
}

#origin {
    display: none
}

.headersectiontop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    display: none;
}

.headersectiontop .headersection {
    width: 95%;
    max-width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
}

.guanbi {
    position: absolute;
    margin: -48% 0 0 70%;
}

.w1340 .Pages {
    padding: 50px 0 50px 0;
}

.Locationimg {
    position: absolute;
    margin: 49px 0 0 -90px;
}

.NetWorkInfo5 {
    background-size: cover;
    overflow: hidden;
    margin: 130px 0 0 39%;
}

.NetWorkInfo5 .HomeTit h2 {
    color: #fff;
}

.NetWorkInfo5 .Nav {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 0 0 10px;
    text-align: left;
}

.NetWorkInfo5 .Nav .item {
    margin-bottom: 22px;
    cursor: pointer;
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
    color: #CDAF60;
    background: url(../images/椭圆\ 4\ 拷贝\ 7-1.png) center center no-repeat;
    background-position: 88% 62%;
    font-size: 26px;
    font-family: "Anton";
}

.NetWorkInfo5 .Nav .item.slick-current {
    color: #F52607;
    background: url(../images/椭圆\ 4\ 拷贝\ 7.png) center center no-repeat;
    background-position: 88% 62%;
    font-size: 26px;
    font-family: "Anton";
}

.NetWorkInfo5 .Con-for {
    width: 80%;
    float: right;
    border-radius: 18px;
    height: 509px;
    color: #fff;
    position: relative;
    left: -47px;
    top: 11px;
}

.NetWorkInfo5 .Nav .item:nth-child(2) {
    margin-top: 221px;
    font-size: 26px;
    font-family: "Anton";
}

@media(max-width:1024px) {
    .w1340 .Pages {
        padding: 20px 0 20px 0;
    }
    .NetWorkInfo5 .Nav {
        width: auto;
        float: none;
        margin-bottom: 15px;
        border-right: 0;
    }
    .NetWorkInfo5 .slick-prev {
        left: -8px;
    }
    .NetWorkInfo5 .slick-next {
        right: -8px;
    }
    .NetWorkInfo5 .Nav .item {
        margin-bottom: 0;
        font-size: 16px;
    }
    .Locationimg {
        margin: 18px 0 0 -68px;
    }
}

.NetWorkInfo5img {
    height: 590px;
    position: absolute;
    margin: -369% 58%;
}

.NetWorkInfo5 .Con-for ul li:nth-child(2) {
    margin-top: 80px;
}

.NetWorkInfo5 .Nav .item:nth-child(3) {
    margin-top: 136px;
    font-size: 26px;
    font-family: "Anton";
}

.NetWorkInfo5 .Con-for ul li:nth-child(3) {
    margin-top: 85px;
}

.NetWorkInfo5 .slick-list {
    height: 100% !important;
}

@media(max-width:1366px) {
    .NetWorkInfo5img {
        height: 590px;
        position: absolute;
        margin: -346% 60%;
    }
    .NetWorkInfo5 .Con-for ul li:nth-child(2) {
        margin-top: 113px;
    }
}

.w1280 {
    margin: 0 auto;
}

@media(max-width:640px) {
    .NetWorkInfo5 .Nav {
        display: none;
    }
    .NetWorkInfo5 {
        margin: 0 auto;
    }
    .developmenthistory {
        padding: 0;
    }
    .Locationimg {
        position: absolute;
        margin: 17px 0 0 -70px;
    }
    .NetWorkInfo5 .Con-for ul li:nth-child(3) {
        margin-top: 20px;
    }
    .NetWorkInfo5 .Con-for ul li:nth-child(2) {
        margin-top: 20px;
    }
    .NetWorkInfo5 .Con-for {
        margin: 0 auto;
        left: 0;
        top: 0;
    }
}

#estate {
    margin-top: -70px;
}

.estate1 {
    margin-bottom: 100px;
}

.TextList002514 {
    padding: 3% 0;
}

.TextList002514 .list {
    border: 1px solid #e8e8e8;
    padding: 0 3%;
    margin-bottom: 15px;
}

.TextList002514 .job-title {
    line-height: 30px;
    padding: 15px 0;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.TextList002514 .job-title i {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #CDAF60;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-top: -11px;
}

.TextList002514 .job-title i::before,
.TextList002514 .job-title i::after {
    position: absolute;
    content: '';
    background: #fff;
}

.TextList002514 .job-title i::before {
    left: 20%;
    width: 60%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.TextList002514 .job-title i::after {
    left: 50%;
    margin-left: -1px;
    width: 2px;
    top: 20%;
    height: 60%;
}

.TextList002514 .job-title.select i::after {
    display: none;
}

.TextList002514 .job-title.select {
    color: #CDAF60;
}

.TextList002514 .job-main {
    display: none;
    padding: 22px 0;
    border-top: 1px dotted #e5e5e5;
}

.TextList002514 .job-email {
    color: #CDAF60;
    padding: 30px 0;
}

.Map002364 {
    padding: 4% 0;
}

.Map002364 .auto {
    max-width: 1400px;
}

.Map002364 dd {
    border: 10px solid #f6f6f6;
    margin-bottom: 2%;
    padding-left: 61%;
    background-color: #fff;
    position: relative;
}

.Map002364 dd:last-child {
    margin-bottom: 0;
}

.Map002364 .map {
    position: absolute !important;
    width: 60%;
    left: 0;
    height: 100%;
    top: 0;
}

.Map002364 dd figure {
    padding: 3%;
}

.Map002364 dd ul {
    padding-bottom: 3%;
}

.Map002364 dd li {
    line-height: 24px;
    padding: 30px 0;
    padding-left: 40px;
    border-bottom: 1px dashed #dbdbdb;
    background: url(../images/Map002364-icon_name.png) no-repeat center left;
    font-size: 16px;
    color: #767676;
}

.Map002364 dd li:nth-child(2) {
    background-image: url(../images/Map002364-icon_add.png);
}

.Map002364 dd li:nth-child(3) {
    background-image: url(../images/Map002364-icon_tel.png);
}

.Map002364 dd li:nth-child(4) {
    background-image: url(../images/Map002364-icon_fax.png);
}


/*所有门店*/

.shopList {
    padding-bottom: 2%;
}

.shopList ul {
    width: 100%;
}

.shopList ul li {
    padding: 1% 2%;
    background: #fff;
    margin-bottom: 2%;
}

.shopList ul li p {
    font-size: 16px;
    color: #767676;
    line-height: 24px;
    padding: 14px 0;
    padding-left: 40px;
}

.shopList ul li p.sl_name {
    border-bottom: 1px dashed #dbdbdb;
    background: url(../images/Map002364-icon_name.png) no-repeat center left;
}

.shopList ul li p.sl_address {
    background: url(../images/Map002364-icon_add.png) no-repeat center left;
}

.Woyxp {
    width: 1000px;
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    padding: 50px 30px;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    top: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -50%);
    display: none;
    z-index: 100000;
}

.Woyxp .close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #999;
    border-radius: 50%;
    width: 32px;
    line-height: 32px;
    text-align: center;
}

.Woyxp .close .iconfont {
    color: #fff;
}

.Woyxp .WoyxpTit {
    text-align: center;
    margin-bottom: 30px;
}

.Woyxp .WoyxpTit h1 {
    font-size: 30px;
    color: #0056c1;
}

.Woyxp .WoyxpTit b {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #0056c1;
    margin: 20px auto;
}

.Woyxp .WoyxpTit .dec {
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

.Woyxp .WoyxpBox {
    padding: 0 30px;
}

.Woyxp .WoyxpBox h1 {
    font-size: 18px;
    color: #333;
    padding-bottom: 5px;
    border-bottom: 2px solid #0056c1;
    display: inline-block;
    margin-bottom: 30px;
}

.Woyxp .WoyxpBox .inputList {
    margin-bottom: 10px;
    padding-left: 100px;
    position: relative;
    height: 40px;
    line-height: 40px;
}

.Woyxp .WoyxpBox .inputList span {
    position: absolute;
    width: 100px;
    top: 0;
    height: 100%;
    left: 0;
}

.Woyxp .WoyxpBox .inputList input {
    height: 100%;
    width: 100%;
    background: #f5f5f5;
    padding: 0 0 0 10px;
}

.Woyxp .WoyxpBox .textarea {
    padding-left: 100px;
    position: relative;
    line-height: 40px;
}

.Woyxp .WoyxpBox .textarea span {
    width: 100px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

.Woyxp .WoyxpBox .textarea textarea {
    width: 100%;
    height: 100px;
    background: #f5f5f5;
    border: 0;
    padding: 10px;
}

.Woyxp .WoyxpBox .formBtn {
    margin-top: 30px;
    text-align: center;
}

.Woyxp .WoyxpBox .formBtn button {
    height: 40px;
    border-radius: 10px;
    background-color: #0056c1;
    /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #0056c1, #0273ff);
    color: #fff;
    font-size: 16px;
    width: 200px;
}

@media(max-width:1300px) {
    .Woyxp {
        width: 90%;
    }
}

@media(max-width:992px) {
    .Woyxp {
        padding: 20px;
    }
    .Woyxp .WoyxpBox {
        padding: 0;
    }
    .Woyxp .WoyxpTit h1 {
        font-size: 20px;
    }
    .Woyxp .WoyxpTit b {
        margin: 10px 0;
    }
    .Woyxp .WoyxpTit .dec {
        font-size: 14px;
        line-height: 25px;
    }
    .Woyxp .WoyxpBox .inputList span {
        width: 70px;
    }
    .Woyxp .WoyxpBox .inputList {
        padding-left: 70px;
        height: 35px;
        line-height: 35px;
    }
    .Woyxp .WoyxpBox .textarea {
        padding-left: 70px;
    }
    .Woyxp .WoyxpBox .textarea span {
        width: 70px;
    }
    .Woyxp .WoyxpBox .textarea textarea {
        height: 80px;
    }
    .Woyxp .WoyxpBox .formBtn {
        margin-top: 20px;
    }
}

@media(max-width:768px) {
    .TextList002514 .job-title {
        padding: 8px 0;
        line-height: 24px;
    }
    .TextList002514 .job-email {
        padding: 15px 0 0;
    }
    .Map002364 .map {
        position: absolute !important;
        width: 60%;
        left: 0;
        height: 100%;
        top: 0;
    }
    .Map002364 dd {
        padding: 3%;
    }
    .Map002364 .map {
        height: 300px;
        position: relative !important;
        width: auto;
        float: none;
    }
    .Map002364 dd figure {
        padding: 0;
    }
    .shopList ul {
        width: 100%;
        border: 10px solid #f6f6f6;
    }
}

@media(max-width:480px) {
    .Map002364 dd figure h1 {
        font-size: 20px;
    }
    .Map002364 dd li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


/* 公司高管 */

.Leader {
    margin-left: -1%;
}

.Leader .item {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    padding-left: 190px;
    position: relative;
    width: 49%;
    margin-left: 1%;
    float: left;
}

.Leader .item .img {
    width: 150px;
    padding-top: 200px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.Leader .item .img span {
    background-size: contain;
}

.Leader .item .txt {}

.Leader .item .txt h1 {
    font-size: 18px;
}

.Leader .item .txt p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    height: 66px;
    margin-top: 10px;
    height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
}

.Leader .item .txt .con {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #c6c6c6;
}

.Leader .item .txt .con ul::after {
    content: '';
    display: block;
    clear: both;
}

.Leader .item .txt .con ul li {
    float: left;
    width: 30%;
    font-size: 14px;
    color: #333;
}

.Leader .item .txt .con ul li:first-child {
    width: 40%;
}

.Leader .item .txt .con ul li span {
    color: #999;
}

.Leader .item .txt .con ul li span img {
    position: relative;
    margin-right: 5px;
    top: -2px;
}

@media(max-width:1024px) {
    .Leader .item .txt .con ul li {
        width: 100%;
        line-height: 35px;
    }
    .Leader .item .txt .con ul li:first-child {
        width: 100%;
    }
}

@media(max-width:768px) {
    .Leader .item {
        padding: 5px;
        padding-left: 110px;
        float: none;
        width: 100%;
    }
    .Leader .item .img {
        width: 90px;
        left: 10px;
        top: 10px;
        padding-top: 120px;
    }
    .Leader .item .txt {
        padding: 5px 10px;
    }
    .Leader .item .txt p {
        height: auto;
        overflow-y: auto;
        height: 86px;
        overflow-x: hidden;
    }
    .Leader .item .txt .con {
        padding-top: 10px;
        line-height: 30px;
    }
    .Leader .item .txt .con ul li {
        line-height: 30px;
    }
    .Leader .item .txt h1 {
        font-size: 16px;
    }
}

#contain{overflow: hidden !important;}
#contain.box-b{overflow: hidden;}
#contain.box-b .businesslistdiv .Bbox_wrap.Bbox_fix{position: absolute;bottom: 300px;}

.CheckMore{text-align: center;background:#CDAF60;color:#fff;width:150px;margin:20px auto 0;border-radius:8px;padding:5px 0;cursor: pointer;}

@media(max-width:1024px){
    #contain.box-b .businesslistdiv .Bbox_wrap.Bbox_fix{position:static;}
}



/* 20220128 */
.HolidayNotice{position: fixed;width:100%;height:100%;background:rgba(0,0,0,0.5);top:0;left:0;z-index:99999;}
.HolidayNotice .Close{width:45px;height:45px;text-align: center;line-height: 45px;background:rgba(0,0,0,0.5);position: absolute;right:20px;top:20px;border-radius: 50%;}
.HolidayNotice .Close img{vertical-align: middle;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.HolidayNotice .HolidayNoticeBox{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);max-width:1000px;width:90%;}

@media(max-width:768px){
    .HolidayNotice .Close{width:35px;height:35px;line-height: 35px;right:5px;top:5px;}
    .HolidayNotice .Close img{width:22px;}
}





















