/*! fancyBox 插件样式，如有一样的只留一份 */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/PicList002311-fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/PicList002311-fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/PicList002311-blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
    z-index: 999999;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/PicList002311-fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    background: rgba(0, 0, 0, 0.68);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
/*
 .Top000828 为demo编号
 */
.Top000828{ padding-top:5px;}
.Top000828 a:hover{ text-decoration:underline;}
.Top000828 .auto{ max-width:1200px;}
.Top000828 .top{ position:relative; z-index:100;}
.Top000828 .logo{ padding:10px 0;}
.Top000828 nav{background-color: #ffffff;box-shadow: 0px 1px 10px #999;}
.Top000828 nav li dl{display:none;}
.Top000828 .search a{ position:absolute; right:10px; top:0; width:30px; height:100%; font-size:20px; text-align:center;  color:#666;}
.Top000828 .search a span{ position:absolute; top:50%; margin-top:-10px; left:50%; margin-left:-10px;}
.Top000828 .search{ position:absolute; width:15%; height:30px; border-radius:30px; background-color:#e4e4e4; padding:0 10px; bottom:-40px; right:0;}
.Top000828 .search .text{ width:100%; height:30px; line-height:30px; color:#999; border:none; background:none;}
@media(min-width:769px){
.Top000828 .moblie_menu{ display:none;}
.Top000828 .top dl{ float:right; text-align:right;font-size:14px; line-height:72px; padding-top:10px;position: relative;right:60px;}
.Top000828 .top .phone{float:right}	
.Top000828 .top .list_contact{line-height: 78px;float: right;    margin-right: 20px;}
.Top000828 .top .list_contact img{    float: left;padding-top: 30px; padding-right: 10px; }
.Top000828 .top .list_contact span.dazhong{ font-size: 22px;color:#333; }
.Top000828 .top dl dt span{ display:inline-block; background:url(../images/Top000828-icon_call.png) no-repeat left center; padding-left:30px; }
.Top000828 .top dl dt b{ color:#4d4d4d; font-size:24px; margin-left:5px;}
.Top000828 .top dl dd a{ color:#8c8c8c; display:inline-block; position:relative; margin-left:37px;}
.Top000828 .top dl dd a::before{ position:absolute; content:''; width:1px; height:12px; background-color:#c7c7c7; left:-19px; top:50%; margin-top:-6px;}
.Top000828 .top dl dd a:first-child::before{ display:none;}
.Top000828 nav ul{ width:100%;}
.Top000828 nav ol{ display:none;}
.Top000828 nav li{ position:relative; line-height:50px; float:left; text-align:center; width:10.8888%;}
.Top000828 nav li.pc_hide{ display:none;}
.Top000828 nav li span{ display:none;}
.Top000828 nav li a{ display:block; color:#4d4d4d;text-decoration: none;}
.Top000828 nav li > a{ font-size:15px;}
.Top000828 nav li a:hover{ background-color:#000;color:#fff;text-decoration: none;}
.Top000828 nav li.aon > a{ background-color:#000;color:#fff;text-decoration: none;}
.Top000828 nav li dl{ position:absolute; left:0; width:100%;z-index:9999;background-color: #ffffff;font-size: 14px;}
.Top000828 nav li dt a{ line-height:18px; padding:20px 0;}
}
@media(max-width:1330px){
.Top000828 .auto{ padding:0 2%;}
.Top000828 .search{ right:2%;}
}
@media(max-width:1100px){
.Top000828 .top dl{ position: relative;right:0px;}
}
@media(max-width:768px){
.Top000828 .logo{position:relative; z-index:10; background-color:#fff;}
.Top000828 .top dl{ display:none;}
.Top000828 .search{ background-color:#404040;border-radius:0; padding:20px; top:auto; bottom:auto; height:auto; right:auto; left:2%; width:96%; transform:translateY(-80px); z-index:5; opacity:0; transition:all ease-in-out 0.3s;}
.Top000828 .search_show{opacity:1; transform:translateY(0); }
.Top000828 .search .text{ height:40px; border-radius:20px; background:#fff; line-height:40px; padding:0 50px 0 10px;}
.Top000828 .search a{ height:40px;top:20px; right:30px; width:40px; padding-top:0;}
.Top000828 .moblie_menu{ position:absolute; right:2%; text-align:right; height:34px; top:50%; margin-top:-17px; z-index:20;}
.Top000828 .moblie_menu em{ display:inline-block; width:45px; height:35px; border-radius:3px; border:1px solid #eee; background-color:#eee; position:relative; cursor:pointer;vertical-align:middle;}
.Top000828 .moblie_menu i,
.Top000828 .moblie_menu i::before,
.Top000828 .moblie_menu i::after{border-radius:3px; height:4px; background-color:#6c6c6c; position:absolute;}
.Top000828 .moblie_menu i{ width:80%;  left:10%; top:50%; margin-top:-2px;}
.Top000828 .moblie_menu i::before,
.Top000828 .moblie_menu i::after{ content:''; width:100%; left:0;}
.Top000828 .moblie_menu i::before{ top:-8px;}
.Top000828 .moblie_menu i::after{ bottom:-8px;}
.Top000828 .moblie_menu span{ height:24px; text-align:center; font-size:24px; vertical-align:middle; width:34px; margin-right:20px;display: none}
.Top000828 nav{ position:fixed; right:0; top:0; width:60%; height:100%; max-height:100%; overflow:auto; z-index:120; transform:translateX(100%); opacity:0; transition:all ease-in-out 0.5s;}
.Top000828 nav.nav_show{ transform:translateX(0); opacity:1;}
.Top000828 nav .auto{ padding:0;}
.Top000828 nav ol{ background-color:#000;text-align:right; font-size:16px;}
.Top000828 nav ol a{ color:#fff; display:inline-block; line-height:39px; width:60px; text-align:center; }
.Top000828 nav li a,
.Top000828 nav li span{ color:#666666;}
.Top000828 nav li > a{ display:block;}
.Top000828 nav li span,
.Top000828 nav li a.show,
.Top000828 nav li:first-child a{ display:block; font-size:16px; position:relative; line-height:45px;} 
.Top000828 nav li span::before,
.Top000828 nav li a.show:before{ position:absolute; content:''; width:30px; height:100%; right:0; top:0; background:url(../images/Top000828-a_span.png) no-repeat center center;}
.Top000828 nav li{padding-left: 30px;line-height: 30px;}
.Top000828 nav li dl{ padding:0 3%;background: #f9f7f7;}
.Top000828 nav li dl dt{padding-left:10px;background:url(../images/Top000828-a_span.png) no-repeat left 10px;}
.Top000828 nav li dl dt a{ display:block; line-height:20px; padding:8px 0;}
}

/*Banner001890 */
.Banner001890 li,
.Banner001890 li a{ height:700px;}
.Banner001890 li a{ display:block;}
.Banner001890 li{ background-position:center top; background-repeat:no-repeat;}
.Banner001890 li img{ display:none;}
.Banner001890 .bx-wrapper{position:relative;z-index:1;}
.Banner001890 .bx-viewport{ z-index:1;}
.Banner001890 .bx-pager{position:absolute; bottom:5%; left:0; width:100%; text-align:center; z-index:10;}
.Banner001890 .bx-pager div{position:relative; display:inline-block;}
.Banner001890 .bx-pager div:after,
.Banner001890 .bx-pager div:before{ display:inline-block; content:''; width:38px; height:1px;background:rgba(255,255,255,0.3); vertical-align:middle;}
.Banner001890 .bx-pager div:first-child:before,
.Banner001890 .bx-pager div:last-child:after{ display:none;}
.Banner001890 .bx-pager div a.active::before{ width:387%; height:387%; position:absolute; background:rgba(255,255,255,0.3); left:-150%; top:-150%; border-radius:50%;}
.Banner001890 .bx-pager div a{ position:relative; width:16px; height:16px; background:url(../images/Banner001890-dot.png) no-repeat center center; display:inline-block; vertical-align:middle; overflow:hidden; line-height:1000px;}
.Banner001890 .bx-pager div a.active{ background-image:url(../images/Banner001890-dot_hover.png);}
@media(max-width:1024px){
.Banner001890 li,
.Banner001890 li a{ height:auto;}
.Banner001890 li{ background:none !important;}
.Banner001890 li img{ display:block; width:100%;}
}
@media(max-width:768px){
.Banner001890 .bx-pager div a.active i{ display:none;}
.Banner001890 .bx-pager div:after,
.Banner001890 .bx-pager div:before{ width:10px;}
}
/*Floor002535 */
.Floor002535{ background:url(../images/Floor002535_bg.png) repeat; font-size:20px;color:#333;    padding-bottom: 3%;}
.Floor002535 .list{max-width: 1200px;margin: 0 auto}
.Floor002535 .list .listbox{position: relative}
.Floor002535 .wrap-top .title{text-align: center;padding-top: 6%;}
.Floor002535 .wrap-top .auto{ position:relative; z-index:10;}
.Floor002535 .wrap-top .con{ padding:2% 0 3%;width: 750px;margin: 0 auto;}
.Floor002535 .dl_tab dd{font-size:16px; float:left; width:20%; text-align:center;}
.Floor002535 .dl_tab dd a{ display:block; line-height:40px; color:#333; border:1px solid #000;}
.Floor002535 .dl_tab dd.on a{ background:#000; color:#fff;}
.Floor002535 .list .owl-stage-outer{ overflow:hidden;}
.Floor002535 .list li{position:relative; overflow:hidden;}
.Floor002535 .list li a,
.Floor002535 .list li .txt-con,
.Floor002535 .list li .txt{ position:absolute; left:0;  width:100%; }
.Floor002535 .list li a,
.Floor002535 .list li .txt-con{height:100%;top:0;}
.Floor002535 .list li a{ z-index:5;}
.Floor002535 .list li .txt-con{ background:rgba(0,0,0,0.2); transition:0.3s;}
.Floor002535 .list li:hover .txt-con{ background:rgba(0,0,0,0);}
.Floor002535 .list li .Ispic{ padding-bottom:133.335%;}
.Floor002535 .list li .txt{ padding:0 8% 10%; color:#fff; bottom:-10%; transition:0.3s;}
.Floor002535 .list li:hover .txt{bottom:0;}
.Floor002535 .list li .txt p{ margin:0 0 4% 0;}
.Floor002535 .list li .txt span{ font-size:14px; max-width:130px; line-height:30px; display:block; padding:0 10%; background:url(../images/Floor002535_list_a.png) no-repeat 90% center; border:1px solid #fff; opacity:0; transition:0.3s;}
.Floor002535 .list li:hover .txt span{ opacity:1;}
.Floor002535 .list ul{max-width: 1200px;margin: 0 auto}
.Floor002535 .owl-carousel .owl-item{ float:left;}
.Floor002535 .owl-dots{ display:none;}
@media(min-width:1025px){
.Floor002535 .list .owl-nav{ display:none;}
}
@media(max-width:1200px){
.Floor002535 .wrap-top .more{ right:2%;}
}
@media(max-width:1024px){
.Floor002535 .list{ position:relative; z-index:11;}
.Floor002535 .list .owl-nav{ position:absolute; right:2%; top:-30px;}
.Floor002535 .list .owl-nav button{ cursor:pointer;background: #000; font-size:24px; height:30px; border:none; width:30px; margin-left:1px;color: #fff;}
.Floor002535 .list .owl-nav button.disabled{ opacity:0.5; cursor:default;}
}
@media(max-width:640px){
.Floor002535{ font-size:16px;}
.Floor002535 .wrap-top .more,
.Floor002535 .dl_tab dd{font-size:14px;}
.Floor002535 .wrap-top .title{ padding:2% 0;}
.Floor002535 .wrap-top .title::after{ display:block; margin:10px auto 0; }
}
/*
 .Floor000947 为demo编号
 */
.Floor000947{padding-bottom: 3%;padding-top: 2%;}
.Floor000947 .title {padding:2% 0 3%;text-align: center;width: 100%}
.Floor000947 .title a{display: block;width:100%;}
.Floor000947 .title a img.n_1{position: relative;}
.Floor000947 .title a img.n_2{position: relative;}
.Floor000947 .mid{max-width:1200px;margin: 0 auto;height:auto;padding: 30px 0;}
.Floor000947 .mid .mid_new{    float: left;    width:100%;margin-top: 3px;background: #f5f5f5;height: 317px;border-radius: 0 15px 0 15px;}
.Floor000947 .mid .mid_new p{background: #000;font-size: 20px;color: #fff;line-height: 60px;padding: 0 0 0 15px; margin-top: 0px;border-radius: 0 15px 0 15px;margin-bottom: 20px;}
.Floor000947 .mid .mid_new p a{color:#fff}
.Floor000947 .mid .mid_new .more{font-size: 14px;float: right;padding-right: 15px;}
.Floor000947 .mid .mid_new ul li {list-style: none;padding-left: 24px;line-height: 36px;font-size: 15px;}
.Floor000947left{width: 50%;float: left;padding-right: 1%}
.Floor000947right{width: 50%;float: left;padding-left: 1%}
.Floor000947 .pic{ padding-top:3px;width: 100%;float: right;background: #f5f5f5;height: 320px;}
.Floor000947 .mid .pic p.title1{;text-align: left;background: #000;font-size: 20px;color: #fff;line-height: 60px;padding: 0 0 0 15px; margin-top: 0px;border-radius: 0 15px 0 15px;margin-bottom: 20px;}
.Floor000947 .mid .pic p.title1 a{color:#fff}
.Floor000947 .mid .pic .more{font-size: 14px;float: right;padding-right: 15px;}
.Floor000947 .pic ul{ position:relative; overflow:hidden; clear:both;padding:0 15px;}
.Floor000947 .pic ul li p.con{position: relative;top:-42px;text-align: center;color:#fff;font-size: 16px;font-weight: bold;background: rgba(0,0,0,.6);margin-top: -6px; padding: 12px 0;}
.Floor000947 .pic ul::before,
.Floor000947 .pic ul::after{ position:absolute; content:''; width:2px; height:80%; top:0; background-color:#fff; margin-left:-1px; z-index:3;}
.Floor000947 .pic ul::before{ left:50%;}
.Floor000947 .pic ul::after{display: none;}
/*.Floor000947 .pic ul::after{left:66.6666666%;}*/
.Floor000947 .pic li{ width:50%; float:left; position:relative;color:#fff;}
.Floor000947 .pic li img{ width:100%;}
.Floor000947 .pic li figure,
.Floor000947 .pic li div,
.Floor000947 .pic li a{ position:absolute;}
.Floor000947 .pic li figure{ width:100%; left:0; bottom:0; padding:20px 0; text-align:center;background-color: rgb(111, 69, 59,0.4);font-size: 16px;; transform:translateY(100px); transition:all ease-in-out 0.3s;}
.Floor000947 .pic li div{ width:90%; left:5%; top:10%; }
.Floor000947 .pic li div b{ font-size:18px; display:inline-block; padding-bottom:5px; border-bottom:1px solid rgba(255,255,255,0.5);}
.Floor000947 .pic li a{ width:100%; height:100%; z-index:3;}
.Floor000947 .pic li:hover figure{ transform:translateY(0);    bottom: 8px;}
@media(max-width:1000px) and (min-width:769px){
.Floor000947 .pic li div p{ display:none;}
.Floor000947 .pic li figure{ transform:translateY(0);}
}
@media(max-width:768px){
    .Floor000947 .mid .mid_new{height:auto}
.Floor000947 .pic ul::before,
.Floor000947 .pic ul::after{ display:none;}
.Floor000947 .pic li{ float:none; width:auto;margin-bottom: 15px}
.Floor000947left{width: 100%;padding: 0 2%}
.Floor000947right{width: 100%;padding: 0 2%}
.Floor000947 .pic{height: auto}
    .Floor000947 .mid{padding-bottom: 15px}
    .Floor000947{padding-bottom: 0;}
    .Floor000947 .pic ul li p.con{position: absolute;top: inherit;text-align: center;color: #fff;font-size: 16px;font-weight: bold;
       background: rgba(0,0,0,.6);margin-top: 0;padding: 12px 0;width: 100%;bottom: 0;margin-bottom: 0;}
}
@media(max-width:480px){
.Floor000947 .news span{ position:relative; left:auto; top:auto; padding-left:62px; width:auto; display:block;}
.Floor000947 .news .auto{ padding:0;height:96px; line-height:48px;}
.Floor000947 .news .bx-wrapper{ padding:0 2%;}
.Floor000947 .news .bx-controls-direction{ margin-top:0; right:10px; top:10px;}
.Floor000947 .pic li div p{ display:none;}
.Floor000947 .pic li figure{ transform:translateY(0);}
}
/*
 .Floor001209 为demo编号
 */
.Floor001209{ padding:4% 0 3%;}
.Floor001209 .title {padding-bottom: 2%;text-align: center;}

.Floor001209 .tab dl{ text-align:center;}
.Floor001209 .tab dd{ display:inline-block; position:relative; padding:10px 20px 10px 10px; border:1px solid #eee; margin:0 5px 2%; background-color:#fff; cursor:pointer;}
.Floor001209 .tab dd img{}
.Floor001209 .tab dd img.hover{ display:none;}
.Floor001209 .tab dd.on{ border-color:#0299d5; background-color:#0299d5; color:#fff;}
.Floor001209 .tab dd.on::before{ position:absolute; content:''; width:0; height:0; border:8px solid #0299d5; border-left-color:transparent;border-right-color:transparent; border-bottom:0; left:50%; margin-left:-8px; bottom:-8px;}
.Floor001209 .tab dd.on img{ display:none;}
.Floor001209 .tab dd.on img.hover{ display:block;}
.Floor001209 .tab dd figure{ display:inline-block; width:52px; vertical-align:middle;}

.Floor001209 .tab ul{ display:none;}

.Floor001209 .tab li a,
.Floor001209 .tab li figure{ position:absolute; left:0; top:0; width:100%; height:100%;}
.Floor001209 .tab li a{ z-index:10;}
.Floor001209 .tab li .table{ color:#333; position:absolute; left:0; bottom:0; width:100%;  transition:height ease 0.5s,background ease 0.3s;background-size: cover !important;background-position: center center !important}
.Floor001209 .tab li .table h5{ margin:0; font-size:14px; color:#333;}
.Floor001209 .tab li .table span{ opacity:0.8;}

.Floor001209 .tab li:hover .table{ display:table;  width:103%; left:-1.5%; height:100%; height:103%; bottom:-1.5%;background-color:rgba(111,69,59,0.80); color:#fff; padding:0;}
.Floor001209 .tab li:hover .table_cell{ display:table-cell; vertical-align:middle; text-align:center; padding:0 5%; width:100%;}
.Floor001209 .tab li:hover .table h5{color:#fff; padding:2% 0;}
.Floor001209 .tab li .table{display: none}
.Floor001209 .tab li:hover .table i{ width:136px; height:59px; display:inline-block;/* background:url(../images/Floor001209-link.png) no-repeat center center/contain;*/;font-style: normal;}

@media(min-width:769px){
.Floor001209 .tab ul{position:relative; padding-bottom:50.5%;}
.Floor001209 .tab li{ position:absolute; width:32.8%;height:32.2%; overflow:hidden;}
.Floor001209 .tab li:nth-child(1),
.Floor001209 .tab li:nth-child(2){ left:0;}
.Floor001209 .tab li:nth-child(3),
.Floor001209 .tab li:nth-child(4),
.Floor001209 .tab li:nth-child(6){ left:33.6%;}
.Floor001209 .tab li:nth-child(5){ right:33.6%;}
.Floor001209 .tab li:nth-child(7),
.Floor001209 .tab li:nth-child(8){ right:0;}
.Floor001209 .tab li:nth-child(1),
.Floor001209 .tab li:nth-child(3),
.Floor001209 .tab li:nth-child(7){ top:0;}
.Floor001209 .tab li:nth-child(2),
.Floor001209 .tab li:nth-child(6),
.Floor001209 .tab li:nth-child(8){bottom:0;}
.Floor001209 .tab li:nth-child(4),
.Floor001209 .tab li:nth-child(5){ top:33.8%;}
.Floor001209 .tab li:nth-child(1),
.Floor001209 .tab li:nth-child(8){ height:66.1%;}
.Floor001209 .tab li:nth-child(4),
.Floor001209 .tab li:nth-child(5){ width:16%;}
}
@media(max-width:768px){
.Floor001209 .tab dd figure{ width:30px;}

.Floor001209 .tab ul{ overflow:hidden; clear:both;}
.Floor001209 .tab li{ border:1px solid #fff; float:left; width:33.33333333%;padding-bottom:30%; position:relative; overflow:hidden;}
.Floor001209 .tab li a{position:absolute; left:0; top:0; width:100%; height:100%;}
.Floor001209 .tab li:nth-child(1),
.Floor001209 .tab li:nth-child(2){ width:50%;padding-bottom:40%;}
}
@media(max-width:480px){
.Floor001209 .tab dd{ padding-top:5px; padding-bottom:5px;}

.Floor001209 .title h1{font-size:24px;}
.Floor001209 .title span b{font-size:15px;}

.Floor001209 .tab li{ width:50%;padding-bottom:35% !important;}
}

/*Floor001797*/
.Floor001797{ padding:4% 0 3%;}
.Floor001797 .title {padding-bottom: 2%;text-align: center;}
.Floor001797 li{ float:left; width:32%; margin-left:2%;}
.Floor001797 li:first-child,
.Floor001797 li.first{ margin-left:0; }
.Floor001797 li p{font-size: 16px;font-weight: bold;line-height: 0px; padding-top: 20px;}
.Floor001797 li a{display:block;position:relative;}	
.Floor001797 .places{ width:100%; display:block; }	
.Floor001797 .starts{width:auto}
.Floor001797 li:first-child figure,
.Floor001797 li.first figure,
.Floor001797 li:first-child figure span,
.Floor001797 li.first figure span{ color:#c3c3c3; }
@media(max-width:768px){
.Floor001797 ul{ max-width:480px;}
.Floor001797 li{ float:none; width:auto; margin-left:0; margin-bottom:3%;}
}


/*
 .Bottom002370 为demo编号
 */
.Bottom002370{ background:#f0efef;position: relative;}
.Bottom002370,.Bottom002370 a{ color: #999; transition: all .3s ease;    font-size: 14px;}
.Bottom002370 a:hover{ color: #181818;}
.Bottom002370 .bottom{ padding: 3% 0 2%;}
/*.Bottom002370 .bottom:before{content: '';background-color: rgba(111,69,59,.9);width:30%;height: 302px;z-index: 1;display: block;position: absolute;right:0;top:0;}
 */
.Bottom002370 nav li{ float: left; width: 33.3334%;}
.Bottom002370 nav li h3{ color: #4d4d4d; font-size: 16px; margin: 0; font-weight: normal;}
.Bottom002370 nav li h3:after{ display: block;width: 20px;background-color: #000;height: 2px; content:""; margin-top: 12px;}
.Bottom002370 nav li dl{ padding-top: 10px;}
.Bottom002370 nav li dl dd{ padding: 3px 0;}

.Bottom002370 .QRcode { text-align: center;    width: 10%!important;position: relative;left:-15px;}
.Bottom002370 .QRcode span{ display: block; padding-top: 5px;}

.Bottom002370 .tel dt{ font-size: 14px;}
.Bottom002370 .tel dt:before{ content: "\e714"; font-family:"iconfont" !important; padding-right: 5px; position: relative; top: 0px; font-size: 18px;}
.Bottom002370 .tel dd{ font-size: 24px; color: #000;font-weight: bold;    padding-top: 16px;}
.Bottom002370 .contact{padding-left: 14px;width: 20%!important;}
.Bottom002370 .contact p{ margin: 20px 0 0; font-size: 16px; color: #666;}
.Bottom002370 .share{ margin-top: 10px;}
.Bottom002370 .share dd{ display: inline-block; float: left;margin-right: 5px;}
.Bottom002370 .share a{ display: inline-block; width: 50px; height: 50px; border-radius: 50%; background: url(../images/weixin.png) no-repeat center center !important;}
.Bottom002370 .share a.xiaohongshu{ background-image: url(../images/xiaohongshu.png) !important;}
.Bottom002370 .share a:hover{ background-color: #000;color: #fff;}

.Bottom002370 .bottom .send_ms{ width: 16%!important;padding-left: 5px;position: relative;top:-20px;padding-left: 5px;}

.Bottom002370 .bottom .send_ms:after{content: '';background-color: #191919;width:120%;height: 298px;display: block;position: absolute;right:-20px;top:-45px;}
.Bottom002370 .bottom .send_ms h3.h3{font-size: 18px;font-weight: 600;color:#fff;z-index: 999;display: block;position: relative;}
.Bottom002370 .bottom .send_ms span{z-index: 999;display: block;padding-top: 15px;position: relative;top:-10px;}
.Bottom002370 .bottom .send_ms input{border-radius: 4px;height: 32px;width: 170px;border:1px solid #ccc;padding-left: 10px;}
.Bottom002370 .bottom .send_ms input.btn{width: 80px;color:#fff;background-color: #333;border:0;}
.Bottom002370 .bottom .send_ms .spanbtn{text-align:center;}

.Bottom002370 footer{ border-top: 1px solid #414244; padding: 1% 0 1%;    background: #000;}
.Bottom002370 .links a{ display: inline-block;}
.Bottom002370 .links a+a{ margin-left: 20px; position: relative;}
.Bottom002370 .links a+a:before{ content: ""; width: 1px; height: 55%; top: 30%; background: #6b6b6b; position: absolute; left: -10px;}
.Bottom002370 .links a:hover{color:#fff}

@media only screen and (max-width:767px) {
	.Bottom002370 nav{ max-width: 310px; margin: 0 auto 15px;display: none}
	.Bottom002370 .contact{ text-align: center; padding-top: 15px;width: 100% !important}
	.Bottom002370 footer{ text-align: center;}
    .Bottom002370 .QRcode{left: 0}
    .Bottom002370 .QRcode{width: auto !important;}
    .Bottom002370 .bottom .send_ms{width: 60% !important;margin: 0 auto;text-align: center}
    .Bottom002370 .bottom .send_ms:after{background: none}
    .Bottom002370 .bottom .send_ms h3.h3{color: #3a3a3a}
    .Bottom002370 .bottom .send_ms span .btn{padding-left: 0}

}
@media only screen and (min-width:768px ) {
	.Bottom002370 .bottom .auto >*{ float: left; width: 26.6667%;}
	.Bottom002370 .copyright{ float: left;}
	.Bottom002370 .copyright a:hover{color:#fff}
	.Bottom002370 .links{ float: right;}
}





/*
 .Other001470 为demo编号
 */

.Other001470{ width:84px; height:auto; position:fixed; top:200px; left:0; z-index:10;}
.Other001470 a{ display:block; width:84px; padding-top:50px; padding-bottom:10px; background-image:url(../images/Other001470-icon.png); background-repeat:no-repeat;  background-color:#191919; font-size:14px; color:#999; text-align:center; margin-bottom:1px; position:relative;}
.Other001470 a b{font-weight: normal}
.Other001470 .icon1{background-position:center top;}
.Other001470 .icon2{ background-position: center -85px;}
.Other001470 .icon3{ background-position: center -170px;}
.Other001470 .icon4{ background-position: center -254px;}
.Other001470 .icon5{ background-position: center -388px;}
.Other001470 .top{ background-position: center -340px; padding-top:15px;}
.Other001470 span{  position: absolute;
    top: 0;
    left: 90px;
    display: none;
    z-index: 99999;
    width: 100px;}
.Other001470 span img{ width:100px; height:100px;}
.Other001470 a:hover{ background-image:url(../images/Other001470-icon2.png); background-color:#000; color:#fff;}
.Other001470 a:hover span{ display:block;}
/*
 .Banner002203 为demo编号
 */
.Banner002203{}
.Banner002203 .banner{ text-align:center; height:400px; background-position:center center; background-size:cover; background-repeat:no-repeat;}
.Banner002203 .banner .img_s{position: absolute;top: 0;left: 88px;display:none;width: 100px;}
@media only screen and (max-width: 1024px) {
	.Banner002203 .banner .img_s{ display: block;}
}
@media(max-width: 640px){
    .Other001470 a b{display: none}
    .Banner002203 .banner .img_s{position: static;display:block;width: 100%;}
    .Banner002203 .banner{background:none;height: auto}
    .Other001470{width: 45px}
    .Other001470 a{display: block;width: 45px;padding-top: 45px;}
    .Other001470 a:last-child{display: block;width: 45px;}
    .Other001470{z-index: 999;bottom:10%;top: inherit}
    .Other001470 a{background-color: #000;color: #ffffff !important;background-image: url(../images/Other001470-icon2.png);}
}
/*
 .Menu002290 为demo编号
 */
.Menu002290{ padding-top:20px; padding-bottom:10px; border-bottom:solid 1px #e6e6e6;}
.Menu002290 .menu ul li{ display:inline-block;}
.Menu002290 .menu ul li a{ font-size:18px; padding:0px 4px; display:inline-block; color:#4d4d4d; position:relative; overflow:hidden;}
.Menu002290 .menu ul li.on a,
.Menu002290 .menu ul li a:hover{    color: #000;font-weight: bold;}
.Menu002290 .menu ul li a i{ position:absolute; display: block; width:0; height:3px; background-color:#2f3336; right:-17px; top:10px;}
.Menu002290 .location{ display: none; padding-left:27px; float:right; background:url(../images/Menu002290-location_home.png) no-repeat left;    font-size: 14px;}
.Menu002290 .location a{ color:#4d4d4d; padding-right:20px; margin-right:10px; background:url(../images/Menu002290-location_icon.png) no-repeat right;}
.Menu002290 .location span{ color:#000;}
@media only screen and (min-width: 768px) {
	.Menu002290 .location{ display: block;}
	.Menu002290 .menu ul li a{padding:0px 20px; }
}
/*
 .Menu000765为demo编号
*/ 

.Menu000765{ padding:20px 0 6% 0; max-width:1200px;margin: 0 auto 1% auto;}
.Menu000765{padding: 0 45px;position: relative}
.Menu000765 .title{text-align:center;padding-bottom: 1%;}
.Menu000765 h1{ margin:0; text-align: center; padding: 25px 0px; font-size: 24px; line-height: 34px; color: #303074; font-weight:normal;  }
.Menu000765 h1 em{ display: block; color: #c1c1c1; font-style: normal; } 	
.Menu000765	dd{ float:left;width: 14.36%; line-height: 50px;text-align:center;box-sizing: border-box;padding: 1px}
.Menu000765	dd a{ display:block; background:url(../images/Menu000765_icon.jpg) no-repeat 20px center; padding-left:20px;font-size: 14px;  border: solid 1px #d0d0d0;}
	
/*PicList002544 */
.PicList002544 {max-width: 1200px;margin: 0 auto;padding: 0 0 2% 0;}
.PicList002544 li{ float:left; width:25%; position:relative;padding-bottom:25.61%;}
.PicList002544 li.product-top{ padding-bottom:51.22%;}
.PicList002544 li a,
.PicList002544 li .hover,
.PicList002544 li .Ispic{position:absolute; left:0; top:0; width:100%; height:100%;}
.PicList002544 li .hover{ background:rgba(0,0,0,0.4);opacity:0; color:#fff;transition:0.3s;}
.PicList002544 li .hover p{ font-size:20px; text-align:center;}
.PicList002544 li .table{ display:table; width:100%; height:100%;}
.PicList002544 li .table_cell{ display:table-cell; vertical-align:middle;}
.PicList002544 li .hover i{ display:block; position:relative; width:80px; height:80px; margin:0 auto;transform:scale(0); transition:0.3s;}
.PicList002544 li .hover i::before,
.PicList002544 li .hover i::after{ position:absolute; content:''; background:#fff;}
.PicList002544 li .hover i::before{ width:100%; left:0; top:50%; margin-top:-2px; height:2px;}
.PicList002544 li .hover i::after{ height:100%; width:2px; left:50%; margin-left:-1px; top:0;}
.PicList002544 li a:hover .hover{ opacity:1;}
.PicList002544 li a:hover .hover i{ transform:scale(1);}
@media(max-width:768px){
.PicList002544 li{ float:left; width:50%; padding-bottom:50%;}
.PicList002544 li.product-top{ padding-bottom:100%;}
    .Menu000765{padding: 0 40px !important;margin-bottom: 5%}
}
@media(max-width:375px){
.PicList002544 li .hover i{ width:50px; height:50px; }
}
/*
 .Page001815 为demo编号
 */
.Page001815 .Pages{ text-align:center; padding:20px 0 4%;}
.Page001815 .Pages  .p_cur,
.Page001815 .Pages  .p_count,
.Page001815 .Pages  .p_total,
.Page001815 .Pages  .p_jump,
.Page001815 .Pages  .a_first,
.Page001815 .Pages  .a_end{ display:none;}
.Page001815 .Pages a{ display:inline-block; width:28px; height:28px; line-height:28px; overflow:hidden; border:1px solid #ebebeb; font-size:14px;margin: 0 5px;}
.Page001815 .Pages a.a_cur,
.Page001815 .Pages a:hover{ background-color:#000; color:#fff;}
.Page001815 .Pages  .a_prev,
.Page001815 .Pages  .a_next{ line-height:100px; background:url(../images/Page001815-a_prev.gif) no-repeat center center;}
.Page001815 .Pages  .a_next{ background-image:url(../images/Page001815-a_next.gif);}
.Page001815 .Pages  .a_prev:hover{ background-image:url(../images/Page001815-a_prev_hover.gif);}
.Page001815 .Pages  .a_next:hover{ background-image:url(../images/Page001815-a_next_hover.gif);}
.Page001815 .Pages em{ font-style:normal;}
/*
 PicList000879 为demo编号
 */
.PicList000879{padding:3% 0 1%}
.PicList000879 .title{text-align:center;border-bottom: 1px dashed #d5d5d5;    padding-bottom: 1%;}
.PicList000879 li{ border-bottom:#d5d5d5 1px dashed; padding:3% 0;list-style-type: none;}
.PicList000879 li .Ispic{width:24%; position:absolute; left:0; top:0; height:100%;background-position: center top; background-size: contain;}
.PicList000879 li div{position:relative;padding-left:30%;}
.PicList000879 li h1{ margin:0;     font-weight: normal;font-size: 20px; padding-right: 77px;  line-height: 38px; position:relative;}
.PicList000879 li h1 time{position: absolute;right: 0;top: 0;    font-size: 14px; color: #999;font-weight: normal;}
.PicList000879 li p{font-size: 14px;line-height: 30px;height: 90px;overflow: hidden; color: #666;margin-bottom: 2%; }
.PicList000879 li a.more{padding-left: 30px;font-size: 14px;color: #000;background:url(../images/PicList000879_icon.png) no-repeat left center; text-decoration:none;}
@media(max-width:640px){
	.PicList000879 li div{ padding-left:0;}
    .PicList000879 li .Ispic{ width:100%; position:relative; height:auto; padding-bottom:65%; display:block;}
    .Page001815 .Pages em{display: none}
}

/*
 .Floor001057 为demo编号
 */
.Floor001057{ padding:4% 0 0;    background: #f5f5f5;}
.Floor001057 .title {padding-bottom: 2%;text-align: center;}
.Floor001057 img{vertical-align:bottom}

/*
  联系方式
 .Map001070 为demo编号
 */
.Map001070{padding:3% 0 5% 0;}
.Map001070 .title{text-align:center;padding-bottom: 1%;}
.Map001070 dd{ border:1px solid #e7e7e7; margin-bottom:2%; padding-right:53%; background-color:#fff; position:relative;min-height: 245px;}
.Map001070 dd:last-child{ margin-bottom:0;}
.Map001070 .map *{ max-width:none;}
.Map001070 dd figure{ padding:3% 0 3% 3%;}
.Map001070 dd figure h1{font-size: 22px;color: #000; font-weight:normal;padding: 16px 0; margin:0;border-bottom: dashed 1px #ccc;}
.Map001070 dd ul{ padding-top:16px;}
.Map001070 dd li{line-height:25px; margin-bottom:10px; padding-left:36px; background-repeat:no-repeat; background-position:0 0;}
.Map001070 dd li.n1{background-image:url(../images/Map001070-ico_01.png);}
.Map001070 dd li.n2{background-image:url(../images/Map001070-ico_04.png);}
.Map001070 dd li.n3{background-image:url(../images/Map001070-ico_02.png);}
.Map001070 dd li.n4{background-image:url(../images/Map001070-ico_04.png);}
.Map001070 dd li.n5{background-image:url(../images/Map001070-ico_05.png);}
@media(min-width:641px){
.Map001070 .map{ position:absolute !important; width:50%; right:0; height:100%; top:0;}
}
@media(max-width:640px){
.Map001070 dd{ padding:3%;}
.Map001070 .map{ height:300px; position:relative !important;}
.Map001070 dd figure{ padding:0;}
}
@media(max-width:480px){
.Map001070 dd figure h1{ font-size:20px;}
}


/*
  在线留言
  Form002219
*/
.Form002219{ padding:3% 0 5% 0;}
.Form002219 .title{text-align:center;padding-bottom: 1%;}
.Form002219 dl{ width:48%; float:left; padding-left:85px; min-height:40px; position:relative; margin-bottom:15px; max-width:600px;}
.Form002219 dl.odd{ margin-left:4%;}
.Form002219 dt{ color:#5b5b5b; font-size:14px; position:absolute; left:0; width:70px; text-align:right; line-height:40px;}
.Form002219 .text{ border:1px solid #dfdfdf; border-radius:4px; width:100%; padding:0 10px; line-height:38px; color:#5b5b5b;}
.Form002219 dl.dl{ width:100%; float:none; max-width:none;}
.Form002219 textarea{border:1px solid #dfdfdf; border-radius:5px;overflow:hidden; resize:none; width:100%; height:360px; padding:10px; color:#5b5b5b;}
.Form002219 .btn{ display:inline-block; line-height:40px; min-width:140px; margin-right:20px; background-color:#f3f3f3; color:#728391; font-size:14px; border:none; border-radius:5px; cursor:pointer;}
.Form002219 .submitbtn{ color:#fff; background-color:#000;}
@media(max-width:640px){
.Form002219 dl{ float:none; width:100%; margin-left:0 !important;}	
.Form002219 textarea{ height:250px;}
    .Form002219 textarea{padding: 0}
    .Form002219 .text{padding: 0}
    .Form002219 form{width: 98%}
}
@media(max-width:480px){
.Form002219 .btn{ width:48%; margin-right:2%; float:left; display:block; min-width:2px;}	
}
/*Form002219 End*/


/*
 特色内景
 .Floor001114 为demo编号
 */
.Floor001114{ padding:3% 0 5% 0;}
.Floor001114 .title{text-align:center;padding-bottom: 1%;}
.Floor001114 li{ float:left; width:23.5%; margin-right:2%; background-color:#fff; position:relative; text-align:center;margin-top: 2%;}
.Floor001114 li:nth-child(1),.Floor001114 li:nth-child(2),.Floor001114 li:nth-child(3),.Floor001114 li:nth-child(4){margin-top: 0;}
.Floor001114 li:nth-child(4n){ margin-right:0;}
.Floor001114 li a,
.Floor001114 li .txt{position:absolute; left:0; top:0; width:100%; height:100%;}
.Floor001114 li .txt{color:#999;  padding:0 10%; text-align:left;background-color:rgba(0,0,0,0.5); z-index:2; transform:scale(0); transition:all ease-in-out 0.3s;}
.Floor001114 li a{ z-index:5;}
.Floor001114 li .Ispic{ display:block; padding-bottom:123%;}
.Floor001114 li h2{ font-size:16px; color:#666; margin:0; padding:10px 0;background-color: #f5f5f5;font-weight: normal;}
.Floor001114 li .txt p{font-size:8px;overflow:hidden;text-align: right;font-family:"Arial",Georgia,Serif; }
.Floor001114 li .txt h3{ margin:0; font-size:32px;font-weight: 100;letter-spacing:2px;font-family:"Arial",Georgia,Serif; }
.Floor001114 li .txt h3 span{color:#000;}
.Floor001114 li .table{ display:table; width:100%; height:100%;}
.Floor001114 li .table_cell{ display:table-cell; vertical-align:middle;}
.Floor001114 li:hover .txt{ transform:scale(1);}
@media(max-width:768px){
.Floor001114 li{ width:49%; margin-top:2%;}
.Floor001114 li:nth-child(2n){ margin-right:0;}
}


/*
儿童摄影
PicList001938
*/
.PicList001938{ padding-top:3%;}
.PicList001938 .title{text-align:center;padding-bottom: 1%;}
.PicList001938 li{ float:left; width:47%; margin-right:3%; margin-bottom:4%;}
.PicList001938 li:nth-child(2n){ margin-right:0; margin-left:3%;}
.PicList001938 li div{ position:relative; margin-top:12%; border:1px solid #000; padding:7% 3% 4% 52%; font-size:12px;}
.PicList001938 li .Ispic{ position:absolute; width:46%; height:130%; left:3%; bottom:0;}
.PicList001938 li .Ispic img{ display:none;}
.PicList001938 li h5{font-size:14px; margin:0;}
.PicList001938 li h5 a:hover{color: #000;}
.PicList001938 li time{color:#444;}
.PicList001938 li p{ margin:20px 0; line-height:24px; overflow:hidden; height:72px;}
.PicList001938 li .more{ display:inline-block; line-height:25px; padding:0 15px; border-radius:25px; border:1px solid #000; color:#000;}
.PicList001938 li .more:hover{ background:#000; color:#fff;}

@media(max-width:768px){
.PicList001938 li{ float:none; margin-right:0; margin-left:0 !important; width:auto;}
.PicList001938 li div{ margin-top:20%;}
}
@media(max-width:480px){
.PicList001938 li div{ padding:3%; margin-top:0;}
.PicList001938 li .Ispic{ position:relative; width:auto; display:block; top:auto; height:auto; padding-bottom:50%; left:auto; background-size:contain; margin-bottom:20px;}
}


/*
 大众口碑
 .PicList001088 为demo编号
 */
.PicList001088{padding-top: 3%;}
.PicList001088 .title{text-align:center;padding-bottom: 1%;}
.PicList001088  p{ font-size:15px; color:#fff; line-height:26px; overflow:hidden; max-height:98px;padding: 0 10px;position: relative;top:-10px;}
.PicList001088 span.icon{margin-left:10px; }
.PicList001088 span.icon a{ display: inline-block; text-align: center; line-height: 30px; font-size: 30px;  color: #fff; margin-right: 5px;}

.PicList001088 dl{ overflow:hidden; padding:2% 0;}
.PicList001088 dl dd{ float:left; width:23.5%; margin:2% 2% 2% 0;border:1px solid #f1f0ed;border-radius: 22px; position: relative;}
.PicList001088 dl dd:nth-child(1),.PicList001088 dl dd:nth-child(2),.PicList001088 dl dd:nth-child(3)，.PicList001088 dl dd:nth-child(4){ margin-top:2%;}
.PicList001088 dl dd:nth-child(4n){ margin-right:0;}
.PicList001088 dl dd div{ background-color:#fff; padding:4%; transition:all ease-in-out 0.3s;background-color: #8E8E92;height:190px;border-radius: 22px 22px 0 0;}
.PicList001088 dl dd div:after{content: '';display: inline;width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 14px solid #8E8E92;position: absolute;top:190px;left:47%;}
.PicList001088 dl dd a.name{height:220px;display: block;}
.PicList001088 dl dd span.pic{text-align: center;display: block;padding-top: 40px;}
.PicList001088 dl dd span.pic img{ border-radius: 50%;width:68px;height:68px;text-align: center;}
.PicList001088 dl dd span.name{ text-align: center;font-size: 16px;color:#333;display: block;padding: 10px 0;}
.PicList001088 dl dd span.lg{ text-align: center;display: block;}
.PicList001088 dl dd h1{ padding-top:3%;}

@media(max-width:1000px){
.PicList001088 h1{font-size:18px;}
.PicList001088  p{ font-size:14px}
}
@media(max-width:640px){
.PicList001088 dl dd{width:49%;}
.PicList001088 dl dd:nth-child(3n){ margin-right:2%;}
.PicList001088 dl dd:nth-child(2n){ margin-right:0;}
}
@media(max-width:375px){
.PicList001088 dl dd{width:100%; margin-right:0;}
}


/*
  大众门店
  PicList002146 
*/
.PicList002146{ padding:3% 0 5% 0;}
.PicList002146 .title{text-align:center;padding-bottom: 1%;}
.PicList002146 li{ float:left; width:32%; margin:0 2% 2% 0;}
.PicList002146 li:last-child{ margin-right:0;}
.PicList002146 li a{ display:block; position:relative;}
.PicList002146 li h3,
.PicList002146 li h5{ margin:0; text-align:center; font-size:18px; font-weight:normal;}
.PicList002146 li figure{ padding-bottom:77%;}
.PicList002146 li h3{ border:1px solid #e8e8e8; border-top-width:3px; border-top-color:#f4f4f4; padding:2% 15% 2% 2%; line-height:40px; position:relative;}
.PicList002146 li h3:before{ position:absolute; content:''; right:0; top:0; width:13%; height:100%; border-left:1px solid #e8e8e8; background:url(../images/PicList002146-more.gif) no-repeat center center;}

.PicList002146 li .hover{ opacity:0; position:absolute; left:0; top:0; right:0; bottom:0; text-align:center; background:rgba(72, 58, 47, 0.92); z-index:10; transition:0.3s; color:#fff; }
.PicList002146 li a:hover .hover{ opacity:1;}
.PicList002146 li aside{ position:absolute; left:10%;width:80%; top:50%; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%);transform:translateY(-50%);}

.PicList002146 li .hover img{ border-radius:50%; width:100px; height:100px;}
.PicList002146 li .hover h5{ margin-top:10px; line-height:22px; max-height:44px; overflow:hidden;}
.PicList002146 li .hover i{ display:block;  height:2px; background:#fff; width:30px; margin:10px auto;} 
.PicList002146 li .hover p{ font-size:12px; line-height:20px; margin:0; max-height:80px; overflow:hidden;}
@media(max-width:1366px){
.PicList002146 li h3,
.PicList002146 li .hover h5{ font-size:16px;}
}
@media(max-width:1366px) and (min-width:1001px){
.PicList002146 li .hover img{ width:70px; height:70px;}
.PicList002146 li .hover p{ height:40px;}
}
@media(max-width:1000px){
.PicList002146 li{ width:48%; margin-left:1%; margin-right:1%;}
}
@media(max-width:640px) and (min-width:376px){
.PicList002146 li .hover img{ width:50px; height:50px;}
.PicList002146 li .hover p{ height:40px;}
}
@media(max-width:480px){
.PicList002146 li h3,
.PicList002146 li .hover h5{ font-size:14px;}
.PicList002146 li .hover h5{ line-height:20px; max-height:40px;}
}
@media(max-width:375px){
.PicList002146 li{ float:none; width:auto;} 
}


/*
 *客片欣赏
 * .Floor001031 为demo编号
 */

.Floor001031{ padding-top: 3%;}
.Floor001031 .title{text-align:center;padding-bottom: 1%;}

.Floor001031 li{ margin: 15px 5px; background: #fffeff; padding: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.2);}
.Floor001031 li img{ width: 100%;}
.Floor001031 li a{ overflow: hidden; position: relative; display: block;}
.Floor001031 li a.pic{ background-size: cover; background-position: center; padding-bottom: 67%;}
.Floor001031 li .txt{ position: absolute; display: none; width: 100%; height: 100%; padding: 25% 10%;background-size: cover !important;background-position: center center !important;}
.Floor001031 li .txt span{ display: block; padding: 20px 0; text-transform: uppercase; font-weight: normal; color: rgba(255,255,255,0.9);
text-shadow: 1px 1px 1px rgba(0,0,0,0.4); 
border-bottom: 1px solid rgba(255,255,255,0.5); 
box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}
.Floor001031 li p{text-align: center;color: #333;font-size: 16px;}

@media screen and (min-width:768px){
   .Floor001031 li{ float: left; width: calc(50% - 10px); margin-top: 0;}
}
@media screen and (min-width: 1024px){
   .Floor001031 li{ width: calc(33.3333% - 10px);}
}


/*
*品牌文化
*RighInfo002542 
*/
.RighInfo002542{padding: 3% 0 5% 0;}
.RighInfo002542 .title_{text-align:center;padding-bottom: 1%;}
.RighInfo002542 .intro{ position:relative;  overflow:hidden; width:100%;top:-20px;}
.RighInfo002542 .pic_pp{max-width:1200px;}
.RighInfo002542 .pic_pp img{width:100%;}
.RighInfo002542 .intro:nth-child(2n){ background:#f5f5f5;}
@media(min-width:1025px){
.RighInfo002542 .intro .Ispic{ position:absolute; left:0; top:0; height:100%; width:53%;}
.RighInfo002542 .intro:nth-child(2n) .Ispic{ width:47%; left:auto; right:0;}
.RighInfo002542 .intro .info_main{ padding:5% 4% 5% 57%;}
.RighInfo002542 .intro:nth-child(2n) .info_main{ padding-left:5%; padding-right:52%;}
}
.RighInfo002542 .intro p{ line-height:26px;font-size: 15px;}
.RighInfo002542 .title{ font-size:30px; color:#666;line-height: 50px;}
.RighInfo002542 .title span{ display:block; color:#000; font-family:"MS Serif", "New York", serif; font-size:60px;}
.RighInfo002542 .title::after{ width:50px; height:2px; background:#000; content:''; display:block; margin-top:20px;}
.RighInfo002542 .info_main .info{ padding-top:3%;}

@media(max-width:1024px){
.RighInfo002542 .intro .Ispic{ padding-bottom:50%;}
.RighInfo002542 .intro .info_main{ padding:5%;}
}
@media(max-width:640px){
.RighInfo002542 .title span{ font-size:26px;}
.RighInfo002542 .title{ font-size:24px;}
}


/*
 *公司简介
 *.Floor002468 为demo编号
 */
.Floor002468{ padding-top: 3%;}
.Floor002468 .title_{text-align:center;padding-bottom: 1%;}
.Floor002468 .title{padding-bottom: 1%;}
.Floor002468 .title h2{padding-right: 300px;color:#000; font-family:"MS Serif", "New York", serif; font-size:54px;font-weight: normal;text-align: center;}
.Floor002468 .title span{padding-left:400px;display: block;color:#000; font-family:"SimHei",Georgia,Serif; font-size:34px;font-weight: normal;text-align: center;}
.Floor002468 .title1{padding: 4% 0 2% 0;text-align: center;}
.Floor002468 .title1 img{text-align: center;}
.Floor002468 .title1 p{line-height: 32px;color:#000; font-family:"SimHei",Georgia,Serif; font-size:18px;font-weight: normal;text-align: center;padding:0 60px;}
.Floor002468 .list{ overflow: hidden;}
.Floor002468 .list .list-wrap{ margin:0 -0.8%;}
.Floor002468 .list .ul{ float: left; width: 50%; padding: 0 0.8% 1.5%;}
@media only screen and (max-width:767px ) {
	.Floor002468 .list .ul{ width: 100%; float: none; padding-left: 0; padding-right: 0; padding-bottom: 3%;}
    .Floor002468 .title span{padding-left: 0;font-size: 16px}
    .Floor002468 .title h2{padding-right: 0;font-size: 16px}
}
.Floor002468 .list .item{}
.Floor002468 .list .item-inner{ position: relative;}
.Floor002468 .list .item .linkhref{ position: absolute; z-index: 5; top: 0; left: 0; width: 100%; height: 100%; display: block;}
.Floor002468 .list .item .pic{ background-repeat: no-repeat; background-position: center; background-size: cover; }
.Floor002468 .list .item .pic:after{position: absolute; left: 0; top: 0; height: 100%; width: 100%; content: ""; display: block;background-color:#000;  -moz-opacity:0.4;  opacity: 0.4; filter:alpha(opacity=40); transition: all .3s;}
.Floor002468 .list .item .item-inner:hover .pic:after{-moz-opacity:0.1;  opacity: 0.1; filter:alpha(opacity=10); }
.Floor002468 .list .ul0 .item .pic{padding-bottom: 110.145%;}
.Floor002468 .list .ul1 .item+.item{ padding-top: 3%;}
.Floor002468 .list .ul1 .item .pic{ padding-bottom: 53.625%;}
.Floor002468 .list .item .item-inner:hover .word figure{ margin: 15px 0 0; opacity: 1; height: 48px;}
@media only screen and (min-width: 768px) {
	.Floor002468 .list .item .item-inner:hover .word figure{ height: 76px;}
}

/*Floor002530 */
.Floor002530{ padding-top:1.5%;}
.Floor002530 .title1{padding: 4% 0 2% 0;text-align: center;}
.Floor002530 .title1 img{text-align: center;}
.Floor002530 .title1 p{line-height: 32px;color:#000; font-family:"SimHei",Georgia,Serif; font-size:18px;font-weight: normal;text-align: center;padding:0 60px;}

.Floor002530 ul{ position:relative;}
.Floor002530 li{ float:left; width:32.34375%; margin-bottom:1.484375%;}
.Floor002530 li figure.Ispic{ padding-bottom:100%;}
.Floor002530 li:nth-child(2) figure.Ispic,
.Floor002530 li:nth-child(4) figure.Ispic,
.Floor002530 li:nth-child(6) figure.Ispic{ padding-bottom:50%;}
@media(min-width:641px){
.Floor002530 li:nth-child(2),
.Floor002530 li:nth-child(5){ position:absolute; left:33.828125%;}
.Floor002530 li:nth-child(2){ top:0;}
.Floor002530 li:nth-child(5){ bottom:0;}
}
.Floor002530 li:nth-child(3),
.Floor002530 li:nth-child(6){ float:right;}
.Floor002530 li:nth-child(4){ clear:left;}
.Floor002530 li a{ display:block; position:relative;}
.Floor002530 li .hover,
.Floor002530 li .hover > *{ position:absolute; left:0;width:100%;}
.Floor002530 li .hover,
.Floor002530 li .hover .Ispic{  top:0; height:100%;}
.Floor002530 li .hover{ z-index:10; opacity:0;}
.Floor002530 li a:hover .hover{ opacity:1; transition:0.3s;}
.Floor002530 li .hover .Ispic{ z-index:1; box-shadow:5px 0 10px rgba(0,0,0,0.33); transition:transform 0.3s;}
.Floor002530 li a:hover .hover .Ispic{ transform:scale(1.03);}
.Floor002530 li .txt{ color:#fff;  bottom:0; padding:3%; z-index:3;}
.Floor002530 li .txt p{ font-size:25px; margin:0;}
.Floor002530 li .txt i{ width:30px; height:1px; background:#fff; margin:10px 0; display:block;}
@media(max-width:1024px) and (min-width:641px){
.Floor002530 li .txt p{ font-size:18px;}
}
@media(max-width:640px){
.Floor002530 li{ width:49.5%;}
.Floor002530 li:nth-child(2){ margin-left:1%;}
.Floor002530 li:nth-child(5),
.Floor002530 li:nth-child(6){ width:100%;}
}
@media(max-width:480px){
.Floor002530 li:nth-child(1) p,
.Floor002530 li:nth-child(2) p,
.Floor002530 li:nth-child(3) p,
.Floor002530 li:nth-child(4) p{ font-size:16px;}
.Floor002530 li:nth-child(1) span,
.Floor002530 li:nth-child(2) span,
.Floor002530 li:nth-child(3) span,
.Floor002530 li:nth-child(4) span{ font-size:12px;}
}

@media(max-width: 320px){
    .Floor002530 li{ width:100%;}
}
/*
 .Floor002470 为demo编号
 */
.Floor002470{ padding: 20px 0 30px; overflow: hidden;}
.Floor002470_2{ padding-bottom: 5%; }
.Floor002470 .title1{padding: 4% 0 2% 0;text-align: center;}
.Floor002470 .title1 img{text-align: center;}
.Floor002470 .title1 p{line-height: 32px;color:#000; font-family:"SimHei",Georgia,Serif; font-size:18px;font-weight: normal;text-align: center;padding:0 60px;}

.Floor002470 .list{ margin: 0 -10px;}
.Floor002470 .item{ float: left; width: 50%;padding: 10px;}
.Floor002470 .item-inner{ position: relative; overflow: hidden; }
.Floor002470 .item .linkhref{ position: absolute; z-index: 5; top: 0; left: 0; width: 100%; height: 100%; display: block;}
.Floor002470 .item .pic{ background-repeat: no-repeat; background-position: center; background-size: cover; padding-bottom:59.705%;}
.Floor002470 .item .pic:after{position: absolute; left: 0; top: 0; height: 100%; width: 100%; content: ""; display: block;background-color:#000;  -moz-opacity:0.4;  opacity: 0.4; filter:alpha(opacity=40); transition: all .3s;}
.Floor002470 .item .item-inner:hover .pic:after{-moz-opacity:0.1;  opacity: 0.1; filter:alpha(opacity=10); }
.Floor002470 .item .item-inner:hover .word figure{ margin: 15px 0 0; opacity: 1; height: 44px;}
.Floor002470 .item1{ width: 100%; }
.Floor002470 .item1 .pic{ padding-bottom:50.725%;}
@media only screen and (max-width: 480px) {
	.Floor002470 .item{ width: 100%; float: none;}
}
@media only screen and (min-width: 768px) {
	.Floor002470 .item .word h2{ font-size: 20px;}
	.Floor002470 .item1{ width: 50%; }
}
@media only screen and (min-width: 1024px) {
	.Floor002470 .item{width: 25%;}
	.Floor002470 .item1{ width: 50%; }
}


/*Floor002461 */
.Floor002461{ padding-bottom: 30px;}
.Floor002461 .title1{padding: 4% 0 2% 0;text-align: center;}
.Floor002461 .title1 img{text-align: center;}
.Floor002461 .title1 p{line-height: 32px;color:#000; font-family:"SimHei",Georgia,Serif; font-size:18px;font-weight: normal;text-align: center;padding:0 60px;}

.Floor002461 li{ float:left; margin-bottom:2%; width:49%; position:relative;padding-bottom:26%;}
.Floor002461 li:nth-child(1){ margin-right:2%; padding-bottom:54%;}
.Floor002461 li:nth-child(2),
.Floor002461 li:nth-child(3){ float:right;}
.Floor002461 li:nth-child(5){ margin-left:2%;}
.Floor002461 li:nth-child(4){ clear:left;}
.Floor002461 li > *{ position:absolute; left:0;width:100%; z-index:3;}
.Floor002461 li a{ height:100%; top:0;}
.Floor002461 li .Ispic{ top:0;  height:100%; z-index:1;}
.Floor002461 li:nth-child(5){ width:49%;}
.Floor002461 li::after{position: absolute;left: 0;top: 0;height: 100%;width: 100%;content: "";background-color:#000;transition: all .3s; z-index:2; opacity:0.4;}
.Floor002461 li:hover::after{ opacity:0;}


/*Floor002461_ */
.Floor002461_{ padding-bottom: 30px;}
.Floor002461_ .title1{padding: 4% 0 2% 0;text-align: center;}
.Floor002461_ .title1 img{text-align: center;}
.Floor002461_ .title1 p{line-height: 32px;color:#000; font-family:"SimHei",Georgia,Serif; font-size:18px;font-weight: normal;text-align: center;padding:0 60px;}

.Floor002461_ li{ float:left; margin-bottom:2%; width:100%; position:relative;padding-bottom:50%;}

.Floor002461_ li > *{ position:absolute; left:0;width:100%; z-index:3;}
.Floor002461_ li a{ height:100%; top:0;}
.Floor002461_ li .Ispic{ top:0;  height:100%; z-index:1;}
.Floor002461_ li::after{position: absolute;left: 0;top: 0;height: 100%;width: 100%;content: "";background-color:#000;transition: all .3s; z-index:2; opacity:0.4;}
.Floor002461_ li:hover::after{ opacity:0;}


.swiper-button-next1{background: url("../images/righticon.png") no-repeat center center !important}
.swiper-button-prev1{background: url("../images/lefticon.png") no-repeat center center !important;}
.swiper-button-next2{background: url("../images/righticon.png") no-repeat center center !important;}
.swiper-button-prev2{background: url("../images/lefticon.png") no-repeat center center !important}
.swiper-button-next3{background: url("../images/righticon.png") no-repeat center center !important;}
.swiper-button-prev3{background: url("../images/lefticon.png") no-repeat center center !important;}
.swiper-button-next4{background: url("../images/righticon.png") no-repeat center center !important;}
.swiper-button-prev4{background: url("../images/lefticon.png") no-repeat center center !important;}
.swiper-button-next5{background: url("../images/righticon.png") no-repeat center center !important;}
.swiper-button-prev5{background: url("../images/lefticon.png") no-repeat center center !important;}
.dazhongbox{width: 465px;position: absolute;background: url("../images/dazongbg.png") no-repeat left top;z-index: 99999;height: 149px;top: 60px;left: 123px;text-align: center;display:none}
.dazhongbox ul{padding-top: 27px;}
.dazhongbox ul li{width: 130px;margin:0 5px;display: inline-block;position: relative}
.dazhongbox ul li h3{font-size: 14px;position: absolute;height: 30px;line-height: 30px;right: 10px;bottom: 15px;margin: 0;color: #ffffff}
.dazhongbox ul li h3 a{font-size: 14px;color: #ffffff;}
.dazhongbox ul li img{width: 100%}
.weixinimg{display: none;position: absolute;left: 20px;top: 70px;padding-top: 0px !important;width: 110px;}
.weiboimg{display: none;position: absolute;left: 20px;top: 70px;padding-top: 0px !important;width: 110px;}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{padding-left:0 !important}
.bd_weixin_popup{height: 330px !important}

.weixinpiccode{position: absolute;top: 50px;left: 31px;z-index: 9999;display: none}
.PicList001088 span.icon a.icon-weixin:hover .weixinpiccode{display: block}

/*
 .Form000573 为demo编号
 */
.Form000573{ padding-bottom:2%;}
.Form000573 .title{ text-align:center; font-size:30px; padding:2% 0;}
.Form000573 .title span{ font-family:Georgia; font-size:24px; text-transform:uppercase; display:block; color:#c1c1c1;}
@media(max-width:640px){
    .Form000573 .title{font-size:18px;}
    .Form000573 .title span{ font-size:14px;}
}
.Form000573 .list li{ margin-bottom:3%;line-height:22px;}
.Form000573 .list li figure,
.Form000573 .list li div{ padding:1em 2em 1em 3em;}
.Form000573 .list li figure{ border:1px solid #f0f0f0; border-bottom:0; color:#33a260; text-align:justify; text-justify:inter-ideograph;  background:url(../images/Form000573-icon_Q.gif) no-repeat 1.4em 1.4em #f8f8f8;padding-bottom:1.3em;}
.Form000573 .list li figure time{ color:#b1b1b1; font-size:12px; float:right; margin-left:5px;}
.Form000573 .list li div{ border:1px dotted #ddd;background:url(../images/Form000573-icon_A.gif) no-repeat 1.4em 1.4em; color:#9a9a9a; position:relative; }
.Form000573 .list li div::before{ position:absolute; content:''; background:url(../images/Form000573-icon_jiao.png) no-repeat; width:20px; height:12px; left:3em; top:-11px;}
.Form000573 .from h1{ margin:0; font-weight:normal;border-bottom:1px solid #d1d1d1; font-size:16px; padding-left:15px; height:35px;}
.Form000573 .from h1 span{ border-bottom:3px solid #b12e33; padding-bottom:0.8em; display:inline-block; height:36px;}
.Form000573 .from .btn{ cursor:pointer; border:none; padding:0 15%;height:35px; font-size:14px; color:#fff; background:#673b31;}
.Form000573 .from .f_name{ width:100px; padding-right:15px;text-align:right; color:#4d4d4d;}
.Form000573 .from table{ max-width:600px; margin: 0 auto;}
.Form000573 .from td{  line-height:35px; padding-top:3%; vertical-align:top;}
.Form000573 .from .text{ width:80%; border:1px solid #eaeaea; height:35px; line-height:35px; padding:0 2%; border-radius:3px;}
.Form000573 .from .textcode{ width:80px;}
.Form000573 .from .text:focus{ border-color:#673b31; box-shadow:0 0 8px #FBC1C1 inset; transition:all ease 0.5s;}
.Form000573 .from textarea.text{ width:100%; height:175px;}
.Form000573 .from i{ color:#19ad66; font-style:normal;}
.Form000573 .form_err{color:#df2130;}


.popBox1{position: fixed;top:0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.6); z-index:9999; display:none;}
.popCon1{margin: 6% auto;padding:35px 20px 20px 20px;width: 56%;background-color: rgb(255, 255, 255); position:relative;}
.popCon1 .pop-as{ position:absolute; right:0px; top:5px;}
.popCon1 .pop-as .pop-a{ padding:0px !important; margin:0px !important; border:0 !important;}
.popCon1 .pop-as .pop-a{background: url("../images/guanbi.png") no-repeat center center;width: 50px;height: 50px;display: block;}
.topchexi{display: none}
@media(max-width: 640px){
    .topchexi{display: block}
    .popCon1{margin: 12% auto;width: 90%;}
    .contentright .Floor002398{display: none}
}
.btnstyle{width: 100px;height: 35px;line-height: 35px;background: #000;color: #fff;border: 0;border-radius: 3px;margin: 3% auto;display: block;cursor: pointer}

.phonetc{top: 22px;width: 200px !important}
.phonetc b{display: block;background: rgba(25, 25, 25, 0.85);padding: 10% 3%}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{float:inherit !important;font-size:14px !important;padding-left: 0 !important;
    height: inherit !important;
    line-height:inherit !important;
    background-repeat: no-repeat !important;
    cursor: pointer !important;
    margin:0 0 1px 0 !important;
background-image:url("../images/Other001470-icon.png") !important;}
.bdshare-button-style0-16 a:hover{color:#ffffff !important}


.swiper-pagination3 .swiper-pagination-bullet-active{background: #000 !important;}
.swiper-pagination3 .swiper-pagination-bullet{height: 10px !important;width: 10px !important}

.Bottom002370 .contact .share a{font-size: 30px !important;height: 30px !important;line-height: 30px !important;margin-right: 10px !important;width: 30px !important}