@charset "utf-8";
/*-----------------------------------------------------------*/

.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #955e43;
  color: #fff;
}
::-moz-selection {
  background-color: #955e43;
  color: #fff;
}
::-webkit-selection {
  background-color: #955e43;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
html {
  font: 14px/1.5 'Microsoft YaHei';
}
body {
  color: #333;
  line-height: 1.5;
  margin: 0 auto !important;
  position: relative;
}
*:before,
*:after {
  box-sizing: content-box;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
li,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inContent {
  width: 80%;
  max-width: 1640px;
  margin: auto;
  position: relative;
}
.inContent::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 1680px) {
  .inContent {
    width: 90%;
  }
}
@media screen and (max-width: 1360px) {
  .inContent {
    width: 96%;
  }
}
body {
  overflow-x: hidden;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 16px !important;
  }
}
.button {
  --duration: 0.5s;
  --move-hover: -5px;
  cursor: pointer;
  -webkit-transform: translateY(var(--y));
  transform: translateY(var(--y));
  transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.button span {
  display: inline-block;
}
.button span i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
}
.button span i:nth-child(1) {
  --d: 0.05s;
}
.button span i:nth-child(2) {
  --d: 0.1s;
}
.button span i:nth-child(3) {
  --d: 0.15s;
}
.button span i:nth-child(4) {
  --d: 0.2s;
}
.button span i:nth-child(5) {
  --d: 0.25s;
}
.button span i:nth-child(6) {
  --d: 0.3s;
}
.button span i:nth-child(7) {
  --d: 0.35s;
}
.button span i:nth-child(8) {
  --d: 0.4s;
}
.button span i:nth-child(9) {
  --d: 0.45s;
}
.button span i:nth-child(10) {
  --d: 0.5s;
}
.button span i:nth-child(11) {
  --d: 0.55s;
}
.button span i:nth-child(12) {
  --d: 0.6s;
}
.button span i:nth-child(13) {
  --d: 0.65s;
}
.button span i:nth-child(14) {
  --d: 0.7s;
}
.button span i:nth-child(15) {
  --d: 0.75s;
}
.button span i:nth-child(16) {
  --d: 0.8s;
}
.button span i:nth-child(17) {
  --d: 0.85s;
}
.button span i:nth-child(18) {
  --d: 0.9s;
}
.button span i:nth-child(19) {
  --d: 0.95s;
}
.button span i:nth-child(20) {
  --d: 1s;
}
.button:hover {
  --move: -5px;
}
.button:hover i {
  -webkit-animation: move var(--duration) linear var(--d);
  animation: move var(--duration) linear var(--d);
}
@-webkit-keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
  }
}
@keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
  }
}
@keyframes msClock2 {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1);
  }
}
.header {
  width: 100%;
}
.header * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_bg {
  position: absolute;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: transparent;
  height: 90px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.nav_bg .navMewn {
  width: 96%;
  max-width: 1920px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.nav_bg * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_bg .logo {
  display: block;
  padding-top: 22px;
  margin-right: 8%;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.nav_bg .logo a {
  display: block;
  position: relative;
  float: left;
}
.nav_bg .logo a img {
  display: block;
  height: 46px;
  object-fit: contain;
}
.nav_bg .logo a i {
  display: block;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.nav_bg .logo a em {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.nav_bg .logo span {
  float: left;
  display: block;
  margin-left: 18px;
  margin-top: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 22px;
  font-size: 16px;
  padding-top: 18px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
}
.nav_bg .menu {
  flex: 1;
  height: 36px;
  margin-top: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu .navico {
  display: none;
}
.nav_bg .menu > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 100%;
}
.nav_bg .menu > ul > li {
  position: relative;
  height: 100%;
}
.nav_bg .menu > ul > li > a {
  height: 100%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 5;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu > ul > li > a span {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.nav_bg .menu > ul > li > a i {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  color: #00382d;
  font-weight: bold;
  font-size: 14px;
  opacity: 0;
}
.nav_bg .menu > ul > li:hover > a span,
.nav_bg .menu > ul > li.on > a span {
  opacity: 0;
}
.nav_bg .menu > ul > li:hover > a i,
.nav_bg .menu > ul > li.on > a i {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (max-width: 1600px) {
  .nav_bg .logo {
    margin-right: 4%;
  }
}
@media screen and (max-width: 1480px) {
  .nav_bg .navMewn {
    width: 96%;
  }
  .nav_bg .logo {
    padding-top: 22px;
  }
  .nav_bg .logo a {
    float: none;
  }
  .nav_bg .logo a img {
    height: 40px;
  }
  .nav_bg .logo span {
    float: none;
    border-left: none !important;
    line-height: 1 !important;
    text-align: center;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    margin-top: 6px;
    font-size: 16px;
	display:none;
  }
}
@media screen and (max-width: 1160px) {
  .nav_bg .logo {
    margin-right: 2%;
  }
  .nav_bg .menu > ul > li > a span {
    font-size: 16px;
  }
  .nav_bg .menu > ul > li > a i {
    font-size: 14px;
  }
  .nav_bg .logo span {
	display:none;
  }
}
@media screen and (max-width: 960px) {
  .nav_bg {
    height: auto !important;
  }
  .nav_bg .navMewn {
    align-items: center;
    padding: 0.6rem 4%;
    width: 100%;
  }
  .nav_bg .logo {
    padding-top: 0;
    margin-right: 0;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
  .nav_bg .logo a {
    float: left;
  }
  .nav_bg .logo span {
    float: left;
    margin-left: 10px;
    margin-top: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
    padding-left: 10px;
    padding-top: 6px;
    line-height: 1;
    color: #fff;
	font-size: 0.8rem;
  }
  .nav_bg .logo span {
	display:none;
  }
  .nav_bg .menu {
    padding-top: 0;
    width: auto;
    height: auto;
    flex: none;
    margin-top: 0 !important;
  }
  .nav_bg .menu .navico {
    width: 1.18rem;
    height: 1rem;
    position: relative;
    z-index: 9999999;
    display: block;
    padding: 0.4rem 0;
  }
  .nav_bg .menu .navico i {
    display: block;
    width: 100%;
    height: 0.2rem;
    background: #fff;
    border-radius: 1rem;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .nav_bg .menu .navico::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0.2rem;
    background: #fff;
    border-radius: 1rem;
    left: 50%;
    margin-left: -0.59rem;
    top: 50%;
    margin-top: -0.4rem;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .nav_bg .menu .navico:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 1rem;
    width: 100%;
    height: 0.2rem;
    background: #fff;
    left: 50%;
    margin-left: -0.59rem;
    bottom: 50%;
    margin-bottom: -0.4rem;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .nav_bg .menu ul {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 100%;
    background: #fff;
    height: auto;
    padding-top: 1rem;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  }
  .nav_bg .menu ul > i {
    display: none;
  }
  .nav_bg .menu ul li {
    height: auto;
    border-bottom: 1px solid #ccc;
  }
  .nav_bg .menu ul li > a {
    padding: 0;
  }
  .nav_bg .menu ul li > a span {
    height: 3rem;
    line-height: 3rem;
    font-size: 0.96rem;
    font-weight: bold;
    color: #999;
  }
  .nav_bg .menu ul li > a i {
    display: none;
  }
  .nav_bg .menu ul li > a::before {
    display: none;
  }
  .nav_bg .menu ul li:hover > a,
  .nav_bg .menu ul li.another > a {
    font-size: 0.44rem;
    color: #666;
    font-weight: normal;
  }
  .nav_bg .menu ul li .dow {
    display: none;
  }
  .nav_bg .menu.on .navico i {
    opacity: 0;
    background-color: #955e43;
  }
  .nav_bg .menu.on .navico::before {
    margin-top: -0.1rem;
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    -o-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
    background-color: #955e43;
  }
  .nav_bg .menu.on .navico:after {
    margin-bottom: -0.1rem;
    -webkit-transform: scale(1) rotate(-45deg);
    -moz-transform: scale(1) rotate(-45deg);
    -o-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
    background-color: #955e43;
  }
  .nav_bg .menu.on ul {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .nav_bg .tel {
    right: 60px;
    top: 18px !important;
  }
}
@media screen and (max-width: 640px) {
  .nav_bg .logo a img {
    height: 28px;
  }
  .nav_bg .logo span {
    margin-left: 5px;
    margin-top: 8px;
    padding-left: 5px;
    font-size: 12px;
    padding-top: 6px;
  }
}
.fixedNav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999999999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.fixedNav .logo {
  padding-top: 22px;
}
.fixedNav .logo a i {
  opacity: 0;
}
.fixedNav .logo a em {
  opacity: 1;
}
.fixedNav .logo span {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  color: #999;
  padding-top: 0;
  line-height: 36px;
}
.fixedNav .menu {
  margin-top: 30px;
}
.fixedNav .menu > ul > li > a {
  color: #333;
}
@media screen and (max-width: 1480px) {
  .fixedNav .logo {
    padding-top: 12px;
  }
  .fixedNav .menu {
    margin-top: 18px;
  }
}
@media screen and (max-width: 960px) {
  .fixedNav .logo {
    padding-top: 0;
  }
  .fixedNav .logo span {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #333;
  }
  .fixedNav .menu {
    margin-top: 0;
  }
  .fixedNav .menu .navico i {
    background: #955e43;
  }
  .fixedNav .menu .navico::before {
    background: #955e43;
  }
  .fixedNav .menu .navico:after {
    background: #955e43;
  }
}
.video {
  position: relative;
  background: #090909;
}
.video video {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.video .videoTxt {
  position: absolute;
  left: 0;
  right: 0;
  top: 238px;
  margin: auto;
  width: 92%;
  max-width: 1640px;
}
.video .videoTxt > div {
  position: absolute;
  overflow: hidden;
  right: 0;
}
.video .videoTxt > div span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #955e43;
}
.video .videoTxt > div i {
  display: block;
  opacity: 0;
}
.video .videoTxt > div i img {
  display: inline-block;
  vertical-align: top;
}
.video .videoTxt .videoimg1 {
  right: 150px;
  top: 0;
}
.video .videoTxt .videoimg2 {
  right: 0;
  top: 170px;
}
.video .videoTxt .videoimg3 {
  right: 12px;
  top: 332px;
}
.banner {
  position: relative;
}
.banner .explore {
  position: absolute;
  z-index: 6;
  font-size: 10px;
  color: #ffffff;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  line-height: 18px;
  left: 50%;
  margin-left: -9px;
  bottom: 20px;
  cursor: pointer;
}
.banner .explore::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: auto;
  width: 18px;
  height: 32px;
  margin-top: 10px;
  background: url(../images/mouse.png) center center no-repeat;
  animation: arrow 2.4s linear infinite;
}
@keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.mBanner {
  display: none;
  position: relative;
}
.mBanner img {
  display: block;
  width: 100%;
}
.mBanner .page {
  position: absolute;
  z-index: 2;
  left: 5%;
  bottom: 3%;
  color: #fff;
  font-family: SimSun;
  font-size: 0.9rem;
}
.mBanner .page span {
  font-size: 0.6rem;
}
.mBanner .page span::before {
  content: "/";
}
@media screen and (max-width: 960px) {
  .video {
    display: none;
  }
  .mBanner {
    display: block;
  }
}
.title {
  color: #955e43;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .title {
    font-size: 1.1rem;
  }
}
.moreLink {
  display: block;
  height: 18px;
  line-height: 18px;
  color: #955e43;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  background: url(../images/moreico.png) 0 center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-right: 9px;
}
@media screen and (max-width: 960px) {
  .moreLink {
    width: 7.6rem;
    height: auto;
    line-height: 2.4rem;
    border-radius: 1.6rem;
    border: solid 1px #ebebeb;
    text-align: center;
  }
  .moreLink::before {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.32rem;
    vertical-align: middle;
  }
}
.about {
  padding: 90px 0;
}
.about .aboutNav {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.about .aboutNav .title {
  float: left;
}
.about .aboutNav ul {
  float: left;
  display: flex;
  justify-content: space-between;
  width: 58%;
  max-width: 764px;
  margin-left: 24px;
}
.about .aboutNav ul li {
  line-height: 30px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutNav ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 18px;
  height: 27px;
  top: 50%;
  margin-top: -14px;
  background: url(../images/aboutnavico.png) center center no-repeat;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutNav ul li.on {
  color: #955e43;
}
.about .aboutNav ul li.on::before {
  opacity: 1;
  left: -23px;
}
.about .aboutNav .aboutPage {
  font-size: 16px;
  font-weight: bold;
  color: #955e43;
  line-height: 1;
}
.about .aboutNav .aboutPage i {
  font-weight: bold;
}
.about .aboutNav .aboutPage i::before {
  content: "0";
}
.about .aboutNav .aboutPage span::before {
  content: "/0";
}
.about .aboutSwiper {
  margin-top: 50px;
}
.about .aboutSwiper ul li {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  opacity: 0 !important;
}
.about .aboutSwiper ul li.swiper-slide-active {
  opacity: 1 !important;
}
.about .aboutSwiper ul li .pic {
  display: block;
  float: right;
  width: 62.2%;
}
.about .aboutSwiper ul li .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 53.14%;
}
.about .aboutSwiper ul li .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutSwiper ul li .pic:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.about .aboutSwiper ul li .cont {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 36%;
  max-width: 412px;
}
.about .aboutSwiper ul li .cont .logo {
  color: #955e43;
}
.about .aboutSwiper ul li .cont .logo i {
  font-size: 54px;
  display: block;
  line-height: 54px;
}
.about .aboutSwiper ul li .cont .logo span {
  display: block;
  font-size: 16px;
  font-family: "Microsoft YaHei Light";
  line-height: 1;
  margin-top: 8px;
}
.about .aboutSwiper ul li .cont .box {
  padding-bottom: 5%;
}
.about .aboutSwiper ul li .cont .box p {
  line-height: 2;
  font-size: 15px;
  color:#666;
}
.about .aboutSwiper ul li .cont .box .moreLink {
  margin-top: 32px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .about .aboutSwiper ul li .cont .logo {
    padding-top: 0;
  }
  .about .aboutSwiper ul li .cont .logo i {
    font-size: 50px;
  }
  .about .aboutSwiper ul li .cont .logo span {
    margin-top: 6px;
  }
  .about .aboutSwiper ul li .cont .box {
    padding-bottom: 0;
  }
  .about .aboutSwiper ul li .cont .box p {
    line-height: 1.6;
    font-size: 14px;
  }
  .about .aboutSwiper ul li .cont .box .moreLink {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1300px) {
  .about {
    padding: 50px 0;
  }
}
@media screen and (max-width: 960px) {
  .about {
    font-size: 1.2rem;
    padding: 1.1rem 0 1.4rem;
  }
  .about .aboutNav {
    flex-wrap: wrap;
  }
  .about .aboutNav .title {
    font-size: 1.1rem;
    float: none;
    padding-bottom: 0.001rem;
    border-bottom: 1px solid #fff;
    width: 100%;
  }
  .about .aboutNav .aboutPage {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.72rem;
  }
  .about .aboutNav ul {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 0.2rem;
  }
  .about .aboutNav ul {
	  display:none;
  }
  .about .aboutNav ul li {
    display: block;
    font-size: 0.8rem;
    position: relative;
    padding-bottom: 0.84rem;
    line-height: 2rem;
  }
  .about .aboutNav ul li::before {
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0.64rem;
    height: 0.94rem;
    background-size: contain;
  }
  .about .aboutNav ul li.on::before {
    bottom: 0;
  }
  .about .aboutSwiper {
    margin-top: 0.5rem;
  }
  .about .aboutSwiper ul li {
    flex-wrap: wrap;
  }
  .about .aboutSwiper ul li .pic {
    width: 100%;
  }
  .about .aboutSwiper ul li .cont {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center;
    padding-top: 0.4rem;
  }
  .about .aboutSwiper ul li .cont .logo i {
	font-size: 2.0rem;
	line-height: 1;
	color:#e7cfc3;
  }
  .about .aboutSwiper ul li .cont .logo span {
	font-size: 1rem;
	font-weight: bolder;
  }
  .about .aboutSwiper ul li .cont .box {
    margin-top: 1.1rem;
  }
  .about .aboutSwiper ul li .cont .box p {
    font-size: 0.82rem;
    line-height: 1.6;
    color: #777;
    font-weight: normal;
  }
  .about .aboutSwiper ul li .cont .box .moreLink {
    margin: 1.0rem auto;
	font-size: 0.72rem;
  }
}
.titBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
}
@media screen and (max-width: 960px) {
  .titBox .moreLink {
    font-size: 0;
    border: none;
    width: auto;
    line-height: 1rem;
  }
  .titBox .moreLink::before {
    display: none;
  }
  .titBox .moreLink::after {
	content: "+";
	font-family: SimSun;
	font-size: 1.2rem;
	color: #955e43;
	font-weight: lighter;
  }
}
.product {
  background-color: #f5f5f5;
  padding: 0 0 90px;
  overflow: hidden;
}
.product .proList {
  margin: 10px -8px 0 -8px;
  display: flex;
  justify-content: space-between;
}
.product .proList .one {
  float: left;
  width: 20%;
  padding: 8px;
}
.product .proList .one .item {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .one .item .pcPro img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .one .item .mPro {
  display: none;
}
.product .proList .one .item .mPro img {
  display: block;
  width: 100%;
}
.product .proList .one .item:hover {
  z-index: 2;
  -webkit-box-shadow:0 15px 30px rgba(0,0,0,.1);
  box-shadow:0 15px 30px rgba(0,0,0,.1);
  -webkit-transform:translate3d(0,-2px,0);
  transform:translate3d(0,-2px,0);
}
.product .proList ul {
  width: 80%;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  width: 25%;
  padding: 8px;
  height: 50%;
}
.product .proList ul li .item {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.product .proList ul li .item .pic {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic i {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.product .proList ul li .item .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .cont {
  text-align: center;
  padding: 15px 0;
}
.product .proList ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
  font-size: 17px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
  margin-top: 4px;
  font-size: 13px;
  color: #999;
}
.product .proList ul li .item:hover {
  z-index: 2;
  -webkit-box-shadow:0 15px 30px rgba(0,0,0,.1);
  box-shadow:0 15px 30px rgba(0,0,0,.1);
  -webkit-transform:translate3d(0,-2px,0);
  transform:translate3d(0,-2px,0);
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proList ul li .item:hover .cont .bt {
  color: #955e43;
}
.product .proList ul li .itemBan {
  height: 100%;
  position: relative;
}
.product .proList ul li .itemBan .ban {
  height: 50%;
  width: 100%;
  padding-bottom: 8px;
  position: absolute;
  left: 0;
  top: 0;
}
.product .proList ul li .itemBan .ban a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0 10%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.product .proList ul li .itemBan .ban a span {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  max-width: 85px;
}
.product .proList ul li .itemBan .ban a i {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
}
.product .proList ul li .itemBan .ban a i img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.product .proList ul li .itemBan .ban a:hover {
  z-index: 2;
  -webkit-box-shadow:0 15px 30px rgba(0,0,0,.1);
  box-shadow:0 15px 30px rgba(0,0,0,.1);
  -webkit-transform:translate3d(0,-2px,0);
  transform:translate3d(0,-2px,0);
}
.product .proList ul li .itemBan .more {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px 0 0;
}
.product .proList ul li .itemBan .more a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0 10%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.product .proList ul li .itemBan .more a span {
  display: block;
  line-height: 1.6;
}
.product .proList ul li .itemBan .more a span em {
  display: block;
  font-size: 16px;
}
.product .proList ul li .itemBan .more a span i {
  display: block;
  font-size: 12px;
  color: #999;
}
.product .proList ul li .itemBan .more a::after {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  background: url(../images/proar.png) 0 center no-repeat;
  background-size: 100%;
}
.product .proList ul li .itemBan .more a:hover {
  color: #955e43;
  z-index: 2;
  -webkit-box-shadow:0 15px 30px rgba(0,0,0,.1);
  box-shadow:0 15px 30px rgba(0,0,0,.1);
  -webkit-transform:translate3d(0,-2px,0);
  transform:translate3d(0,-2px,0);
}
.product .proNav {
  text-align: center;
  margin-top: 50px;
}
.product .proNav::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav ul li {
  display: inline-block;
  vertical-align: top;
  width: 12%;
}
.product .proNav ul li a {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 18px;
  height: 27px;
  top: 50%;
  margin-top: -14px;
  background: url(../images/aboutnavico.png) center center no-repeat;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li.on a {
  color: #955e43;
}
.product .proNav ul li.on a::before {
  opacity: 1;
  left: -23px;
}
@media screen and (max-width: 1620px) {
  .product .proList .one .item .bt {
    width: 200px;
  }
  .product .proList .one .item .bt i {
    font-size: 20px;
  }
  .product .proList .one .item .bt b {
    font-size: 38px;
  }
  .product .proList .one .item .bt em {
    font-size: 20px;
  }
  .product .proList .one .item .pic {
    width: 200px;
  }
}
@media screen and (max-width: 1300px) {
  .product {
    padding: 0 0 50px;
  }
  .product .proList {
    margin: 30px -6px 0 -6px;
  }
  .product .proList .one {
    padding: 6px;
  }
  .product .proList .one .item .bt {
    width: 160px;
  }
  .product .proList .one .item .bt i {
    font-size: 16px;
  }
  .product .proList .one .item .bt b {
    font-size: 30px;
  }
  .product .proList .one .item .bt em {
    font-size: 16px;
  }
  .product .proList .one .item .pic {
    width: 160px;
  }
  .product .proList ul li {
    padding: 6px;
  }
  .product .proList ul li .item {
    padding: 10px;
  }
  .product .proList ul li .item .cont {
    padding: 5px 0;
  }
  .product .proList ul li .item .cont .bt {
    font-size: 16px;
  }
  .product .proList ul li .item .cont p {
    font-size: 12px;
  }
  .product .proList ul li .itemBan .ban {
    padding-bottom: 6px;
  }
  .product .proList ul li .itemBan .ban a span {
    font-size: 16px;
    max-width: 65px;
  }
  .product .proList ul li .itemBan .ban a i {
    width: 80px;
    height: 80px;
  }
  .product .proList ul li .itemBan .more a span i {
    font-size: 12px;
  }
  .product .proList ul li .itemBan .more a::after {
    width: 50px;
    height: 50px;
  }
  .product .proNav {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .product {
    padding: 0;
    background-color: #fff;
  }
  .product .proList {
    margin: 0.4rem -0.38rem 0;
    flex-wrap: wrap;
  }
  .product .proList .one {
    padding: 0.38rem;
    width: 100%;
    float: none;
  }
.product .proList ul li .itemBan {
	display:none;
}
  .product .proList .one .item {
    height: auto;
  }
  .product .proList .one .item .pcPro {
    display: none;
  }
  .product .proList .one .item .mPro {
    display: block;
  }
  .product .proList .one .item .mPro img {
    display: block;
  }
  .product .proList ul {
    width: 100%;
  }
  .product .proList ul li {
    padding: 0.38rem;
    width: 50%;
    height: auto;
  }
  .product .proList ul li:nth-child(7) {
    display: none;
  }
  .product .proList ul li .item {
    padding: 0.2rem;
  }
  .product .proList ul li .item .cont {
    padding: 0.2rem 0.1rem;
  }
  .product .proList ul li .item .cont .bt {
    font-size: 0.9rem;
  }
  .product .proList ul li .item .cont p {
    color: #999999;
    font-size: 0.68rem;
    margin-top: 0.1rem;
  }
  .product .proNav {
    margin-top: 30px;
    margin-top: 0.4rem;
  }
  .product .proNav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product .proNav ul li {
    width: auto;
    margin-top: 0.2rem;
  }
  .product .proNav ul li a {
    width: 4.87rem;
    display: block;
    text-align: center;
    background-color: #955e43;
    line-height: 2.14rem;
    font-size: 0.64rem;
    color: #ffffff;
  }
  .product .proNav ul li a::before {
    display: none;
  }
  .product .proNav ul li.on a {
    color: #ffffff;
  }
}
.product .titBox ul {
  float: right;
  display: flex;
  margin: 0 -15px;
}
.product .titBox ul li {
  margin: 0 15px;
}
.product .titBox ul li a {
	font-size: 16px;
	display: block;
	position: relative;
	line-height: 2;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.product .titBox ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #955e43;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .titBox ul li.on a {
  color: #955e43;
}
.product .titBox ul li.on a:before {
  width: 100%;
  left: 0;
}
.product .titBox ul + .moreLink {
  display: none;
}
.product .proItem {
  padding-top: 45px;
}
.product .proTabs {
  padding-top: 45px;
}
.product .proTabs .proBd .proList {
  display: none;
}
.product .proTabs .proBd .proList.on {
  display: flex;
}
@media screen and (max-width: 960px) {
  .product .inContent {
    width: 100%;
  }
  .product .titBox {
    padding: 0 3%;
  }
  .product .titBox ul {
    display: none;
  }
  .product .titBox ul + .moreLink {
    display: block;
  }
  .product .proList ul {
    padding: 0 3%;
  }
  .product .proItem {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    border-top: 0.36rem solid #f5f5f5;
  }
  .product .proTabs {
    border-top: 0.36rem solid #f5f5f5;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
}
.development {
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}
.development::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  width: 2560px;
  height: 80px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #955e43;
}
.development .tip {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-top: 12px;
}
.development .lcSwiper {
  margin-top: 75px;
}
.development .lcSwiper ul li {
  width: 25%;
  position: relative;
  padding-left: 6px;
  height: auto;
}
.development .lcSwiper ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 4px;
  width: 2px;
  height: 100%;
  background-color: #955e43;
}
.development .lcSwiper ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 10px;
  background-color: #955e43;
}
.development .lcSwiper ul li .item {
  height: 100%;
  padding-left: 18px;
  padding-bottom: 24px;
  height: 420px;
}
.development .lcSwiper ul li .item h4 {
  color: #955e43;
  line-height: 1.2;
  font-size: 24px;
}
.development .lcSwiper ul li .item p {
  color: #666;
  line-height: 1.8;
  margin-top: 12px;
  padding-bottom: 30px;
  font-size: 15px;
}
.development .lcSwiper ul li .years {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  margin-top: 32px;
}
.development .yearsSwiper {
  position: relative;
  z-index: 3;
  display: none;
}
.development .yearsSwiper ul {
  top: 0;
}
.development .yearsSwiper ul li {
  width: 25%;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
}
@media screen and (max-width: 1300px) {
  .development {
    padding-top: 60px;
  }
  .development .lcSwiper {
    margin-top: 50px;
  }
  .development .lcSwiper ul li .item h4 {
    font-size: 24px;
  }
  .development .lcSwiper ul li .item p {
    font-size: 14px;
  }
  .development .lcSwiper ul li .years {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .development .lcSwiper ul li .item h4 {
    font-size: 20px;
  }
  .development .lcSwiper ul li .years {
    font-size: 36px;
  }
}
@media screen and (max-width: 960px) {
  .development {
    padding-top: 1.3rem;
    border-top: 0.36rem solid #f5f5f5;
  }
  .development {
	  display:none;
  }
  .development::before {
    display: none;
  }
  .development .tip {
    font-size: 0.7rem;
    margin-top: 0.5rem;
	line-height: 1.6;
  }
  .development .lcSwiper {
    float: right;
    width: 70%;
    margin-top: 0.8rem;
    font-size: 1rem;
  }
  .development .lcSwiper .swiper-container {
    height: 24em;
  }
  .development .lcSwiper ul li {
    width: 100%;
    height: 12em;
  }
  .development .lcSwiper ul li .item {
    overflow: hidden;
    height: auto;
  }
  .development .lcSwiper ul li .item h4 {
    font-size: 1.0rem;
  }
  .development .lcSwiper ul li .item p {
    font-size: 0.76rem;
    margin-top: 0.1rem;
    padding-bottom: 0.6rem;
	line-height: 1.6;
	color:#777;
  }
  .development .lcSwiper ul li .years {
    display: none;
  }
  .development .yearsSwiper {
    display: block;
    float: left;
    width: 5.44rem;
    font-size: 1.18rem;
    margin-top: 0.8rem;
    padding-bottom: 1em;
  }
  .development .yearsSwiper .swiper-container {
    height: 17.6em;
  }
  .development .yearsSwiper ul {
    top: 0;
  }
  .development .yearsSwiper ul li {
    width: 100%;
    font-size: 1.18rem;
    line-height: 2.2em;
    height: 2.2em;
    color: #eee;
    top: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .development .yearsSwiper ul li.swiper-slide-thumb-active {
    background-color: #955e43;
    color: #fff;
    padding-left: 0.6rem;
  }
  .development .yearsSwiper ul li.swiper-slide-thumb-active + li {
    color: #eee !important;
    padding-left: 0;
    background-color: transparent !important;
  }
}
.development .yearsPage .years-prev {
  position: absolute;
  bottom: 0;
  left: -5%;
  font-size: 48px;
  line-height: 48px;
  opacity: 0.2;
  cursor: pointer;
  outline: none;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.development .yearsPage .years-prev::before {
  content: "<<";
  font-family: SimSun;
}
.development .yearsPage .years-prev:hover {
  opacity: 0.9;
}
.development .yearsPage .years-next {
  position: absolute;
  bottom: 0;
  right: -5%;
  font-size: 48px;
  line-height: 48px;
  opacity: 0.8;
  cursor: pointer;
  outline: none;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.development .yearsPage .years-next::before {
  content: ">>";
  font-family: SimSun;
}
.development .yearsPage .years-next:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1680px) {
  .development .yearsPage .years-prev {
    left: -4%;
    font-size: 36px;
  }
  .development .yearsPage .years-next {
    right: -4%;
    font-size: 36px;
  }
}
@media screen and (max-width: 1480px) {
  .development .yearsPage .years-prev {
    left: -4%;
    font-size: 30px;
  }
  .development .yearsPage .years-next {
    right: -4%;
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .development .yearsPage {
    display: none;
  }
}
.features {
  background-color: #955e43;
  padding-top: 106px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1300px) {
  .features {
    padding-top: 46px;
    padding-bottom: 50px;
  }
}
.features .tdSwiper ul li {
  width: 32.2%;
  margin-right: 1.9%;
  background-color: #fff;
  text-align: center;
  height: auto;
}
.features .tdSwiper ul li .item {
  height: 100%;
}
.features .tdSwiper ul li h4 {
  color: #666;
  font-size: 16px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 65px;
  position: relative;
  text-shadow: 0.5px 0 0 #666;
  padding-top: 5px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #dbdbdc, #dbdbdc);
  background-image: linear-gradient(to right, #dbdbdc, #dbdbdc);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.features .tdSwiper ul li h4::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 98px;
  height: 2px;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #955e43;
}
.features .tdSwiper ul li h4::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 0 solid transparent;
}
.features .tdSwiper ul li h4 span {
  font-size: 24px;
}
.features .tdSwiper ul li p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  padding: 22px 10px 30px;
}
.features .tdSwiper ul li:hover h4 {
  color: #955e43;
  background-size: 100% 100%;
  text-shadow: 0.5px 0 0 #955e43;
}
.features .tdSwiper ul li:hover h4::before {
  width: 0;
}
.features .tdSwiper ul li:hover h4::after {
  border-top: 9px solid #955e43;
}
.features .tdPage {
  display: none;
}
@media screen and (max-width: 960px) {
  .features {
    margin-top: 0;
    padding: 1.3rem 0;
  }
  .features .tdSwiper ul li {
    width: 100%;
  }
  .features .tdSwiper ul li .item h4 {
    background: #f5f5f5;
    color: #955e43;
    line-height: 3rem;
    font-size: 0.74rem;
    text-shadow: none;
    font-family: simsun;
    padding-top: 0;
  }
  .features .tdSwiper ul li .item h4 span {
    font-size: 1.2rem;
  }
  .features .tdSwiper ul li .item h4::before {
    width: 2.4rem;
  }
  .features .tdSwiper ul li .item p {
    font-size: 0.78rem;
    padding: 0.6rem 0.4rem 1.2rem;
  }
  .features .tdPage {
    display: block;
    margin-top: 1.2rem;
    line-height: 0.91rem;
    text-align: center;
  }
  .features .tdPage .td-pagination {
    display: inline-block;
    vertical-align: top;
    margin: 0 3rem;
  }
  .features .tdPage .td-pagination span {
    display: inline-block;
    vertical-align: top;
    background: url(../images/tdli.png) center center no-repeat;
    width: 0.64rem;
    height: 0.91rem;
    background-size: contain;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0.3;
    margin: 0 0.5rem;
    font-size: 0;
    background-color: transparent;
    border: none;
  }
  .features .tdPage .td-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
  }
  .features .tdPage .td-prev {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    outline: none;
    color: #ffffff;
    font-size: 0.74rem;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .features .tdPage .td-prev::before {
    content: "<";
    font-family: SimSun;
  }
  .features .tdPage .td-next {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    outline: none;
    color: #ffffff;
    font-size: 0.74rem;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .features .tdPage .td-next::before {
    content: ">";
    font-family: SimSun;
  }
}
.custom {
  padding: 50px 0;
}
@media screen and (max-width: 1300px) {
  .custom {
    padding: 40px 0;
  }
}
.custom .hzList {
  border-left: 1px solid #f4f4f4;
  margin-top: 20px;
}
.custom .hzList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.custom .hzList ul li {
  float: left;
  width: 14.28%;
  border: 1px solid #f4f4f4;
  border-left: none;
  margin-top: -1px;
}
.custom .hzList ul li .pic {
  display: block;
  padding: 10px;
}
.custom .hzList ul li .pic i {
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 60%;
}
.custom .hzList ul li .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.custom .hzList ul li .pic:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media screen and (max-width: 960px) {
  .custom {
    padding: 1.3rem 0;
  }
  .custom .hzTit {
    font-size: 1.2rem;
  }
  .custom .hzList {
    margin-top: 0.8rem;
  }
  .custom .hzList ul li {
    width: 33.333%;
  }
}
.news {
  padding: 20px 0 90px;
}
.news .newsLink {
  display: none;
}
@media screen and (max-width: 1300px) {
  .news {
    padding: 0 0 20px;
  }
}
.news .newsBox {
  margin-top: 20px;
}
.news .newsSwiper {
  float: left;
  width: 52%;
  position: relative;
  height: 564px;
}
.news .newsSwiper ul li {
  position: relative;
  overflow: hidden;
}
.news .newsSwiper ul li .pic {
  display: block;
  width: 100%;
  height: 564px;
  position: relative;
  overflow: hidden;
}
.news .newsSwiper ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .newsSwiper ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  height: 56px;
  line-height: 56px;
  padding: 0 15px;
  font-size: 20px;
  padding-right: 140px;
  color: #fff;
}
.news .news-pagination {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 20px;
  height: auto;
  font-size: 0;
}
.news .news-pagination span {
  vertical-align: top;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  outline: none;
  opacity: 1;
  background-color: #fff;
  cursor: pointer;
}
.news .news-pagination span.swiper-pagination-bullet-active {
  background-color: #955e43;
}
.news .list {
  float: right;
  width: 45.7%;
}
.news .list li {
  border-bottom: 1px dotted #ddd;
  height: 178px;
  position: relative;
  padding-right: 260px;
  margin-top: 30px;
  padding-top: 26px;
}
.news .list li:first-child {
  margin-top: 0;
}
.news .list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  height: 147px;
}
.news .list li .pic {
  display: block;
  width: 220px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list li .pic i {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.82%;
  position: relative;
  overflow: hidden;
}
.news .list li .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list li .bt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  display: block;
  font-size: 16px;
}
.news .list li .date {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1;
  color: #666666;
}
.news .list li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .list li:hover .bt {
  color: #955e43;
}
@media screen and (max-width: 1480px) {
  .news .newsSwiper {
    height: 424px;
  }
  .news .newsSwiper ul li .pic {
    height: 424px;
  }
  .news .list {
    width: 45%;
  }
  .news .list li {
    height: 134px;
    padding-right: 190px;
    margin-top: 24px;
    padding-top: 10px;
  }
  .news .list li:first-child {
    margin-top: 0;
  }
  .news .list li:last-child {
    padding-bottom: 0;
    height: 107px;
  }
  .news .list li .pic {
    width: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .news .newsSwiper {
    height: 354px;
  }
  .news .newsSwiper ul li .pic {
    height: 354px;
  }
  .news .list {
    width: 45%;
  }
  .news .list li {
    height: 112px;
    padding-right: 150px;
    margin-top: 22px;
    padding-top: 0;
  }
  .news .list li:first-child {
    margin-top: 0;
  }
  .news .list li:last-child {
    padding-bottom: 0;
    height: 87px;
  }
  .news .list li .pic {
    width: 130px;
  }
  .news .list li .bt {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
  }
}
@media screen and (max-width: 960px) {
  .news {
    padding: 1.6rem 0;
    border-top: 0.36rem solid #f5f5f5;
  }
  .news {
	  display:none;
  }
  .news .titBox .moreLink {
    display: none;
  }
  .news .newsBox {
    margin-top: 0;
  }
  .news .newsSwiper {
    width: 100%;
    float: none;
    height: auto;
    margin-top: 1.2rem;
  }
  .news .newsSwiper ul li {
    height: auto;
  }
  .news .newsSwiper ul li .pic {
    height: 0;
    padding-top: 66.2%;
  }
  .news .newsSwiper ul li .pic img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .news .newsSwiper ul li .bt {
    font-size: 0.8rem;
    height: 2.1rem;
    line-height: 2rem;
    padding-right: 5rem;
  }
  .news .news-pagination {
    right: 1rem;
    bottom: 0.65rem;
  }
  .news .news-pagination span {
    height: 0.4rem;
    width: 0.4rem;
    margin-left: 4px;
  }
  .news .list {
    float: none;
    width: 100%;
    border-top: 1px dotted #ddd;
    margin-top: 1.5rem;
  }
  .news .list ul li {
    margin-top: 1rem;
    padding-right: 7.6rem;
    height: 5.46rem;
  }
  .news .list ul li:first-child {
    margin-top: 0.8rem;
  }
  .news .list ul li:last-child {
    height: 5.46rem;
    border-bottom: 1px dotted #ddd;
  }
  .news .list ul li .pic {
    width: 6.6rem;
  }
  .news .list ul li .bt {
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.2rem;
    height: 2.4rem;
  }
  .news .list ul li .date {
    font-size: 0.68rem;
    margin-top: 0.4rem;
  }
  .news .newsLink {
    display: block;
    margin: 1.5rem auto 0;
    text-align: center;
  }
}
.footer {
  background-color: #955e43;
  color: #fff;
  position: relative;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .footNav {
  border-bottom: 1px solid #87563e;
}
.footer .footNav .return {
  position: absolute;
  right: -5.5%;
  top: -46px;
  width: 92px;
  height: 90px;
  background: url(../images/fhbtn.png) 0 center no-repeat;
  padding-top: 31px;
  text-align: center;
  cursor: pointer;
}
.footer .footNav .return i {
  content: "";
  display: block;
  width: 30px;
  height: 11px;
  background: url(../images/fhar.png) center 0 no-repeat;
  margin: auto;
}
.footer .footNav .return span {
  font-size: 14px;
  color: #955e43;
  line-height: 12px;
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
}
.footer .footNav .return:hover i {
  animation: sxfd 1.5s linear infinite;
}
@keyframes sxfd {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 960px) {
  .footer .footNav {
    display: none;
  }
  .footer .fooCont {
    display: none;
  }
  .footer .footTip {
    display: none;
  }
  
}
.footer .footNavBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 42px 0 45px;
}
.footer .footNavBox .fooSlogan {
  max-width: 30%;
}
.footer .footNavBox .fooSlogan img {
  display: inline-block;
  vertical-align: top;
  max-width: 75%;
}
.footer .footNavBox ul {
  width: 60%;
  max-width: 986px;
  display: flex;
  justify-content: space-between;
}
.footer .footNavBox ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer .footNavBox ul li a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
}
.footer .fooBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 42px 0;
}
.footer .copyright {
  padding-top: 32px;
  display: flex;
  align-items: flex-start;
}
.footer .copyright .logo {
  padding-top: 4px;
  text-align: center;
  height: auto;
}
.footer .copyright .logo img {
  display: block;
  width: 241px;
  height: auto;
}
.footer .copyright .logo span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1;
}
.footer .copyright .copy {
  padding-left: 6%;
  margin-left: 6%;
  border-left: 1px solid #fff;
  font-size: 14px;
  line-height: 2;
  max-width: 560px;
  height: auto;
}
.footer .copyright .copy span {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}
.footer .imgList {
  display: flex;
  justify-content: space-between;
}
.footer .imgList .ewm {
  text-align: center;
  margin-left: 20px;
}
.footer .imgList .ewm img {
  display: block;
  width: 150px;
  height: 150px;
  padding: 10px;
  object-fit: contain;
  background-color: #fff;
}
.footer .imgList .ewm span {
  display: block;
  font-size: 12px;
  margin-top: 6px;
  line-height: 22px;
}
.footer .footTip {
  background-color: #00382d;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 0;
}
.footer .mEwm {
  display: none;
}
@media screen and (max-width: 1680px) {
  .footer .copyright .copy {
    padding-left: 2%;
    margin-left: 2%;
    font-size: 15px;
    max-width: 480px;
    height: auto;
  }
  .footer .copyright .copy span {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
  }
}
@media screen and (max-width: 1580px) {
  .footer .copyright {
    padding-top: 0;
    flex-wrap: wrap;
    flex: 1;
  }
  .footer .fooCont .inContent .fooBox .copyright .copy {
    display: none;
  }
  .footer .copyright .logo {
    width: 100%;
	padding-top:30px;
  }
  .footer .copyright .logo span {
    width: 241px;
  }
  .footer .copyright .copy {
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-left: -8px;
    margin-right: -8px;
    border-left: none;
    margin-top: 15px;
    line-height: 1.8;
  }
  .footer .copyright .copy span {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
  }
}
@media screen and (max-width: 1280px) {
  .footer .copyright {
    padding-top: 0;
    flex-wrap: wrap;
    flex: 1;
  }
  .footer .inContent .return {
    display: none;
  }
  .footer .copyright .logo {
    width: 100%;
  }
  .footer .copyright .logo span {
    width: 241px;
  }
  .footer .copyright .copy {
    font-size: 14px;
    max-width: 100%;
  }
  .footer .imgList .ewm {
    margin-left: 15px;
  }
  .footer .imgList .ewm img {
    width: 130px;
    height: 130px;
    padding: 8px;
  }
}
@media screen and (max-width: 960px) {
  .footer .fooCont .inContent {
    width: 100%;
  }
  .footer .fooBox {
    padding: 0;
  }
  .footer .copyright {
    text-align: center;
  }
  .footer .copyright .logo {
    padding: 1.2rem 0;
  }
  .footer .copyright .logo img {
    width: auto;
    height: 1.8rem;
    margin: auto;
  }
  .footer .copyright .logo span {
    width: 100%;
    font-size: 0.68rem;
    margin-top: 0.5rem;
  }
  .footer .copyright .copy {
    font-size: 0.68rem;
    padding: 1.2rem 0;
    line-height: 1.54;
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #87563e;
    margin: 0;
  }
  .footer .imgList {
    display: none;
  }
  .footer .mEwm {
    width: 100%;
    display: block;
    margin-bottom: 1.2rem;
  }
  .footer .mEwm img {
    display: block;
    width: 4.92rem;
    height: 4.92rem;
    margin: auto;
  }
  .footer .footTip {
    padding: 0.6rem 0;
    line-height: 1.5;
  }
  .footer .footTip .right {
    display: none;
  }
  .footer .footTip .left {
    width: 100%;
    font-size: 0.6rem;
    text-align: center;
  }
}
.footerNav {
  display: none;
}
.footerNav * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .footerNav {
    display: block;
    height: 3.72rem;
  }
  .footerNav .navUl {
	height: 3.72rem;
	background-color: #f5f5f5;
	position: fixed;
	z-index: 999999;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 0.25%;
  }
  .footerNav .navUl a {
    flex: 1;
    display: block;
    padding: 0.7rem 0;
    text-align: center;
    color: #666;
  }
  .footerNav .navUl a i {
    display: block;
    width: 1.14rem;
    height: 1.14rem;
    position: relative;
    overflow: hidden;
    margin: auto;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    opacity: 0.65;
  }
  .footerNav .navUl a i img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .footerNav .navUl a span {
    display: block;
    line-height: 1;
    font-size: 0.76rem;
    margin-top: 0.54rem;
  }
  .footerNav .navUl a.on {
    color: #955e43;
  }
  .footerNav .navUl a.on i {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
}
.nyBanner {
  position: relative;
}
.nyBanner .nyPc {
  height: 690px;
}
.nyBanner .nyPc > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nyBanner .nyM {
  display: none;
}
.nyBanner .nyM > img {
  display: block;
  width: 100%;
}
.nyBanner .nyAboutlogo {
  width: 600px;
  height: 100px;
  position: absolute;
  overflow: hidden;
  top: 318px;
  left: 50%;
  margin-left: -300px;
}
.nyBanner .nyAboutlogo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .nyBanner .nyPc {
    display: none;
  }
  .nyBanner .nyM {
    display: block;
  }
  .nyBanner .nyAboutlogo {
    width: 14rem;
    height: 2.34rem;
    top: 8.3rem;
    margin-left: -7rem;
  }
}
.nyBanner .inContent {
  color: #fff;
  position: absolute;
  top: 235px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nyBanner .inContent .t1 {
  font-size: 54px;
  font-weight: bold;
  line-height: 1.5;
}
.nyBanner .inContent .t2 {
  width: 580px;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 88px;
}
.nyBanner .inContent .ar {
  margin-top: 92px;
  width: 60px;
  height: 60px;
  background: url(../images/returnLinkm.png) center center no-repeat;
  background-size: contain;
}
.nyBanner .inContent.mewsBanxq {
  padding-left: 8.54%;
}
@media screen and (max-width: 960px) {
  .nyBanner .inContent {
    top: 5.6rem;
  }
  .nyBanner .inContent .t1 {
    font-size: 1.48rem;
  }
  .nyBanner .inContent .t2 {
    font-size: 0.6rem;
    width: 100%;
    margin-top: 1.6rem;
  }
  .nyBanner .inContent .ar {
    width: 1.8rem;
    height: 1.8rem;
    margin-top: 2.4rem;
  }
  .nyBanner .inContent.mewsBanxq {
    padding-left: 0;
  }
}
.nyBanner .cplbBan {
  top: 240px;
}
.nyBanner .cplbBan .t1 {
  font-family: "Microsoft YaHei Light";
  font-size: 60px;
  line-height: 1;
}
.nyBanner .cplbBan .t2 {
  font-size: 42px;
  font-weight: bold;
  margin-top: 12px;
  line-height: 1;
  width: 100%;
}
.nyBanner .cplbBan .t3 {
  width: 500px;
  line-height: 1.8;
  font-size: 16px;
  margin-top: 46px;
}
.nyBanner .cplbBan .ar {
  margin-top: 142px;
}
@media screen and (max-width: 960px) {
  .nyBanner .cplbBan {
    top: 6.2rem;
  }
  .nyBanner .cplbBan .t1 {
    font-size: 1.48rem;
  }
  .nyBanner .cplbBan .t2 {
    font-size: 1.18rem;
    margin-top: 0.2rem;
  }
  .nyBanner .cplbBan .t3 {
    font-size: 0.6rem;
    width: 100%;
    margin-top: 0.9rem;
  }
  .nyBanner .cplbBan .ar {
    margin-top: 3.2rem;
  }
}
.cplbBanner .nyPc,
.cxyfBanner .nyPc,
.newsBanner .nyPc,
.hzgmBanner .nyPc {
  height: 720px;
}
.nyAbout1 {
  background-color: #f5f5f5;
  padding-bottom: 96px;
}
.nyAbout1 .profile {
  background-color: #fff;
  padding: 90px 5.48% 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -78px;
  overflow: hidden;
}
.nyAbout1 .profile .pic {
  float: left;
  max-width: 32.88%;
}
.nyAbout1 .profile .pic img {
  display: block;
  max-width: 100%;
}
.nyAbout1 .profile .cont {
  float: right;
  width: 58.53%;
}
.nyAbout1 .profile .cont .tit {
  font-size: 32px;
  line-height: 1.5;
  color: #955e43;
  font-weight: bold;
}
.nyAbout1 .profile .cont .tit::after {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  margin-top: 20px;
  background-color: #955e43;
}
.nyAbout1 .profile .cont .contPic {
  display: none;
}
.nyAbout1 .profile .cont .text {
  font-size: 15px;
  margin-top: 1.5em;
  color: #666;
}
.nyAbout1 .profile .cont .text p {
  line-height: 2;
  padding: 0.8em 0;
}
.nyAbout1 .profile .cont .text::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 3.4em;
  background: url(../images/nyprofileico.png) 0 center no-repeat;
}
.nyAbout1 .team {
  margin-top: 78px;
}
.nyAbout1 .team .tit {
  font-size: 32px;
  line-height: 1.5;
  color: #955e43;
  font-weight: bold;
  text-align: center;
}
.nyAbout1 .team .tit::after {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  margin: 20px auto 0;
  background-color: #955e43;
}
.nyAbout1 .team .text {
  font-size: 15px;
  margin-top: 1.5em;
  text-align: center;
}
.nyAbout1 .team .text p {
  line-height: 2;
  color: #616161;
  padding: 0.8em 0;
}
@media screen and (max-width: 1360px) {
  .nyAbout1 {
    padding-bottom: 60px;
  }
  .nyAbout1 .profile {
    padding: 60px 5.48% 60px;
  }
  .nyAbout1 .team {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .nyAbout1 {
    padding-bottom: 0;
  }
  .nyAbout1 .inContent {
    width: 100%;
  }
  .nyAbout1 .profile {
    margin-top: 0;
    flex-wrap: wrap;
    padding: 1.4rem 3%;
  }
  .nyAbout1 .profile .pic {
    display: none;
  }
  .nyAbout1 .profile .cont {
    width: 100%;
  }
  .nyAbout1 .profile .cont .contPic {
    display: block;
  }
  .nyAbout1 .profile .cont .contPic img {
    display: block;
    margin: auto;
    max-width: 70%;
  }
  .nyAbout1 .profile .cont .tit {
    font-size: 1.3rem;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0.6rem;
  }
  .nyAbout1 .profile .cont .tit::after {
    display: none;
  }
  .nyAbout1 .profile .cont .text {
    margin-top: 0.8rem;
    font-size: 0.8rem;
    color: #666;
  }
  .nyAbout1 .profile .cont .text::after {
    display: none;
  }
  .nyAbout1 .profile .cont .contPic {
    display: block;
    margin-top: 2rem;
  }
  .nyAbout1 .team {
    padding: 1.4rem 3% 1rem;
    margin-top: 0;
  }
  .nyAbout1 .team .tit {
    font-size: 1.3rem;
    text-align: left;
  }
  .nyAbout1 .team .tit::after {
    display: none;
  }
  .nyAbout1 .team .text {
    text-align: left;
    color: #666;
    margin-top: 0;
    font-size: 0.8rem;
  }
}
.invention {
  padding: 80px 0;
  background-color: #f5f5f5;
  overflow: hidden;
}
.invention .zlSwiper {
  position: relative;
  margin: 0 -8px;
  margin-top: 20px;
}
.invention .zlSwiper ul li {
  width: 20%;
  padding: 8px;
}
.invention .zlSwiper ul li .item {
  background-color: #fff;
  text-align: center;
  padding: 8% 7% 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.invention .zlSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 141.35%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.invention .zlSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.invention .zlSwiper ul li .item .cont {
  height: 122px;
  padding-top: 30px;
  text-align: center;
}
.invention .zlSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.invention .zlSwiper ul li .item .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Microsoft YaHei Light";
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.invention .zlSwiper ul li .item:hover {
  background-color: #955e43;
  box-shadow: 0 0 10px rgba(149, 94, 67, 0.4);
}
.invention .zlSwiper ul li .item:hover .pic {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.invention .zlSwiper ul li .item:hover .cont .bt {
  color: #fff;
}
.invention .zlSwiper ul li .item:hover .cont p {
  color: #fff;
}
.invention .zlPage .zl-prev {
  position: absolute;
  z-index: 2;
  width: 4.146%;
  height: 126px;
  background: url(../images/zll.png) center center no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -6%;
  cursor: pointer;
  outline: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.invention .zlPage .zl-prev:hover {
  opacity: 10;
  filter: alpha(opacity=1000);
}
.invention .zlPage .zl-next {
  position: absolute;
  z-index: 2;
  width: 4.146%;
  height: 126px;
  background: url(../images/zlr.png) center center no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -6%;
  cursor: pointer;
  outline: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.invention .zlPage .zl-next:hover {
  opacity: 10;
  filter: alpha(opacity=1000);
}
.invention .zl-pagination {
  display: none;
}
@media screen and (max-width: 1360px) {
  .invention {
    padding: 60px 0;
  }
  .invention .zlSwiper ul li {
    width: 25%;
  }
  .invention .zlSwiper ul li .item .cont {
    height: 95px;
    padding-top: 20px;
  }
  .invention .zlSwiper ul li .item .cont .bt {
    font-size: 16px;
  }
  .invention .zlSwiper ul li .item .cont p {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .invention {
    padding: 1.5rem 0;
  }
  .invention .title {
    font-size: 1.2rem;
  }
  .invention .zlSwiper {
    margin: 1rem -5px 0;
  }
  .invention .zlSwiper ul li {
    width: 44%;
    padding: 5px;
  }
  .invention .zlSwiper ul li .item .cont {
    padding-top: 0.6rem;
    height: 4rem;
  }
  .invention .zlSwiper ul li .item .cont .bt {
    font-size: 0.8rem;
  }
  .invention .zlSwiper ul li .item .cont p {
    font-size: 0.6rem;
  }
  .invention .zlPage {
    display: none;
  }
  .invention .zl-pagination {
    display: block;
    text-align: center;
    margin-top: 1rem;
    height: auto;
    font-size: 0;
  }
  .invention .zl-pagination span {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.1rem;
    width: 1.26rem;
    height: 0.17rem;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    background-color: #999;
  }
  .invention .zl-pagination span.swiper-pagination-bullet-active {
    background-color: #955e43;
  }
}
.img-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .img-popup {
    display: none;
  }
}
.img-popup .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1e1e1e;
  opacity: 0.7;
}
.img-popup .img-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.img-popup .img-close:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  -o-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.img-popup .img-close:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
  -webkit-transform: scale(1) rotate(-45deg);
  -moz-transform: scale(1) rotate(-45deg);
  -o-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}
.img-popup .imgSize {
  position: relative;
  width: 90%;
  height: 90%;
}
.img-popup .imgSize .imgBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-popup .imgSize .imgBox img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.img-popup.show-intro-vieo {
  visibility: inherit;
  opacity: 1;
}
.nyPp1 {
  background-color: #f5f5f5;
  padding-bottom: 90px;
}
.nyPp1 .ppBox {
  margin-top: -234px;
  display: flex;
  justify-content: space-between;
}
.nyPp1 .ppli {
  background-color: #ffffff;
  border-radius: 20px;
  width: 49%;
  padding: 3.5% 5% 9%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyPp1 .ppli::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  bottom: 0;
  background-color: #955e43;
  height: 8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyPp1 .ppli .pic {
  width: 100%;
  padding-top: 39.68%;
  position: relative;
  overflow: hidden;
}
.nyPp1 .ppli .pic img {
  max-width: 80%;
  max-height: 80%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.nyPp1 .ppli .text {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 38px;
  color:#666;
}
.nyPp1 .ppli .text::before {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  margin: auto;
  margin-bottom: 24px;
  background-color: #955e43;
}
.nyPp1 .ppli .more {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  line-height: 1.6;
  color: #955e43;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.nyPp1 .ppli .more::before {
  content: "";
  width: 23px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 14px;
  background: url(../images/ppgwico.png) center center no-repeat;
  background-size: contain;
}
.nyPp1 .ppli:hover {
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
}
.nyPp1 .ppli:hover::before {
  width: 100%;
  left: 0;
}
.nyPp1 .ppli:hover .more {
  bottom: 10%;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .nyPp1 {
    padding-bottom: 1.65rem;
  }
  .nyPp1 {
	  display:none;
  }
  .nyPp1 .ppBox {
    margin-top: -4.38rem;
  }
  .nyPp1 .ppli {
    border-radius: 0.49rem;
    padding: 5% 4% 6%;
  }
  .nyPp1 .ppli .text {
    font-size: 0.78rem;
    line-height: 1.6;
    margin-top: 0.7rem;
    color: #666;
  }
  .nyPp1 .ppli .text::before {
    width: 0.86rem;
    height: 0.12rem;
    margin-bottom: 1rem;
  }
  .nyPp1 .ppli .more {
    margin-top: 1.2rem;
    display: block;
    position: relative;
    font-size: 0.68rem;
    text-align: center;
    opacity: 1;
  }
  .nyPp1 .ppli .more::before {
    width: 0.57rem;
    height: 0.49rem;
    margin-right: 0.34rem;
  }
  .nyPp1 .ppli:hover .more {
    bottom: 0;
  }
}
.nyShop {
  background: url(../images/gmdpbg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 88px 0 200px;
  overflow: hidden;
}
.nyShop .title {
  color: #fff;
}
.nyShop .shopList {
  margin-top: 122px;
}
.nyShop .shopList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nyShop .shopList ul li {
  float: left;
  width: 20%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 5px 25px;
}
.nyShop .shopList ul li:first-child {
  border-left: none;
}
.nyShop .shopList ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.nyShop .shopList ul li .pic {
  width: 100%;
  height: 0;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
  text-align:center;
}
.nyShop .shopList ul li .pic img {
  max-width: 80%;
  max-height: 80%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.nyShop .shopList ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  margin-top: 50px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .nyShop {
    padding: 80px 0 150px;
  }
  .nyShop .shopList {
    margin-top: 80px;
  }
  .nyShop .shopList ul li .bt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .nyShop {
    padding: 1.7rem 0 3rem;
  }
  .nyShop {
	  display:none;
  }
  .nyShop .shopList {
    margin-top: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nyShop .shopList ul li {
    width: 33.33%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.5rem 0.2rem 1.5rem;
  }
  .nyShop .shopList ul li:nth-child(3n) {
    border-right: none;
  }
  .nyShop .shopList ul li:nth-child(1) {
    border-top: none;
  }
  .nyShop .shopList ul li:nth-child(2) {
    border-top: none;
  }
  .nyShop .shopList ul li:nth-child(3) {
    border-top: none;
  }
  .nyShop .shopList ul li .bt {
    margin-top: 0;
    font-size: 0.6rem;
  }
}
.nyEries {
  background-color: #f5f5f5;
  padding: 80px 0;
  overflow: hidden;
}
.nyEries .title {
  text-align: center;
}
.nyEries .new {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 2% 3%;
}
.nyEries .new .cont {
  flex: 1;
  margin-right: 3%;
  padding-top: 36px;
  min-width: 0;
}
.nyEries .new .cont .en {
  display: block;
  font-size: 30px;
  font-weight: 100;
  color: #999999;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyEries .new .cont .bt {
  font-size: 48px;
  font-weight: 100;
  line-height: 1.4;
  margin-top: 4px;
}
.nyEries .new .cont p {
  line-height: 24px;
  color: #955e43;
  margin-top: 52px;
  height: 120px;
  font-size: 15px;
}
.nyEries .new .cont .more {
  display: block;
  width: 53px;
  height: 53px;
  margin-top: 50px;
  border-radius: 100%;
  background-size: contain;
  background: url(../images/newar.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyEries .new .pic {
  display: block;
  max-width: 750px;
  width: 50%;
}
.nyEries .new .pic i {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.5%;
  position: relative;
  overflow: hidden;
}
.nyEries .new .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.nyEries .new:hover .cont .more {
  background-image: url(../images/newarh.png);
}
@media screen and (max-width: 1360px) {
  .nyEries .new .cont {
    margin-right: 3%;
    padding-top: 0;
  }
  .nyEries .new .cont p {
    margin-top: 30px;
  }
  .nyEries .new .cont .more {
    margin-top: 10px;
  }
}
.nyEries .proList ul {
  margin: 0 -14px;
}
.nyEries .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nyEries .proList ul li {
  float: left;
  width: 50%;
  margin-top: 28px;
  padding: 0 14px;
}
.nyEries .proList ul li .item {
  display: block;
  padding: 6% 6% 10%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyEries .proList ul li .item .cont .en {
  display: block;
  font-size: 30px;
  font-weight: 100;
  color: #999999;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyEries .proList ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
  font-size: 48px;
  font-weight: 100;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyEries .proList ul li .item .cont .bt::after {
  content: "";
  width: 38px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background: url(../images/cpxlar.png) 0 center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyEries .proList ul li .item .cont p {
  color: #955e43;
  font-size: 15px;
  line-height: 24px;
  height: 48px;
  margin-top: 4px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyEries .proList ul li .item .pic {
  width: 100%;
  height: 0;
  padding-top: 49.3%;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyEries .proList ul li .item .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyEries .proList ul li .item:hover {
  background-color: #955e43;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.nyEries .proList ul li .item:hover .cont .en {
  color: #fff;
}
.nyEries .proList ul li .item:hover .cont .bt {
  font-weight: bold;
  color: #fff;
}
.nyEries .proList ul li .item:hover .cont .bt::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.nyEries .proList ul li .item:hover .cont p {
  color: #fff;
}
.nyEries .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
@media screen and (max-width: 960px) {
  .nyEries {
    padding: 1.35rem 0;
  }
  .nyEries .title {
    text-align: left;
  }
  .nyEries .new {
    display: none;
  }
  .nyEries .proList ul li {
    width: 100%;
    margin-top: 0.7rem;
  }
  .nyEries .proList ul li .item {
    padding: 1.2rem 0.8rem;
  }
  .nyEries .proList ul li .item .cont .en {
    font-size: 0.64rem;
  }
  .nyEries .proList ul li .item .cont .bt {
    font-size: 1.2rem;
    position: relative;
    padding-right: 2rem;
	color:#955e43;
  }
  .nyEries .proList ul li .item .cont .bt::after {
    content: "";
    display: none;
  }
  .nyEries .proList ul li .item .cont .bt::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.48rem;
    height: 1.48rem;
    background: url(../images/cpxlarm.png) 0 center no-repeat;
    background-size: contain;
  }
  .nyEries .proList ul li .item .cont p {
    font-size: 0.6rem;
    line-height: 1rem;
    height: 2rem;
  }
  .nyEries .proList ul li .item .cont p {
	  display:none;
  }
  .nyEries .proList ul li .item .pic {
    margin-top: 0.5rem;
  }
}
.proLb {
  background-color: #f5f5f5;
  padding: 70px 0;
  overflow: hidden;
}
.proLb .proList ul {
  margin: -8px;
}
.proLb .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.proLb .proList ul li {
  float: left;
  width: 25%;
  padding: 8px;
}
.proLb .proList ul li .item {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proLb .proList ul li .item .pic {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proLb .proList ul li .item .pic i {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.proLb .proList ul li .item .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proLb .proList ul li .item .cont {
  text-align: center;
  padding: 15px 0;
}
.proLb .proList ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proLb .proList ul li .item .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
  margin-top: 4px;
  font-size: 13px;
  color: #999999;
}
.proLb .proList ul li .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.proLb .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.proLb .proList ul li .item:hover .cont .bt {
  color: #955e43;
}
.proLb .txtTip {
  font-size: 18px;
  color: #666666;
  line-height: 2;
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .proLb {
    padding: 50px 0;
  }
  .proLb .proList ul {
    margin: 0 -6px;
  }
  .proLb .proList ul li {
    padding: 6px;
  }
  .proLb .proList ul li .item {
    padding: 10px;
  }
  .proLb .proList ul li .item .cont {
    padding: 5px 0;
  }
  .proLb .proList ul li .item .cont .bt {
    font-size: 16px;
  }
  .proLb .proList ul li .item .cont p {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .proLb {
    padding: 0.2rem 0;
  }
  .proLb .proList ul {
    margin: 0.4rem -0.38rem 0;
  }
  .proLb .proList ul li {
    padding: 0.38rem;
    width: 50%;
  }
  .proLb .proList ul li .item {
    padding: 0.4rem;
  }
  .proLb .proList ul li .item .cont {
    padding: 0.4rem 0.1rem;
  }
  .proLb .proList ul li .item .cont .bt {
    font-size: 0.84rem;
	color: #333;
  }
  .proLb .proList ul li .item .cont p {
    color: #999999;
    font-size: 0.62rem;
    margin-top: 0.2rem;
  }
  .proLb .txtTip {
    margin-top: 1.3rem;
    color: #999999;
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 960px) {
  .xqBody .header {
    display: none;
  }
  .xqBody .nyBanner {
    display: none;
  }
}
.proXq {
  padding: 60px 0;
}
.proXq .returnLink {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  z-index: 4;
  background-size: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proXq .details {
  display: flex;
  justify-content: space-between;
}
.proXq .details .xqpic {
  width: 800px;
}
.proXq .details .xqpic i {
  display: block;
  width: 100%;
}
.proXq .details .xqpic i img {
  display: block;
  width: 100%;
}
.proXq .details .xqCont {
  float: right;
  flex: 1;
  padding-top: 100px;
  margin-left: 3.54%;
  font-size: 16px;
}
.proXq .details .xqCont .tit .en {
  text-transform: uppercase;
  font-family: "Microsoft YaHei Light";
  font-size: 24px;
  color: #999999;
  line-height: 1.4;
}
.proXq .details .xqCont .tit .bt {
  font-size: 48px;
  line-height: 1.4;
  font-family: "Microsoft YaHei Light";
}
.proXq .details .xqCont .tit p {
  margin-top: 28px;
  line-height: 1.5;
  color: #999;
  margin-top: 10px;
}
.proXq .details .xqCont .spe {
  margin-top: 55px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 38px 0;
  display: flex;
  justify-content: space-between;
  line-height: 1.8;
}
.proXq .details .xqCont .spe .dt {
  float: left;
  white-space: nowrap;
}
.proXq .details .xqCont .spe .dd {
  flex: 1;
  color: #999;
}
.proXq .details .xqCont .shop {
  margin-top: 46px;
}
.proXq .details .xqCont .shop .dt {
  line-height: 1.8;
}
.proXq .details .xqCont .shop ul {
  margin: 5px -5px -5px;
}
.proXq .details .xqCont .shop ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.proXq .details .xqCont .shop ul li {
  float: left;
  width: 20%;
  padding: 5px;
}
.proXq .details .xqCont .shop ul li .item {
  display: block;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 92%;
  height: 0;
}
.proXq .details .xqCont .shop ul li .item img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proXq .details .xqCont .shop ul li .item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media screen and (max-width: 1560px) {
  .proXq .details .xqpic {
    width: 640px;
  }
  .proXq .details .xqCont {
    padding-top: 70px;
  }
  .proXq .details .xqCont .tit p {
    margin-top: 10px;
  }
  .proXq .details .xqCont .spe {
    margin-top: 40px;
    padding: 30px 0;
  }
  .proXq .details .xqCont .shop {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1360px) {
  .proXq .details .xqpic {
    width: 540px;
  }
  .proXq .details .xqCont {
    padding-top: 60px;
    font-size: 15px;
  }
  .proXq .details .xqCont .tit .en {
    font-size: 24px;
  }
  .proXq .details .xqCont .tit .bt {
    font-size: 38px;
  }
  .proXq .details .xqCont .spe {
    margin-top: 30px;
    padding: 20px 0;
  }
  .proXq .details .xqCont .shop {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .proXq {
    padding: 0;
  }
  .proXq .inContent {
    width: 100%;
  }
  .proXq .returnLink {
    width: 1.48rem;
    height: 1.48rem;
    top: 0.9rem;
    right: 1.18rem;
    background-image: url(../images/returnLinkm.png);
  }
  .proXq .details {
    flex-wrap: wrap;
  }
  .proXq .details .xqpic {
    width: 100%;
  }
  .proXq .details .xqCont {
    width: 100%;
    padding: 1rem 3%;
    font-size: 0.74rem;
    margin: 0;
  }
  .proXq .details .xqCont .tit .en {
    font-size: 0.6rem;
  }
  .proXq .details .xqCont .tit .bt {
    font-size: 1.2rem;
    position: relative;
    padding-right: 1.5rem;
    font-weight: bold;
  }
  .proXq .details .xqCont .tit .bt::before {
    content: "";
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .proXq .details .xqCont .tit p {
    font-size: 0.7rem;
    margin-top: 0.1rem;
  }
  .proXq .details .xqCont .spe {
    margin-top: 1rem;
    padding: 1rem 0;
	font-size: 0.76rem;
  }
  .proXq .details .xqCont .shop {
    margin-top: 1.2rem;
	font-size: 0.76rem;
  }
  .proXq .details .xqCont .shop ul {
    margin: 0.2rem -0.2rem 0;
  }
  .proXq .details .xqCont .shop ul li {
    padding: 0.2rem;
  }
}
.proXqMs {
  padding: 50px 0 70px;
  border-top: 10px solid #f5f5f5;
}
.proXqMs .proXqMsCont {
  float: left;
  width: 65.85%;
}
.proXqMs .proXqMsCont .tit {
  font-size: 22px;
  line-height: 1;
}
.proXqMs .proXqMsCont .xqText {
  margin-top: 25px;
  font-size: 16px;
}
.proXqMs .proXqMsCont .xqText img {
  display: block;
  max-width: 100%;
}
.proXqMs .guess {
  float: right;
  width: 30.24%;
}
.proXqMs .guess .tit {
  font-size: 22px;
  line-height: 1;
}
.proXqMs .guess .list {
  margin-top: 25px;
}
.proXqMs .guess .list ul li {
  margin-top: 4px;
}
.proXqMs .guess .list ul li:first-child {
  margin-top: 0;
}
.proXqMs .guess .list ul li .item {
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  padding: 25px 25px 45px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proXqMs .guess .list ul li .item .pic {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proXqMs .guess .list ul li .item .pic i {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.proXqMs .guess .list ul li .item .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proXqMs .guess .list ul li .item .cont {
  text-align: center;
  padding: 15px 0;
}
.proXqMs .guess .list ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proXqMs .guess .list ul li .item .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
  margin-top: 4px;
  font-size: 14px;
  color: #999999;
}
.proXqMs .guess .list ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.proXqMs .guess .list ul li .item:hover .cont .bt {
  color: #955e43;
}
@media screen and (max-width: 1360px) {
  .proXqMs .guess .list ul li .item {
    padding: 15px;
  }
  .proXqMs .guess .list ul li .item .cont {
    padding: 10px 0;
  }
  .proXqMs .guess .list ul li .item .cont .bt {
    font-size: 16px;
  }
  .proXqMs .guess .list ul li .item .cont p {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .proXqMs {
    padding: 1rem 0 0;
    border-top: 0.34rem solid #f5f5f5;
  }
  .proXqMs .inContent {
    width: 100%;
  }
  .proXqMs .proXqMsCont {
    width: 100%;
    float: none;
    padding-bottom: 1.3rem;
  }
  .proXqMs .proXqMsCont .tit {
    width: 94%;
    margin: auto;
    font-size: 0.76rem;
  }
  .proXqMs .proXqMsCont .xqText {
    margin-top: 0.66rem;
  }
  .proXqMs .guess {
    width: 100%;
    float: none;
    background-color: #f5f5f5;
    padding: 1.3rem 0 1.6rem;
  }
  .proXqMs .guess .tit {
    width: 94%;
    margin: auto;
    font-size: 0.76rem;
  }
  .proXqMs .guess .list {
    width: 94%;
    margin: auto;
  }
  .proXqMs .guess .list ul {
    margin: 0.4rem -0.38rem 0;
  }
  .proXqMs .guess .list ul::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }
  .proXqMs .guess .list ul li {
    float: left;
    padding: 0.38rem;
    width: 50%;
    margin-top: 0;
  }
  .proXqMs .guess .list ul li .item {
    padding: 0.4rem;
    background-color: #fff;
  }
  .proXqMs .guess .list ul li .item .cont {
    padding: 0.4rem 0.1rem;
  }
  .proXqMs .guess .list ul li .item .cont .bt {
    font-size: 0.74rem;
  }
  .proXqMs .guess .list ul li .item .cont p {
    color: #999999;
    font-size: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cxLb {
  background-color: #f5f5f5;
  padding: 70px 0;
  overflow: hidden;
}
.cxLb .cxList ul li {
  margin-top: 56px;
  background-color: #fff;
  padding: 12px;
}
.cxLb .cxList ul li::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.cxLb .cxList ul li:first-child {
  margin-top: 0;
}
.cxLb .cxList ul li .pic {
  float: right;
  display: block;
  max-width: 803px;
  width: 50%;
}
.cxLb .cxList ul li .pic i {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.5%;
  position: relative;
  overflow: hidden;
}
.cxLb .cxList ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.cxLb .cxList ul li .cont {
  float: left;
  width: 39%;
  margin-left: 3.38%;
  padding-top: 4.3%;
  min-width: 0;
}
.cxLb .cxList ul li .cont .en {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #999999;
}
.cxLb .cxList ul li .cont .bt {
  font-size: 48px;
  font-weight: 100;
  line-height: 1.4;
  margin-top: 4px;
}
.cxLb .cxList ul li .cont .bt::after {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  background-color: #955e43;
  margin-top: 6%;
}
.cxLb .cxList ul li .cont p {
  line-height: 24px;
  height: 96px;
  margin-top: 8%;
  overflow: hidden;
  font-size: 15px;
  color:#666;
}
.cxLb .cxList ul li .cont .more {
  display: block;
  margin-top: 7%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 138px;
  background-color: #ffffff;
  border-radius: 21.5px;
  border: solid 1px #ebebeb;
  line-height: 42px;
  text-align: center;
  color: #955e43;
  font-size: 14px;
}
.cxLb .cxList ul li .cont .more:hover {
  background-color: #955e43;
  border-color: #955e43;
  color: #fff;
}
.cxLb .cxList ul li:nth-child(2n) .pic {
  float: left;
}
.cxLb .cxList ul li:nth-child(2n) .cont {
  float: right;
  margin-right: 3.38%;
  margin-left: 0;
}
@media screen and (max-width: 1360px) {
  .cxLb .cxList ul li {
    margin-top: 46px;
  }
  .cxLb .cxList ul li .cont {
    padding-top: 3%;
    width: 45%;
    margin-left: 2%;
  }
  .cxLb .cxList ul li .cont .en {
    font-size: 26px;
  }
  .cxLb .cxList ul li .cont .bt {
    font-size: 42px;
  }
  .cxLb .cxList ul li .cont .bt::after {
    margin-top: 3%;
  }
  .cxLb .cxList ul li .cont .more {
    margin-top: 3%;
  }
  .cxLb .cxList ul li:nth-child(2n) .cont {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1180px) {
  .cxLb {
    padding: 50px 0;
  }
  .cxLb .cxList ul li {
    margin-top: 36px;
  }
  .cxLb .cxList ul li .cont .en {
    font-size: 20px;
  }
  .cxLb .cxList ul li .cont .bt {
    font-size: 36px;
    margin-top: 0;
  }
  .cxLb .cxList ul li .cont p {
    margin-top: 4%;
  }
  .cxLb .cxList ul li .cont .more {
    margin-top: 4%;
    line-height: 36px;
  }
}
@media screen and (max-width: 960px) {
  .cxLb {
    padding: 1.28rem 0;
  }
  .cxLb .cxList ul li {
    margin-top: 0.9rem;
    padding: 0.94rem 0.74rem;
  }
  .cxLb .cxList ul li .pic {
    width: 100%;
    max-width: 100%;
  }
  .cxLb .cxList ul li .cont {
    position: relative;
    width: 100%;
    padding-top: 0.7rem;
    margin: 0 !important;
  }
  .cxLb .cxList ul li .cont .en {
    font-size: 0.8rem;
	line-height: 1.4;
  }
  .cxLb .cxList ul li .cont .bt {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .cxLb .cxList ul li .cont .bt::after {
    width: 0.86rem;
    height: 0.12rem;
    background-color: #955e43;
    margin-top: 0.6rem;
  }
  .cxLb .cxList ul li .cont p {
    font-size: 0.76rem;
    color: #999;
    line-height: 1.6;
    height: auto;
  }
  .cxLb .cxList ul li .cont .more {
    width: 1.8rem;
    height: 1.77rem;
    border: none;
    position: absolute;
    right: 0;
    top: 1.58rem;
    font-size: 0 !important;
    background: url(../images/cxliar.png) 0 center no-repeat;
    background-size: contain;
    margin-top: 0;
  }
}
.nyNav {
  text-align: center;
  padding-bottom: 40px;
}
.nyNav ul li {
  width: 15%;
  display: inline-block;
  vertical-align: top;
  max-width: 210px;
}
.nyNav ul li a {
  display: block;
  font-size: 18px;
  color: #999;
  line-height: 1.6;
  position: relative;
}
.nyNav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/aboutnavico.png) center center no-repeat;
  background-size: contain;
  bottom: -10px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nyNav ul li a:hover {
  color: #955e43;
}
.nyNav ul li.on a {
  font-weight: bold;
  color: #955e43;
}
.nyNav ul li.on a::before {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: -40px;
}
@media screen and (max-width: 960px) {
  .nyNav {
    padding: 1rem 1rem;
    font-size: 0;
    background-color: #fff;
  }
  .nyNav ul {
    display: flex;
    justify-content: space-between;
  }
  .nyNav ul li {
    width: 25%;
    flex: 1;
  }
  .nyNav ul li a {
    display: block;
    font-size: 0.9rem;
    color: #999;
    line-height: 1.6;
    padding-bottom: 0.9rem;
    position: relative;
  }
  .nyNav ul li a::before {
    width: 0.44rem;
    height: 0.64rem;
    bottom: 0.5rem;
  }
  .nyNav ul li a:hover {
    color: #955e43;
  }
  .nyNav ul li.on a::before {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0;
  }
}
.cxTabs {
  background-color: #f5f5f5;
  padding: 55px 0 80px;
}
.cxTabs .cxCont {
  margin-top: 40px;
  padding: 70px 72px;
  position: relative;
  background-color: #fff;
}
.cxTabs .cxCont .returnLink {
  position: absolute;
  right: 70px;
  top: 105px;
  width: 60px;
  height: 60px;
  z-index: 4;
  background: url(../images/returnLink.png) center center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cxTabs .cxCont .returnLink:hover {
  background-image: url(../images/returnLinkh.png);
}
.cxTabs .cxCont .tit i {
  display: block;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #999999;
}
.cxTabs .cxCont .tit span {
  display: block;
  font-size: 48px;
  font-weight: 100;
  line-height: 1.4;
  margin-top: 4px;
}
.cxTabs .cxCont .cxContText {
  margin-top: 45px;
  line-height: 1.8;
  font-size: 16px;
}
.cxTabs .cxCont .returnAr {
  display: none;
}
@media screen and (max-width: 1360px) {
  .cxTabs .cxCont {
    padding: 50px;
  }
}
@media screen and (max-width: 960px) {
  .cxTabs {
    padding: 0;
  }
  .cxTabs .inContent {
    width: 100%;
  }
  .cxTabs .cxCont {
    margin-top: 0;
    border-top: 0.25rem solid #f5f5f5;
    padding: 1.2rem 3% 1.5rem;
  }
  .cxTabs .cxCont .returnLink {
    position: absolute;
    top: 2rem;
    right: 3%;
    width: 1.8rem;
    height: 1.77rem;
    z-index: 4;
    background: url(../images/returnLink.png) center center no-repeat;
    background-size: contain;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .cxTabs .cxCont .returnLink:hover {
    background-image: url(../images/returnLinkh.png);
  }
  .cxTabs .cxCont .tit i {
    font-size: 0.9rem;
    font-weight: 100;
  }
  .cxTabs .cxCont .tit span {
    font-weight: bold;
    font-size: 1.4rem;
  }
  .cxTabs .cxCont .cxContText {
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 0.9rem;
  }
  .cxTabs .cxCont .returnAr {
    display: block;
    margin: 2rem auto 0;
    width: 6.94rem;
    line-height: 2rem;
    background-color: #ffffff;
    border-radius: 3rem;
    border: solid 1px #dddddd;
    color: #955e43;
    font-size: 0.74rem;
    text-align: center;
    outline: none;
  }
}
.paging {
  margin-top: 60px;
  text-align: center;
}
.paging a {
  display: inline-block;
  line-height: 34px;
  padding: 0 12px;
  margin: 0 3px;
  font-size: 16px;
  border: 1px solid #ddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.paging a:hover {
  background-color: #955e43;
  border-color: #955e43;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .paging {
    margin-top: 1rem;
    text-align: center;
  }
}
.nyNews {
  padding: 50px 0 80px;
}
.nyNews .newsList {
  margin-top: 35px;
  border-top: 1px dotted #ccc;
}
.nyNews .newsList ul li {
  border-bottom: 1px dotted #ccc;
  padding: 50px 35.6% 50px 182px;
  position: relative;
  height: 220px;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.nyNews .newsList ul li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 6px;
  background-color: #955e43;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyNews .newsList ul li .pic {
  position: absolute;
  right: 0;
  top: 50px;
  width: 330px;
  display: block;
}
.nyNews .newsList ul li .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  height: 220px;
}
.nyNews .newsList ul li .pic i img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.nyNews .newsList ul li .bt {
  font-size: 36px;
  display: block;
  line-height: 1.4;
  font-weight: 100;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 26px;
}
.nyNews .newsList ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nyNews .newsList ul li .date {
  position: absolute;
  left: 0;
  top: 80px;
  width: 160px;
  height: 160px;
  background-color: #eee;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  padding-top: 50px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyNews .newsList ul li .date i {
  display: block;
}
.nyNews .newsList ul li .date span {
  display: block;
}
.nyNews .newsList ul li:hover .bt {
  color: #955e43;
}
.nyNews .newsList ul li:hover .date {
  background-color: #955e43;
  color: #fff;
}
.nyNews .newsList ul li:hover::before {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .nyNews .newsList ul li {
    padding: 40px 30% 40px 162px;
    height: 172px;
  }
  .nyNews .newsList ul li .pic {
    top: 40px;
    width: 260px;
  }
  .nyNews .newsList ul li .pic i {
    height: 172px;
  }
  .nyNews .newsList ul li .bt {
    font-size: 30px;
    padding-top: 16px;
  }
  .nyNews .newsList ul li .date {
    top: 50px;
    width: 140px;
    height: 140px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  .nyNews {
    padding: 0 0 1.6rem;
  }
  .nyNews .inContent {
    width: 100%;
  }
  .nyNews .newsList {
    margin-top: 0;
    border-top: 0.25rem solid #f5f5f5;
    padding: 0 3%;
  }
  .nyNews .newsList ul li {
    padding: 1.18rem 6.6rem 1.18rem 0;
    height: 3.61rem;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .nyNews .newsList ul li::before {
    display: none;
  }
  .nyNews .newsList ul li .pic {
    top: 1.18rem;
    width: 5.41rem;
  }
  .nyNews .newsList ul li .pic i {
    height: 3.61rem;
  }
  .nyNews .newsList ul li .bt {
    font-size: 0.84rem;
    padding-top: 0;
    font-weight: normal;
  }
  .nyNews .newsList ul li .date {
    position: inherit;
    top: 0;
    width: 100%;
    height: auto;
    font-size: 0.64rem;
    line-height: 1;
    padding-top: 0;
    margin-top: 0.4rem;
    text-align: left;
    color: #999999;
    background-color: transparent;
  }
  .nyNews .newsList ul li .date i {
    display: inline-block;
  }
  .nyNews .newsList ul li .date span {
    display: inline-block;
  }
  .nyNews .newsList ul li .date span::before {
    content: "|";
    padding: 0 0.3rem;
  }
  .nyNews .newsList ul li:hover .bt {
    color: #955e43;
  }
  .nyNews .newsList ul li:hover .date {
    background-color: transparent;
    color: #999999;
  }
}
.newsDeta {
  background-color: #f5f5f5;
  padding-bottom: 80px;
}
.newsDeta .newsDes {
  background-color: #fff;
  margin-top: -80px;
  padding: 70px 72px;
}
.newsDeta .newsDes .desTit {
  padding-right: 20.4%;
  position: relative;
  min-height: 160px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}
.newsDeta .newsDes .desTit .ewm {
  position: absolute;
  right: 0;
  top: 0;
  display:none;
}
.newsDeta .newsDes .desTit .ewm img {
  display: block;
  width: 136px;
  height: 136px;
}
.newsDeta .newsDes .desTit .ewm span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  color: #666666;
  line-height: 1;
  text-align: center;
}
.newsDeta .newsDes .desTit h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: normal;
}
.newsDeta .newsDes .desTit .date {
  color: #666666;
  line-height: 1.4;
  margin-top: 32px;
}
.newsDeta .newsDes .newsContText {
  margin-top: 45px;
  line-height: 1.8;
  font-size: 16px;
}
.newsDeta .newsDes .newsContText img {
  margin: 12px 0;
}
@media screen and (max-width: 1360px) {
  .newsDeta {
    padding-bottom: 60px;
  }
  .newsDeta .newsDes {
    padding: 50px;
  }
  .newsDeta .newsDes .desTit h1 {
    font-size: 40px;
  }
  .newsDeta .newsDes .newsContText {
    margin-top: 1.2rem;
    line-height: 1.8;
    font-size: 0.74rem;
  }
.newsDeta .newsDes .newsContText img {
  margin: 12px 0;
}
}
@media screen and (max-width: 960px) {
  .newsDeta {
    padding: 0;
  }
  .newsDeta .inContent {
    width: 100%;
  }
  .newsDeta .newsDes {
    margin-top: 0;
    padding: 1.2rem 3% 1.5rem;
  }
  .newsDeta .newsDes .desTit {
    padding-right: 0;
    min-height: auto;
    padding-bottom: 1rem;
  }
  .newsDeta .newsDes .desTit .ewm {
    display: none;
  }
  .newsDeta .newsDes .desTit h1 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .newsDeta .newsDes .desTit .date {
    font-size: 0.68rem;
    margin-top: 0.4rem;
	color:#999;
  }
  .newsDeta .newsDes .cxContText {
    margin-top: 1rem;
    line-height: 1.8;
    font-size: 0.9rem;
  }
  .newsDeta .newsDes .newsContText {
    margin-top: 1.2rem;
    line-height: 1.6;
    font-size: 0.9rem;
  }
.newsDeta .newsDes .newsContText img {
  margin: 0.2rem 0;
}
}
.myBk {
  padding: 50px 0 80px;
}
.myBk .bkList ul {
  margin: 0 -25px;
}
.myBk .bkList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.myBk .bkList ul li {
  float: left;
  width: 33.333%;
  margin-top: 40px;
  padding: 0 25px;
}
.myBk .bkList ul li .item {
  position: relative;
}
.myBk .bkList ul li .item::after {
  content: "";
  position: absolute;
  background: #955e43;
  width: 100%;
  height: 2px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.myBk .bkList ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.myBk .bkList ul li .item .cont {
  padding-top: 16px;
  padding-bottom: 35px;
}
.myBk .bkList ul li .item .pic {
  width: 100%;
  display: block;
  height: 0;
  padding-top: 66.27%;
  position: relative;
  overflow: hidden;
}
.myBk .bkList ul li .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.myBk .bkList ul li .item .bt {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.myBk .bkList ul li .item .date {
  font-size: 16px;
  line-height: 1;
  color: #666666;
  margin-top: 26px;
  font-weight: 100;
}
.myBk .bkList ul li .item .date span::before {
  content: "|";
  margin: 0 8px;
}
@media screen and (max-width: 960px) {
  .myBk {
    padding: 0 0 1.6rem;
  }
  .myBk .inContent {
    width: 100%;
  }
  .myBk .bkList {
    margin-top: 0;
    border-top: 0.25rem solid #f5f5f5;
    padding: 0 3%;
  }
  .myBk .bkList ul {
    margin: 0;
  }
  .myBk .bkList ul li {
    width: 100%;
    margin: 0;
    margin-top: 1.16rem;
  }
  .myBk .bkList ul li .item::after {
    display: none;
  }
  .myBk .bkList ul li .item .cont {
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
  }
  .myBk .bkList ul li .item .bt {
    font-size: 0.84rem;
    font-weight: normal;
    -webkit-line-clamp: 5;
    line-height: 1.4;
    height: auto;
  }
  .myBk .bkList ul li .item .date {
    font-weight: normal;
    font-size: 0.5rem;
    margin-top: 0.4rem;
  }
}
.pageTab {
  border-top: 1px dotted #ccc;
  margin-top: 70px;
  position: relative;
  padding-top: 50px;
}
.pageTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.pageTab .prevPage,
.pageTab .nextPage {
  display: block;
  color: #955e43;
  background-color: #ffffff;
  border: solid 1px #f5f5f5;
  border-radius: 40px;
  line-height: 52px;
  width: 168px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pageTab .prevPage span,
.pageTab .nextPage span {
  display: none;
}
.pageTab .prevPage:hover,
.pageTab .nextPage:hover {
  border-color: #955e43;
  background-color: #955e43;
  color: #fff;
}
.pageTab .prevPage {
  float: left;
}
.pageTab .prevPage i::before {
  content: "< ";
}
.pageTab .nextPage {
  float: right;
}
.pageTab .nextPage i::after {
  content: " >";
}
.pageTab .fhPage {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  color: #955e43;
  background-color: #ffffff;
  border-radius: 40px;
  border: solid 1px #f5f5f5;
  line-height: 52px;
  width: 168px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pageTab .fhPage::before {
  content: "";
  background: url(../images/pagefh.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 13px;
  height: 17px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pageTab .fhPage:hover::before {
  filter: grayscale(100) brightness(5);
}
.pageTab .fhPage:hover {
  border-color: #955e43;
  background-color: #955e43;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .pageTab {
    padding-top: 0;
    margin-top: 1.4rem;
    border-top: 1px solid #eee;
  }
  .pageTab .prevPage,
  .pageTab .nextPage {
    border: none;
    border-bottom: 1px solid #eee !important;
    width: 100%;
    text-align: left;
    float: none !important;
    font-size: 0.78rem;
    line-height: 2;
    padding: 0.7rem 0;
    border-radius: 0;
  }
  .pageTab .prevPage span,
  .pageTab .nextPage span {
    display: inline;
  }
  .pageTab .prevPage:hover,
  .pageTab .nextPage:hover {
    background-color: transparent;
    color: #955e43;
  }
  .pageTab .prevPage i::before {
    display: none;
  }
  .pageTab .prevPage i::after {
    content: "：";
  }
  .pageTab .nextPage {
    float: right;
  }
  .pageTab .nextPage i::before {
    display: none;
  }
  .pageTab .nextPage i::after {
    content: "：";
  }
  .pageTab .fhPage {
    position: relative;
    margin-top: 1.5rem;
    line-height: 2rem;
    font-size: 0.6rem;
    width: 7.32rem;
    border: solid 1px #ddd;
  }
  .pageTab .fhPage::before {
    width: 0.87rem;
    height: 0.69rem;
    margin-right: 0.25rem;
    top: 0;
  }
}
.hzTit {
  color: #955e43;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .hzTit {
    font-size: 1.3rem;
    text-align: left;
  }
}
.cooperate {
  background-color: #f5f5f5;
  padding: 90px 0;
  overflow: hidden;
}
.cooperate .hzgmList {
  margin-top: 60px;
}
.cooperate .hzgmList ul {
  margin: 0 -18px;
}
.cooperate .hzgmList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.cooperate .hzgmList ul li {
  float: left;
  padding: 0 18px;
  width: 25%;
}
.cooperate .hzgmList ul li .item {
  display: block;
  padding: 14.5% 10.5%;
  background-color: #fff;
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperate .hzgmList ul li .item .tit .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-size: 30px;
  color: #999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperate .hzgmList ul li .item .tit .en::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 5px;
  margin-right: 6px;
  background-color: #955e43;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperate .hzgmList ul li .item .tit .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 48px;
  font-weight: 100;
  line-height: 1.4;
  margin-top: 4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperate .hzgmList ul li .item .pic {
  display: block;
  margin-top: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperate .hzgmList ul li .item .pic i {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 73.33%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperate .hzgmList ul li .item .pic i img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperate .hzgmList ul li .item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  margin-top: 20px;
  font-size: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color:#666;
}
.cooperate .hzgmList ul li .item .more {
  display: block;
  margin: 16px auto 0;
  text-align: center;
  width: 140px;
  line-height: 42px;
  background-color: #955e43;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperate .hzgmList ul li .item:hover {
  background-color: #955e43;
  top: -30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.cooperate .hzgmList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.cooperate .hzgmList ul li .item:hover .tit .en {
  color: #fff;
}
.cooperate .hzgmList ul li .item:hover .tit .en::before {
  background-color: #fff;
}
.cooperate .hzgmList ul li .item:hover .tit .bt {
  color: #fff;
}
.cooperate .hzgmList ul li .item:hover p {
  color: #fff;
  font-size:15px;
}
.cooperate .hzgmList ul li .item:hover .more {
  background-color: #fff;
  color: #955e43;
}
.cooperate .tel {
  text-align: center;
  line-height: 1;
  margin-top: 70px;
}
.cooperate .tel span {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.cooperate .tel i {
  font-weight: bold;
  color: #955e43;
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  font-style: italic;
}
@media screen and (max-width: 1360px) {
  .cooperate {
    padding: 60px 0;
  }
  .cooperate .hzgmList {
    margin-top: 40px;
  }
  .cooperate .hzgmList ul {
    margin: 0 10px;
  }
  .cooperate .hzgmList ul li {
    padding: 0 10px;
  }
  .cooperate .hzgmList ul li .item {
    padding: 12% 8%;
  }
  .cooperate .hzgmList ul li .item .tit .en {
    font-size: 20px;
  }
  .cooperate .hzgmList ul li .item .tit .en::before {
    width: 15px;
    height: 3px;
  }
  .cooperate .hzgmList ul li .item .tit .bt {
    font-size: 36px;
  }
  .cooperate .hzgmList ul li .item:hover {
    top: -15px;
  }
  .cooperate .tel {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  .cooperate {
    padding: 1.5rem 0;
  }
  .cooperate .hzTit {
    font-size: 1.2rem;
  }
  .cooperate .hzgmList {
    margin-top: 0;
  }
  .cooperate .hzgmList ul {
    margin: 0;
  }
  .cooperate .hzgmList ul li {
    width: 100%;
    float: none;
    margin-top: 1rem;
    padding: 0;
  }
  .cooperate .hzgmList ul li .item {
    padding: 1.5rem 11rem 1.5rem 1rem;
    top: 0 !important;
  }
  .cooperate .hzgmList ul li .item .pic {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9rem;
    margin-top: 0;
  }
  .cooperate .hzgmList ul li .item .tit .en {
    font-size: 0.64rem;
	font-weight: normal;
  }
  .cooperate .hzgmList ul li .item .tit .en::before {
    display: none;
  }
  .cooperate .hzgmList ul li .item .tit .bt {
	font-size: 1.1rem;
	font-weight: bold;
	margin-top: 0;
  }
  .cooperate .hzgmList ul li .item .tit::after {
    content: "";
    display: block;
    width: 0.73rem;
    height: 0.12rem;
    margin-top: 0.46rem;
    background-color: #955e43;
  }
  .cooperate .hzgmList ul li .item p {
    color: #777777;
    font-size: 0.72rem;
    margin-top: 0.6rem;
    line-height: 1.4;
    height: auto;
  }
  .cooperate .hzgmList ul li .item .more {
    display: none;
  }
  .cooperate .hzgmList ul li:nth-child(2n) .item {
    background-color: #955e43;
  }
  .cooperate .hzgmList ul li:nth-child(2n) .item .tit .en {
    color: #fff;
  }
  .cooperate .hzgmList ul li:nth-child(2n) .item .tit .bt {
    color: #fff;
  }
  .cooperate .hzgmList ul li:nth-child(2n) .item .tit::after {
    background-color: #fff;
  }
  .cooperate .hzgmList ul li:nth-child(2n) .item p {
    color: #fff;
  }
  .cooperate .tel {
    display: none;
  }
}
.gmShop {
  background: url(../images/gmshopbg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 88px 0 120px;
  overflow: hidden;
}
.gmShop .hzTit::after {
  content: "";
  display: block;
  margin: 30px auto 0;
  width: 24px;
  height: 35px;
  background: url(../images/hjgmico.png) center center no-repeat;
  background-size: contain;
}
.gmShop .titTxt {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin-top: 26px;
  color: #ccc;
}
.gmShop .shopList {
  margin-top: 70px;
}
.gmShop .shopList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.gmShop .shopList ul li {
  float: left;
  width: 20%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 5px 25px;
}
.gmShop .shopList ul li:first-child {
  border-left: none;
}
.gmShop .shopList ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.gmShop .shopList ul li .pic {
  width: 100%;
  height: 0;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}
.gmShop .shopList ul li .pic img {
  max-width: 80%;
  max-height: 80%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.gmShop .shopList ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  margin-top: 50px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .gmShop {
    padding: 60px 0 80px;
  }
  .gmShop .shopList {
    margin-top: 50px;
  }
  .gmShop .shopList ul li .bt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .gmShop {
    padding: 1.6rem 0 2rem;
  }
  .gmShop .hzTit {
    font-size: 1.2rem;
  }
  .gmShop .hzTit::after {
    display: none;
  }
  .gmShop .titTxt {
    margin-top: 0.6rem;
    line-height: 1.5;
    text-align: left;
	font-size: 0.64rem;
  }
  .gmShop .titTxt {
	  display:none;
  }
  .gmShop .shopList {
    margin-top: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .gmShop .shopList ul li {
    width: 33.33%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.5rem 0.2rem 1.5rem;
  }
  .gmShop .shopList ul li:nth-child(3n) {
    border-right: none;
  }
  .gmShop .shopList ul li:nth-child(1) {
    border-top: none;
  }
  .gmShop .shopList ul li:nth-child(2) {
    border-top: none;
  }
  .gmShop .shopList ul li:nth-child(3) {
    border-top: none;
  }
  .gmShop .shopList ul li .bt {
    margin-top: 0;
    font-size: 0.6rem;
  }
}
.nyContanct {
  padding: 80px 0;
}
.nyContanct .lxBox {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.nyContanct .lxBox .lximg {
  flex: 1;
  height: 542px;
  min-width: 0;
}
.nyContanct .lxBox .lximg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nyContanct .lxBox .lxLogo {
  display: none;
}
.nyContanct .lxBox .lxList {
  width: 50%;
  max-width: 620px;
  border-left: 1px solid #ddd;
  position: relative;
  padding: 0 1% 0 5%;
  height: 542px;
  padding-top: 50px;
}
.nyContanct .lxBox .lxList::before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  background-color: #955e43;
  height: 105px;
  width: 1px;
}
.nyContanct .lxBox .lxList .tit i {
  display: block;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}
.nyContanct .lxBox .lxList .tit span {
  font-weight: bold;
  font-size: 36px;
  margin-top: 12px;
  line-height: 1;
  display: block;
}
.nyContanct .lxBox .lxList ul {
  margin-top: 75px;
}
.nyContanct .lxBox .lxList ul li {
  margin-top: 74px;
}
.nyContanct .lxBox .lxList ul li:first-child {
  margin-top: 0;
}
.nyContanct .lxBox .lxList ul li .item {
  position: relative;
  padding-left: 84px;
}
.nyContanct .lxBox .lxList ul li .item em {
  display: none;
}
.nyContanct .lxBox .lxList ul li .item i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 64px;
  overflow: hidden;
}
.nyContanct .lxBox .lxList ul li .item i img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.nyContanct .lxBox .lxList ul li .item .txt h4 {
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
}
.nyContanct .lxBox .lxList ul li .item .txt p {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin-top: 10px;
}
.nyContanct .lxBox .lxList ul li.phone .item {
  display: none;
}
.nyContanct .lxBox .lxList ul li.phone .pcPhone {
  position: relative;
  padding-left: 84px;
  font-size: 14px;
  line-height: 2;
}
.nyContanct .lxBox .lxList ul li.phone .pcPhone i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 64px;
  overflow: hidden;
}
.nyContanct .lxBox .lxList ul li.phone .pcPhone i img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1360px) {
  .nyContanct {
    padding: 60px 0;
  }
  .nyContanct .lxBox {
    margin-top: 40px;
  }
  .nyContanct .lxBox .lximg {
    height: 400px;
  }
  .nyContanct .lxBox .lxList {
    width: 50%;
    max-width: 500px;
    padding-left: 3%;
    padding-top: 20px;
    height: 400px;
  }
  .nyContanct .lxBox .lxList::before {
    height: 60px;
  }
  .nyContanct .lxBox .lxList .tit i {
    font-size: 18px;
  }
  .nyContanct .lxBox .lxList .tit span {
    font-size: 28px;
    margin-top: 6px;
  }
  .nyContanct .lxBox .lxList ul {
    margin-top: 58px;
  }
  .nyContanct .lxBox .lxList ul li {
    margin-top: 58px;
  }
  .nyContanct .lxBox .lxList ul li:first-child {
    margin-top: 0;
  }
  .nyContanct .lxBox .lxList ul li .item {
    padding-left: 74px;
  }
  .nyContanct .lxBox .lxList ul li .item .txt h4 {
    font-size: 16px;
  }
  .nyContanct .lxBox .lxList ul li .item .txt p {
    font-size: 20px;
  }
  .nyContanct .lxBox .lxList ul li.phone .pcPhone {
    padding-left: 74px;
  }
}
@media screen and (max-width: 960px) {
  .nyContanct {
    padding: 1.4rem 0;
  }
  .nyContanct .lxBox {
    margin-top: 0.7rem;
    display: block;
  }
  .nyContanct .lxBox .lximg {
    width: 100%;
    height: auto;
  }
  .nyContanct .lxBox .lximg img {
    display: block;
  }
  .nyContanct .lxBox .lxLogo {
    display: block;
    margin-top: 2.5rem;
  }
  .nyContanct .lxBox .lxLogo img {
    display: block;
    margin: auto;
    width: 12rem;
  }
  .nyContanct .lxBox .lxList {
    margin-top: 0.1rem;
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-left: none;
    height: auto;
  }
  .nyContanct .lxBox .lxList::before {
    display: none;
  }
  .nyContanct .lxBox .lxList .tit {
    display: none;
  }
  .nyContanct .lxBox .lxList ul {
    border-top: 1px solid #eee;
  }
  .nyContanct .lxBox .lxList ul li {
    border-bottom: 1px solid #eee;
    margin-top: 0;
    padding: 1rem 0;
  }
  .nyContanct .lxBox .lxList ul li .item {
    padding-left: 2.56rem;
    padding-right: 2rem;
  }
  .nyContanct .lxBox .lxList ul li .item i {
    width: 1.97rem;
    height: 1.97rem;
  }
  .nyContanct .lxBox .lxList ul li .item .txt h4 {
    color: #999;
    font-size: 0.76rem;
    line-height: 1;
  }
  .nyContanct .lxBox .lxList ul li .item .txt p {
    font-size: 0.9rem;
    line-height: 1;
  }
  .nyContanct .lxBox .lxList ul li .item em {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.87rem;
    height: 1.87rem;
    overflow: hidden;
  }
  .nyContanct .lxBox .lxList ul li .item em img {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .nyContanct .lxBox .lxList ul li.phone .item {
    display: block;
  }
  .nyContanct .lxBox .lxList ul li.phone .pcPhone {
    display: none;
  }
}
.follow {
  background-color: #f5f5f5;
  padding: 70px 0;
}
.follow .gzList {
  margin-top: 40px;
}
.follow .gzList::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.follow .gzList ul {
  margin: 0 -15px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.follow .gzList ul li {
  width: 20%;
  float: left;
  padding: 0 15px;
}
.follow .gzList ul li .item {
  background-color: #fff;
  padding: 15% 13.5% 20%;
  text-align: center;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.follow .gzList ul li .item .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 42.8%;
  display: block;
  overflow: hidden;
}
.follow .gzList ul li .item .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.follow .gzList ul li .item .ewm {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}
.follow .gzList ul li .item .ewm img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.follow .gzList ul li .item p {
  font-size: 14px;
  font-weight: 100;
  color: #666;
  line-height: 1.5;
  margin-top: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.follow .gzList ul li .item:hover {
  background-color: #955e43;
}
.follow .gzList ul li .item:hover p {
  color: #fff;
}
.follow .gzListM {
  display: none;
}
@media screen and (max-width: 1360px) {
  .follow {
    padding: 60px 0;
  }
  .follow .gzList ul {
    margin: 0 -8px;
  }
  .follow .gzList ul li {
    padding: 0 8px;
  }
  .follow .gzList ul li .item {
    padding: 10% 10% 15%;
  }
  .follow .gzList ul li .item .ewm {
    margin-top: 10px;
  }
  .follow .gzList ul li .item p {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .follow {
    padding: 2rem 0;
  }
  .follow .gzList {
    display: none;
  }
  .follow .title {
    font-size: 1.2rem;
  }
  .follow .gzListM {
    display: block;
    margin-top: 0.7rem;
  }
  .follow .gzListM ul li {
    margin-top: 0.54rem;
  }
  .follow .gzListM ul li:first-child {
    margin-top: 0;
  }
  .follow .gzListM ul li .item {
    background-color: #fff;
    padding: 1rem 0.93rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .follow .gzListM ul li .item .ewm {
    width: 5.41rem;
    height: 5.41rem;
  }
  .follow .gzListM ul li .item .ewm img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .follow .gzListM ul li .item .cont {
    flex: 1;
    min-width: 0;
    padding-left: 0.7rem;
  }
  .follow .gzListM ul li .item .cont .pic img {
    display: block;
    max-height: 1.6rem;
  }
  .follow .gzListM ul li .item .cont p {
    color: #999;
    margin-top: 0.9rem;
    font-size: 0.72rem;
    line-height: 1.4;
  }
}
.jobTit {
  color: #955e43;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .jobTit {
    font-size: 1.3rem;
    text-align: left;
  }
}
.nyJob {
  padding: 80px 0;
}
.nyJob .jobList {
  margin-top: 10px;
}
.nyJob .jobList::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nyJob .jobList ul {
  margin: 0 -18px;
}
.nyJob .jobList ul li {
  float: left;
  width: 33.33%;
  padding: 0 18px;
  margin-top: 40px;
}
.nyJob .jobList ul li .item {
  height: 252px;
  border: solid 1px #e9e9e9;
  position: relative;
  cursor: pointer;
  padding: 56px 9.2% 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyJob .jobList ul li .item a {
  display: none;
}
.nyJob .jobList ul li .item h4 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 100;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyJob .jobList ul li .item h4::after {
  content: "";
  display: block;
  width: 28px;
  height: 5px;
  background-color: #955e43;
  margin-top: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyJob .jobList ul li .item p {
  font-size: 15px;
  color: #999;
  line-height: 1.4;
  position: relative;
  margin-top: 25px;
  padding-right: 70px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyJob .jobList ul li .item p::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url(../images/jobar.png) center center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyJob .jobList ul li .item:hover {
  background-color: #955e43;
  border-color: #955e43;
}
.nyJob .jobList ul li .item:hover h4 {
  color: #fff;
}
.nyJob .jobList ul li .item:hover h4::after {
  background-color: #fff;
}
.nyJob .jobList ul li .item:hover p {
  color: #fff;
}
.nyJob .jobList ul li .item:hover p::after {
  filter: grayscale(100) brightness(4);
}
@media screen and (max-width: 1360px) {
  .nyJob {
    padding: 60px 0;
  }
  .nyJob .jobList ul {
    margin: 0 -15px;
  }
  .nyJob .jobList ul li {
    width: 50%;
    padding: 0 15px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .nyJob {
    padding: 1.6rem 0;
  }
  .nyJob .jobTit {
    font-size: 1.2rem;
  }
  .nyJob .jobList {
    margin-top: 1.11rem;
  }
  .nyJob .jobList ul {
    margin: 0;
  }
  .nyJob .jobList ul li {
    width: 100%;
    padding: 0;
    margin-top: 0.88rem;
  }
  .nyJob .jobList ul li:first-child {
    margin-top: 0;
  }
  .nyJob .jobList ul li .item {
    background-color: #955e43;
    padding: 1.5rem 2.7rem 1.5rem 1rem;
    height: auto;
    border-color: #955e43;
  }
  .nyJob .jobList ul li .item h4 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .nyJob .jobList ul li .item h4::after {
    margin-top: 0.6rem;
    background-color: #fff;
    width: 0.69rem;
    height: 0.12rem;
  }
  .nyJob .jobList ul li .item p {
    color: #fff;
    font-size: 0.72rem;
    margin-top: 0.6rem;
    position: initial;
  }
  .nyJob .jobList ul li .item p::after {
    filter: grayscale(100) brightness(5);
    width: 1.47rem;
    height: 1.47rem;
    right: 1rem;
  }
  .nyJob .jobList ul li .item a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
  }
}
.jobLx {
  padding: 20px 0 100px;
}
.jobLx .jobLxList {
  border-top: 2px solid #955e43;
  border-bottom: 2px solid #955e43;
}
.jobLx .jobLxList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.jobLx .jobLxList ul li {
  width: 33.333%;
  float: left;
  border-left: 1px solid #955e43;
  display: flex;
  justify-content: space-between;
}
.jobLx .jobLxList ul li:first-child {
  border-left: none;
}
.jobLx .jobLxList ul li .item {
  margin: auto;
  width: 290px;
  height: 226px;
  padding-top: 52px;
}
.jobLx .jobLxList ul li .item .tit {
  line-height: 60px;
  font-size: 30px;
}
.jobLx .jobLxList ul li .item .tit i {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  position: relative;
  margin-right: 10px;
}
.jobLx .jobLxList ul li .item .tit i img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.jobLx .jobLxList ul li .item .text {
  margin-left: 70px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 24px;
  color: #666666;
}
@media screen and (max-width: 1360px) {
  .jobLx {
    padding: 0 0 60px;
  }
  .jobLx .jobLxList ul li .item {
    width: 250px;
    height: 186px;
    padding-top: 32px;
  }
  .jobLx .jobLxList ul li .item .tit {
    line-height: 40px;
    font-size: 24px;
  }
  .jobLx .jobLxList ul li .item .tit i {
    width: 40px;
    height: 40px;
  }
  .jobLx .jobLxList ul li .item .text {
    margin-left: 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .jobLx {
    display: none;
  }
}
.jobPopup {
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: 9999999999;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.jobPopup.block {
  height: 100%;
}
.jobPopup .jobBg {
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.jobPopup * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jobPopup .jobdateCont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 84%;
  max-height: 730px;
  background: #fff;
  padding: 160px 40px 90px;
}
.jobPopup .jobdateCont .jobGb {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  position: absolute;
  right: -30px;
  top: -30px;
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
  filter: grayscale(100) brightness(2);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.jobPopup .jobdateCont .jobGb:hover {
  filter: grayscale(0) brightness(1);
}
.jobPopup .jobdateCont .jobTit {
  background-color: #955e43;
  color: #fff;
  padding: 26px 30px 0;
  text-align: left;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 40px;
}
.jobPopup .jobdateCont .jobTit h4 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
}
.jobPopup .jobdateCont .jobTit p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}
.jobPopup .jobdateBox {
  height: 100%;
  padding: 25px 0;
}
.jobPopup .jobdateBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.jobPopup .jobdateBox .jobdateText {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.jobPopup .jobdateBox .zpLi {
  width: 49%;
  float: left;
  line-height: 2;
  overflow: auto;
  padding: 0 30px;
  height: 100%;
}
.jobPopup .jobdateBox .zpLi::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.jobPopup .jobdateBox .zpLi .tit {
  font-size: 14px;
  font-weight: bold;
}
.jobPopup .jobdateBox .zpLi .text {
  color: #666666;
  margin-top: 10px;
}
.jobPopup .jobdateTel {
  border-top: 1px #955e43 solid;
  padding: 18px 30px 8px;
  line-height: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 40px;
}
.jobPopup .jobdateTel span {
  display: inline-block;
  margin-right: 40px;
}
.jobPopup .jobdateTel span i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
  margin-right: 10px;
}
.jobPopup .jobdateTel span i img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .jobPopup {
    display: none;
  }
}
.mJobXq {
  padding: 60px 0 80px;
}
.mJobXq .returnLink {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  z-index: 4;
  background: url(../images/returnLink.png) center center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mJobXq .returnLink:hover {
  background-image: url(../images/returnLinkh.png);
}
.mJobXq .mJobTit {
  padding: 0;
  padding-bottom: 30px;
}
.mJobXq .mJobTit h4 {
  font-weight: bold;
  font-size: 46px;
}
.mJobXq .mJobTit p {
  line-height: 1.5;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.mJobXq .mmJobDate {
  border-top: 10px solid #f5f5f5;
}
.mJobXq .mmJobDate .zpLi {
  border-top: 1px solid #eee;
  padding: 40px 0;
}
.mJobXq .mmJobDate .zpLi:first-child {
  border-top: none;
}
.mJobXq .mmJobDate .zpLi .tit {
  color: #955e43;
  font-size: 36px;
  font-weight: bold;
}
.mJobXq .mmJobDate .zpLi .text {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .mJobXq {
    padding: 0;
  }
  .mJobXq .inContent {
    width: 100%;
  }
  .mJobXq .returnLink {
    width: 1.48rem;
    height: 1.48rem;
    top: 1.1rem;
    right: 1.18rem;
  }
  .mJobXq .mJobTit {
    padding: 1rem 3%;
  }
  .mJobXq .mJobTit h4 {
    font-weight: bold;
    font-size: 1.3rem;
  }
  .mJobXq .mJobTit p {
    line-height: 1.5;
    margin-top: 0.4rem;
    font-size: 0.6rem;
    color: #666;
  }
  .mJobXq .mmJobDate {
    padding: 0 3%;
    border-top: 0.25rem solid #f5f5f5;
  }
  .mJobXq .mmJobDate .zpLi {
    padding: 0.8rem 0;
  }
  .mJobXq .mmJobDate .zpLi .tit {
    font-size: 1.15rem;
  }
  .mJobXq .mmJobDate .zpLi .text {
    font-size: 0.76rem;
    margin-top: 0.5rem;
  }
}
.mJobLx {
  padding: 0 0 80px;
}
.mJobLx .fhPage {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  color: #955e43;
  background-color: #ffffff;
  border-radius: 40px;
  border: solid 1px #f5f5f5;
  line-height: 52px;
  width: 168px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
}
.mJobLx .fhPage::before {
  content: "";
  background: url(../images/pagefh.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 13px;
  height: 17px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mJobLx .fhPage:hover::before {
  filter: grayscale(100) brightness(5);
}
.mJobLx .fhPage:hover {
  border-color: #955e43;
  background-color: #955e43;
  color: #fff;
}
.mJobLx .jobLxList {
  border-top: 1px solid #955e43;
  border-bottom: 2px solid #955e43;
}
.mJobLx .jobLxList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.mJobLx .jobLxList ul li {
  width: 25%;
  float: left;
  border-top: 1px solid #955e43;
  border-left: 1px solid #955e43;
  display: flex;
  justify-content: space-between;
}
.mJobLx .jobLxList ul li:first-child {
  border-left: none;
}
.mJobLx .jobLxList ul li .item {
  margin: auto;
  width: 290px;
  height: 226px;
  padding-top: 52px;
}
.mJobLx .jobLxList ul li .item em {
  display: none;
}
.mJobLx .jobLxList ul li .item .tit {
  line-height: 60px;
  font-size: 30px;
}
.mJobLx .jobLxList ul li .item .tit i {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  position: relative;
  margin-right: 10px;
}
.mJobLx .jobLxList ul li .item .tit i img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mJobLx .jobLxList ul li .item .text {
  margin-left: 70px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
@media screen and (max-width: 1360px) {
  .mJobLx {
    padding: 0 0 60px;
  }
  .mJobLx .jobLxList ul li {
    width: 50%;
  }
  .mJobLx .jobLxList ul li:nth-child(2n-1) {
    border-left: none;
  }
}
@media screen and (max-width: 960px) {
  .mJobLx {
    border-top: 0.25rem solid #f5f5f5;
  }
  .mJobLx .jobLxList {
    padding: 1rem 3%;
    border-top: none;
    border-bottom: none;
  }
  .mJobLx .jobLxList ul li {
    width: 100%;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #f5f5f5;
    padding: 0;
    margin-top: 0;
  }
  .mJobLx .jobLxList ul li .item {
    width: 100%;
    height: auto;
    padding: 1.1rem 2.5rem 1.1rem 0;
    position: relative;
  }
  .mJobLx .jobLxList ul li .item .tit {
    line-height: 1.06rem;
    font-size: 1.1rem;
    color: #955e43;
    font-weight: bold;
  }
  .mJobLx .jobLxList ul li .item .tit i {
    width: 1.06rem;
    height: 1.06rem;
    margin-right: 0.44rem;
  }
  .mJobLx .jobLxList ul li .item .text {
    margin-left: 1.5rem;
    font-size: 0.64rem;
    margin-top: 0.5rem;
    line-height: 1.5;
  }
  .mJobLx .jobLxList ul li .item em {
    width: 1.87rem;
    height: 1.84rem;
    display: block;
    position: absolute;
    right: 0;
    bottom: 1.25rem;
  }
  .mJobLx .jobLxList ul li .item em img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .mJobLx .fhPage {
    display: block;
    position: relative;
    margin-top: 1.5rem;
    line-height: 2rem;
    font-size: 0.6rem;
    width: 7.32rem;
    border: solid 1px #ddd;
  }
  .mJobLx .fhPage::before {
    width: 0.87rem;
    height: 0.69rem;
    margin-right: 0.25rem;
    top: 0;
  }
}

.xqpicSwiper {
  min-height: 20px;
  position: relative;
}
.xqpicSwiper ul li {
  width: 100%;
}
.xqpicSwiper ul li i {
  display: block;
  width: 100%;
}
.xqpicSwiper ul li i img {
  display: block;
  width: 100%;
}
.xqpicSwiper .xq-pagination {
  position: absolute;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  height: auto;
  font-size: 0;
}
.xqpicSwiper .xq-pagination span {
  vertical-align: top;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  outline: none;
  opacity: 1;
  background-color: #eee;
  cursor: pointer;
}
.xqpicSwiper .xq-pagination span.swiper-pagination-bullet-active {
  background-color: #955e43;
}

.bkList2 {
  margin-top: -32px;
}
.bkList2 ul li {
  margin-top: 72px;
}
.bkList2 ul li .item {
  overflow: hidden;
  position: relative;
  padding: 6.79% 4%;
}
.bkList2 ul li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.bkList2 ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bkList2 ul li .item .cont {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 374px;
}
.bkList2 ul li .item .cont .bt {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 42px;
  line-height: 1.6;
}
.bkList2 ul li .item .cont p {
  line-height: 1.6;
  font-size: 15px;
  color: #ffffff;
  margin-top: 34px;
}
.bkList2 ul li .item .cont .more {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e8e8e8;
  border-radius: 22px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bkList2 ul li .item .cont .more:hover {
  border-color: #955e43;
  background-color: #955e43;
}
@media screen and (max-width: 960px) {
  .bkList2 {
    border-top: 0.36rem solid #f5f5f5;
    margin-top: 0;
    padding-top: 0.32rem;
  }
  .bkList2 ul {
    width: 94%;
    margin: auto;
  }
  .bkList2 ul li {
    margin-top: 0.98rem;
  }
  .bkList2 ul li .item .cont {
    min-height: 5.2rem;
  }
  .bkList2 ul li .item .cont .bt {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .bkList2 ul li .item .cont p {
    font-size: 0.76rem;
    margin-top: 0.6rem;
  }
  .bkList2 ul li .item .cont .more {
  display: block;
  width: 6.0rem;
  height: 1.6rem;
  line-height: 1.6rem;
  border: 1px solid #e8e8e8;
  border-radius: 2rem;
  font-size: 0.72rem;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  }
}

