/* CSS Document */
/* reset.css V1.6  Start*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
  font-weight: normal;
  margin: 0;
  padding: 0; }

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i {
  font: normal 12px BlinkMacSystemFont, Helvetica Neue, Microsoft YaHei, Source Han Sans SC, PingFang SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

ul,
ol,
li {
  list-style: none; }

a {
  text-decoration: none;
  color: #333; }

a:hover {
  text-decoration: none; }

img {
  vertical-align: top;
  max-width:100%;
  border: 0; }

button,
input,
textarea {
  font-size: 100%;
  vertical-align: middle;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

div,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

html {
  font-size: 100px;
  image-rendering: -webkit-optimize-contrast; }

@media screen and (min-width: 320px) {
  html {
    font-size: 85.33333px; } }

@media screen and (min-width: 360px) {
  html {
    font-size: 96px; } }

@media screen and (min-width: 375px) {
  html {
    font-size: 100px; } }

@media screen and (min-width: 480px) {
  html {
    font-size: 128px; } }

@media screen and (min-width: 640px) {
  html {
    font-size: 170.66667px; } }

@media screen and (min-width: 750px) {
  html {
    font-size: 200px; } }

.clearfloat:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' '; }

.clearfloat {
  *zoom: 1; }

.clearboth {
  clear: both; }

.toe {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.wp940 {
  width: 940px;
  max-width: 100%;
  margin: 0 auto; }

.wp990 {
  width: 990px;
  max-width: 100%;
  margin: 0 auto; }

.wp1100 {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto; }

.wp1200 {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1260px) {
    .wp1200 {
      width: auto;
      margin: 0 0.15rem; }
	    .wp800 {
      width: auto; } }

.wp1260 {
  width: 1260px;
  margin: 0 auto; }
  @media screen and (max-width: 1320px) {
    .wp1260 {
      width: auto;
      margin: 0 0.15rem; } }

.wp1360 {
  width: 1360px;
  margin: 0 auto; }
  @media screen and (max-width: 1460px) {
    .wp1360 {
      width: auto;
      margin: 0 50px; } }
  @media screen and (max-width: 1320px) {
    .wp1360 {
      margin: 0 0.15rem; } }

.wp1480 {
  width: 1480px;
  margin: 0 auto; }
  @media screen and (max-width: 1580px) {
    .wp1480 {
      width: auto;
      margin: 0 50px; } }
  @media screen and (max-width: 1260px) {
    .wp1480 {
      margin: 0 0.15rem; } }

.wp1600 {
  width: 1600px;
  margin: 0 auto; }
  @media screen and (max-width: 1700px) {
    .wp1600 {
      width: auto;
      margin: 0 50px; } }
  @media screen and (max-width: 1260px) {
    .wp1600 {
      margin: 0 0.15rem; } }

.wp1710 {
  width: 1710px;
  margin: 0 auto; }
  @media screen and (max-width: 1810px) {
    .wp1710 {
      width: auto;
      margin: 0 50px; } }
  @media screen and (max-width: 1260px) {
    .wp1710 {
      margin: 0 0.15rem; } }

.checkBrowser {
  font-size: 14px;
  line-height: 40px;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 50%;
  width: 700px;
  height: 40px;
  margin-left: -360px;
  padding: 0 10px;
  color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #e6212a; }
  .checkBrowser a {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    color: #333;
    border-radius: 50%;
    background-color: #fff; }

/* reset.css V1.6  End */
.paged {
  text-align: center; }

.paged a,
.paged .p_info,
.paged .current {
  display: inline-block;
  margin: 0 3px 2px;
  padding: 0 12px;
  font-size: 12px;
  text-align: center;
  background: #fff;
  color: #333;
  height: 30px;
  line-height: 30px; }

.paged .current,
.paged a:hover {
  background: #c2a791;
  color: #fff; }

.site-placeholder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  transition: all 0.8s 0.2s cubic-bezier(0.57, 0.04, 0.8, 0.12); }
  .site-placeholder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: block;
    content: '';
    background: #fff;
    transition: all 0.8s 0.2s cubic-bezier(0.57, 0.04, 0.8, 0.12); }
  .site-placeholder:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: block;
    content: '';
    background: #fff;
    transition: all 0.8s 0.2s cubic-bezier(0.57, 0.04, 0.8, 0.12); }
  .site-placeholder.anim {
    visibility: hidden; }
    .site-placeholder.anim:before {
      transform: translateY(-100%); }
    .site-placeholder.anim:after {
      transform: translateY(100%); }

.main-con {
  position: relative;
  z-index: 2; }

.footer {
  position: relative;
  background:#29282d;
  padding: 0.3rem 0 0.25rem;
  z-index: 10; }
  .footer .wp1260 {
    display: flex;
    justify-content: space-between; }
  @media screen and (max-width: 800px) {
    .footer {
      padding: 0.2rem 0.15rem; }
      .footer .wp1260 {
        justify-content: center; } }

.footer-left {
  max-width: 50%; }
  .footer-left .bdshare-button-style2-32 a {
    width: 30px;
    height: 30px;
    background: #b3b3b3;
    padding: 0;
    border-radius: 100%;
    margin: 0 10px 0 0 !important;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-indent: 0; }
  @media screen and (max-width: 800px) {
    .footer-left {
      max-width: 100%; }
      .footer-left .bdshare-button-style2-32 {
        text-align: center; }
        .footer-left .bdshare-button-style2-32 a {
          float: none;
          display: inline-block;
          vertical-align: top; } }

.footer-phone {
  font-size: 24px;
  color: #333;
  line-height: 32px;
  font-family: AvantBT;
  margin-bottom: 0.15rem; }
  .footer-phone .iconfont {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    background: #333;
    margin-right: 10px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 32px; }
  @media screen and (max-width: 800px) {
    .footer-phone {
      text-align: center; }
	 .footer-phone img{
	   max-width:80%; } }

.footer-copyright {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 20px; }
  .footer-copyright a {
    color: #fff; }
    .footer-copyright a:hover {
      color: #fff;
      text-decoration: underline; }
  @media screen and (max-width: 800px) {
    .footer-copyright {
      text-align: center; }
      .footer-copyright span {
        display: block; } }

.footer-link {
  text-align: right; }
  .footer-link dl {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .footer-link dl a {
      font-size: 14px;
      color: #a3a3a3; }
      .footer-link dl a:hover {
        color: #333; }
    .footer-link dl:last-child dt {
      border-right: none; }
  .footer-link dt,
  .footer-link dd {
    padding: 0 20px;
    position: relative;
    margin-bottom: 15px; }
  .footer-link dt {
    border-right: 1px solid #e0e0e0; }
  @media screen and (max-width: 800px) {
    .footer-link {
      display: none; } }

.mobile-header {
  /*position: absolute;*/
  width: 100%;
  height: 0.7rem;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 6;
  align-items: center;
  justify-content: space-between;
  padding: 0.1rem;
  display: none; }
  .mobile-header .logo img {
    height: 0.45rem; }
  .mobile-header .mobile-menu-btn {
    color: #383838;
    font-size: 0.26rem; }
  @media screen and (max-width: 800px) {
    .mobile-header {
      display: flex;
	  background:#fff;} }
	  
.product-wrapper .title {
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 60px;
    font-weight: 700;
    color: #151515;
}	  
.product-wrapper .productcate ul li {
    width: 47%;
    margin-right: 2%;
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    background: #9e9b9b;
	margin-bottom:20px;
}  
.product-wrapper .productcate ul li img {
    max-width: 100%;
}	  
.product-wrapper .productcate ul li dd {
    font-size: 14px;
    margin-top: 10px;
    color: #FFFFFF;
    margin-bottom: 5px;
}	  
.product-wrapper .productcate ul li dt {
    font-size: 12px;
    color: #FFFFFF;
    margin-bottom: 20px;
}	  

.nav-mobile {
  position: absolute;
  width: 2.65rem;
  top: 0.93rem;
  left: 0;
  bottom: 0;
  z-index: 103;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform .4s ease; }
  .nav-mobile.anim {
    transform: translateX(0); }
  .nav-mobile-con {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9902;
    box-sizing: border-box;
    overflow: hidden; }
    .nav-mobile-con .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 102; }
  .nav-mobile-top {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    box-sizing: border-box;
    padding: 0 0.25rem;
    background-color: #393939;
    font-size: 0.15rem;
    color: #fff;
    z-index: 103;
    position: absolute;
    top: 0;
    left: 0; }
  .nav-mobile-search {
    position: absolute;
    left: 0;
    top: 0.5rem;
    background-color: #f5f5f5;
    padding: 0.09rem 0.2rem;
    display: flex;
    z-index: 104;
    width: 100%;
    box-sizing: border-box; }
    .nav-mobile-search input[type="text"] {
      flex: 1;
      height: 0.25rem;
      line-height: 0.25rem;
      appearance: none;
      border: none;
      font-size: 0.13rem;
      background: none; }
    .nav-mobile-search button {
      width: 0.4rem;
      height: 0.25rem;
      border: none;
      appearance: none;
      display: block;
      background: none;
      font-size: 0.2rem;
      color: #555; }
  .nav-mobile-wp {
    position: relative; }
  .nav-mobile-title {
    position: relative;
    margin: 0 0.25rem;
    border-bottom: 1px solid #ededed; }
    .nav-mobile-title > a {
      position: relative;
      display: block;
      line-height: 0.42rem;
      font-size: 0.14rem;
      color: #333;
      z-index: 2;
      backface-visibility: hidden;
      width: 100%; }
  .nav-mobile-child-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: right;
    line-height: 0.42rem;
    font-size: 0.15rem;
    font-weight: bold;
    z-index: 1;
    color: #848484; }
    .nav-mobile-child-btn span {
      display: inline-block;
      margin-right: 0.2rem; }
    .nav-mobile-child-btn i {
      position: absolute;
      display: block;
      width: 0.2rem;
      height: 100%;
      top: 0;
      right: 0;
      color: #888;
      line-height: 0.42rem;
      text-align: center;
      font-size: 0.15rem;
      transition: transform .2s ease; }
      .nav-mobile-child-btn i:before {
        content: '>'; }
    .nav-mobile-child-btn.open i {
      transform: rotate(90deg); }
    .nav-mobile-child-btn + a {
      display: inline-block;
      width: auto; }
  .nav-mobile .sub {
    padding: 0 0.2rem;
    display: none; }
    .nav-mobile .sub li {
      border-bottom: 1px solid #ededed;
      padding-left: 0.15rem;
      position: relative;
      height: 0.42rem;
      overflow: hidden; }
      .nav-mobile .sub li a {
        display: block;
        line-height: 0.42rem;
        font-size: 0.14rem;
        height: 0.42rem;
        color: #333;
        overflow: hidden; }

.inside-header {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 90;
  transition: all 1s 1s ease;
  opacity: 0;
  transform: translateY(-100%); }
  .inside-header.anim {
    transform: translateY(0);
    opacity: 1; }
  .inside-header .wp1360 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .inside-header .logo {
    margin-left: 80px; }
  @media screen and (max-width: 1320px) {
    .inside-header .logo {
      margin-left: 0; } }
  @media screen and (max-width: 800px) {
    .inside-header {
      display: none; } }

.inside-nav {
  display: inline-block;
  vertical-align: top; }
  .inside-nav li {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .inside-nav li:after {
      position: absolute;
      right: 0;
      top: 50%;
      height: 10px;
      margin-top: -5px;
      display: block;
      width: 1px;
      background: #b2b2b2;
      content: ''; }
    .inside-nav li:last-child:after {
      display: none; }
    .inside-nav li a {
      display: block;
      position: relative;
      height: 100px;
      line-height: 100px;
      padding: 0 36px;
      color: #333;
      font-size: 14px; }
      .inside-nav li a:after {
        position: absolute;
        width: 0;
        bottom: 0;
        height: 4px;
        background: #c1b79b;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        content: '';
        transition: all .4s ease; }
      .inside-nav li a:hover:after {
        width: 70%; }
    .inside-nav li.on a:after {
      width: 70%; }
  @media screen and (max-width: 1440px) {
    .inside-nav li a {
      height: 82px;
      line-height: 82px; } }
  @media screen and (max-width: 1024px) {
    .inside-nav li a {
      padding: 0 24px; } }

.inside-header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.inside-search-con {
  margin-left: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .inside-search-con .icon {
    font-size: 18px;
    color: #333;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px; }
  .inside-search-con:hover .inside-search-form {
    opacity: 1;
    visibility: visible; }

.inside-search-form {
  position: absolute;
  display: block;
  height: 40px;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 240px;
  background-color: #fff;
  font-size: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }
  .inside-search-form input {
    display: inline-block;
    vertical-align: top;
    appearance: none;
    background: none;
    border: none;
    width: 200px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 10px;
    height: 40px;
    line-height: 40px; }
  .inside-search-form button {
    font-size: 18px;
    color: #333;
    width: 40px;
    height: 40px;
    background: none;
    appearance: none;
    border: none;
    cursor: pointer;
    text-align: center;
    line-height: 40px; }

.inside-banner {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 654px; }
  .inside-banner .img {
    position: fixed;
    width: 100%;
    height: 654px;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  @media screen and (max-width: 1440px) {
    .inside-banner {
      height: 590px; }
      .inside-banner .img {
        height: 590px; } }
  @media screen and (max-width: 1250px) {
    .inside-banner {
      height: 480px; }
      .inside-banner .img {
        height: 480px; } }
  @media screen and (max-width: 800px) {
    .inside-banner {
      display: none; } }

.inside-banner-mobile {
  width: 100%;
  display: none;
  padding-bottom: 48%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .inside-banner-mobile {
      display: block; } }

.inside-menu {
  background: #fff;
  box-sizing: border-box;
  padding: 0.1rem 0.15rem;
  width: 100%;
  text-align: center;
  overflow-y: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative; }
  .inside-menu a {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 0.12rem;
    font-size: 15px;
    color: #777;
    border: 1px solid transparent;
    height: 36px;
    line-height: 34px;
    text-align: center;
    margin: 0 15px; }
    .inside-menu a.on, .inside-menu a:hover {
      border-color: #777; }
  @media screen and (max-width: 480px) {
    .inside-menu {
      display: flex; }
      .inside-menu a {
        flex: 1;
        margin: 0 5px;
        font-size: 12px;
        padding: 0; } }

.ui-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9906; }
  .ui-loading svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    animation-name: rotate;
    animation-duration: .6s;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    transform-origin: center center; }

@keyframes rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.index-header {
  position: fixed;
  width: 100%;
  z-index: 9993;
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  transition: all 1s 1s ease;
  opacity: 0;
  transform: translateY(-100%); }
  .index-header .wp1200 {
    display: flex;
    align-items: center; }
  .index-header .logo {
    margin-right: 56px; }
    .index-header .logo a {
      display: block; }
      .index-header .logo a img {
        max-height: 100%; }
  .index-header.anim {
    transform: translateY(0);
    opacity: 1; }
  @media screen and (max-width: 800px) {
    .index-header {
      display: none; } }

.index-mobile-banner {
  display: none;
  width: 100%; }
  .index-mobile-banner .swiper-slide a {
    display: block;
    width: 100%;
    padding-bottom: 48%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .index-mobile-banner .swiper-pagination-bullet {
    bottom: 0.15rem;
    opacity: 1;
    background: #fff; }
    .index-mobile-banner .swiper-pagination-bullet-active {
      background: #c1b79b; }
  @media screen and (max-width: 800px) {
    .index-mobile-banner {
      display: block; } }

.index-form {
  margin-left: 40px;
  width: 186px;
  display: flex;
  height: 28px;
  border-radius: 14px;
  overflow: hidden;
  background: #acacac;
  box-sizing: border-box;
  padding: 0 10px; }
  .index-form button {
    font-size: 16px;
    background: none;
    border: none;
    appearance: none;
    color: #000;
    line-height: 28px;
    cursor: pointer; }
  .index-form .input {
    flex: 1;
    overflow: hidden; }
    .index-form .input input {
      display: block;
      width: 100%;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      color: #000;
      background: none;
      border: none;
      appearance: none; }

.index-nav {
  flex: 1;
  overflow: hidden;
  display: flex; }
  .index-nav li {
    flex: 1; }
    .index-nav li a {
      display: block;
      text-align: center;
      height: 102px;
      line-height: 102px;
      color: #fff;
      position: relative;
      font-size: 14px;
      background-position: center center;
      background-repeat: repeat-x;
      background-size: auto 100%; }
      .index-nav li a:after {
        position: absolute;
        right: 0;
        top: 50%;
        height: 10px;
        margin-top: -5px;
        background: rgba(255, 255, 255, 0.3);
        display: block;
        width: 1px;
        content: ''; }
      .index-nav li a:hover {
        background-image: url(../images/nav_bg1.png);
        background-color: rgba(255, 255, 255, 0.3); }
    .index-nav li:last-child a:after {
      display: none; }
    .index-nav li.on a {
      background-image: url(../images/nav_bg1.png);
      background-color: rgba(255, 255, 255, 0.3); }
  @media screen and (max-width: 1440px) {
    .index-nav li a {
      height: 82px;
      line-height: 82px; } }

.index-banner {
  position: relative;
  z-index: 1;
  height: 100vh; }
  .index-banner .swiper-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0; }
  .index-banner .swiper-wrapper {
    backface-visibility: hidden;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
  .index-banner .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden; }
    .index-banner .swiper-slide a {
      display: block;
      width: 100%;
      height: 100vh;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
  .index-banner .index-banner-prev,
  .index-banner .index-banner-next {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    outline: none;
    z-index: 6;
    transition: all .4s ease;
    color: #fff;
    font-size: 14px; }
    .index-banner .index-banner-prev:hover,
    .index-banner .index-banner-next:hover {
      background: #000; }
    .index-banner .index-banner-prev.swiper-button-disabled,
    .index-banner .index-banner-next.swiper-button-disabled {
      cursor: auto;
      background: rgba(0, 0, 0, 0.15); }
  .index-banner .index-banner-prev {
    left: 15px; }
  .index-banner .index-banner-next {
    right: 15px;
    transform: rotate(180deg); }
  .index-banner .swiper-pagination {
    bottom: 30px; }
    .index-banner .swiper-pagination-bullet {
      background: none;
      margin: 0 5px !important;
      font-size: 18px;
      color: #fff;
      opacity: 1;
      outline: none;
      transition: all .4s ease;
      position: relative;
      display: inline-block;
      line-height: 20px;
      height: 20px;
      width: auto;
      font-family: AvantBT; }
      .index-banner .swiper-pagination-bullet:after {
        position: absolute;
        left: 20px;
        width: 0;
        height: 1px;
        background: #c1b79b;
        top: 50%;
        content: '';
        display: block; }
      .index-banner .swiper-pagination-bullet.on {
        padding-right: 156px;
        color: #c1b79b; }
        .index-banner .swiper-pagination-bullet.on:after {
          width: 147px;
          transition: width 7.6s linear; }
  @media screen and (max-width: 800px) {
    .index-banner {
      display: none; } }

.index-product {
  padding: 130px 0 120px;
  overflow: hidden; }
  .index-product .title {
    text-align: center;
    font-size: 36px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
    transition: all 1s .6s ease;
    opacity: 0;
    transform: translateY(-100%) scale(1.1); }
    .index-product .title.anim {
      opacity: 1;
      transform: translateY(0) scale(1); }
  @media screen and (max-width: 1366px) {
    .index-product .title {
      font-size: 30px; } }
  @media screen and (max-width: 800px) {
    .index-product {
      padding: 0.25rem 0 0.15rem;
	  background:url(../img/indexculturebg.jpg) no-repeat center; }
      .index-product .title {
        font-size: 20px;
        margin-bottom: 0.15rem;
		} }

.index-product-list {
  width: 1560px;
  margin: 0 auto;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between; }
  .index-product-list li {
    width: 50%;
    transition: all 1s .6s ease;
    opacity: 0;
    transform: translateY(50px); }
    .index-product-list li a {
      display: block;
      width: 100%;
      padding-bottom: 72.94118%;
      position: relative;
      height: 0;
      overflow: hidden; }
      .index-product-list li a:hover .img {
        opacity: 1;
        transform: scale(1); }
      .index-product-list li a:hover .icon {
        opacity: 0; }
    .index-product-list li:nth-child(2) {
      transition-delay: .8s; }
    .index-product-list li:nth-child(3) {
      transition-delay: 1s; }
    .index-product-list li.anim {
      opacity: 1;
      transform: translateY(0); }
  .index-product-list .wp {
    width: 250px;
    max-width: 100%;
    position: relative;
    margin: 0px auto 0; }
  .index-product-list .icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    z-index: 5;
    transition: all .4s ease; }
    .index-product-list .icon img {
      display: block;
      width: 100%;
      height: 100%; }
  .index-product-list .p {
    text-align: center; }
    .index-product-list .p p {
      font-size: 14px;
      color: #777; }
  .index-product-list .t {
    font-size: 24px;
     }
  .index-product-list .img {
    width: 100%;
    padding-bottom: 58%;
    opacity: 0;
    transform: scale(0.8);
    transition: all .4s ease;
    position: relative;
    z-index: 8; }
    .index-product-list .img img {
      display: block;
      max-width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 35px; }
  @media screen and (max-width: 1620px) {
    .index-product-list {
      width: auto; } }
  @media screen and (max-width: 1280px) {
    .index-product-list .wp {
      width: 200px; } }
  @media screen and (max-width: 1024px) {
    .index-product-list .wp {
      width: 150px; } }
  @media screen and (max-width: 800px) {
    .index-product-list li a {
      padding-bottom: 100%; }
    .index-product-list .wp {
      width: 100%; }
    .index-product-list .img {
      opacity: 1;
      transform: scale(1); }
    .index-product-list .icon {
      opacity: 0;
      display: none; }
    .index-product-list .t {
      font-size: 16px; }
    .index-product-list .p p {
      font-size: 12px; } }

.index-channel {
  background-color: #f0f0f0;
  overflow: hidden; }
  .index-channel .title {
    margin-bottom: 0.2rem;
    text-align: center;
    color: #333;
    font-size: 36px;
    text-transform: uppercase;
    transition: all 1s .6s ease;
    opacity: 0;
    transform: translateY(-100%) scale(1.1); }
    .index-channel .title.anim {
      opacity: 1;
      transform: translateY(0) scale(1); }
  @media screen and (max-width: 1366px) {
    .index-channel .title {
      font-size: 30px; } }
  @media screen and (max-width: 800px) {
    .index-channel .title {
      font-size: 20px;
      margin-bottom: 0.1rem; } }

.index-channel-box {
  position: relative; }
  .index-channel-box .bg {
    position: relative;
    z-index: 2; }
    .index-channel-box .bg img {
      display: block;
      width: 100%; }

.index-channel-list {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0;
  z-index: 5; }
  .index-channel-list li {
    overflow: hidden;
    display: inline-flex;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    width: 25%; }
    .index-channel-list li a {
      display: block; }
      .index-channel-list li a:hover .icon-box {
        transition-delay: 0;
        opacity: 0; }
      .index-channel-list li a:hover .info-box {
        opacity: 1; }
        .index-channel-list li a:hover .info-box .img,
        .index-channel-list li a:hover .info-box .num {
          opacity: 1;
          transform: translateY(0); }
  .index-channel-list .cn {
    font-size: 22px;
    color: #fff; }
  .index-channel-list .en {
    font-family: Arial;
    font-size: 16px;
    color: #fff; }
  .index-channel-list .icon-box {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    text-align: center; }
    .index-channel-list .icon-box .icon {
      width: 80px;
      margin-bottom: 15px; }
      .index-channel-list .icon-box .icon img {
        display: block;
        width: 100%; }
  .index-channel-list .info-box {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 50;
    background: rgba(81, 75, 68, 0.75);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    opacity: 0;
    text-align: center; }
    .index-channel-list .info-box .num {
      font-family: AvantBT;
      font-size: 60px;
      color: #c9bfb1;
      position: relative;
      padding-bottom: 180px;
      transition: all .6s ease;
      transform: translateY(-100px);
      opacity: 0; }
      .index-channel-list .info-box .num:after {
        position: absolute;
        left: 50%;
        width: 1px;
        bottom: 15px;
        height: 150px;
        content: '';
        display: block;
        background: rgba(255, 255, 255, 0.1); }
    .index-channel-list .info-box .img {
      margin-top: 20px;
      transition: all .6s ease;
      transform: translateY(100%);
      opacity: 0; }
      .index-channel-list .info-box .img img {
        max-width: 100%;
        display: block;
        max-height: 100%; }
  @media screen and (max-width: 1680px) {
    .index-channel-list .info-box .num {
      padding-bottom: 150px; }
      .index-channel-list .info-box .num:after {
        height: 120px; }
    .index-channel-list .info-box .img {
      height: 310px; } }
  @media screen and (max-width: 1440px) {
    .index-channel-list .info-box .num {
      padding-bottom: 120px; }
      .index-channel-list .info-box .num:after {
        height: 90px; } }
  @media screen and (max-width: 1366px) {
    .index-channel-list .info-box .num {
      padding-bottom: 100px; }
      .index-channel-list .info-box .num:after {
        height: 70px; }
    .index-channel-list .info-box .img {
      height: 270px; } }
  @media screen and (max-width: 750px) {
    .index-channel-list .icon-box .icon {
      width: 40px; }
    .index-channel-list .cn {
      font-size: 14px; }
    .index-channel-list .en {
      font-size: 10px; }
    .index-channel-list li a:hover .icon-box {
      opacity: 1; }
    .index-channel-list li a:hover .info-box {
      opacity: 0; }
      .index-channel-list li a:hover .info-box .img,
      .index-channel-list li a:hover .info-box .num {
        opacity: 0;
        transform: translateY(0); } }

.index-join {
  background: #fff;
  padding: 0.72rem 0 0.69rem 0.25rem; }
  .index-join .title {
    display: none;
	padding-top:20px;
    text-align: center;
    color: #0d0804;
    font-size: 20px;
	font-weight:700;
    text-transform: uppercase;
    transition: all 1s .6s ease;
    opacity: 0;
    transform: translateY(-100%) scale(1.1); }
	.index-join .title-img{
	text-align:center;
	padding-top:0.1rem;}
	.index-join .title-small{
	   font-size:12px;
	   color:#676767;
	   text-align:center; 
       margin-bottom: 0.2rem;
	}
	.index-join .pro_category{
	   width:94%;
	   text-align:center;
	   background:url(../img/cate01.jpg) center left;
	   height:159px;
	   margin-left:1.8%;
	   margin-bottom:0.2rem;
	}
	.about_titlep {
    width: 100%;
    text-align: left;
    padding-left: 5%;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 40px;
	padding-top:0.15rem;
}
.about_testp {
    width: 100%;
    text-align: left;
    padding-left: 5%;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 24px;
}
.about_morep{
    width: 32%;
    text-align: center;
    margin-left: 5%;
    margin-top: 0.2rem;
	border:#fff solid 1px;
	border-radius:30px;
	padding-top:0.1rem;
	padding-bottom:0.1rem;
	color:#fff;
}
.about_morep a{
	color:#fff;
}
    .index-join .title.anim {
      opacity: 1;
      transform: translateY(0) scale(1); }
  .index-join .box {
    text-align: right;
    position: relative; }
  .index-join .bg {
    display: inline-block;
    vertical-align: top;
    width: 38.02083%; }
    .index-join .bg img {
      display: block;
      width: 100%; }
  @media screen and (max-width: 800px) {
    .index-join {
      padding: 0.05rem 0 0.25rem 0.1rem;
	  }
      .index-join .title {
        display: block; }
      .index-join .bg {
        display: none; } }

.index-join-list {
  position: absolute;
  right: 38.02083%;
  top: 0;
  height: 100%;
  font-size: 0; }
  .index-join-list li {
    display: inline-block;
    vertical-align: top;
    padding-right: 50px;
    width: 50%;
    box-sizing: border-box;
    max-width: 50%;
    height: 50%;
    transition: all .6s ease-in;
    opacity: 0;
    transform: translateY(0) scale(0.4); }
    .index-join-list li.anim {
      transform: translateY(0) scale(1);
      opacity: 1; }
    .index-join-list li:nth-child(-n+2) {
      padding-bottom: 25px; }
    .index-join-list li:nth-child(n+4) {
      padding-top: 25px; }
    .index-join-list li:nth-child(1) {
      transition-delay: .6s; }
      .index-join-list li:nth-child(1) a .p span {
        color: #be8f8f; }
    .index-join-list li:nth-child(2) {
      transition-delay: .7s; }
      .index-join-list li:nth-child(2) a .p span {
        color: #a090aa; }
    .index-join-list li:nth-child(3) {
      transition-delay: .8s; }
      .index-join-list li:nth-child(3) a .p span {
        color: #96a094; }
    .index-join-list li:nth-child(4) {
      transition-delay: .6s; }
      .index-join-list li:nth-child(4) a .p span {
        color: #ab9d89; }
    .index-join-list li:nth-child(5) {
      transition-delay: .7s; }
      .index-join-list li:nth-child(5) a .p span {
        color: #b58a8a; }
    .index-join-list li:nth-child(6) {
      transition-delay: .8s; }
      .index-join-list li:nth-child(6) a .p span {
        color: #baa791; }
    .index-join-list li a {
      display: flex;
      width: 100%;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .index-join-list li a .img {
        width: 100px;
        height: 100px;
        margin-bottom: 40px;
        perspective: 800px; }
        .index-join-list li a .img img {
          display: block;
          width: 100%;
          height: 100%;
          transition: all .4s ease; }
        @media screen and (max-width: 1440px) {
          .index-join-list li a .img {
            margin-bottom: 0.1rem; } }
      .index-join-list li a .p {
        font-size: 16px;
        line-height: 20px;
        color: #444; }
        .index-join-list li a .p span {
          font-family: AvantBT;
          font-size: 40px;
          display: inline-block;
          vertical-align: top;
          line-height: 40px;
          margin-right: 8px; }
      .index-join-list li a:hover .img img {
        transform: rotate3d(0, 1, 0, 180deg); }
  @media screen and (max-width: 1280px) {
    .index-join-list li {
      padding-right: 30px; }
      .index-join-list li:nth-child(-n+2) {
        padding-bottom: 15px; }
      .index-join-list li:nth-child(n+4) {
        padding-top: 15px; }
      .index-join-list li a .img {
        width: 80px;
        height: 80px; } }
  @media screen and (max-width: 1024px) {
    .index-join-list li {
      padding-right: 20px; }
      .index-join-list li:nth-child(-n+2) {
        padding-bottom: 10px; }
      .index-join-list li:nth-child(n+4) {
        padding-top: 10px; }
      .index-join-list li a .img {
        width: 50px;
        height: 50px; }
      .index-join-list li a .p {
        font-size: 14px;
		color:#0e0e0e;}
        .index-join-list li a .p span {
          font-size: 32px; } }
  @media screen and (max-width: 800px) {
    .index-join-list {
      position: static; }
      .index-join-list li {
        padding-right: 0.1rem; }
        .index-join-list li:nth-child(-n+2) {
          padding-bottom: 0;
		  margin-bottom:10px; }
        .index-join-list li:nth-child(n+4) {
          padding-top: 0;
		  margin-bottom:10px;}
        .index-join-list li a {
          padding: 0; }
          .index-join-list li a .img {
            width: 1.8rem;
            height: 1.28rem; } }
  @media screen and (max-width: 480px) {
    .index-join-list li a .p span {
      font-size: 22px;
      margin-right: 4px; } }

.index-about {
  width: 100%;
  height: 563px;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .index-about .word {
    left: 130px;
    bottom: 0;
    background: #f7f7f7;
    padding: 64px 124px 56px;
    position: absolute;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1s .4s ease-in-out; }
    .index-about .word.anim {
      opacity: 1;
      transform: translateY(0);}
    @media screen and (max-width: 1440px) {
      .index-about .word {
        padding: 44px 84px 36px; } }
  .index-about .more {
    position: absolute;
    bottom: 0;
    right: -0.56rem;
    width: 0.56rem;
    height: 0.56rem;
    text-align: center;
    line-height: 0.56rem;
    color: #fff;
    font-size: 18px;
    background: #515151;
    transition: background-color .2s ease;
    text-transform: uppercase; }
    .index-about .more:hover {
      background: #bbaf9b; }
  .index-about .article {
    width: 480px;
    text-align: left; }
  .index-about .title {
    font-size: 36px;
    color: #333;
    margin-bottom: 0.1rem;
    text-transform: uppercase; }
  .index-about .p {
    font-size: 15px;
    line-height: 34px;
    height: 170px;
    color: #888;
    overflow: hidden; }
  @media screen and (max-width: 1366px) {
    .index-about .title {
      font-size: 30px; } }
  @media screen and (max-width: 800px) {
    .index-about {
      height: auto;
	  background:#f7f7f7; }
      .index-about .word {
        position: relative;
        left: .15rem;
        width: calc(100% - .2rem - .05rem);
        padding: 0.05rem 0.15rem 0.1rem;
        box-sizing: border-box; }
      .index-about .title {
        font-size: 20px;
		color:#3b3b3b;
		text-align:center;
		font-weight:700;
		padding-top:0.25rem;}
		.index-about .title-img {
          text-align: center;
        }
		.index-about .title-small {
          font-size: 12px;
          color: #676767;
          text-align: center;
          margin-bottom: 0.2rem;
       }
      .index-about .article {
        width: 100%; } }
  @media screen and (max-width: 480px) {
    .index-about .p {
      font-size: 14px;
      line-height: 24px;
      height: 172px; }
    .index-about .more {
      font-size: 10px; } }
	  
.company_ab .com_about{
    width: 100%;
	height:220px;
}
.company_ab .com_about img{
    max-width: 100%;
}
.company_ab .com_about .com_content{
    padding-left: 3%;
    float: left;
    width: 40%;
    height: 175px;
	padding-right:2%;
}
.company_ab .com_about .com_content .aboutbt{
    text-align: left;
	font-weight:700;
	color:#050505;
    margin-top: 30px;
}
.company_ab .com_about .com_content .aboutbt img{
   max-width:80%;
}
.company_ab .com_about .com_content .aboutbth{
    text-align: left;
	font-weight:700;
	color:#050505;
    margin-top: 10px;
}
.company_ab .com_about .com_content .aboutbth img{
    max-width:80%;
}
.company_ab .com_about .com_content .abouttitle{

    height: 40px;
    text-align: left;
	font-size:22px;
	font-weight:700;
	color:#050505;
    margin-top: 30px;
}
.company_ab .com_about .com_content .abouttext{

    text-align: left;
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
    color: #0a1416;
}
.company_ab .com_about .com_content .abouttexth{

    text-align: left;
    line-height: 20px;
    font-size: 12px;
    color: #05161d;
	font-style: italic;
	margin-top:10px;
}
.company_ab .com_about .com_content .aboutmore{

    text-align: left;
    margin-top: 5px;
    height: 40px;
	font-size:16px;
	
}
.company_ab .com_about .com_content .aboutmore a{
   color:#d1171a;
}
.d_bg{
    width: 100%;
	text-align:left;
}
.tai_bg{
    width: 85%;
	text-align:left;
	background:url(../img/taibg.jpg) no-repeat center;
	height:240px;
	padding:0.3rem;
}
.tai_bg .title{
   width:100%;
   text-align:left;
   color:#fff;
   font-size:28px;
   font-weight:700;
   line-height:35px;
}
.tai_bg .bt{
   width:100%;
   text-align:left;
   color:#fff;
   font-size:26px;
   line-height:35px;
}
.tai_bg .test{
   width:100%;
   text-align:left;
   color:#fff;
   font-size:14px;
   line-height:20px;
   padding-top:10px;
   padding-bottom:10px;
}
.tai_bg .taimore{
   width:100%;
   text-align:left;
   padding-top:10px;
}



.tai_bgen{
    width: 85%;
	text-align:left;
	background:url(../img/taibg.jpg) no-repeat center;
	height:280px;
	padding:0.3rem;
}
.tai_bgen .title{
   width:100%;
   text-align:left;
   color:#fff;
   font-size:28px;
   font-weight:700;
   line-height:35px;
}
.tai_bgen .bt{
   width:100%;
   text-align:left;
   color:#fff;
   font-size:26px;
   line-height:35px;
}
.tai_bgen .test{
   width:100%;
   text-align:left;
   color:#fff;
   font-size:14px;
   line-height:20px;
   padding-top:10px;
   padding-bottom:10px;
}
.tai_bgen .taimore{
   width:100%;
   text-align:left;
   padding-top:10px;
}
.aboutmore{
   width:100%;
   text-align:center;
   padding-top:10px;
}
.cul_content{
    width:90%;
	margin-left:0.2rem;
	background:url(../img/about_left.jpg) no-repeat center center;
	height:203px;
	margin-bottom:0.2rem;
}
.cul_service{
    width:90%;
	margin-left:0.2rem;
	background:url(../img/about_right.jpg) no-repeat center center;
	height:203px;
	margin-bottom:0.2rem;
}
.cul_map{
    width:90%;
	margin-left:0.2rem;
	background:url(../img/about_map.jpg) no-repeat center center;
	height:203px;
	margin-bottom:0.2rem;
}
.about_title {
    width: 100%;
    text-align: left;
    padding-left: 10%;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
	padding-top:0.1rem;
}
.about_test {
    width: 100%;
    text-align: left;
    padding-left: 10%;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
	padding-top:0.1rem;
}
.about_more{
    width: 32%;
    text-align: center;
    margin-left: 10%;
    margin-top: 0.2rem;
	border:#fff solid 1px;
	border-radius:30px;
	padding-top:0.1rem;
	padding-bottom:0.1rem;
	color:#fff;
}
.about_more a{
	color:#fff;
}


.about_titlee {
    width: 100%;
    text-align: left;
    padding-left: 10%;
    font-size: 20px;
    color: #101010;
    line-height: 40px;
	padding-top:0.1rem;
}
.about_teste {
    width: 100%;
    text-align: left;
    padding-left: 10%;
    font-size: 14px;
    color: #101010;
    line-height: 24px;
	padding-top:0.1rem;
}
.about_moree{
    width: 32%;
    text-align: center;
    margin-left: 10%;
    margin-top: 0.2rem;
	border:#101010 solid 1px;
	border-radius:30px;
	padding-top:0.1rem;
	padding-bottom:0.1rem;
	color:#fff;
}
.about_moree a{
	color:#101010;
}


.cul_content img{
   max-width:95%;
}
.cul_content .cul_left{
   width:55%;
   float:left;
}
.cul_content .cul_right{
   width:45%;
   float:left;
}
.cul_content .cul_right dd{
    font-size:16px;
	font-weight:700;
	line-height:30px;
	padding-left:0.15rem;
	color:#FFFFFF;
	padding-top:0.75rem;
}
.cul_content .cul_right dt{
    font-size:14px;
	line-height:20px;
	padding-left:0.15rem;
	padding-bottom:0.1rem;
	color:#FFFFFF;
}
.d_bg img{
  max-width: 100%;}
.d_bg dd{
    font-size:18px;
	font-weight:700;
	line-height:30px;
	padding-left:0.15rem;
	padding-top:0.1rem;	background:#fff;
}
.d_bg dt{
    font-size:16px;
	line-height:30px;
	padding-left:0.15rem;
	padding-bottom:0.1rem;
	background:#fff;
}
.company_ab .com_about .d_bgr{
    float: left;
    width: 55%;
    height: 175px;
    margin-top: 20px;
	text-align:right;
}
.company_ab .com_about .d_bg a{
    color:#FFFFFF;
}

.index-news {
  padding: 130px 0 0.25rem;
  background-color: #f2f2f2;
  position: relative; }
  .index-news:after {
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #f2f2f2;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ''; }
  .index-news .top {
    position: relative;
    margin-bottom: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .index-news .title {
    font-size: 30px;
    color: #3b3b3b;
    text-transform: uppercase;
    transition: all 1s .6s ease;
    opacity: 0;
    transform: translateY(-100%) scale(1.1); }
    .index-news .title.anim {
      opacity: 1;
      transform: translateY(0) scale(1); }
  @media screen and (max-width: 800px) {
    .index-news {
      padding-top: 0.3rem; }
      .index-news .top {
        margin-bottom: 0.2rem; }
      .index-news .title {
        font-size: 20px;
        color: #3b3b3b;
        text-align: center;
        font-weight: 700;} }
  @media screen and (max-width: 480px) {
    .index-news .top {
      justify-content: center; } }

.index-news-swiper {
  position: relative;
  z-index: 5;
  opacity: 0;
  transform: translateY(30px);
  transition: all .8s 1s ease; }
  .index-news-swiper.anim {
    transform: translateY(0);
    opacity: 1; }
  .index-news-swiper .swiper-slide a {
    display: block;
    padding: 0.2rem;
    background: #fff;
    transition: all .2s ease; }
    .index-news-swiper .swiper-slide a:hover {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
      .index-news-swiper .swiper-slide a:hover .img img {
        transform: scale(1.05); }
      .index-news-swiper .swiper-slide a:hover .t {
        color: #b1a38c; }
  .index-news-swiper .swiper-slide .img {
    width: 100%;
    position: relative;
    padding-bottom: 65%;
    overflow: hidden; }
    .index-news-swiper .swiper-slide .img img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      transition: all .6s ease; }
  .index-news-swiper .swiper-slide .info {
    padding: 0.08rem 0.125rem 0;
    height: 206px; }
  .index-news-swiper .swiper-slide .t {
    font-size: 18px;
    line-height: 34px;
    height: 68px;
    overflow: hidden;
    color: #333;
    margin-bottom: 5px;
    transition: all .2s ease; }
  .index-news-swiper .swiper-slide .p {
    font-size: 15px;
    line-height: 34px;
    color: #888;
    height: 102px;
    overflow: hidden;
    margin-bottom: 10px; }
  .index-news-swiper .swiper-slide .time {
    font-family: AvantBT;
    font-size: 18px;
    color: #333; }
  .index-news-swiper .swiper-pagination {
    position: static;
    margin-top: 0.15rem; }
    .index-news-swiper .swiper-pagination-bullet {
      opacity: 1;
      outline: none;
      cursor: pointer;
      background: #fff; }
      .index-news-swiper .swiper-pagination-bullet-active {
        background: #b1a38c; }
  @media screen and (max-width: 1440px) {
    .index-news-swiper .swiper-slide .info {
      padding-right: 0.05rem;
      padding-left: 0.05rem; } }
  @media screen and (max-width: 1024px) {
    .index-news-swiper .swiper-slide a {
      padding: 0.15rem; } }
  @media screen and (max-width: 480px) {
    .index-news-swiper .swiper-slide .t {
      font-size: 16px;
      line-height: 26px;
      height: 52px; }
    .index-news-swiper .swiper-slide .p {
      font-size: 12px;
      line-height: 24px;
      height: 72px; }
    .index-news-swiper .swiper-slide .time {
      font-size: 12px; }
    .index-news-swiper .swiper-slide .info {
      height: 160px; } }

.index-news-page {
  padding-bottom: 10px;
  border-bottom: 2px solid #1c1d1d;
  font-size: 14px;
  font-family: AvantBT;
  color: #1c1d1d;
  font-weight: bold; }
  @media screen and (max-width: 480px) {
    .index-news-page {
      display: none; } }

.about-con {
  padding: 0.25rem 0;
  background-color: #fff; }
.about-cona {
  padding: 0.25rem 0;
  background-color: #f9f9f9; }
.news-con {
  padding: 0.35rem 0;
  background-color: #f5f5f5; }


.com_about {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.com_about .about-left {
    width: 100%;
    text-align: left;
    background: #cbc6bb;
}
.com_about .about-left dd {
    color: #1e1e1e;
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
    padding-top: 0.15rem;
    padding-left: 0.05rem;
}
.com_about .about-left dt {
    color: #1e1e1e;
    line-height: 20px;
    font-size: 12px;
    padding-left: 0.05rem;
	padding-bottom:0.15rem;
}

.about-article {
  color: #000;
  line-height: 26px;
  font-size: 14px; }
  .about-article p {
    margin-bottom: 3px; }
  .about-article img {
    max-width: 100%;
    height: auto !important; }
  .about-article ul {
    list-style: disc; }
    .about-article ul li {
      }
  .about-article ol {
    list-style: decimal; }
    .about-article ol li {
      list-style: decimal; }
  .about-article .img1 {
    float: left;
    margin-right: 0.4rem;
    opacity: 0;
    transform: translateX(-100px);
    transition: all .6s 1s ease-in; }
    .about-article .img1.anim {
      transform: translateX(0);
      opacity: 1; }
  .about-article .topr {
    padding-top: 0.35rem;
    opacity: 0;
    transform: translateX(100px);
    transition: all .6s 1s ease-in; }
    .about-article .topr.anim {
      transform: translateX(0);
      opacity: 1; }
  .about-article .topic {
    font-size: 26px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0.1rem; }
  @media screen and (max-width: 1024px) {
    .about-article .img1 {
      margin-right: 0.25rem; }
    .about-article .topr {
      padding-top: 0.05rem;
	  text-align:left;
	  padding-bottom:0.2rem; } }
  @media screen and (max-width: 800px) {
    .about-article .img1 {
      float: none; } }
  @media screen and (max-width: 750px) {
    .about-article .topic {
      font-size: 20px; 
	  text-align: center;
	  font-weight:700;}
	  .about-article .topic span{
      font-size: 14px; 
	  text-align: center;
	  font-weight:400;} }
	  
	.about-article .topr li {
    width: 46%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    height: 220px;
    background: #fff;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 15px;
}  
	.about-article .topr  li dd {
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #1f1f1f;
	font-weight:700;
}
	  

.news-list li {
  margin-bottom: 0.2rem;
  opacity: 0;
  transform: translateY(50px);
  transition: all .6s .6s ease-in; }
  .news-list li.anim {
    opacity: 1;
    transform: translateY(0); }
    .news-list li.anim .img,
    .news-list li.anim .time,
    .news-list li.anim .info {
      opacity: 1;
      transform: translateX(0); }
  .news-list li a {
    display: flex;
    box-sizing: border-box;
    padding: 0.2rem;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    align-items: center;
    transition: all .2s ease; }
    .news-list li a:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
  .news-list li .img {
    margin-right: 0.17rem;
    opacity: 0;
    transform: translateX(-30px);
    transition: all .4s 1s ease-in; }
    .news-list li .img span {
      display: block;
      position: relative;
      width: 1.67rem;
      padding-bottom: 69.46108%;
      overflow: hidden; }
      .news-list li .img span img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      @media screen and (max-width: 1250px) {
        .news-list li .img span {
          width: 1.45rem; } }
      @media screen and (max-width: 1024px) {
        .news-list li .img span {
          width: 1.25rem; } }
  .news-list li .time {
    width: 102px;
    height: 102px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #c2a791;
    color: #fff;
    margin-left: 0.3rem;
    opacity: 0;
    transform: translateX(30px);
    transition: all .4s 1s ease-in;
    backface-visibility: hidden; }
  .news-list li .day {
    font-size: 36px; }
  .news-list li .date {
    font-size: 14px; }
  .news-list li .info {
    flex: 1;
    overflow: hidden;
    opacity: 0;
    transform: translateX(30px);
    transition: all .4s 1s ease-in;
    backface-visibility: hidden; }
  .news-list li .t {
    font-size: 22px;
    color: #000;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px; }
  .news-list li .p {
    font-size: 13px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #777; }
  @media screen and (max-width: 800px) {
    .news-list li .img {
      margin-right: 0.1rem; }
    .news-list li .time {
      margin-left: 0.1rem; } }
  @media screen and (max-width: 750px) {
    .news-list li .time {
      display: none; }
    .news-list li .t {
      font-size: 14px;
      line-height: 24px;
      height: 24px; }
    .news-list li .p {
      font-size: 12px;
      line-height: 20px;
      height: 40px; } }

.contact-con {
  padding: 0.45rem 0 0.55rem;
  background: #f5f5f5; }

.contact-box {
  background: #fff;
  box-sizing: border-box;
  padding: 0.1rem;
  display: flex;
  align-items: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(40px) scale(0.6);
  transition: all .6s .6s ease-in; }
  .contact-box.anim {
    transform: translateY(0) scale(1);
    opacity: 1; }
  .contact-box .info {
    flex: 1;
    overflow: hidden;
    padding: 0 30px; }
  .contact-box .top {
    margin-bottom: 15px;
    font-size: 34px;
    color: #333;
    line-height: 78px; }
  .contact-box .icon {
    width: 78px;
    height: 78px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    background: #95a08a;
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-right: 10px;
    line-height: 78px; }
    .contact-box .icon img {
      display: block;
      width: 100%; }
  .contact-box .article {
    font-size: 14px;
    line-height: 30px;
    color: #777;
    word-break: break-word; }
  .contact-box .flex-box {
    display: flex; }
    .contact-box .flex-box .word {
      display: block;
      width: 70px; }
    .contact-box .flex-box .p {
      flex: 1;
      overflow: hidden; }
  .contact-box .en {
    font-size: 12px;
    line-height: 20px;
    color: #999; }
  @media screen and (max-width: 1024px) {
    .contact-box {
      display: block; }
      .contact-box .info {
        margin-bottom: 0.2rem; } }
  @media screen and (max-width: 800px) {
    .contact-box .top {
      line-height: 40px;
      font-size: 22px; }
    .contact-box .icon {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 22px; } }
  @media screen and (max-width: 480px) {
    .contact-box {
      padding: 0.15rem; }
      .contact-box .info {
        padding: 0; } }

.map-con {
  width: 720px;
  height: 400px; }
  .map-con .map {
    position: relative;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 1250px) {
    .map-con {
      width: 650px; } }
  @media screen and (max-width: 1024px) {
    .map-con {
      width: 100%; } }

.news-detail {
  line-height: 30px;
  color: #666;
  overflow: hidden;
  font-size: 13px; }
  .news-detail p {
    margin-bottom: 15px; }
  .news-detail img {
    max-width: 100%;
    height: auto !important; }
  .news-detail ul {
    list-style: disc; }
    .news-detail ul li {
      list-style: disc; }
  .news-detail ol {
    list-style: decimal; }
    .news-detail ol li {
      list-style: decimal; }
  .news-detail .title {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 15px; }
  .news-detail .tips {
    margin-bottom: 0.15rem;
    text-align: center; }
  .news-detail .flex-box {
    display: flex;
    align-items: center; }
    .news-detail .flex-box .info {
      flex: 1;
      overflow: hidden;
      box-sizing: border-box; }
    .news-detail .flex-box .img {
      background: #fff;
      padding: 5px;
      border-radius: 5px;
      overflow: hidden;
      max-width: 100%;
      position: relative;
      display: inline-block;
      vertical-align: top; }
      .news-detail .flex-box .img .p {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 15px;
        color: #fff;
        z-index: 4;
        font-size: 16px; }
  .news-detail .t {
    font-size: 30px;
    color: #000;
    margin-bottom: 15px; }
  .news-detail .pr-70 {
    padding-right: 70px; }
  .news-detail .pl-40 {
    padding-left: 40px; }
  .news-detail .white-title {
    color: #fff;
    text-align: center;
    font-size: 24px;
    transition: all 1s .6s ease;
    opacity: 0;
    transform: translateY(-100%) scale(1.1); }
    .news-detail .white-title.anim {
      opacity: 1;
      transform: translateY(0) scale(1); }
  .news-detail .color {
    color: #b8997e; }
  .news-detail .meeting-list {
    margin: 0 auto;
    width: 1149px;
    font-size: 0;
    max-width: 100%; }
    .news-detail .meeting-list .item {
      display: inline-block;
      vertical-align: top;
      width: 33.33%;
      box-sizing: border-box;
      padding: 0 8px;
      margin-top: 0.25rem; }
      .news-detail .meeting-list .item:nth-child(3n+1) .info {
        background-image: none; }
    .news-detail .meeting-list .img {
      padding: 5px;
      background: #fff;
      margin-bottom: 12px; }
    .news-detail .meeting-list .info {
      padding: 0 20px;
      color: #fff;
      font-size: 12px;
      line-height: 30px;
      position: relative;
      background-image: url(../images/shadow1.png);
      background-position: left center;
      background-repeat: no-repeat;
      height: 83px; }
  .news-detail .two-img {
    display: flex; }
    .news-detail .two-img .half-img {
      flex: 1;
      margin-right: 15px;
      overflow: hidden; }
      .news-detail .two-img .half-img:last-child {
        margin-right: 0; }
  .news-detail .anim-left2right {
    opacity: 0;
    transform: translateX(-40px);
    transition: all .6s .6s ease-in; }
    .news-detail .anim-left2right.anim {
      opacity: 1;
      transform: translateX(0); }
  .news-detail .anim-right2left {
    opacity: 0;
    transform: translateX(40px);
    transition: all .6s .6s ease-in; }
    .news-detail .anim-right2left.anim {
      opacity: 1;
      transform: translateX(0); }
  .news-detail .anim-b2t {
    opacity: 0;
    transform: translateY(60px) scale(0.5);
    transition: all .6s .6s ease-in; }
    .news-detail .anim-b2t.anim {
      opacity: 1;
      transform: translateY(0) scale(1); }
  .news-detail .anim-title {
    transition: all 1s .6s ease;
    opacity: 0;
    transform: translateY(-100%) scale(1.1); }
    .news-detail .anim-title.anim {
      opacity: 1;
      transform: translateY(0) scale(1); }
  @media screen and (max-width: 800px) {
    .news-detail .flex-box {
      display: block; } }
  @media screen and (max-width: 750px) {
    .news-detail .title,
    .news-detail .t,
    .news-detail .white-title {
      font-size: 20px; }
    .news-detail .flex-box .pr-70 {
      padding-right: 0; }
    .news-detail .flex-box .pl-40 {
      padding-left: 0;
      margin-top: 0.1rem; }
    .news-detail .meeting-list .item {
      width: 50%; }
    .news-detail .meeting-list .info {
      background-image: none;
      padding: 0;
      line-height: 24px; } }
  @media screen and (max-width: 540px) {
    .news-detail .two-img {
      display: block; }
      .news-detail .two-img .half-img {
        margin-right: 0;
        margin-top: 10px; }
    .news-detail .meeting-list .item {
      width: 100%; }
    .news-detail .meeting-list .info {
      height: auto; } }

.news-detail-bottom {
  padding: 0.15rem 0 0.35rem;
  background: #ececec;
  overflow: hidden; }
  .news-detail-bottom .bottom-article {
    line-height: 30px;
    color: #666;
    font-size: 13px; }
    .news-detail-bottom .bottom-article p {
      margin-bottom: 15px; }
    .news-detail-bottom .bottom-article img {
      max-width: 100%;
      height: auto !important; }
    .news-detail-bottom .bottom-article ul {
      list-style: disc; }
      .news-detail-bottom .bottom-article ul li {
        list-style: disc; }
    .news-detail-bottom .bottom-article ol {
      list-style: decimal; }
      .news-detail-bottom .bottom-article ol li {
        list-style: decimal; }
  .news-detail-bottom .bottom-info {
    position: relative; }
    .news-detail-bottom .bottom-info .img {
      background: #fff;
      padding: 5px;
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      max-width: 100%;
      opacity: 0;
      transform: translateX(-100px) scale(0.8);
      transition: all .6s 1s ease; }
      .news-detail-bottom .bottom-info .img.anim {
        opacity: 1;
        transform: translateX(0) scale(1); }
      .news-detail-bottom .bottom-info .img img {
        display: block; }
    .news-detail-bottom .bottom-info .info {
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 5;
      background: #fff;
      width: 390px;
      padding: 0.2rem 0.25rem;
      font-size: 13px;
      line-height: 35px;
      transform: translateY(-50%);
      backface-visibility: hidden; }
      .news-detail-bottom .bottom-info .info h3 {
        font-size: 24px;
        color: #333;
        margin-bottom: 10px; }
      .news-detail-bottom .bottom-info .info p {
        margin-bottom: 0; }
  .news-detail-bottom .bdsharebuttonbox {
    margin-top: 0.2rem; }
  @media screen and (max-width: 750px) {
    .news-detail-bottom .bottom-info .info {
      position: static;
      transform: translateY(0);
      width: 100%;
      box-sizing: border-box;
      line-height: 1.7; }
      .news-detail-bottom .bottom-info .info h3 {
        font-size: 18px; } }

.article-page {
  margin-top: 0.2rem;
  border-top: 1px dashed #bdbdbd;
  padding-top: 0.2rem;
  display: flex; }
  .article-page ol {
    flex: 1;
    overflow: hidden;
    margin-right: 0.1rem; }
    .article-page ol li {
      margin-bottom: 5px; }
      .article-page ol li a {
        font-size: 13px;
        color: #666; }
        .article-page ol li a:hover {
          text-decoration: underline; }
  .article-page .back-btn {
    display: block;
    width: 166px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #a4948c;
    font-size: 13px;
    transition: background-color .2s ease;
    border-radius: 20px; }
    .article-page .back-btn:hover {
      background: #afa19a; }
  @media screen and (max-width: 750px) {
    .article-page {
      display: block; }
      .article-page .back-btn {
        width: 100%;
        height: 32px;
        line-height: 32px;
        margin-top: 20px; } }

.talent-recruitment {
  position: relative;
  z-index: 22;
  padding-bottom: 0.3rem; }
  .talent-recruitment .talent-recruitment-list {
    width: 100%;
    box-sizing: border-box; }
    .talent-recruitment .talent-recruitment-list .active .talent-title {
      background: #95a08a;
      color: #fff; }
      .talent-recruitment .talent-recruitment-list .active .talent-title .icon-rotate span {
        transform: rotate(180deg); }
    .talent-recruitment .talent-recruitment-list > li:first-child {
      margin-top: 0; }
      .talent-recruitment .talent-recruitment-list > li:first-child .nr {
        display: block; }
    .talent-recruitment .talent-recruitment-list > li {
      border: 1px solid #d7d7d7;
      background: #fff;
      margin-top: 16px;
      color: #444;
      opacity: 0;
      transform: translateY(50px);
      transition: all .6s .6s ease-in; }
      .talent-recruitment .talent-recruitment-list > li.anim {
        opacity: 1;
        transform: translateY(0); }
      .talent-recruitment .talent-recruitment-list > li .talent-title {
        position: relative;
        width: 100%;
        height: 53px;
        line-height: 16px;
        font-size: 0;
        cursor: pointer; }
        .talent-recruitment .talent-recruitment-list > li .talent-title li {
          position: relative;
          top: 50%;
          transform: translate(0, -50%);
          display: inline-block;
          vertical-align: top;
          text-align: center;
          font-size: 14px;
          max-height: 48px;
          overflow: hidden;
          width: 155px;
          padding: 0 6px;
          box-sizing: border-box; }
        .talent-recruitment .talent-recruitment-list > li .talent-title .name {
          width: 286px; }
        .talent-recruitment .talent-recruitment-list > li .talent-title .number,
        .talent-recruitment .talent-recruitment-list > li .talent-title .add {
          width: 200px; }
        .talent-recruitment .talent-recruitment-list > li .talent-title .time {
          width: 240px; }
        @media screen and (max-width: 1000px) {
          .talent-recruitment .talent-recruitment-list > li .talent-title li,
          .talent-recruitment .talent-recruitment-list > li .talent-title .name,
          .talent-recruitment .talent-recruitment-list > li .talent-title .number,
          .talent-recruitment .talent-recruitment-list > li .talent-title .add,
          .talent-recruitment .talent-recruitment-list > li .talent-title .time {
            width: 23%; } }
        .talent-recruitment .talent-recruitment-list > li .talent-title .icon-rotate {
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 72px;
          transform: translate(0, 0%);
          line-height: 53px; }
          .talent-recruitment .talent-recruitment-list > li .talent-title .icon-rotate span {
            transition: all .4s ease;
            display: inline-block;
            vertical-align: middle;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-image: url(../images/icon10.png);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 100% 100%; }
        @media screen and (max-width: 800px) {
          .talent-recruitment .talent-recruitment-list > li .talent-title {
            padding-right: 0.3rem;
            box-sizing: border-box; }
            .talent-recruitment .talent-recruitment-list > li .talent-title .dn1150,
            .talent-recruitment .talent-recruitment-list > li .talent-title .department,
            .talent-recruitment .talent-recruitment-list > li .talent-title .number,
            .talent-recruitment .talent-recruitment-list > li .talent-title .add,
            .talent-recruitment .talent-recruitment-list > li .talent-title .time {
              display: none; }
            .talent-recruitment .talent-recruitment-list > li .talent-title .name {
              width: 100%;
              font-size: 14px;
              box-sizing: border-box;
              text-align: left;
              padding: 0 0.1rem; }
            .talent-recruitment .talent-recruitment-list > li .talent-title .icon-rotate {
              padding: 0;
              position: absolute;
              right: 0;
              top: 0;
              width: 0.3rem;
              height: 100%;
              max-height: none; }
              .talent-recruitment .talent-recruitment-list > li .talent-title .icon-rotate span {
                width: 0.2rem;
                height: 0.2rem; } }
      .talent-recruitment .talent-recruitment-list > li .nr {
        display: none;
        border-top: 1px solid #d7d7d7;
        background: #fbfbfb;
        padding: 80px 0 84px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
        .talent-recruitment .talent-recruitment-list > li .nr > div {
          font-size: 0;
          position: relative;
          padding: 0 100px; }
          .talent-recruitment .talent-recruitment-list > li .nr > div:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 1px;
            border-right: 1px dashed #dfdfdf; }
          .talent-recruitment .talent-recruitment-list > li .nr > div .mailbox {
            position: absolute;
            left: 100px;
            bottom: -60px; }
            .talent-recruitment .talent-recruitment-list > li .nr > div .mailbox a {
              font-size: 13px;
              color: #333;
              height: 40px;
              line-height: 40px;
              display: inline-block;
              vertical-align: top;
              padding: 0 35px;
              border: 1px solid #020202;
              position: relative;
              transition: all .3s ease; }
              .talent-recruitment .talent-recruitment-list > li .nr > div .mailbox a:hover {
                background: #5b5b5b;
                border-color: #5b5b5b;
                color: #fff; }
          .talent-recruitment .talent-recruitment-list > li .nr > div h1 {
            font-size: 24px;
            color: #444;
            line-height: 28px;
            margin-bottom: 18px; }
          .talent-recruitment .talent-recruitment-list > li .nr > div .p {
            font-size: 14px;
            color: #555;
            line-height: 30px; }
        .talent-recruitment .talent-recruitment-list > li .nr .left {
          display: inline-block;
          vertical-align: top;
          width: 47.08333%;
          box-sizing: border-box;
          padding-right: 52px; }
        .talent-recruitment .talent-recruitment-list > li .nr .right {
          display: inline-block;
          vertical-align: top;
          width: 52%;
          box-sizing: border-box;
          padding-left: 100px; }
        @media screen and (max-width: 800px) {
          .talent-recruitment .talent-recruitment-list > li .nr {
            padding: 0.2rem 0.1rem; }
            .talent-recruitment .talent-recruitment-list > li .nr > div {
              padding: 0; }
              .talent-recruitment .talent-recruitment-list > li .nr > div:after {
                display: none; }
              .talent-recruitment .talent-recruitment-list > li .nr > div h1 {
                margin-bottom: 0.1rem;
                font-size: 18px; }
              .talent-recruitment .talent-recruitment-list > li .nr > div .mailbox {
                margin-top: 0.1rem;
                position: static; }
            .talent-recruitment .talent-recruitment-list > li .nr .left {
              padding: 0;
              width: 100%; }
            .talent-recruitment .talent-recruitment-list > li .nr .right {
              margin-top: 0.2rem;
              padding: 0;
              width: 100%; } }
    .talent-recruitment .talent-recruitment-list .talent-mobile-title {
      display: none;
      font-size: 14px;
      color: #333;
      line-height: 30px;
      margin-bottom: 0.1rem;
      border-bottom: 1px dashed #ddd;
      padding-bottom: 0.1rem; }
      @media screen and (max-width: 800px) {
        .talent-recruitment .talent-recruitment-list .talent-mobile-title {
          display: block; } }

.product-con {
  background: #f5f5f5;
  padding: 0.28rem 0 0.325rem; }

.product-menu {
  margin: 0 0.15rem 0.22rem;
  overflow: hidden;
  transition: all 1s .6s ease;
  opacity: 0;
  transform: translateY(-100%); }
  .product-menu.anim {
    opacity: 1;
    transform: translateY(0); }
  .product-menu .swiper-wrapper {
    backface-visibility: hidden; }
  .product-menu .swiper-slide {
    display: inline-block;
    vertical-align: top;
    width: auto;
	margin-left: 4px;
    margin-bottom: 7px;
    backface-visibility: hidden; }
    .product-menu .swiper-slide a {
      display: block;
      box-sizing: border-box;
      min-width: 156px;
      text-align: center;
      padding: 0 5px;
      line-height: 42px;
      font-size: 15px;
      color: #777;
      background: #fff;
      transition: all .2s ease;
      backface-visibility: hidden; }
      .product-menu .swiper-slide a:hover {
        color: #fff;
        background: #c2a791; }
      @media screen and (max-width: 750px) {
        .product-menu .swiper-slide a {
          min-width: 90px;
          font-size: 12px;
          line-height: 34px; } }
    .product-menu .swiper-slide.on a {
      color: #fff;
      background: #c2a791; }

.product-list {
  padding-bottom: 0.15rem; }
  .product-list li {
    margin-bottom: 0.15rem;
    opacity: 0;
    transform: translateY(50px);
    transition: all .6s .6s ease-in; }
    .product-list li.anim {
      opacity: 1;
      transform: translateY(0); }
      .product-list li.anim .info,
      .product-list li.anim .img {
        opacity: 1;
        transform: translateX(0) scale(1); }
    .product-list li a {
      display: flex;
      background: #fff;
      justify-content: space-between;
      align-items: center;
      padding: 0.1rem 0.9rem;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
      transition: all .2s ease; }
      .product-list li a:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
    .product-list li .info {
      max-width: 50%;
      transition: all .4s 1s ease-in;
      opacity: 0;
      transform: translateX(-40px) scale(0.8); }
    .product-list li .t {
      font-size: 36px;
      color: #666;
      text-transform: uppercase; }
    .product-list li .p {
      font-size: 14px;
      color: #666; }
    .product-list li .more {
      font-size: 14px;
      margin-top: 0.15rem;
      color: #c0a690; }
    .product-list li .img {
      transition: all .4s 1s ease-in;
      opacity: 0;
      transform: translateX(40px) scale(0.8); }
      .product-list li .img span {
        display: block;
        width: 1.35rem;
        padding-bottom: 120%;
        position: relative;
        overflow: hidden; }
        .product-list li .img span img {
          position: absolute;
          width: 100%;
          top: 50%;
          transform: translateY(-50%);
          left: 0; }
    @media screen and (max-width: 1250px) {
      .product-list li a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; } }
    @media screen and (max-width: 800px) {
      .product-list li a {
        padding: 0.1rem 0.25rem; } }
    @media screen and (max-width: 480px) {
      .product-list li .t {
        font-size: 14px;
		line-height:30px; }
      .product-list li .p {
        font-size: 12px; } }

.product-banner {
  width: 100%;
  height: 654px; }
  .product-banner .img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 654px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  @media screen and (max-width: 1500px) {
    .product-banner {
      height: 594px; }
      .product-banner .img {
        height: 594px; } }
  @media screen and (max-width: 1280px) {
    .product-banner {
      height: 504px; }
      .product-banner .img {
        height: 504px; } }
  @media screen and (max-width: 1024px) {
    .product-banner {
      height: 470px; }
      .product-banner .img {
        height: 470px; } }
  @media screen and (max-width: 800px) {
    .product-banner {
      display: none; } }

.product-banner-mobile {
  width: 100%;
  display: none;
  padding-bottom: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .product-banner-mobile {
      display: block; } }

.product-detail-con {
  padding: 0.35rem 0 0.5rem;
  background: #f5f5f5; }
  .product-detail-con .box {
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    display: flex; }
  .product-detail-con .left {
    width: 800px;
    position: relative; }
  .product-detail-con .right {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0.25rem; }
  .product-detail-con .info-box {
    flex: 1;
    background: #fafafa;
    padding: 0.25rem; }
  .product-detail-con .t {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px; }
  .product-detail-con .select-box {
    display: flex;
    margin-bottom: 10px; }
    .product-detail-con .select-box .word {
      font-size: 14px;
      color: #666;
      line-height: 44px; }
  .product-detail-con .select-p {
    flex: 1;
    overflow: hidden; }
  .product-detail-con .select-item {
    display: inline-block;
    vertical-align: top;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e1e1e1;
    margin-right: 12px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 0 12px; }
    .product-detail-con .select-item.on {
      border-color: #000; }
  .product-detail-con .p {
    font-size: 14px;
    color: #666; }
    .product-detail-con .p p {
      margin-bottom: 15px; }
    .product-detail-con .p .color {
      color: #7d7d7d; }
  @media screen and (max-width: 1366px) {
    .product-detail-con .left {
      width: 600px; } }
  @media screen and (max-width: 1200px) {
    .product-detail-con .box {
      display: block; }
    .product-detail-con .left {
      margin: 0 auto;
      max-width: 100%; } }
  @media screen and (max-width: 750px) {
    .product-detail-con .right {
      padding: 0.15rem; }
    .product-detail-con .info-box {
      padding: 0.15rem; }
    .product-detail-con .t {
      font-size: 20px; }
    .product-detail-con .select-item {
      height: 32px;
      line-height: 32px;
      font-size: 12px;
      padding: 0 8px;
      margin-right: 8px; }
    .product-detail-con .select-box .word {
      line-height: 34px; } }

.product-detail-swiper .swiper-container {
  display: none; }
  .product-detail-swiper .swiper-container:first-child {
    display: block; }

.product-detail-swiper .swiper-slide img {
  display: block;
  width: 800px;
  height: 800px;
  cursor: zoom-in; }

@media screen and (max-width: 1366px) {
  .product-detail-swiper .swiper-slide img {
    width: 600px;
    height: 600px; } }

@media screen and (max-width: 750px) {
  .product-detail-swiper .swiper-slide img {
    width: 100%;
    height: auto; } }

.product-detail-thumb {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  z-index: 5; }
  .product-detail-thumb .swiper-container {
    display: none; }
    .product-detail-thumb .swiper-container:first-child {
      display: block; }
  .product-detail-thumb .swiper-slide {
    border: 1px solid #e5e5e5;
    width: 80px;
    cursor: pointer; }
    .product-detail-thumb .swiper-slide img {
      width: 80px;
      height: 80px; }
    .product-detail-thumb .swiper-slide.on {
      border-color: #000; }
  @media screen and (max-width: 1366px) {
    .product-detail-thumb {
      bottom: 20px; }
      .product-detail-thumb .swiper-slide {
        width: 60px; }
        .product-detail-thumb .swiper-slide img {
          width: 60px;
          height: 60px; } }
  @media screen and (max-width: 750px) {
    .product-detail-thumb {
      position: relative;
      bottom: auto; } }

.product-article {
  background: #eee;
  padding: 0.25rem 0;
  line-height: 30px;
  color: #666;
  font-size: 14px; }
  .product-article p {
    margin-bottom: 15px; }
  .product-article img {
    max-width: 100%;
    height: auto !important; }
  .product-article ul {
    list-style: disc; }
    .product-article ul li {
      list-style: disc; }
  .product-article ol {
    list-style: decimal; }
    .product-article ol li {
      list-style: decimal; }

.zoom-swiper-con {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9995;
  opacity: 0;
  visibility: hidden;
  animation-duration: .6s;
  animation-fill-mode: both;
  animation-timing-function: ease-in;
  transform-origin: center center; }
  .zoom-swiper-con.show {
    animation-name: showZoom; }
  .zoom-swiper-con .zoom-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    transition: all .2s ease; }
    .zoom-swiper-con .zoom-close:hover {
      transform: scale(1.1); }

.zoom-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none; }
  .zoom-swiper .zoom-prev,
  .zoom-swiper .zoom-next {
    position: absolute;
    top: 50%;
    font-size: 20px;
    font-weight: bold;
    z-index: 5;
    outline: none;
    cursor: pointer;
    transition: all .2s ease;
    margin-top: -10px; }
  .zoom-swiper .zoom-prev {
    left: 20px; }
    .zoom-swiper .zoom-prev:hover {
      left: 30px; }
  .zoom-swiper .zoom-next {
    right: 20px;
    transform: rotate(180deg); }
    .zoom-swiper .zoom-next:hover {
      right: 30px; }
  .zoom-swiper .swiper-pagination-bullet {
    opacity: 1;
    background: #999;
    outline: none; }
    .zoom-swiper .swiper-pagination-bullet-active {
      background: #000; }
  .zoom-swiper .swiper-slide {
    user-select: none; }
    .zoom-swiper .swiper-slide img {
      max-width: 100%;
      max-height: 100%; }

@keyframes showZoom {
  0% {
    opacity: 0;
    transform: scale(0.6);
    visibility: hidden; }
  100% {
    opacity: 1;
    transform: scale(1);
    visibility: visible; } }
