﻿html,
body {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, "microsoft yahei", "宋体", sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

em {
    font-style: normal;
}


/*html5设置*/

a {
    text-decoration: none;
    /* noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
    color: inherit;
}


/*img{display:block;}*/

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    /*color:#fff;*/
    cursor: pointer
}

img {
    border: none;
    border: 0;
    vertical-align: baseline;
}


/*强制去除表单自带的样式*/

select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #414446;
    font-family: arial, "microsoft yahei", sans-serif;
}

select::-ms-expand {
    display: none;
}

input:focus {
    outline: none;
}

input[type="search"],
input[type="button"],
button,
select,
textarea {
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

select::-ms-expand {
    display: none;
}

select,
button,
textarea,
input[type="text"],
input[type="password"],
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}


/*清楚浮动*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}


/*.w1200{width:100%;max-width:1200px;margin:auto;}
.w1001{width:100%;max-width:1200px;margin:auto;}*/

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}


/*当前位置*/

.currcontent {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    background-color: #f7f7f7;
}

.location {
    margin: 0 auto;
}

.location .current {
    float: left;
    color: #999999;
}

.location .current a {
    color: #999999;
    padding: 0 6px;
    cursor: pointer;
}

.location .current span {
    padding-left: 6px;
}

@media (max-width: 768px) {
    .current {
        padding-left: 10px;
    }
    .share {
        padding-right: 6px;
    }
}

@media screen and (min-width:1200px) {
    html {
        font-size: 50px;
    }
    .w1200,
    .w1001,
    .ambrylist,
    .BottomTop,
    .location,
    .prodisplay,
    .allprobox,
    .receivebox,
    .Bottom .bottomnav,
    .comul,
    .scene,
    .c-Box {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .w1200,
    .w1001,
    .ambrylist,
    .BottomTop,
    .location,
    .prodisplay,
    .allprobox,
    .receivebox,
    .Bottom .bottomnav,
    .comul.scene,
    .c-Box {
        width: 970px;
        margin-left: auto;
        margin-right: auto;
    }
    html {
        font-size: 30px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .w1200,
    .w1001,
    .ambrylist,
    .BottomTop,
    .location,
    .prodisplay,
    .allprobox,
    .receivebox,
    .Bottom .bottomnav,
    .comul.scene,
    .c-Box {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
    html {
        font-size: 30px;
    }
}


/*.swiper-container{width: 100%;height: 100%;margin-left: auto;margin-right: auto;}
.swiper-slide{width:100%;height:100%;text-align: center;font-size: 18px;background: #fff;position:relative;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}*/

.mod_box {
    width: 100%;
    height: 100%;
    position: relative;
}


/*页面框架结构*/

#bodyBgcolo {
    background: #fff;
}

.maincontent {
    width: 100%;
}

.navTop {
    width: 100%;
    height: 40px;
    /*background:url(images/header.png) right center no-repeat; background-color:#573b2d;*/
    background-size: auto 100%;
}

.sb-search {
    position: relative;
    margin-top: 10px;
    width: 0%;
    min-width: 60px;
    height: 60px;
    float: left;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 20px;
    color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
    color: #efb480;
}

.sb-search-input:-moz-placeholder {
    color: #efb480;
}

.sb-search-input::-moz-placeholder {
    color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
    color: #efb480;
}

.sb-icon-search,
.sb-search-submit {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #e67e22;
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    content: "\e000";
}

@media (max-width: 768px) {
    .swiper-container-vertical>.swiper-pagination-bullets {
        top: 55%;
    }
}


/*主页导航*/

.nav_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10;
    overflow: visibility;
}

.navindex {
    width: 100%;
}

.nav_box .nav {
    margin: 0 auto;
    position: relative;
}

.Indextop {
    width: 100%;
    background: #573b2d;
    height: 28px;
    line-height: 28px;
}

.Indextop .navtop {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.Indextop .navtop a {
    font-size: 12px;
    color: #e1dedd;
    display: inline-block;
}

.Indextop .navtop .custom {
    float: right;
}

.Indextop .navtop .custom .zhaoshang {
    background: url(../images/joinin.png) no-repeat 0px;
    padding-left: 20px;
    margin-right: 40px;
}

.Indextop .navtop .custom .dingzhi {
    background: url(../images/custom.png) no-repeat 0px;
    padding-left: 20px;
    margin-right: 40px;
}

.Indextop .navtop .loglink {
    float: right;
}

.Indextop .navtop .loglink em {
    color: #e1dedd;
    font-size: 16px;
    padding: 0 5px;
}

.Indextop .Search {
    width: 100%;
    display: none;
    position: relative;
}

.Indextop .searchBg {
    background: url(../images/searchIco.png) no-repeat right center;
    height: 16px;
    width: 16px;
    position: absolute;
    right: 30%;
    top: 23%;
    display: block;
    float: right;
    cursor: pointer;
}

.Indextop .Search input,
.Indextop .Search a {
    display: block;
}

.Indextop .Search input {
    width: 10%;
    background: #fff;
    padding: 0 10px;
    height: 22px;
    line-height: 20px;
    border: 1px solid #1a4f8a;
    position: absolute;
    left: 56.5%;
    top: 2px;
}

.Indextop .Search a {
    width: 30px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 70.5%;
    color: #fff;
}

.Indextop .Search a:hover {
    color: #fff;
}

.Indextop .searchBtn {
    width: 30px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 70%;
    color: #fff;
}

.nav_box .logo {
    float: left;
    height: 24px;
    padding: 24px 0;
}

.nav_box .logo img {
    width: 100%;
}

.nav_box ul {
    /*float:right;*/
    color: #fff;
    /*margin-right:2%;*/
    position: absolute;
    right: 0px;
}

.nav_box ul li h4 {
    display: block;
    float: left;
    padding: 24px 30px;
    cursor: pointer;
    line-height: 24px;
    position: relative;
    font-size: 14px;
    /*transition:all 0.8s;-webkit-transition:all 0.8s;-ms-transition:all 0.8s;-o-transition:all 0.8s;-moz-transition:all 0.8s;*/
}

.nav_box ul li h4 em {
    color: #fff;
}

.nav_box ul li h4 a em:hover,
.nav_box ul li h4 .hide_subnav a:hover {
    color: #f0d5aa;
}

.nav_box ul li h4 .hide_subnav {
    position: fixed;
    left: 0;
    top: 107px;
    background-color: rgba(0, 0, 0, .3);
    border-top: 1px solid #999;
    box-sizing: border-box;
    padding-right: 10%;
    width: 100%;
    line-height: 70px;
    color: #fff;
    display: -webkit-flex;
    flex-dirction: row;
    -webkit-flex-dirction: row;
    justify-content: flex-end;
    display: none;
}

.nav_box ul li h4 .hide_subnav a {
    display: block;
    padding: 0 12px;
}

.nav_box ul li h4 .hide_subnav a span {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 25px 10px;
    overflow: hidden;
}

.nav_box ul li h4 .hide_subnav a span img {
    display: block;
    width: 100%;
}

.nav_box ul li h4 .hide_subnav a:hover img {
    margin-top: -20px;
}

.nav_box ol {
    float: right;
    margin-right: 2%;
    color: #fff;
    padding: 20px 0;
}

.nav_box ol li {
    overflow: hidden;
}

.nav_box ol li a {
    display: block;
    float: left;
    padding: 0 10px;
    cursor: pointer;
    line-height: 24px;
    position: relative;
    font-size: 12px;
    font-weight: 100;
}

.nav_box ol li a:hover {
    color: #f0d5aa;
}

.nav_box ol li a:after {
    content: "";
    width: 1px;
    height: 40%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 30%;
}

.nav_box ol li a:last-child:after {
    content: normal;
}


/*隐藏导航*/


/*.nav_hide{position:fixed;right:3%;padding:14px 0;z-index:10;}*/

.nav_hide a {
    display: block;
    width: 80px;
    cursor: pointer;
    overflow: hidden;
}

.nav_hide a span {
    display: block;
    float: left;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #47271c;
}

.nav_hide a img {
    float: right;
    width: 30px;
}

@media (max-width: 768px) {
    .nav_box ul li h4 {
        padding: 24px 15px;
    }
    .nav_box .logo {
        padding-left: 10px;
    }
}

@media (max-width: 1024px) {
    .nav_box ul {
        margin-right: 2%;
    }
    .Indextop .navtop {
        width: 96%;
    }
}


/*主页导航结束*/


/*导航顶部*/

.header {
    width: 100%;
    background: #573b2d;
    height: 28px;
    line-height: 28px;
}

.header .navtop {
    margin: 0 auto;
}

.header .navtop a {
    font-size: 12px;
    color: #e1dedd;
    display: inline-block;
}

.header .navtop .custom {
    float: right;
}

.header .navtop .custom .zhaoshang {
    background: url(../images/joinin.png) no-repeat 0px;
    padding-left: 20px;
    margin-right: 40px;
}

.header .navtop .custom .dingzhi {
    background: url(../images/custom.png) no-repeat 0px;
    padding-left: 20px;
    margin-right: 40px;
}

.header .navtop .loglink,
.header .navtop .logged {
    float: right;
    color: #fff;
}

.header .navtop .logged a {
    padding: 0 5px;
}

.header .navtop .loglink .denglu {}

.header .navtop .loglink .denglu {}

.header .navtop .loglink em {
    color: #e1dedd;
    font-size: 16px;
    padding: 0 5px;
}

@media (max-width: 768px) {
    .header .navtop .loglink {
        margin-right: 12px;
    }
}


/*内容页导航*/

.mainnav {
    background: none;
    position: relative;
    margin: 0 auto;
}

.mainnav .logo {
    padding: 28px 0;
}

.mainnav ul {
    margin-right: 0px;
}

.mainnav ul li h4 {
    padding: 28px 20px;
    height: 23px;
}

.mainnav .nav {
    /*border-bottom: 1px solid #f3f2f2;*/
}

.mainnav ul li h4 a {
    display: block;
}

.mainnav ul li h4 em {
    color: #3c3c3c;
    font-size: 14px;
}

.mainnav ul li h4.onnav .a1 {
    border-bottom: 2px solid #573b2d;
    padding-bottom: 2px;
}

.mainnav ul li h4 .hide_subnav a {
    color: #fff;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .mainnav ul li h4 {
        padding: 28px 25px;
    }
    .mainnav .logo {
        width: 160px;
        padding-left: 10px;
    }
    .mainnav ul {
        margin-right: 10px;
    }
}


/*网站底部*/

@media only screen and (min-width: 1367px) {
    .Bottom .left dl a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1366px) {
    .Bottom .left dl a {
        font-size: 12px;
    }
}


/*网站底部*/

.footer {
    margin-top: 100px;
    width: 100%;
    background: #f7f7f7;
    line-height: 16px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.BottomTop {
    max-width: 1001px;
    width: 100%;
    margin: 0 auto;
}

.BottomTop ul {
    padding: 10px 10%;
}

.BottomTop ul li {
    float: left;
    width: 25%;
    border-right: 1px solid #757575;
    box-sizing: border-box;
    text-align: center;
}

.BottomTop ul li:nth-child(4) {
    border-right: none;
}

.BottomTop ul li a {
    font-size: 14px;
    color: #757575;
}

.Bottom {
    width: 100%;
    background: #fff;
    text-align: left;
}

.Bottom .bottomnav {
    max-width: 1001px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    position: relative;
    zoom: 1;
}

.Bottom .bottomnav:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.Bottom .left {
    float: left;
}

.Bottom .left dl {
    padding-top: 20px;
    float: left;
    padding-bottom: 20px;
    margin-right: 80px;
}

.Bottom .left dl a {
    white-space: nowrap;
}

.Bottom .left dl:nth-child(1),
.Bottom .left dl:nth-child(2),
.Bottom .left dl:nth-child(3) {
    width: 56px;
}

.Bottom .left dt,
.Bottom .left dd {
    padding-bottom: 10px;
}

.Bottom .left dt a {
    color: #000000;
    cursor: text;
}

.Bottom .left dd a {
    color: #7b7b7b;
    cursor: pointer;
}

.Bottom .left dd a:hover {
    color: #a01323;
}

.Bottom .right {
    float: right;
    margin-top: 20px;
    margin-top: 30px;
}

.Bottom .code {
    float: left;
    margin-right: 50px;
}

.Bottom .code a {
    cursor: pointer;
}

.Bottom .code_02 {
    float: left;
    position: relative;
}

.Bottom .code_02 img {
    cursor: pointer;
}

.Bottom .code_02 .webChatCode {
    padding: 10px;
    border: 1px solid #e5e5e5;
    position: absolute;
    right: 10px;
    top: -135px;
    background-color: #FFFFFF;
    display: none;
}

.Bottom .code_02:hover .webChatCode {
    display: block;
}

.Bottom .right p.text {
    text-align: center;
    color: #000000;
    font-size: 12px;
    padding-top: 5px;
}

.Bottom .fzlm_box {
    overflow: hidden;
    background-color: #573b2d;
    padding: 7px 0;
    color: #fff
}

.Bottom .copyright {
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
}

.fzlm_box .policeInfo {
    width: 200px;
    padding-left: 30px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: url(../images/index/ghs.png) left center no-repeat;
}

.Bottom .left .dl4 dd a {
    cursor: text;
}

.Bottom .left .dl4 dd a:hover {
    color: #7b7b7b;
}

.indexfoot {
    margin-top: 0px;
}


/*侧边栏*/

.slide_bar {
    width: 106px;
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -225px;
    z-index: 30;
}

.slide_bar img {
    display: block;
}

.slide_bar ul {
    width: 106px;
    cursor: pointer;
    position: relative;
}

.slide_bar .slide_bar_1 li:first-child {
    overflow: hidden;
}

.slide_bar ul {
    /*border-top:1px solid rgba(0,0,0,.6);*/
}

.slide_bar ul li img {
    display: block;
    width: 100%;
}

.slide_bar ul:first-child {
    border-top: none;
}

.slide_bar .slide_bar_1 li:first-child {
    overflow: hidden;
}

.slide_bar .slide_bar_3 {
    display: none;
}

.slide_bar .slide_bar_3 .hide_cot {
    width: 90px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 0;
    padding-right: 60px;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    display: none;
}

.slide_bar .slide_bar_1 .hide_cot {
    width: 90px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 0;
    padding-right: 60px;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.slide_bar .slide_bar_2 .hide_cot {
    background-color: rgba(0, 0, 0, .5);
    width: 120px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 100%;
}

.slide_bar .slide_bar_2 .hide_cot img {
    width: 100%;
}

.slide_bar .slide_bar_2 .hide_cot h5 {
    text-align: center;
    padding-top: 10px;
    color: #fff;
}

.slide_bar ul:hover .hide_cot {
    display: block;
}

.slide_bar ul li {
    position: relative;
}

.slide_bar ul li p {
    position: absolute;
    font-size: 12px;
    color: #fff;
    bottom: 12px;
    width: 100%;
    left: 0;
    text-align: center;
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    display: none;
}


/*关闭侧边栏*/

.close_slide {
    display: block;
    margin: 0 auto;
    width: 44px;
    padding: 0 16px;
    text-align: right;
    cursor: pointer;
    color: #573b2d;
    font-size: 12px;
    line-height: 30px;
    overflow: hidden;
    background: url(../images/index/close_slide.png) right center no-repeat;
    background-size: auto 36%;
}

.slide_left ul .close_slide2 {
    width: 70px;
    display: block;
    margin: 0 auto;
    padding: 0 16px;
    text-align: right;
    cursor: pointer;
    color: #573b2d;
    font-size: 12px;
    line-height: 30px;
    overflow: hidden;
    background: url(../images/index/close_slide.png) right center no-repeat;
    background-size: auto 36%;
}

.close_slide_box {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    width: 42px;
    margin-top: -65px;
    overflow: hidden;
    z-index: 10;
}

.close_slide_box a {
    cursor: pointer;
}

.close_slide_box img {
    display: block;
    width: 100%;
}

.close_slide_box2 {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    width: 42px;
    margin-top: -50px;
    overflow: hidden;
    z-index: 10;
}

.close_slide_box2 a {
    cursor: pointer;
}

.close_slide_box2 img {
    display: block;
    width: 100%;
}


/*侧边栏 结束*/


/*分享*/

.share {
    position: relative;
    cursor: pointer;
}

.share .share_box {
    position: absolute;
    z-index: 99;
    padding: 0 10px;
    border: 1px solid #adadad;
    top: 56px;
    background-color: #fff;
    display: none;
}

.share .share_box:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 10px;
    background: url(../images/share/share_top.png) center no-repeat;
    top: -10px;
    left: 50%;
    margin-left: -7px;
}

.share .share_box a {
    display: block;
    width: 34px;
    height: 34px;
    margin: 10px 0;
    cursor: pointer;
}


/*弹窗效果*/

#tc_box,
.tc {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99;
    display: none;
}


/*短信分享*/

.msn_box {
    width: 600px;
    overflow: hidden;
    background-color: white;
    margin: 15% auto;
    box-sizing: border-box;
    padding: 20px;
}

.msn_box .msn_name {
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.msn_box .msn_name input {
    display: inline-block;
    height: 30px;
    line-height: 1.5;
    width: 280px;
    margin-left: 10px;
    padding: 0 10px;
    font-size: 12px;
    font-family: Arial, "microsoft yahei", sans-serif;
    color: #646464;
    border: 1px solid #ddd;
}

.msn_box .msn_txt {
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #646464;
    resize: none;
    font-family: Arial, "microsoft yahei", sans-serif;
    color: #646464;
    background-color: #f7f7f7;
}

.msn_box .msn_txt a {
    text-decoration: underline;
    color: blue;
}

.msn_box .msn_btn {
    overflow: hidden;
    margin-top: 15px;
    width: 216px;
    margin-left: auto;
    margin-right: auto;
}

.msn_box .msn_btn button {
    display: block;
    float: left;
    height: 40px;
    line-height: 1;
    padding: 0 30px;
    background-color: #573b2d;
    color: #fff;
    font-size: 14px;
    font-family: Arial, "microsoft yahei", sans-serif;
    border: none;
    outline: medium;
    margin: 0 10px;
}

.msn_box .msn_btn button:first-child {
    background-color: #bbb;
}


/*分页*/

.Pages {
    padding: 10px;
    line-height: 18px;
    zoom: 1;
    overflow: hidden;
    text-align: center;
}

.Pages span {
    padding: 0px 3px;
    display: inline-block;
    color: #909090;
    position: relative;
}

.Pages a {
    display: inline-block;
    margin: 0px 5px;
}


/*.Pages .p_cur{ float:left;}*/

.Pages .p_cur b {
    color: #F00;
}


/*.Pages .p_count{ float:left;}*/

.Pages .p_count b {
    color: #909090;
}


/*.Pages .p_total { float:left;}*/

.Pages .p_total b {
    color: #F00;
}


/*.Pages .p_page{ float:right;}*/

.Pages .p_page em {
    font-style: normal;
    font-family: Arial;
}

.Pages .p_page em a {
    padding: 7px 12px;
    border: solid 1px #e1e1e1;
    /*background:#f1f1f1;*/
    border-radius: 5px;
    color: #9f9f9f;
}

.Pages .p_page em a.a_cur {
    color: #fff;
    border: solid 1px #573b2d;
    background: #573b2d;
}

.Pages .p_page b {
    font-weight: normal;
}

.Pages .i_text {
    width: 67px;
    height: 30px;
    padding: 0px;
    text-align: center;
    font-size: 12px;
    border: inset 1px #a19793;
    border-radius: 5px;
    background: #fff;
}

.Pages .i_button {
    width: 68px;
    height: 32px;
    cursor: pointer;
    border: none;
    background: url(../images/page_goto.png) no-repeat 100%;
    left: 10px;
    vertical-align: top;
}

.Pages .p_page .a_first {
    border: 1px solid #e5e5e5;
    padding: 4px 10px;
}

.Pages .p_page .a_prev {
    border: 1px solid #e5e5e5;
    padding: 4px 10px;
}

.Pages .p_page .a_next {
    border: 1px solid #e5e5e5;
    padding: 4px 10px;
}

.Pages .p_page .a_end {
    border: 1px solid #e5e5e5;
    padding: 4px 10px;
}


/*分页*/


/*微信分享*/

.webchat_tc {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.webchat_tc .webchat_box {
    width: 360px;
    position: absolute;
    background-color: #fff;
    left: 50%;
    margin-left: -180px;
    top: 50%;
    margin-top: -180px;
}

.webchat_tc .webchat_box .webchat_title {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #5b2002;
    position: relative;
    text-align: center;
}

.webchat_tc .webchat_box .webchat_title a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    font-weight: bold;
    top: 0;
    right: 0;
}

.webchat_tc .webchat_box .code_box {
    width: 230px;
    margin: auto;
}

.webchat_tc .webchat_box .code_box img {
    width: 100%;
}

.webchat_tc .webchat_box .webchat_txt {
    font-size: 14px;
    line-height: 25px;
    color: #646464;
    margin: 10px 30px;
}


/*副标题*/

.pictxt .sub_title {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    padding: 10px 0;
}


/*预约成功弹窗*/

.successTc {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.successTc .successBox {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    width: 530px;
    height: 460px;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -265px;
    overflow: visible;
}

.successTc .successBox .bg_top {
    width: 350px;
    position: absolute;
    top: -150px;
    left: 50%;
    margin-left: -175px;
}

.successTc .successBox .bg_top img {
    display: block;
    width: 100%;
}

.successTc .successBox .close {
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.successTc .successBox .close:hover {
    color: red;
}

.successTc .successBox .info h5 {
    padding-top: 140px;
    text-align: center;
    margin: auto;
    font-size: 14px;
    line-height: 1.5;
    width: 90%;
}

.successTc .successBox .info .codeBox {
    width: 120px;
    margin: 12px auto;
}

.successTc .successBox .info .codeBox img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.successTc .successBox .info h6 {
    font-size: 12px;
    color: #646464;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 15px;
}

.successTc .successBox .btnBox {
    overflow: hidden;
    padding-left: 75px;
}

.successTc .successBox .btnBox a {
    display: block;
    width: 160px;
    height: 50px;
    border-radius: 25px;
    float: left;
    margin-right: 60px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
}

.successTc .successBox .btnBox .backHome {
    background-color: #aeadad;
}

.successTc .successBox .btnBox .contactBtn {
    background-color: #563a2c;
}


/*详情收藏*/

.insideCollect {
    float: right;
    padding: 0 23px;
    cursor: pointer;
    color: #909090;
    background-repeat: no-repeat;
    background-size: auto 16px;
    background-position: left center;
    background-image: url(../images/share/uncollect_icon.png);
    cursor: pointer;
}

.insideCollected {
    background-image: url(../images/share/collect_icon.png);
    cursor: default;
}


/*登录弹窗*/

.login-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    top: 0;
    left: 0;
    z-index: 11;
    display: none;
}

.login-box-wrap .loginWrap {
    width: 360px;
    height: 434px;
    background-color: #fff;
    border: 1px solid #ddd;
    position: fixed;
    top: 200%;
    left: 50%;
    margin-left: -180px;
    margin-top: -267px;
    z-index: 12;
}

.login-box-wrap .loginWrap .close-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}

.login-box-wrap .loginWrap .loginNav {
    /* border-top: 2px solid #48291a; */
    padding: 5px 20px 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.login-box-wrap .loginWrap .loginNav span {
    display: block;
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #909090;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.login-box-wrap .loginWrap .loginNav .on {
    color: #48291a;
    border-bottom-color: #48291a;
}

.login-box-wrap .loginWrap .loginInfo {
    padding: 0 20px;
}

.login-box-wrap .loginWrap .loginInfo .inputTxt {
    display: block;
    height: 40px;
    width: 100%;
    margin: 20px auto 0;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 12px;
}

.login-box-wrap .loginWrap .loginInfo .othLink {
    overflow: hidden;
    margin-bottom: 10px;
}

.login-box-wrap .loginWrap .loginInfo .othLink label {
    display: block;
    padding: 10px 0;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 12px;
    cursor: pointer;
}

.login-box-wrap .loginWrap .loginInfo .othLink label input {
    display: block;
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 1px;
    margin-right: 4px;
}

.login-box-wrap .loginWrap .loginInfo .othLink a {
    line-height: 36px;
    display: block;
    float: right;
    font-size: 12px;
}

.login-box-wrap .loginWrap .loginInfo .suBtn {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #48291a;
    border: none;
    width: 100%;
    cursor: pointer;
}

.login-box-wrap .loginWrap .loginInfo p {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    line-height: 20px;
    height: 20px;
}

.login-box-wrap .loginWrap .loginInfo p:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 25%;
    left: 10%;
    height: 1px;
    background-color: #eee;
}

.login-box-wrap .loginWrap .loginInfo p:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 25%;
    right: 10%;
    height: 1px;
    background-color: #eee;
}

.login-box-wrap .loginWrap .loginInfo .othLogin {
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 80%;
    margin: auto;
}

.login-box-wrap .loginWrap .loginInfo .othLogin a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.login-box-wrap .loginWrap .loginInfo .othLogin a img {
    display: block;
    width: 100%;
}

.login-box-wrap .loginWrap .loginInfo .infoBox {
    display: none;
}

.login-box-wrap .loginWrap .loginInfo .on {
    display: block;
}

.login-box-wrap .loginWrap .loginInfo .yzmBox {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.login-box-wrap .loginWrap .loginInfo .yzmBox input {
    display: block;
    width: 58%;
    float: left;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 12px;
}

.login-box-wrap .loginWrap .loginInfo .yzmBox .button {
    display: block;
    float: right;
    width: 38%;
    height: 40px;
    background-color: #fef4d9;
    color: #573b2d;
    border: none;
    cursor: pointer;
    font-size: 12px;
}

.login-box-wrap .loginWrap .loginInfo .othLink span {
    line-height: 36px;
    font-size: 12px;
    color: #5b2002;
    cursor: pointer;
}


/*登录弹窗 end*/


/*服务协议*/

.service_tc2 {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 13;
}

.service_tc2 .service_box {
    width: 680px;
    height: 594px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -344px;
    top: 50%;
    margin-top: -301px;
}

.service_tc2 .service_box h1 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #5b2002;
    border-bottom: 1px solid #e5e5e5;
}

.service_tc2 .service_box h1 a {
    display: block;
    height: 50px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    font-weight: normal;
    cursor: pointer;
}

.service_tc2 .service_box .service_cot {
    height: 460px;
    width: 100%;
    overflow: auto;
    background-color: #fafafa;
}

.service_tc2 .service_box .service_cot .service_wrap {
    padding: 10px 20px;
    font-size: 14px;
    color: #646464;
    line-height: 2;
    text-align: justify;
}

.service_tc2 .service_box .enter_btn {
    border-top: 1px solid #e5e5e5;
    width: 100%;
    overflow: hidden;
}

.service_tc2 .service_box .enter_btn input {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 50px;
    margin: 20px auto;
    background-color: #5b2002;
    color: #fff;
    border: none;
    border-radius: 3px;
    outline: medium;
    font-family: Arial, "microsoft yahei", sans-serif;
    cursor: pointer;
}


/* 20190627 修改 */

.nav_box ul li h4 .hide_subnav {
    padding-right: 0;
}

.nav_box ul li h4 .hide_subnav .subnav {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
}

* {
    touch-action: pan-y;
}


/* 20190701 修改 */

.mainnav ul li h4 .hide_subnav a {
    position: relative;
}

.nav_box ul li h4 .hide_subnav a .subnav_new_img {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    width: 28px;
    height: auto;
}

.nav_box ul li h4 .hide_subnav a:hover .subnav_new_img {
    margin-top: -10px;
}

.nav_box ul li h4 .hide_subnav a.subnav_new {
    padding-right: 32px;
}

.footer .BottomTop ul {
    display: flex;
    align-items: center;
    justify-content: center;

}

.footer .BottomTop ul li {
    float: none;
}

.footer .BottomTop ul li:last-child {
    border-right: none;
}

/* 2021.5.13修改 start */
body {
    font-family: auto;
}

.max-width-1232 {
    max-width: 1232px;
    margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-c {
  display: flex;
  justify-content: center;
}

.flex-b {
  display: flex;
  justify-content: space-between;
}

.flex-a {
  display: flex;
  justify-content: space-around;
}

.flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-ca {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.flex-cb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bignav_new {
    position: relative;
    padding-right: 30px;
}

.bignav_new .bignav_new_img {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    width: 28px;
    height: auto;
}

.slide_bar {
    width: 181px;
    right: 0;
    border-radius: 10px 0 0 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

.slide_bar>img {
    width: 100%;
}

.slide_bar .content {
    padding: 20px;
    color: #fff;
    background-color: #5C5653;
    border-radius: 0 0 0 10px;
    overflow: hidden;
}

.slide_bar .content .merchants {
    align-items: center;
    background-color: #EFE5DF;
    height: 46px;
    border-radius: 23px;
    color: #1E1918;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.slide_bar .content .merchants:hover {
    opacity: 0.8;
}

.slide_bar .content .merchants:last-child {
    margin-bottom: 0;
}

.slide_bar .content .merchants div {
    flex: 1;
    padding-right: 10px;
}

.slide_bar .content .content-title {
    text-align: center;
    margin: 20px auto;
}

.slide_bar .content .phone-number {
    font-size: 13px;
    margin-bottom: 8px;
    text-align: center;
}

.slide_bar .close_slide {
    margin: 0 24px;
    width: calc(100% - 72px);
}

.close_slide_box {
    width: 44px;
    flex-flow: column;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
}

.close_slide_box .image {
    background-color: #94634B;
    padding: 12px;
    text-align: center;
}

.close_slide_box img {
    width: 22px;
    height: 22px;
}

.close_slide_box .text {
    font-size: 16px;
    width: 22px;
    text-align: center;
    padding: 12px;
    background-color: #5C5653;
    color: #fff;
}

.close_slide_box .back-top {
    background-color: #524d4a;
    padding: 10px 0;
    color: #fff;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.close_slide_box .back-top img {
    display: inline-block;
}

.slide_bar .back-top {
    background-color: #524d4a;
    padding: 16px 0;
    color: #fff;
    cursor: pointer;
    margin: 20px -20px -20px;
}

.bannerBox img {
    width: 100%;
}

.header {
    width: 100%;
    height: 30px;
    background-color: #573b2d;
}

.header .link {
    float: right;
    line-height: 30px;
    color: #fff;
    margin-left: 40px;
    font-size: 12px;
}

.header .link h5 {
    opacity: .9;
}

.header .link:hover h5 {
    opacity: 1;
}

.header .cloud h5 {
    font-size: 12px;
    padding-left: 20px;
    background: url(../images/index/cloud_icon.png) left center no-repeat;
}

.header .vr h5 {
    font-size: 12px;
    padding-left: 20px;
    background: url(../images/index/yanzhen.png) left center no-repeat;
    background-size: 18px auto;
}

.header .international h5 {
    font-size: 12px;
    padding-left: 20px;
    background: url(../images/index/ic_en.png) left center no-repeat;
    background-size: 18px auto;
}

.header .join h5 {
    font-size: 12px;
    padding-left: 20px;
    background: url(../images/join_icon.jpg) left center no-repeat;
}
/* 2021.5.13修改 end */