﻿@charset "UTF-8";
/* ---------------------------------------------- /*
 *  import css
/* ---------------------------------------------- */


.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/* ---------------------------------------------- /*
 *  reset
/* ---------------------------------------------- */
html.lock {
  overflow: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
iframe,
fieldset,
legend,
label,
button,
input,
textarea,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
strong,
b,
i {
  font-weight: normal;
  font-style: normal;
}

a,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
  outline: none;
}
a:hover{ color:#F19D9F
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

button {
  background: none;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

body {
  position: relative;
  background: #fff;
  color: #2d2d2d;
  font: normal 12px/1.5 ; font-weight:normal
}

/* ---------------------------------------------- /*
 *  general
/* ---------------------------------------------- */
.center-align {
  text-align: center;
}

.group {
  zoom: 1 *;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.bg-grey {
  background: #333;
  background: #f7f7f7;
}

a.disabled {
  cursor: default;
}

/* ---------------------------------------------- /*
 *  Z-index
/* ---------------------------------------------- */
header {
  z-index: 6000;
}

.sidebar {
  z-index: 5000;
}

footer {
  z-index: 3000;
}

.page-wrap {
  z-index: 3000;
}

.full-banner {
  z-index: 10;
}

.loudspeaker {
  z-index: 4000;
}

#landscape {
  z-index: 9999;
}

.wechat-box {
  z-index: 8000;
}

.full-gallery-box {
  z-index: 8500;
}

.mobile-bottom-bar {
  z-index: 5000;
}

.wifi-box {
  z-index: 7000;
}

.food-safety-search {
  z-index: 4500;
}

.food-iframe-box {
  z-index: 7000;
}

.media-box {
  z-index: 7000;
}

.loading-box {
  z-index: 7100;
}

/* ---------------------------------------------- /*
 *  backgroud image
/* ---------------------------------------------- */

/* ---------------------------------------------- /*
 *  full-banner
/* ---------------------------------------------- */
.full-banner {
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.full-banner .img-wrap {
  display: block;
  position: absolute;
  width: 5000px;
  height: 5000px;
  left: 50%;
  top: 50%;
  margin: -2500px 0 0 -2500px;
  text-align: center;
  font-size: 0;
  z-index: 50;
}

.full-banner .img-wrap:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.full-banner .img-wrap img {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  vertical-align: middle;
  -moz-transition: -moz-transform 1s linear;
  -webkit-transition: -webkit-transform 1s linear;
  -ms-transition: -ms-transform 1s linear;
  transition: transform 1s linear;
}

.full-banner .img-wrap img.tablet,
.full-banner .img-wrap img.mobile {
  display: none;
}

.full-banner.leave .img-wrap img {
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.full-banner button {
  display: none;
  position: absolute;
  width: 60px;
  height: auto;
  left: 50%;
  bottom: 30px;
  margin-left: -30px;
  text-align: center;
  z-index: 100;
}

.full-banner button .target {
  display: block;
  width: 52px !important;
  height: 52px !important;
  margin: 0 auto;
}

.full-banner button .hand {
  display: block;
  position: relative;
  width: 40px !important;
  height: 51px !important;
  left: 4px;
  margin: -20px auto 10px auto;
  -webkit-animation: fadeBottom 2s ease-out 1s infinite;
  animation: fadeBottom 2s ease-out 1s infinite;
}

.full-banner button span {
  display: block;
  font-size: 12px;
  color: #000;
}

.brace {
  position: relative;
  width: 100%;
  z-index: 9;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-mask {
  display: block;
  position: fixed;
  width: 100%;
  height: 120px;
  left: 0;
  bottom: 0;
  z-index: 4000;
  cursor: pointer;
}

.page-wrap {
  position: relative;
  background: #191919;
  background: #fff;
}

/* ---------------------------------------------- /*
 *  header
/* ---------------------------------------------- */
header {
  display: block;
  position: relative;
  width: 100%;
  height: 100px;
  background: #fff;
}

header .inner-wrap {
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #717171;
  border-bottom: 1px solid #d9d9d9;
  z-index: 7000;
}

.hasAd header .inner-wrap {
  overflow: hidden;
}

header.shrink .inner-wrap,
header.shrink-fix .inner-wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

header .inner {
  display: block;
  position: relative;
  max-width: 1122px;
  margin: 0 auto;
  z-index: 9999;
}

header h1 {
  display: block;
  position: absolute;
  /*width: 376px;*/
  height: 96px;
  left: 50%;
  top: 50%;
  top: 0;
  margin: 0 0 0 -112px;
  margin: 0;
  z-index: 100;
  transform: translateX(-50%);
  -moz-transition: margin 0.3s ease-out;
  -webkit-transition: margin 0.3s ease-out;
  -ms-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}

.hasAd header h1 {
  margin: 0 0 0 -112px;
}

header h1 a {
  display: block;
  position: relative;
  height: 120px;
  height: 100% !important;
  overflow: hidden;
  -moz-transition: margin 0.3s ease-out;
  -webkit-transition: margin 0.3s ease-out;
  -ms-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}

header.shrink h1 a,
.hasAd header h1 a,
header.shrink-fix h1 a {
  height: 90px;
}

header h1 img {
  display: block;
  position: relative; margin-top:10px
}

header h1 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 36px;
  font-size: 39.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
}

@media (min-width: 769px) {
  header h1 .icon {
    font-size: 57px;
    font-size: 62px;
  }

  header.shrink h1 a .icon,
  .hasAd header h1 a .icon,
  header.shrink-fix h1 a .icon {
    font-size: 40px;
    font-size: 44px;
  }
}

.hasAd header h1 img {
  top: -30px;
}

header .main-nav {
  display: block;
  position: relative;
  width: 100%;
}

@media (min-width: 600px) {
  header .inner {
    display: flex;
    justify-content: flex-end;
    /*padding: 0 20px;*/
  }

  header h1 {
    left: 0;
    margin: 0 90px 0 0;
    margin: 0 90px 0 -6px;
    transform: none;
  }

  .hasAd header h1 {
    margin: 0 90px 0 0;
  }

  header .main-nav {
    display: inline-block;
    width: calc(65% - 65px - 70px) !important;
    /* flex: 1; */
  }

  header .main-nav > ul > li {
    /*width: 16.66% !important;*/
    display: block;
    position: static !important;
    float: left !important;
  }
}

@media (min-width: 600px) {
  header h1 {
    left: 20px;
  }
}

@media (min-width: 1025px) {
  header h1 {
    left: 0;
  }
}

header .main-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

header .main-nav > ul > li {
  display: block;
  position: relative;
  width: 22%;
  line-height: 90px;
  text-align: center;
  -moz-transition: line-height 0.1s ease-out;
  -webkit-transition: line-height 0.1s ease-out;
  -ms-transition: line-height 0.1s ease-out;
  transition: line-height 0.1s ease-out;
}
header .main-nav > ul > li.last-menu{
  width: 30%;
  max-width: 30%;
  margin-left: 10px;
}
header .main-nav > ul > li.last-menu > a span img{
  width: 26px;
  height: 26px;
  vertical-align: middle;
}
header.shrink .main-nav > ul > li,
.hasAd header .main-nav > ul > li,
header.shrink-fix .main-nav > ul > li {
  line-height: 60px;
}

header .main-nav > ul > li.fl {
  float: left;
}

header .main-nav > ul > li.fr {
  float: right;
}

header .main-nav > ul > li.menu-3 {
  position: absolute;
  right: 20%;
  top: 0;
}

header .main-nav > ul > li > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
  text-align: center;
  font-size: 0;
  z-index: 500;
}

header .main-nav > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  background: #fff;
  left: 0;
  bottom: -1px;
  z-index: 501;
  visibility: hidden;
}

header .main-nav > ul > li:hover > a {
  background: #000;
  background: #fff;
  border-left: 1px solid #717171;
  border-right: 1px solid #717171;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.hasAd header .main-nav > ul > li:hover > a {
  border: none;
}

header .main-nav > ul > li:hover > a:before {
  visibility: visible;
}

header .main-nav > ul > li:hover > a,
header .main-nav > ul > li .submenu .sub-inner a:hover {
  color: #f3a3ac;
}

header .main-nav > ul > li .submenu .sub-inner a.disabled {
  cursor: default !important;
}

header .main-nav > ul > li .submenu .sub-inner a.disabled:hover {
  color: #f3a3ac
}

header .main-nav > ul > li .submenu .sub-inner a.disabled:hover:before {
  background: #595959 !important;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li > a.disabled:hover {
  color: #fff !important;
  color: #000 !important;
}

/*header .main-nav > ul > li.menu-2:hover > a,
header .main-nav > ul > li.menu-2 .submenu .sub-inner a:hover  {
	color: #82bc00;
}
header .main-nav > ul > li.menu-4:hover > a,
header .main-nav > ul > li.menu-4 .submenu .sub-inner a:hover {
	color: #ef6e51;
}
header .main-nav > ul > li.menu-3:hover > a,
header .main-nav > ul > li.menu-3 .submenu .sub-inner a:hover {
	color: #74cbc8;
}*/
header .main-nav > ul > li > a:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

header .main-nav > ul > li > a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 26px; font-weight:bold
}
header .main-nav > ul > li > a span img{ width:30px; height:30px; margin-top:-5px;}
header .main-nav > ul > li > a span div{ width:60px; background:url(../images/index_r1_c10.jpg) no-repeat; height:40px; background-size:60px 40px; margin-bottom:8px}
header .main-nav  > ul > .menu-2 > a span div{ width:60px; background:url(../images/index_r0_c10.jpg) no-repeat; height:40px; background-size:60px 40px}
header .main-nav  > ul > .menu-3 > a span div{ width:60px; background:url(../images/index_r1_c20.jpg) no-repeat; height:40px;background-size:60px 40px}
header .main-nav  > ul > .menu-4 > a span div{ width:60px; background:url(../images/index_r1_c28.jpg) no-repeat; height:40px;background-size:60px 40px}
header .main-nav  > ul > .menu-5 > a span div{ width:60px; background:url(../images/index_r1_c18.jpg) no-repeat; height:40px;background-size:60px 40px}
header .main-nav  > ul > .menu-6 > a span div{ width:60px; background:url(../images/index_r1_c26.jpg) no-repeat; height:40px;background-size:60px 40px}

header .main-nav > ul > li > a i,
header .main-nav > ul > li > a .icon {
  display: block;
  margin-bottom: 10px;
  font-size: 48px;
  font-size: 36px;
  line-height: 40px;
  margin: 0 auto 10px auto;
}

header .main-nav .header-moblie-bg {
  display: none;
}



header .main-nav > ul > li.menu-1 > a i,
header .main-nav > ul > li.menu-4 > a i,
header .main-nav > ul > li.menu-1 > a .icon,
header .main-nav > ul > li.menu-4 > a .icon {
  position: relative;
  /* top: 5px; */
}

header.shrink .main-nav > ul > li > a i,
.hasAd header .main-nav > ul > li > a i,
header.shrink-fix .main-nav > ul > li > a i,
header.shrink .main-nav > ul > li > a .icon,
.hasAd header .main-nav > ul > li > a .icon,
header.shrink-fix .main-nav > ul > li > a .icon {
  display: inline-block;
  position: relative;
  top: 0px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

header.shrink .main-nav > ul > li.menu-1 > a i,
.hasAd header .main-nav > ul > li.menu-1 > a i,
header.shrink-fix .main-nav > ul > li.menu-1 > a i {
  font-size: 30px;
}

header.shrink .main-nav > ul > li > a .icon,
.hasAd header .main-nav > ul > li > a .icon,
header.shrink-fix .main-nav > ul > li > a .icon {
  font-size: 22px;
}



header.shrink .main-nav > ul > li.menu-2 > a i,
.hasAd header .main-nav > ul > li.menu-2 > a i,
header.shrink-fix .main-nav > ul > li.menu-2 > a i {
  font-size: 26px;
}

header.shrink .main-nav > ul > li.menu-4 > a i,
.hasAd header .main-nav > ul > li.menu-4 > a i,
header.shrink-fix .main-nav > ul > li.menu-4 > a i {
  font-size: 24px;
}

header.shrink .main-nav > ul > li.menu-3 > a i,
.hasAd header .main-nav > ul > li.menu-3 > a i,
header.shrink-fix .main-nav > ul > li.menu-3 > a i {
  font-size: 26px;
}

header .main-nav > ul > li .submenu {
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  top:90px;
  background: rgba(0, 0, 0, 0.9);
  background: rgba(255, 255, 255, 0.97);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5000000', endColorstr='#E5000000');
  border: solid #717171;
  border: solid #d9d9d9;
  border-width: 1px 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -moz-transition: top 0.1s ease-out;
  -webkit-transition: top 0.1s ease-out;
  -ms-transition: top 0.1s ease-out;
  transition: top 0.1s ease-out;
}

.hasAd header .main-nav > ul > li .submenu {
  display: none;
  /*display: block;*/

}

header.shrink .main-nav > ul > li .submenu,
header.shrink-fix .main-nav > ul > li .submenu {
  top: 59px;
}

header .main-nav > ul > li:hover .submenu {
  z-index: 400;
  opacity: 1;
  visibility: visible;
}

header .main-nav > ul > li .submenu .sub-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 0 15px 0;
  font-size: 0;
  line-height: 14px;
  text-align: left;
}

header .main-nav > ul > li.menu-3 .submenu .sub-inner,
header .main-nav > ul > li.menu-4 .submenu .sub-inner {
  text-align: right;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li {
  display: inline-block;
  min-width: 140px;
  padding-right: 10px;
  line-height: 14px;
  vertical-align: top;
}

header .main-nav > ul > li.fr .submenu .sub-inner > ul > li {
  text-align: center;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li > span {
  display: none !important;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li > a {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  color: #000;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li > ul > li {
  display: block;
  font-size: 12px;
  color: #2d2d2d;
  color: #595959;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li > ul > li:hover {
  color: #ffbc0d;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li > ul > li a {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 26px;
  color: #2d2d2d;
  color: #595959;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li > ul > li a {
  padding-left: 10px;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li > ul > li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  top: 12px;
  background: #2d2d2d;
  background: #595959;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

header
  .main-nav
  > ul
  > li
  .submenu
  .sub-inner
  > ul
  > li
  > ul
  > li
  a:hover:before {
  background: #ffbc0d;
  background: #db0007;
}

/* header .main-nav > ul > li .submenu .sub-inner > ul > li > ul > li a.disabled:hover:before {
	background: #595959;
} */
header .menu-toggle {
  display: none;
  position: absolute;
  width: 53px;
  height: 53px;
  left: 0;
  top: 0;
  padding: 14px 0;
  box-sizing: border-box;
}

header .menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 0 auto 5px auto;
  background: #7f7f7f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

header .menu-toggle span:last-child {
  margin: 0 auto;
}

header .other-toggle {
  display: none;
  position: absolute;
  width: 53px;
  height: 53px;
  right: 0;
  top: 0;
  padding: 14px 0;
  box-sizing: border-box;
}

header .other-toggle:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #7f7f7f;
  margin: 0 auto 5px auto;
}

header .other-toggle:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #7f7f7f;
  margin: 0 auto;
}

header .other-toggle span {
  display: block;
  width: 5px;
  height: 5px;
  background: #7f7f7f;
  margin: 0 auto 5px auto;
}

header .main-nav .close,
.sidebar .close {
  display: none;
  position: absolute;
  float: none;
  width: 120px;
  height: 120px;
  width: 60px;
  height: 60px;
  color: #fff;
  right: 0;
  top: 0;
  z-index: 9100;
  text-align: center;
  line-height: 120px;
  line-height: 60px;
  font-weight: normal;
  opacity: 1;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}

header .main-nav .close i,
.sidebar .close i {
  font-size: 40px;
  font-size: 30px;
  color: #7f7f7f;
  color: #fff;
}


/* ---------------------------------------------- */
.footer1{ background:#000000; width:100%; display:flex;justify-content: center; align-intems:center; position:relative}
.copy_right{ width:70%; height:auto; padding:70px 0;display:flex;flex-direction:row;flex-wrap: nowrap }

.footer_left{ margin-right:200px}
.footer_right{}
.footer_right li{ text-align:left; border-left:1px solid #fff; padding-left:40px; line-height:40px; color:#fff; font-size:14px; float:left; margin-left:50px; width:200px}
.footer_right li a{ color:#fff}
.footer_right li a:hover{ color:#F3CFD3}

/*---中间区域--*/
.main_center2{ width:1122px; text-align:center; margin:auto; padding-top:110px; overflow:hidden}
.main_center{ width:1122px; text-align:center; margin:auto; padding-top:140px; overflow:hidden}
.new_shop{ width:100%; clear:both; }
.new_shop dl{ float:left; margin-right:19px; width:266px; border:1px solid #eeecec; height:344px; margin-bottom:16px; }
.new_shop dl:nth-child(1){ width:550px;overflow:hidden; position:relative}
.new_shop dl:nth-child(1) span{width:100%; display:block; background:url(../images/bg01.png) repeat; position:absolute; bottom:0px; height:50px; line-height:50px; padding:0 5%;white-space: nowrap; overflow:hidden;text-overflow: ellipsis; z-index:100; text-align:left; color:#fff; font-size:20px}
.new_shop dl:nth-child(3){margin-right:0px;}
.new_shop dl:nth-child(7){margin-right:0px;}

.new_shop dl dd p{padding-bottom: 77.44%; position: relative; display:block; overflow:hidden}
.new_shop dl dd p img {
 position: absolute;
 width: 100%; height:100%;  left:0; z-index:1;object-fit: cover; transition:all 3s
}

.new_shop dl:nth-child(1) dd p{padding-bottom: 62.25%; position: relative; display:block; overflow:hidden}
.new_shop dl:nth-child(1) dd p img {
 position: absolute;
 width: 100%; height:100%;  left:0; z-index:1;object-fit: cover; transition:all 3s
}
.new_shop dl dd p:hover img{transform:scale(1.1); transition:all 1s;}

.new_shop dl dd p img{ width:100%; text-align:center; margin:auto}
.new_shop dl dd div{ width:100%; padding:20px 15px;  clear:both; text-align:left; position:relative; font-size:16px }
.new_shop dl dd div a{ height:73px; line-height:24px; overflow:hidden; display:block}
.new_shop dl dd div time{ font-size:14px; color:#999; width:100%; display:block; position:absolute; bottom:-10px; }

/*---food--*/
.food{width:100%; clear:both;}
.food_left{ width:551px; float:right}
.food_left dl{ float:left; margin-right:19px; width:266px; border:1px solid #eeecec; height:344px; margin-bottom:16px; }

.food_left dl:nth-child(2){margin-right:0px;}
.food_left dl:nth-child(4){margin-right:0px;}

.food_left dl dd p{padding-bottom: 100%; position: relative; display:block; overflow:hidden}
.food_left dl dd p img {
 position: absolute;
 width: 100%; height:100%;  left:0; z-index:1;object-fit: cover; transition:all 3s
}

.food_left dl:nth-child(1) dd p{padding-bottom: 129%; position: relative; display:block; overflow:hidden}
.food_left dl:nth-child(1) dd p img {
 position: absolute;
 width: 100%; height:100%;  left:0; z-index:1;object-fit: cover; transition:all 1s
}
.food_left dl dd p:hover img{transform:scale(1.1); transition:all 1s;}

.food_left dl dd p img{ width:100%; text-align:center; margin:auto;transition:all 3s}
.food_left dl dd div a{ height:60px; line-height:22px; overflow:hidden; display:block}
.food_left dl dd div{ width:100%; padding:20px 15px;  clear:both; text-align:left; position:relative; font-size:16px }
.food_left dl dd div time{ font-size:14px; color:#666; width:100%; display:block; position:absolute; bottom:-5px; }

.food_right{ width:551px; float:left; overflow:hidden}

.food_right dl dd p:hover img{transform:scale(1.1); transition:all 1s; }

.food_right dl dd{ height:343px}
.food_right dl dd p{padding-bottom: 62.25%; position: relative; display:block; overflow:hidden}
.food_right dl dd p img {
 position: absolute;
 width: 100%; height:100%;  left:0; z-index:1;object-fit: cover; transition:all 3s
}
.food_right dl dd:nth-child(2){ margin-top:16px}
/*--创意---*/
.fice {width:100%; clear:both;}
.fice_top {width:100%; clear:both;}
.fice_bottom {width:100%; clear:both;}
.fice_top h2{ width:411px; height:57px; background:url(../images/in03.jpg) no-repeat; line-height:57px; font-weight:bold; font-size:40px; text-align:center; margin:auto}
.fice_top h2 em{ color:#e48c9a; font-style:normal}
.fice_top  p{width:294px; height:27px; background:url(../images/in15.jpg) no-repeat; line-height:27px; font-weight:bold; font-size:16px; color:#e48c99; text-align:center; margin:auto}

.fice_bot{ padding-top:16px;}
.fice_bot dl dd{ width:265px;overflow:hidden; position:relative; border:1px solid #eeecec;float:left; margin-right:19px; margin-bottom:16px; }
.fice_bot dl dd:last-child{margin-right:0px;}
.fice_bot dl dd p img {

 width: 265px; height:330px;  left:0; z-index:1;object-fit: cover; transition:all 3s
}

.fice_bot dl dd p:hover img{transform:scale(1.1); transition:all 1s;}

.fice_bot_r{ width:100%; clear:both; overflow:hidden}
.fice_bot_r dl dd{ float:left; margin-right:19px;height:412px; overflow:hidden}
.fice_bot_r dl dd:last-child{margin-right:0px}
.fice_bot_r dl dd p:hover img{transform:scale(1.1); transition:all 1s; }

.fice_bot_r dl dd p img {
 width: 551px; height:412px;  ;object-fit: cover; transition:all 3s
}



/*---xinchao--*/
.xinchao_top{ width:100%; margin-top:16px; clear:both; overflow:hidden; height:345px;}
.xinchao_top p:hover img{transform:scale(1.1); transition:all 1s; }
.xinchao_top p{padding-bottom: 29.13%; position: relative; display:block; overflow:hidden}
.xinchao_top p img {
 position: absolute;
 width: 100%; height:100%;  left:0; z-index:1;object-fit: cover; transition:all 3s
}
.xinchao_bot{ width:100%; margin-top:16px; clear:both; overflow:hidden; }
.xinchao_bot dl dd{ width:265px; border:1px solid #eeecec;float:left; margin-right:19px; position:relative }
.xinchao_bot dl dd:last-child{margin-right:0px;}
.xinchao_bot dl dd p:hover img{transform:scale(1.1); transition:all 1s; }

.xinchao_bot dl dd p{padding-bottom: 124.52%; position: relative; display:block; overflow:hidden}
.xinchao_bot dl dd p img {
 position: absolute;
 width: 100%; height:100%;  left:0; z-index:1;object-fit: cover; transition:all 3s
}
.xinchao_bot dl dd h2{ font-size:18px; font-weight:bold; position:absolute; z-index:22; left:25px;top:35px; text-align:left; line-height:24px}
.xinchao_bot dl dd h2 em{ color:#e48c99; font-style:normal}


/*---copy--*/
.home_bot_bg{ background:#F2F1F1; padding:50px 0; margin-top:70px}
.copy_center{ width:1120px; text-align:center; margin:auto; font-size:12px;}
.copy_center div{ float:left; margin-right:48px; text-align:left}
.copy_center div:nth-child(3){ position:relative}
.copy_center div:nth-child(3) a{ padding-right:10px}
.copy_center div:last-child{margin-right:0px;}
.sns{ background:url(../images/wb01.png) no-repeat; width:30px; height:30px; display:block; background-size:30px 30px; position:absolute; right:0px; bottom:-5px; z-index:2 }
.sns:hover{ background:url(../images/wb02.png) no-repeat; width:30px; height:30px; display:block; background-size:30px 30px }
.wx1{ background:url(../images/w01.png) no-repeat; width:30px; height:30px; display:block; background-size:30px 30px; position:absolute; right:35px; bottom:-5px; z-index:2 }
.wx1:hover{ background:url(../images/w02.png) no-repeat; width:30px; height:30px; display:block; background-size:30px 30px }

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 250ms ease-in;
	-moz-transition: opacity 250ms ease-in;
	transition: opacity 250ms ease-in;
	pointer-events: none; display:flex; align-items:center; justify-content:center
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 240px;
	height:270px;
	position: relative;
	padding:  20px 25px ;
	border-radius: 10px;
	background: #fff;
	 font-size:0.12rem;
}
.modalDialog > div h2{ font-size:0.24rem; padding-top:0.25rem }
.modalDialog > div p a { background:#da801f; color:#fff; width:0.8rem; height:0.2rem; line-height:0.2rem; text-align:center; color:#fff; display:block; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin-top:0.1rem; text-align:center; margin:auto}
.close {
	background: #DBB76D;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -15px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.close:hover { background: #F39EA1; }
.home_bot_r4{ line-height:38px; float:right; margin-left:60px }
.btn{
width: 38px;
height: 38px; background:url(../images/top.jpg) no-repeat; display:block; float:right;
}
.btn:hover{
background:url(../images/top1.jpg) no-repeat
}

/*--品牌展示内容--*/
.pest_ad{ width:1122px; height:332px; overflow:hidden}
.pest_ad img{width:1122px; height:332px;transition:all 3s }
.pest_ad img:hover{width:1122px; height:332px;transform:scale(1.1); transition:all 1s; }
.pest_inf{ width:680px; height:auto;  padding:30px 0; text-align:center; margin:auto}
.pest_tit{ width:100%; text-align:left; font-size:26px; line-height:35px; color:#2d2d2d; font-weight:normal }
.pest_p{width:100%; border-bottom:1px solid #dfdfdf; padding:15px  0}
.pest_tit span{ float:right}
.pest_tit span img{ float:left}
.pest_p h1{ text-align:left;color:#f39ca2; font-size:22PX;}
.pest_p p{ text-align:left; font-size:16px; line-height:24px; text-align: justify;padding:10px 0}
.pest_p p img{ /*width:100%;*/ text-align:center; margin:auto;transition:all 3s}
.pest_p p img:hover{transform:scale(0.9); transition:all 1s; opacity:0.8}
.cy_top p img:hover{transform:scale(0.9); transition:all 1s; opacity:0.8}
.pest_p h2{ font-size:22px; color:#f39ca2; text-align:left; }
.pest_p:last-child{border-bottom:none}
.pro_list span{ font-size:14px}
/*--发展历程--*/
.expand{ margin-top:50px; width:1180px; }
/*--企业文化--*/
.pest_p_list{ width:100%; border-bottom:1px solid #dfdfdf; padding:25px 0; overflow:hidden; display:grid;grid-gab:10px;grid-template-columns:repeat(2,1fr) }
.pest_p_list dl{display:grid;grid-gab:15px;grid-template-columns:90px 207px; align-items:center}
.pest_p_list dl dd{ text-align:left; line-height:30px; font-size:15px;}
.pest_p_list dl dd b{ font-weight:bold; font-size:20px;}
.pest_p_list dl:last-child{margin-right:0px}
.pest_qyinf{width:100%; border-bottom:1px solid #dfdfdf; padding:25px 0; overflow:hidden;}
.pest_qyinf p{ text-align:left; font-size:16px; line-height:24px; padding:15px 0}
.pest_qyinf p img{ width:100%; text-align:center; margin:auto}
.pest_qyinf h2{ font-size:24px; color:#f39ca2; text-align:left; font-weight:bold}
.pest_qyinf dl{width:100%; clear:both; overflow:hidden}
.pest_qyinf dl dd{ text-align:left; margin:5px 0; font-size:16px}
.pest_qyinf dl dd b{ font-weight:bold}
.pest_qyinf dl dd span{ width:10px; height:10px; background:#DBB761;box-shadow: 5px 0px 2px 0px #ECD6AF ; border-radius:50%; float:left; display:block; margin-right:5px; margin-top:10px}
.pest_p h3{ text-align:left; line-height:30px;}

.page{ width:386px;  margin-bottom:20px; font-size:12px; font-family:"microsoft yahei"; overflow:hidden; text-align:center; margin:auto;  margin-top:40px}
.page ul{ margin-left:50px}
.page ul li{ float:left; line-height:25px; margin-left:10px; font-size:14px;}
.current{background:#ba9164; color:#fff; border:1px solid #ba9164; text-decoration:none; padding:0px 10px; float:left;height:25px; line-height:25px; margin:0 3px}
.page a{display:block; float:left; height:25px; border:1px solid #dfdfdf; line-height:25px; padding:0 10px; margin:0 3px; color:#666; overflow:hidden;}
.page a:hover,a.cur{background:#f8924c; color:#fff; border:1px solid #f8924c; text-decoration:none;}


.bt{width:100%; height:auto; text-align:left; padding-bottom:5px;  border-bottom:1px dashed #d6d6d6; position:relative; z-index:1}
.bt h4{ font-size:22px; font-family:"microsoft yahei"; font-weight:bold; line-height:40px;}
.bt span{ margin-top:6px; color:#999; font-size:12px; line-height:30px;}

.inf_nr{width:100%; height:auto; font-size:16px; line-height:27px; text-align:left;  clear:both; }
.inf_nr p{ text-align:left; line-height:30px; font-size:16px; padding-top:15px; float:none; text-indent:2em; color:#333}
.inf_nr p img{ text-align:center; margin:auto; display:block; width:100%}
.inf_nr p img:hover{transform:scale(0.9); transition:all 1s; opacity:0.8}


.fenpian{ width:950px; clear:both;  padding-top:15px; overflow:hidden; text-align:center; margin:auto}
.fenpian li{ /*text-align:left; line-height:30px; margin-bottom:15px;*/    text-align: left;float: left;width: 50%;}
.fenpian li em{ background:#f2f1f1; font-style:normal; padding:5px 15px; margin-right:10px}

/*---contacts---*/

.pest_inf_c{ width:1122px; height:auto; overflow:hidden; padding:10px 0 30px 0; text-align:center; margin:auto}
.pest_tit em{ font-size:14px; color:#666; font-style:normal; font-weight:normal}


.md_inf{ width:1122px; height:auto; overflow:hidden; margin-top:30px; position:relative}
.map{width:100%; height:608px;}
.mencx{ width:268px; position:absolute; z-index:111; left:35px;top:45px;}
.ser_cx{width:268px; background:#fff; height:40px; line-height:40px}
.ser_cx li{ float:left; color:#cf0f32; padding-left:10px}
.ser_cx li:nth-child(2) input{ border:none; font-size:16px; background:none; width:188px; font-size:16px}
.ser_cx li:nth-child(3) input{ border:none;  background: url(../images/con4.jpg) no-repeat; width:24px; height:24px; margin-top:6px}

.add_list{width:268px; background:#fff; height:460px; overflow: scroll;
scrollbar-face-color: #889B9F;
scrollbar-shadow-color: #3D5054;
scrollbar-highlight-color: #C3D6DA;
scrollbar-3dlight-color: #3D5054;
scrollbar-darkshadow-color: #85989C;
scrollbar-track-color: #95A6AA;
scrollbar-arrow-color: #FFD6DA; clear:both; margin-top:30px}
.add_list dl{ width:228px;clear:both; padding: 15px 0px;display:grid;grid-gab:15px;grid-template-columns:20px 200px;  border-bottom:1px solid #dfdfdf; text-align:center; margin:auto}
.add_list dl dd:nth-child(1){ background:url(../images/con5.jpg) no-repeat; width:16px; height:22px; color:#fff; font-size:12px; line-height:18px; margin-top:5px;}
.add_list dl dd:nth-child(2){ text-align:left; padding-left:15px; font-size:14px; color:#666}
.add_list dl dd:nth-child(2) h1{ font-size:16px; font-weight:bold}



/*---发展历程--*/
/* history */
#history{width:11280px;height:650px;position:relative;margin:50px auto 0 auto;}
.title{height:95px;line-height:95px;text-indent:280px;}
.title h2{color:#7c7c7c;font-size:18px;font-weight:500; text-align:left}
#circle{
	width:88px;height:88px;position:absolute;top:0;left:395px;border-radius:95px;text-indent:0;text-align:center;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#circle .cmsk{height:88px;position:absolute;width:88px;top:-6px;left:0;background:url(../images/xin4.png) center no-repeat; border-radius:100px;}
#circle:hover{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}
.clock{display:block;}

#circle:hover .clock{display:block;}
#circle:hover .circlecontent{display:none;}
#circle span{font-size:18px;color:#b0b0b0;}
#circle .clock{
	background:url(clock.png) no-repeat 0 0;width:83px;height:83px;position:absolute;top:0;left:0;display:none;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	border-radius:0;
}
#circle:hover .clock{border-radius:83px;}
.timeyear{color:#b0b0b0;font-size:18px;line-height:20px;}
.timeblock{height:28px;margin-top:22px;margin-left:5px;}
.timeblock span{display:block;height:24px;width:18px;background:url(../date.png) no-repeat 0 0;float:left;}
.timeblock .numf{background-position:0px -48px;}
.timeblock .nums{background-position:0px 0px;}
.timeblock .numt{background-position:0px -24px;}
.timeblock .numfo{background-position:0px -72px;}
#content{height:355px;width:1180px;overflow:hidden;background:url(../images/vertical.png) no-repeat 434px 2px;padding-top:18px; margin-top:-20px}
.list{overflow:hidden;position:relative;}
.list li{height:110px;vertical-align:bottom;overflow:hidden;position:relative;}
.liwrap{height:55px;margin-top:28px;}
.lileft{position:absolute;top:0;left:0px;height:55px;width:400px;line-height:55px;text-align:right;}
.liright{position:absolute;top:0;right:0px;height:55px;width:700px;}
.histt{height:35px;line-height:35px; text-align:left}
.hisct{font-size:14px;color:#6e6e6e;text-align:left}
.md{font-size:12px;color:#AEAEAE;}
.year{font-size:18px;color:#AEAEAE;margin-right:10px;}
.point{width:55px;height:55px;position:absolute;top:0;left:409px;background:url(../images/point.png) no-repeat 0px 18px;overflow:hidden;}
.point b{
	height:26px;width:26px;background:#fff;display:block;margin:17px 0 0 15px;border-radius:18px;border:2px solid #f4d0d2;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	transition:all 0.1s linear;
	position:absolute;
	top:0;left:0;
}
.thiscur .point b{border:7px solid #b78c5d;margin:12px 0px 0px 14px;border-radius:52px;}
.thiscur .histt a{color:#b78c5d;}
.histt a{
	font-size:24px;color:#333;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#arrow{position:fixed;top:50%;right:30px;}
*html #arrow{position:absolute;top:expression(eval(document.documentElement.scrollTop));margin-top:350px;}

#arrow ul li{
	display:block;height:20px;width:20px;background:url(../images/icons.png) no-repeat 0 0;cursor:pointer;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
#arrow ul li:active{background-color:#000;}
#arrow ul .arrow_active{
	background-color:#000;
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
#arrow ul .arrowup{background-position:0px -26px;margin-bottom:10px;}
#arrow ul .arrowdown{background-position:0px 0px;}


/*--新潮文创--*/
.xinchao_inf{ width:1120px; padding-top:25px;}
.xinc_top{ width:100%; clear:both;}
.xinc_top h1{ text-align:left; line-height:30px; font-size:22px}
.xinc_top p{text-align:left; font-size:14px; color:#666; line-height:26px; padding-top:15px}
#gallery {
  visibility: hidden;
}
#gallery li.loading {
  background: url(../images/spinner.gif) no-repeat center center;
}


/* image caption */

p.fg-caption {
  color: #999;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
  text-align: left;
}


/***产品---*/
.content {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}

.wrapper {
  width: 33.3%;
  height: 100%;
  padding: 10px;
}
.wrapper h2{ width:100%; line-height:32px; font-size:15px; padding-top:20px;}
.name {
  position: relative;
  font-size: 16px;
  display: inline-block;
}
.name:after {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: 1px;
  background-color: #000;
  bottom: -4px;
  left: 0;
}

.box {
  position: relative;
  max-height: 300px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06);
}
.box .hide {
  opacity: 0;
}
.box .frame {
  position: absolute;
  border: 1px solid #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box h2, .box p {
  position: absolute;
  color: #fff;
  z-index: 2;
  width: 100%;
  transition: opacity 0.2s, transform 0.3s;
}
.box h2 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.box p {
  bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.box:hover {
  transition: all 0.3s ease-in-out;
}
.box:hover:before {
  transition: all 0.3s ease-in-out;
}
.box img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.box img:hover {
  transition: all 0.3s ease-in-out;
}
.box img:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.box img:hover {
  transition: all 0.3s ease-in-out;
}

.zoom-in h2 {
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  margin: 0;
}
.zoom-in p {
  text-align: center;
  top: calc(50% + 40px);
  transition: all 0.3s ease;
  transform: scale(1.8);
  opacity: 0;
}
.zoom-in:hover img {
  transform: scale(1.1);
  filter: grayscale(100%);
}
.zoom-in:hover p {
  transform: scale(1);
  transition: all 0.3s ease;
  opacity: 1;
}

.w-content .frame {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: transparent;
}
.w-content h2 {
  margin-top: 0;
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  letter-spacing: 1px;
}
.w-content p {
  transform: translate3d(0, -10px, 0);
}
.w-content:hover {
  opacity: 0.8;
}
.w-content:hover .frame {
  border-color: #fff;
  transition: color 0.3s ease-in-out, all 0.3s ease-in-out;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.postcard h2 {
  top: 50%;
  text-align: left;
  transform: translate3d(50px, 20px, 0);
}
.postcard p {
  transform: translate3d(40px, 60px, 0);
  font-size: 24px;
  letter-spacing: 1px;
}
.postcard:hover h2 {
  transform: translate3d(20px, 20px, 0);
}
.postcard:hover p {
  opacity: 1;
}
.postcard:hover img {
  filter: opacity(0.7);
  transform: translate3d(-30px, 0, 0);
}

.blury-card .frame {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.blury-card h2, .blury-card p {
  text-align: center;
  top: 50%;
  transform: translatey(-50%);
  margin: 0;
  z-index: 3;
}
.blury-card p {
  transform: translatey(30px);
  letter-spacing: 3px;
}
.blury-card span {
  font-size: 24px;
}
.blury-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #008E6B;
  z-index: 1;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.blury-card img {
  z-index: 2;
}
.blury-card:hover .frame {
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  opacity: 1;
}
.blury-card:hover img {
  opacity: 0.7;
}
.blury-card:hover:before {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.vintage h2 {
  top: 50%;
  transform: translate3d(0, 60px, 0);
  text-align: center;
}
.vintage p {
  opacity: 0;
  bottom: 0;
  transform: translate3d(0, -10px, 0);
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
.vintage:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  z-index: 2;
  bottom: -100%;
  left: 0;
}
.vintage:hover:before {
  bottom: 0;
}
.vintage:hover h2 {
  bottom: 40px;
  transform: translate3d(0, 20px, 0);
}
.vintage:hover p {
  opacity: 1;
  transform: translate3d(0, -30px, 0);
}

.zoom-out .frame {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
.zoom-out h2 {
  font-size: 20px;
  font-weight: 300;
  margin-left: 10px;
  letter-spacing: 1px;
}
.zoom-out span {
  font-size: 24px;
  font-weight: 500;
}
.zoom-out p {
  max-width: 120px;
  text-align: right;
  margin: 10px;
  right: 0;
}
.zoom-out img {
  transform: scale(1.1);
}
.zoom-out:hover img {
  transform: scale(1);
  filter: contrast(70%);
}

@media screen and (max-width: 880px) {
  .wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .wrapper {
    width: 100%;
  }
}


.slider {
  overflow: hidden;
  position: relative;
  height: 100vh;
  color: #fff;
}
.slider__top-heading {
  z-index: 12;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  transition: all 0.5s 1s;
  transform: translateY(-30px);
  opacity: 0;
}
.slider.s--ready .slider__top-heading {
  transform: translateY(0);
  opacity: 1;
}
.slider__slides {
  position: relative;
  height: 100%;
}
.slider__slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 350px;
  pointer-events: none;
}
.slider__slide.s--active {
  pointer-events: auto;
}
.slider__slide-content {
  z-index: 6;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 350px;
  text-transform: uppercase;
  line-height: 1;
}
.slider__slide-subheading {
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 2px;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.5s;
}
.slider__slide.s--active .slider__slide-subheading {
  transition-delay: 0.65s;
  opacity: 1;
  transform: translateY(0);
}
.slider__slide-heading {
  display: flex;
  margin-bottom: 20px;
  font-size: 60px;
  letter-spacing: 12px;
}
.slider__slide-heading span {
  display: block;
  opacity: 0;
  transform: translateY(-60px);
  transition: all 0.3333333333s;
}
.slider__slide.s--prev .slider__slide-heading span {
  transform: translateY(60px);
}
.slider__slide.s--active .slider__slide-heading span {
  opacity: 1;
  transform: translateY(0);
}
.slider__slide-heading span:nth-child(1) {
  transition-delay: 0s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(1) {
  transition-delay: 0.3333333333s;
}
.slider__slide-heading span:nth-child(2) {
  transition-delay: 0.1s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(2) {
  transition-delay: 0.4333333333s;
}
.slider__slide-heading span:nth-child(3) {
  transition-delay: 0.2s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(3) {
  transition-delay: 0.5333333333s;
}
.slider__slide-heading span:nth-child(4) {
  transition-delay: 0.3s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(4) {
  transition-delay: 0.6333333333s;
}
.slider__slide-heading span:nth-child(5) {
  transition-delay: 0.4s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(5) {
  transition-delay: 0.7333333333s;
}
.slider__slide-heading span:nth-child(6) {
  transition-delay: 0.5s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(6) {
  transition-delay: 0.8333333333s;
}
.slider__slide-heading span:nth-child(n+7) {
  transition-delay: 0.6s;
}
.slider__slide.s--active .slider__slide-heading span:nth-child(n+7) {
  transition-delay: 0.9333333333s;
}
.slider__slide-readmore {
  position: relative;
  font-size: 14px;
  text-transform: lowercase;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateY(-20px);
  cursor: pointer;
  opacity: 0;
  transition: 0.5s;
}
.slider__slide.s--active .slider__slide-readmore {
  transition-delay: 0.65s;
  opacity: 1;
  transform: translateY(0);
}
.slider__slide-readmore:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -3px;
  width: calc(100% + 4px);
  height: calc(100% + 6px);
  background: rgba(255, 255, 255, 0.4);
  transform: scaleX(0.3);
  transform-origin: 0 50%;
  transition: transform 0.3s;
}
.slider__slide-readmore:hover:before {
  transform: scaleX(1);
}
.slider__slide-parts {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 350px;
}
.slider__slide-parts:after {
  content: "";
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 350px;
  background: rgba(0, 0, 0, 0.1);
}
.slider__slide-part {
  position: relative;
  width: 25%;
  height: 100%;
}
.slider__slide-part-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 350px;
  background-size: 0 0;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out;
}
.slider__slide-part-inner:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 350px;
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  transition: opacity 0.25s;
  opacity: 0;
}
.slider__slide-part:nth-child(1) .slider__slide-part-inner {
  z-index: 3;
  transition-delay: 0.24s;
  transform: translateX(-32.5%);
}
.slider__slide.s--active .slider__slide-part:nth-child(1) .slider__slide-part-inner {
  transition-delay: 0.28s;
}
.slider__slide-part:nth-child(1) .slider__slide-part-inner:before {
  left: 0vw;
  transition-delay: 0.365s;
}
.slider__slide.s--active .slider__slide-part:nth-child(1) .slider__slide-part-inner:before {
  transition-delay: 0.28s;
}
.slider__slide-part:nth-child(2) .slider__slide-part-inner {
  z-index: 2;
  transition-delay: 0.16s;
  transform: translateX(-65%);
}
.slider__slide.s--active .slider__slide-part:nth-child(2) .slider__slide-part-inner {
  transition-delay: 0.36s;
}
.slider__slide-part:nth-child(2) .slider__slide-part-inner:before {
  left: -25vw;
  transition-delay: 0.285s;
}
.slider__slide.s--active .slider__slide-part:nth-child(2) .slider__slide-part-inner:before {
  transition-delay: 0.36s;
}
.slider__slide-part:nth-child(3) .slider__slide-part-inner {
  z-index: 1;
  transition-delay: 0.08s;
  transform: translateX(-97.5%);
}
.slider__slide.s--active .slider__slide-part:nth-child(3) .slider__slide-part-inner {
  transition-delay: 0.44s;
}
.slider__slide-part:nth-child(3) .slider__slide-part-inner:before {
  left: -50vw;
  transition-delay: 0.205s;
}
.slider__slide.s--active .slider__slide-part:nth-child(3) .slider__slide-part-inner:before {
  transition-delay: 0.44s;
}
.slider__slide-part:nth-child(4) .slider__slide-part-inner {
  z-index: 0;
  transition-delay: 0s;
  transform: translateX(-130%);
}
.slider__slide.s--active .slider__slide-part:nth-child(4) .slider__slide-part-inner {
  transition-delay: 0.52s;
}
.slider__slide-part:nth-child(4) .slider__slide-part-inner:before {
  left: -75vw;
  transition-delay: 0.125s;
}
.slider__slide.s--active .slider__slide-part:nth-child(4) .slider__slide-part-inner:before {
  transition-delay: 0.52s;
}
.slider__slide.s--active .slider__slide-part-inner {
  transform: translateX(0);
  transition-timing-function: ease;
}
.slider__slide.s--active .slider__slide-part-inner:before {
  opacity: 1;
}
.slider__control {
  z-index: 100;
  position: absolute;
  left: 50px;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: translateX(-50px);
  opacity: 0;
  transition: all 0.5s 1s;
  cursor: pointer;
}
.slider__control:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border: 2px solid #000;
  border-bottom: none;
  border-right: none;
  transform: translateX(5px) rotate(-45deg);
}
.slider__control--right {
  left: auto;
  right: 50px;
  transform: translateX(50px);
}
.slider__control--right:before {
  transform: translateX(-5px) rotate(135deg);
}
.slider.s--ready .slider__control {
  transform: translateX(0);
  opacity: 1;
}

.icon-link {
  z-index: 100;
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 32px;
}
.icon-link img {
  width: 100%;
  vertical-align: top;
}
.icon-link--twitter {
  left: auto;
  right: 5px;
}

.weixin{ width:300px; position:absolute; z-index:11; right:0px; top:90px}


/*--修改---*/
.new_wenhua{width:100%;}
.new_wenhua img{width:100%;text-align:center; margin:auto}

/*--pinpai---*/
.main_centerr{ width:1337px}
.xin_p_ad{width:100%;}
.xin_p_ad img{width:100%;text-align:center; margin:auto}
.xin_p_list{width:100%;text-align:center; margin:auto; overflow:hidden}
.xin_p_bt1 {
    width: 100%;
    padding: 100px 0 20px 0;
    clear: both;
    overflow: hidden;
    font-weight: bold
}

    .xin_p_bt1 p {
        float: left;
        line-height: 30px;
        font-size: 30px;
        color: #333;
        border-bottom: 2px solid #333;
        text-align: left
    }

        .xin_p_bt1 p em {
            font-style: normal;
            font-size: 18px
        }

    .xin_p_bt1 span {
        float: right
    }
.xin_p_bt{width:100%; padding:35px 0 35px 0; clear:both; overflow:hidden; font-weight:bold}
.xin_p_bt p{ float:left; line-height:30px; font-size:30px; color:#333; border-bottom:2px solid #333; text-align:left}
.xin_p_bt p em{ font-style:normal; font-size:18px}
.xin_p_bt span{ float:right}
.xin_p_w{width:100%; padding-top:15px; clear:both; overflow:hidden}
.xin_p_w p img{ float:left; }
.xin_p_wx{width:100%; margin-top:-55px; clear:both; overflow:hidden; position:relative;margin-bottom:35px}
.xin_p_wx img{ text-align:center; margin:auto}
.xin_p_wx p { text-align:left; font-size:16px; line-height:26px; color:#333; margin-bottom:15px;}
.xin_p_wx p:last-child{margin-bottom:0px}
.xin_show{width:100%;padding:5px 0 35px 0;clear:both; overflow:hidden;}
.xin_show dl{ width:22.5%; margin-right:3%; float:left}
.xin_show dl:last-child{  margin-right:0%;}
.xin_show dl dt{ text-align:left; line-height:35px; font-size:20px; font-weight:bold}
.xin_show dl dd{ text-align:left; line-height:25px; font-size:16px; color:#999}

/*--创新店面---*/
.xin_dp{ width:100%; text-align:center; margin:auto; overflow:hidden; padding-top:40px;}
.xin_dp_bt{width:80%;text-align:center; margin:auto;}
.xin_dp_bt img{width:100%;text-align:center; margin:auto}
.xin_dp h2{line-height:30px; font-size:48px; color:#333;  text-align:left; font-weight:bold; /*padding-top:15px;*/ line-height:48px; float:left; border-bottom:2px solid #333; padding-bottom:5px;}
.xin_dp_w{ width:70%; text-align:left;font-size:16px; line-height:26px;  float:right}
.xin_dp_w img{ float:right; margin-left:15px;}

.xin_case{width:100%;text-align:center; margin:auto; clear:both; padding-top:20px }
.row66{ margin-left:-20px}
.xin_case dl{ width:360px; float:left;  margin-top:10px; margin-left:20px; overflow:hidden; position:relative}
.xin_case dl dt{ width:100%; }
.xin_case dl dt img{ transition:all 3s;float:left; overflow:hidden; width:360px; height:235px}
.xin_case dl dt img:hover{transform:scale(1.1); transition:all 1s;opacity:0.8}
.xin_case dl dt div{ width:100%; background:url(../images/bg01.png) repeat; height:0px; bottom:-60px; position:absolute; z-index:111; left:0px; color:#fff; padding:3%; line-height:22px; font-size:14px;transition:all 3s;}
.xin_case dl dt:hover div{  width:100%; background:url(../images/bg01.png) repeat; height:80px; bottom:0px; position:absolute; z-index:111; left:0px;transition:all 1s}
.xin_case dl dt div h2{ text-align:left; font-size:16px;}
.xin_case dl dt div  p{ font-weight:normal; font-size:12px; text-align:left; overflow: hidden; line-height:24px}


.xin_case .cover{
    position: relative;
    width: 360px;
    height: 235px;
    display: inline-block;
    cursor: pointer;
}
.xin_case .cover img{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*main CSS*/
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
}
#pictureViewer > .content{
    background-color: #fff;
    position: absolute;
    width: 90%;
    height: 90%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #bc9468;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/*#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../images/icons/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../images/icons/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../images/icons/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../images/icons/miniaturization_white.png);
}*/
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../images/icons/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../images/icons/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/*#pictureViewer .handel-prev{
    background-image: url(../images/icons/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../images/icons/next_blank.png);
}*/
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #bc9468;
}
/*#pictureViewer .handel-prev:hover{
    background-image: url(../images/icons/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../images/icons/next_white.png);
}*/
    #pictureViewer .picture-content {
        display: inline-block;
        width: 90%;
        height: calc(100% - 10%);
        position: absolute;
        margin: 0 auto;
        margin-top: 2.5%;
        left: 0;
        right: 0;
    }
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left; margin-left:50px
}
#pictureViewer .right{
    float: right; margin-left:380px
}
#pictureViewer .clear-flex{
    clear: both;
}
    #pictureViewer img {
        /*max-width: 500px;
    max-height: 326px;*/
        max-width: 100%;
        max-height: 100%;
    }








.xinc{width:100%;text-align:center; margin:auto; clear:both;}
.xinc p img{width:100%;text-align:center; margin:auto}

.zc_inf{ width:600px; float:left; margin-top:-250px; position:relative; z-index:11}
.zc_inf h2{line-height:30px; font-size:48px; color:#333;  text-align:left; font-weight:bold; padding-top:10px; line-height:48px}
.zc_inf h2 em{ font-style:normal; font-size:30px}
.zc_inf p{ padding-top:15px; font-size:14px; /*text-indent:2em;*/ line-height:22px; text-align:left;}
.new_wenhua1{width:100%;}
.new_wenhua2{width:100%;}
.new_wenhua3{width:100%; background:url(../images/xin19.png) top center no-repeat; height:675px; overflow:hidden; background-size:100%}
.new_wenhua1 img{width:100%;text-align:center; margin:auto}
.new_wenhua1 ul{ width:452px; float:right; margin-top:-440px; position:relative; z-index:111}
.new_wenhua1 ul li{ text-align:left;}
.new_wenhua1 ul li h2{line-height:30px; font-size:24px; color:#333;  text-align:left; font-weight:bold;}
.new_wenhua1 ul li:nth-child(2){ margin-left:150px; margin-top:55px}
.new_wenhua1 ul li p{ text-align:left; font-size:16px; color:#999}
.new_wenhua2 img{width:100%;text-align:center; margin:auto}
.new_wenhua2 ul{ width:720px; float:left; margin-top:-315px; position:relative; z-index:111; }
.new_wenhua2 ul li{ text-align:right;}
.new_wenhua2 ul li h2{line-height:30px; font-size:24px; color:#333;  text-align:right; font-weight:bold;}
.new_wenhua2 ul li:nth-child(1){ margin-right:145px}
.new_wenhua2 ul li:nth-child(2){  margin-top:95px; margin-left:190px}
.new_wenhua2 ul li p{ text-align:right; font-size:16px; color:#999;margin-right:-15px;}

.new_wenhua3 dl{  position:relative; z-index:111;  width:100%; margin-top:80px;}
.new_wenhua3 dd img{width:96%;text-align:center; margin:auto}


/*---工厂底部图--*/
 .banner {
            position: relative;
            overflow: hidden;
            margin: 0px auto;
            width: 1080px;
            height: 560px; text-align:center

        }


        .banner ul {
            position: absolute;
            top: 0;
            left: 0;
        }

        .banner ul li {
            float: left;
        }

        .banner ul li a img {
            display: block;
            width: 1080px;
            height: 560px;
        }

        .banner .prev,
        .banner .next {
            display: none;
            z-index: 2;
            position: absolute;
            width: 50px;
            height: 35px;
            line-height: 35px;
            border-radius: 17.5px;
            top: 50%;
            background-color: rgba(0, 0, 0, .2);
            color: #fff;
            font-size: 18px;
            font-weight: 700;
        }

        .banner .prev {
            left: 0;
            /*transform: translate(-50%, -50%);*/
            /*text-indent: 28px;*/
        }

        .banner .next {
            right: 0;
            /*transform: translate(50%, -50%);*/
            text-indent: 8px;
        }

        .banner .prev:hover,
        .banner .next:hover {
            background-color: rgba(0, 0, 0, .3);
        }

        .banner .gd {
            position: absolute;
            left: 50%;
            bottom: 20px;
            margin-left: -36.5px;
            display: flex;
            justify-content: space-around;
            width: 75px;
            height: 15px;
            border-radius: 8px;
            background-color: #ffffff4d;
        }

        .banner .gd i {
            display: block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            margin-top: 2.5px;
            background-color: azure;
        }

        .current {
            background-color: #ba9164 !important;
            width: 15px !important;
            height: 9px !important;
            border-radius: 4.5px !important;
        }

.rightNav dl{ width:100%}
.rightNav dl dd{width:100%; clear:both}
.rightNav a img{ float:right}
.rightNav .lianxi{ width:180px; background:#fff; border:1px solid #eee; position:absolute; z-index:12; right:90px;top:0px; display:none; padding:10px 0; border-radius:10px;border-radius: 3px;overflow: hidden;background: #f9f5e8;box-shadow: 0 0 16px #dcdbdb;padding: 18px 0;}
.rightNav .lianxi li{     margin-left: 10px;line-height:24px; font-size:14px; color:#666;text-align:left;}
.rightNav a:hover .lianxi{ display:block;}

#focus{ overflow:hidden;}
#focus ul{ float:left;}
#focus li{ width:100%; float:left;}
#focus li img{ width:100%}


.xin_p_wx p img {
    width: 100%
}

.xin_p_w li {
    width: 33.3%;
    float: left
}

    .xin_p_w li img {
        width: 100%
    }




.contact-list {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .contact-list .item {
        display: flex;
        justify-content: left;
        align-items: center;
        flex-flow: nowrap;
        width: 49%;
        height: 136px;
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 0 38px;
        border: 1px solid #e7e7e7;
    }

        .contact-list .item:nth-child(2n) {
            margin-right: 0;
        }

.contact-list-a {
    width: 246px;
    padding-left: 68px;
}

    .contact-list-a h3 {
        font-size: 24px;
        line-height: 32px;
        font-weight: normal;
        text-align:left;
    }

    .contact-list-a h4 {
        color: #999;
        font-size: 12px;
        line-height: 22px;
        font-weight: normal;
        text-transform: capitalize;
        text-align:left;
    }

.contact-list-b {
    width: 290px;
    font-size: 24px;
    font-weight: bold;
}

.contact-list .item:nth-child(1) .contact-list-a {
    background: url(../images/3.png) no-repeat 0 center;
    background-size: 45px 45px;
}

.contact-list .item:nth-child(2) .contact-list-a {
    background: url(../images/5.png) no-repeat 0 center;
    background-size: 45px 45px;
}

.contact-list .item:nth-child(3) .contact-list-a {
    background: url(../images/4.png) no-repeat 0 center;
    background-size: 45px 45px;
}

.contact-list .item:nth-child(4) .contact-list-a {
    background: url(../images/youxiang.jpg) no-repeat 0 center;
    background-size: 45px 45px;
}

.contact-list .item:last-child .contact-list-b {
    font-size: 14px;
	text-align:left;
}

/*.contact-list {
    padding-top: 20px;
    width: 100%
}

    .contact-list .item {
        width: 49%;
        height: 136px;
        margin-right: 1%;
        margin-bottom: 20px;
        padding: 20px 18px 0px 18px;
        border: 1px solid #e7e7e7;
        float: left
    }

.contact-list-a {
    width: 48%;
    padding-left: 68px;
    float: left;
    text-align: left;
    padding-top: 30px
}

.contact-list-b {
    width: 45%;
    font-size: 24px;
    font-weight: bold;
    float: right;
    text-align: left;
    padding-top: 30px
}

.contact-list-a h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
}

.contact-list-a h4 {
    color: #999;
    font-size: 10px;
    line-height: 22px;
    font-weight: normal;
    text-transform: capitalize;
}

.contact-list-b {
    width: 52%;
    font-size: 24px;
    font-weight: bold;
}

.contact-list .item:nth-child(1) .contact-list-a {
    background: url(../images/3.png) no-repeat 10px 30px;
    background-size: 45px 45px;
}

.contact-list .item:nth-child(2) .contact-list-a {
    background: url(../images/5.png) no-repeat 10px 30px;
    background-size: 45px 45px;
}

.contact-list .item:nth-child(3) .contact-list-a {
    background: url(../images/4.png) no-repeat 10px 30px;
    background-size: 45px 45px;
}

.contact-list .item:nth-child(4) .contact-list-a {
    background: url(../images/6.png) no-repeat 10px 30px;
    background-size: 45px 45px;
}

.contact-list .item:nth-child(4) .contact-list-b {
    font-size: 14px
}*/
