.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.hidden-xs {
  display: block;
}
.hidden-pc {
  display: none;
}
.box-container {
  width: calc(100% - 100px);
  margin: 0 auto;
}
.w1370 {
  width: 1370px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
  background-color: #f6f4f0;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "en_regular";
  src: url('../fonts/Montserrat-Regular.otfF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "en";
  src: url('../fonts/Butler_Medium_Stencil.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cn_regular";
  src: url('../fonts/FZLTXHJW.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cn_regular2";
  src: url('../fonts/FZLTHJW.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cn_bold";
  src: url('../fonts/FZLTZHJW.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "db";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
.pic {
  font-size: 0;
  overflow: hidden;
}
.pic img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.phone-nav {
  display: none;
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 24;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #f4f1e9;
}
.header-wrapper.top {
  top: -180px;
}
.header-wrapper > .w1370 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  z-index: 30;
  height: 120px;
}
.header-wrapper .logo-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 123px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -mos-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box img {
  width: 100%;
}
.header-wrapper .pc-nav-box,
.header-wrapper .other-box {
  padding-top: 40px;
}
.header-wrapper .pc-nav-box {
  flex: 1;
  font-size: 0;
}
.header-wrapper .pc-nav-box .item {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: inline-block;
  vertical-align: top;
  margin-right: 66px;
}
.header-wrapper .pc-nav-box .item:nth-last-child(2) {
  margin-right: 470px;
}
.header-wrapper .pc-nav-box .item:last-child {
  margin-right: 70px;
}
.header-wrapper .pc-nav-box .item:hover .hide-box,
.header-wrapper .pc-nav-box .item.on .hide-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.header-wrapper .pc-nav-box .item:hover > a,
.header-wrapper .pc-nav-box .item.on > a {
  color: #332c2b;
  font-weight: 700;
}
.header-wrapper .pc-nav-box .item:hover > a:before,
.header-wrapper .pc-nav-box .item.on > a:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.header-wrapper .pc-nav-box .item > a {
  position: relative;
  display: block;
  line-height: 80px;
}
.header-wrapper .pc-nav-box .item > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #332c2b;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.header-wrapper .hide-box {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  width: 180px;
  margin-left: -90px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.header-wrapper .hide-box .w1370 {
  width: 100%;
}
.header-wrapper .hide-box .caption {
  display: none;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 36px;
  font-family: "cn_regular2";
}
.header-wrapper .hide-box .pic {
  display: none;
}
.header-wrapper .hide-box .nav li {
  border-bottom: 1px solid #f7f8f9;
}
.header-wrapper .hide-box .nav li:last-child {
  border-bottom: none;
}
.header-wrapper .hide-box .nav a {
  position: relative;
  text-align: center;
  color: #666;
  line-height: 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-wrapper .hide-box .nav a:hover,
.header-wrapper .hide-box .nav a.on {
  color: #332c2b;
  font-weight: 700;
}
.header-wrapper .hide-box .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .other-box > a {
  margin-right: 56px;
}
.header-wrapper .other-box > a:hover {
  color: #332c2b;
}
.header-wrapper .other-box > a:hover img {
  animation: shake 0.6s ease;
}
.header-wrapper .other-box > a img {
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.header-wrapper .search {
  cursor: pointer;
  width: 18px;
  height: 18px;
  background-image: url(../img/search.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.p_h {
  height: 120px;
}
.links {
  font-size: 0;
}
.links a {
  position: relative;
  font-size: 12px;
  color: #aaa;
  padding-right: 8px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.links a:hover {
  color: #332c2b;
}
.links a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.links a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  width: 2px;
  height: 11px;
  background: #aaa;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.links a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.links a:last-child:after {
  display: none;
}
.links span {
  background-image: url(../img/line.jpg);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.7s ease;
}
.footer-wrapper {
  padding-top: 120px;
  background-color: #f4f1e9;
}
.footer-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .logo-box {
  width: 146px;
}
.footer-wrapper .logo-box a {
  display: block;
}
.footer-wrapper .logo-box img {
  width: 100%;
}
.footer-wrapper .box-2 {
  margin-top: 92px;
  padding: 38px 0 30px;
  border-top: 1px solid rgba(170, 170, 170, 0.2);
}
.footer-wrapper .share {
  margin-bottom: 76px;
}
.footer-wrapper .share ul {
  font-size: 0;
}
.footer-wrapper .share ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.footer-wrapper .share ul li:last-child {
  margin-right: 0;
}
.footer-wrapper .share ul li:hover:before {
  animation: iconScale 1.5s ease infinite;
}
.footer-wrapper .share ul li.on .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.footer-wrapper .share ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #d9d9d9;
  border-radius: 50%;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.footer-wrapper .share ul li a {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer-wrapper .share .xhs a {
  background-image: url(../img/f-xhs.png);
}
.footer-wrapper .share .dy a {
  background-image: url(../img/f-dy.png);
}
.footer-wrapper .share .video a {
  background-image: url(../img/f-video.png);
}
.footer-wrapper .share .weibo a {
  background-image: url(../img/f-weibo.png);
}
.footer-wrapper .share .wechat a {
  background-image: url(../img/f-wechat.png);
}
.footer-wrapper .share .twitter a {
  background-image: url(../img/f-twitter.png);
}
.footer-wrapper .share .xcx a {
  background-image: url(../img/xcx.png);
}
.footer-wrapper .share .hidebox {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 15px);
  z-index: 1;
  margin-left: -75px;
  width: 150px;
  background-color: #fff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.footer-wrapper .share .hidebox:before {
  content: "";
  border: 8px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 100%;
  z-index: 1;
}
.footer-wrapper .share .hidebox img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.footer-wrapper .other-box {
  width: 352px;
}
.footer-wrapper .qrcode {
  width: 130px;
  background-color: #fff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  margin-left: auto;
  overflow: hidden;
}
.footer-wrapper .qrcode img {
  display: block;
  width: 100%;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright h2,
.footer-wrapper .copyright a {
  font-size: 12px;
  color: #aaa;
}
.footer-wrapper .copyright {
  line-height: 24px;
  text-transform: uppercase;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #332c2b;
}
.footer-wrapper .copyright a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-wrapper .copyright span {
  background-image: url(../img/line.jpg);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.7s ease;
}
.footer-wrapper .copyright h2 {
  display: inline-block;
}
.footer-nav-box {
  flex: 1;
  overflow: hidden;
  margin-left: 180px;
  margin-right: 60px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-nav-box dl {
  width: 180px;
  padding-right: 20px;
  vertical-align: top;
}
.footer-nav-box dt {
  margin-bottom: 20px;
}
.footer-nav-box dt a {
  color: #1f1a17;
  font-weight: 700;
}
.footer-nav-box dt a span {
  background-image: url(../img/line2.jpg);
}
.footer-nav-box dt span {
  font-size: 16px;
}
.footer-nav-box a {
  position: relative;
  display: inline-block;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.footer-nav-box a:hover,
.footer-nav-box a.on {
  color: #332c2b;
}
.footer-nav-box a:hover span,
.footer-nav-box a.on span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-nav-box a span {
  display: inline-block;
  line-height: 20px;
  background-image: url(../img/line.jpg);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.7s ease;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 120px;
  background: #fff;
  z-index: 30;
  padding: 70px 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  /* input placeholder  */
}
.search-form .w1370 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}
.search-form .search-btn img {
  width: 18px;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 56px;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -15px;
  width: 20px;
  height: 20px;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #332c2b;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.index-banner-wrapper {
  position: relative;
}
.index-banner-wrapper .box-container {
  position: relative;
}
.index-banner-wrapper .index-banner-swiper {
  position: relative;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .information-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-banner-wrapper .index-banner-swiper .information-box {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner-wrapper .swiper-pagination-bullet svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
}
.index-banner-wrapper .swiper-pagination-bullet svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.index-banner-wrapper .swiper-pagination-bullet {
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
}
.index-banner-wrapper .circle-chart__circle {
  stroke-linecap: square;
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: square;
  fill: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3.8s linear reverse;
  -moz-animation: circle-chart-fill 3.8s linear reverse;
  -webkit-animation: circle-chart-fill 3.8s linear reverse;
  -ms-animation: circle-chart-fill 3.8s linear reverse;
}
.index-banner-wrapper .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 2.4s linear reverse;
  -moz-animation: circle-chart-fill 2.4s linear reverse;
  -webkit-animation: circle-chart-fill 2.4s linear reverse;
  -ms-animation: circle-chart-fill 2.4s linear reverse;
}
.index-banner-wrapper .swiper-pagination {
  text-align: right;
  width: 100%;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 15px;
  opacity: 1;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.index-banner-wrapper .scroll {
  cursor: pointer;
  width: 32px;
  height: 41px;
  background-image: url(../img/down2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  z-index: 10;
  opacity: 0;
  bottom: 30px;
  animation: iconAnimate 1.3s linear infinite;
}
.index-banner-wrapper .other {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  cursor: pointer;
  width: 50%;
  text-align: right;
}
.index-banner-wrapper .other .circle > span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.index-banner-wrapper .other .circle > span {
  display: none;
}
.index-banner-wrapper .other i {
  font-family: "en_regular";
}
.index-banner-wrapper .swiper-btn {
  display: none;
  display: inline-block;
}
.index-banner-wrapper .prev {
  background-image: url(../img/i-prev.png);
}
.index-banner-wrapper .next {
  background-image: url(../img/i-next.png);
}
.index-banner-wrapper .circle {
  position: relative;
}
.information-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px;
  z-index: 10;
}
.information-box .title {
  color: #fff;
  margin-bottom: 10px;
}
.information-box .btn-box {
  font-size: 0;
}
.information-box .btn-box a {
  position: relative;
  display: inline-block;
  color: #fff;
  width: 152px;
  line-height: 46px;
  text-align: center;
  margin-right: 10px;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  overflow: hidden;
}
.information-box .btn-box a:hover {
  color: #fff;
}
.information-box .btn-box a:hover:before,
.information-box .btn-box a:hover:after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.information-box .btn-box a:before,
.information-box .btn-box a:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.information-box .btn-box a:before {
  opacity: 0.6;
}
.information-box .btn-box a:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
.information-box .btn-box a:last-child {
  margin-right: 0;
}
.information-box .btn-box a:first-child {
  color: #000;
  background-color: #fff;
}
.information-box .btn-box a:first-child:hover {
  color: #fff;
  background-color: transparent;
}
.index-title,
.information-box .title {
  font-size: 28px;
  line-height: 36px;
}
.index-title {
  color: #332c2b;
  text-align: center;
  margin-bottom: 48px;
  font-family: "cn_regular2";
  display: block;
  width: 100%;
}
.index-box {
  padding-top: 120px;
}
.index-more {
  text-align: center;
}
.index-more span,
.index-more a {
  position: relative;
  display: inline-block;
  color: #666;
  line-height: 24px;
  padding: 2px 0;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.index-more span:hover,
.index-more a:hover {
  color: #332c2b;
}
.index-more span:hover:after,
.index-more a:hover:after {
  transform: scaleX(0.4);
}
.index-more span:after,
.index-more a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: block;
}
.index-box-1 h1 {
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.index-box-1 .content {
  font-size: 16px;
  color: #666;
  line-height: 34px;
  text-align: center;
  margin-bottom: 64px;
}
.index-box-2 .box-container {
  position: relative;
}
.index-box-2 .box-container:after {
  content: "";
  width: 100%;
  height: 206px;
  background: url(../img/shadow.png) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.index-box-2 video {
  display: block;
  width: 100%;
  height: auto;
}
.index-box-2 .icon {
  cursor: pointer;
  width: 56px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/play.png);
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}
.index-box-2 .icon.on {
  background-image: url(../img/pause.png);
}
.index-box-3 {
  margin-top: 50px;
}
.index-box-3 .box-container {
  position: relative;
}
.index-box-3 .cat-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-top: -52px;
  text-align: center;
  width: 100%;
  padding: 0 50px;
  z-index: 3;
}
.index-box-3 .cat-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-3 .cat-box ul li {
  flex: 1;
}
.index-box-3 .cat-box li.on a {
  font-weight: 700;
}
.index-box-3 .cat-box a {
  display: inline-block;
  vertical-align: top;
  line-height: 36px;
  font-size: 22px;
  color: #fff;
}
.index-box-3 .cat-box a:last-child {
  margin-right: 0;
}
.index-box-3 .line-empty {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
}
.index-box-3 .line {
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  z-index: 2;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.index-box-3 .pic-box {
  position: relative;
  z-index: 0;
  height: 920px;
}
.index-box-3 .pic {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}
.index-box-3 .pic img {
  display: none;
}
.index-box-3 .pic.on {
  animation: imgScale 1s ease-in-out;
}
.index-box-3 .swiper-box {
  display: none;
}
.index-box-4:hover .swiper-btn {
  opacity: 1;
  visibility: visible;
}
.index-box-4:hover .swiper .prev {
  left: -137px;
}
.index-box-4:hover .swiper .next {
  right: -137px;
}
.index-box-4 .normal .swiper-wrapper {
  justify-content: center;
}
.index-box-4 .normal .swiper-slide {
  width: 49.12%;
}
.index-box-4 .swiper-pagination {
  display: none;
}
.index-box-4 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-4 .swiper-slide a {
  display: block;
}
.index-box-4 .pic img {
  transition-duration: 2s;
}
.index-box-4 .info {
  line-height: 24px;
  text-align: center;
  padding-top: 15px;
}
.index-box-4 .name {
  color: #000;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "cn_regular2";
}
.index-box-4 .date {
  font-family: "en_regular";
  color: #999;
  margin-top: 4px;
}
.index-box-4 .index-more {
  margin-top: 50px;
}
.index-box-4 .swiper-box {
  position: relative;
}
.index-box-4 .swiper .prev {
  left: 0;
  background-image: url(../img/prev.png);
}
.index-box-4 .swiper .next {
  right: 0;
  background-image: url(../img/next.png);
}
.index-box-4 .swiper-btn {
  display: inline-block;
  width: 40px;
  height: 17px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.index-box-5 {
  margin-top: 120px;
}
.index-box-5 .box-container {
  padding: 0 114px 80px;
}
.index-box-5 .swiper-slide {
  width: 30.81%;
  margin-right: 3.785%;
  transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
}
.index-box-5 .swiper-slide:last-child {
  margin-right: 0;
}
.index-box-5 .swiper-slide:hover .index-more span {
  color: #332c2b;
}
.index-box-5 .swiper-slide:hover .index-more span:before {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.index-box-5 .swiper-slide:hover .index-more span:before,
.index-box-5 .swiper-slide:hover .index-more span:after {
  transform: scaleX(0.4);
}
.index-box-5 .swiper-slide:hover a {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
}
.index-box-5 .swiper-slide a {
  display: block;
  background-color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index-box-5 .info {
  text-align: center;
  line-height: 30px;
  padding: 58px 58px 65px;
}
.index-box-5 .name {
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-box-5 .desc {
  color: #666;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 26px auto 40px;
}
.index-box-6 {
  margin-top: 50px;
}
.index-box-6 .item {
  position: relative;
  margin-bottom: 50px;
}
.index-box-6 .item:after {
  content: "";
  width: 100%;
  height: 206px;
  background: url(../img/shadow.png) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.index-box-6 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-6 .pic img {
  transition-duration: 2s;
}
.index-box-6 .pic img.phone {
  display: none;
}
.index-box-6 .title {
  cursor: default;
}
.page-banner-wrapper {
  position: relative;
  z-index: 3;
}
.page-banner-wrapper .banner {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  text-align: center;
}
.page-banner-wrapper h1 {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 26px;
  margin-top: 0!important;
  font-family: "cn_regular2";
}
.page-banner-wrapper .desc {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 1px;
}
.page-box {
  padding: 120px 0;
}
.news-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.news-wrapper .list li {
  width: 31.02%;
  margin-right: 3.47%;
  margin-top: 3.47%;
  background-color: #f7f7f7;
}
.news-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .list li:hover .name {
  font-weight: 700;
}
.news-wrapper .list li a {
  display: block;
}
.news-wrapper .info {
  padding: 36px 32px 18px;
}
.news-wrapper p {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.news-wrapper .name {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
}
.newsinfo-wrapper {
  padding: 0!important;
}
.newsinfo-wrapper > .w1370 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.newsinfo-wrapper > .w1370 > div {
  padding-top: 92px;
}
.newsinfo-wrapper .top {
  padding: 80px 0 90px;
  background-color: #ededed;
}
.newsinfo-wrapper .top .title {
  font-size: 28px;
  color: #1f1a17;
  line-height: 42px;
  font-weight: 700;
  font-family: "cn_regular2";
}
.newsinfo-wrapper .main {
  width: 73%;
  padding-right: 95px;
  padding-bottom: 120px;
  border-right: 1px solid #e8e8e8;
}
.newsinfo-wrapper .other {
  line-height: 24px;
  margin-top: 10px;
}
.newsinfo-wrapper .other span {
  display: inline-block;
  font-size: 16px;
  color: #999;
  margin-right: 16px;
}
.newsinfo-wrapper .other span:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .other .date {
  font-size: 18px;
  font-family: "en_regular";
}
.newsinfo-wrapper .content {
  color: #3f4150;
  line-height: 30px;
  text-align: justify;
}
.newsinfo-wrapper .content img,
.newsinfo-wrapper .content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.newsinfo-wrapper .share-box {
  margin: 68px auto 60px;
}
.newsinfo-wrapper .share-box p {
  color: #8c94a3;
  line-height: 20px;
  margin-bottom: 8px;
}
.newsinfo-wrapper .share {
  font-size: 0;
}
.newsinfo-wrapper .share a {
  display: inline-block;
  vertical-align: top;
  width: 54px;
  height: 54px;
  margin-right: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.newsinfo-wrapper .share a:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .share .weibo {
  background-image: url(../img/ni-weibo.jpg);
}
.newsinfo-wrapper .share .weibo:hover {
  background-image: url(../img/ni-weibo2.jpg);
}
.newsinfo-wrapper .share .wechat {
  background-image: url(../img/ni-wechat.jpg);
}
.newsinfo-wrapper .share .wechat:hover {
  background-image: url(../img/ni-wechat2.jpg);
}
.newsinfo-wrapper .share .zone {
  background-image: url(../img/ni-zone.jpg);
}
.newsinfo-wrapper .share .zone:hover {
  background-image: url(../img/ni-zone2.jpg);
}
.newsinfo-wrapper .share .qq {
  background-image: url(../img/ni-qq.jpg);
}
.newsinfo-wrapper .share .qq:hover {
  background-image: url(../img/ni-qq2.jpg);
}
.newsinfo-wrapper .relative-box p {
  background-color: #ededed;
  margin-bottom: 10px;
  line-height: 64px;
  padding: 0 30px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.newsinfo-wrapper .relative-box p:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .relative-box p:hover a {
  color: #332c2b;
  text-decoration: underline;
}
.newsinfo-wrapper .relative-box p a {
  max-width: 90%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.newsinfo-wrapper .recommend {
  width: 27%;
  padding-left: 85px;
}
.newsinfo-wrapper .recommend .caption {
  font-size: 22px;
  color: #191c22;
  line-height: 30px;
  font-weight: 700;
  font-family: "cn_regular2";
}
.newsinfo-wrapper .recommend li {
  position: relative;
  padding-left: 15px;
  margin-top: 30px;
}
.newsinfo-wrapper .recommend li:hover a {
  color: #332c2b;
  text-decoration: underline;
}
.newsinfo-wrapper .recommend li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #b9c0ce;
  position: absolute;
  left: 0;
  top: 13px;
  z-index: 1;
}
.newsinfo-wrapper .recommend li a {
  color: #3f4150;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  max-height: 60px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.cooperation-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cooperation-wrapper li {
  width: 49.2%;
  margin-top: 54px;
}
.cooperation-wrapper li:nth-child(-n+2) {
  margin-top: 0;
}
.cooperation-wrapper li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.cooperation-wrapper li a {
  display: block;
}
.cooperation-wrapper .pic img {
  transition-duration: 2s;
}
.cooperation-wrapper .info {
  line-height: 24px;
  padding-top: 15px;
}
.cooperation-wrapper .name {
  color: #000;
  font-weight: 700;
  font-family: "cn_regular2";
}
.cooperation-wrapper .date {
  font-family: "en_regular";
  color: #999;
  margin-top: 4px;
}
.goods-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.goods-wrapper li {
  cursor: pointer;
  width: 31.022%;
  margin-right: 3.467%;
  margin-top: 36px;
}
.goods-wrapper li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goods-wrapper li:hover .pic:after {
  animation-name: translateX-hover-2;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.goods-wrapper li .pic {
  position: relative;
}
.goods-wrapper li .pic:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  animation-name: translateX-hover-1;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.goods-wrapper .name {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 16px;
}
.goods-wrapper .qrcode {
  display: none;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 31;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.modal-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
  display: none;
}
.modal-box .main {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.modal-box .box {
  position: relative;
  width: 580px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 56px;
}
.modal-box .info {
  position: relative;
  line-height: 24px;
  margin-top: 24px;
  padding: 20px 0 20px 112px;
}
.modal-box .qrcode {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 94px;
}
.modal-box .name {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: "cn_regular2";
}
.modal-box p {
  color: #999;
}
.modal-box .close {
  display: inline-block;
  position: absolute;
  right: -48px;
  top: 0;
  z-index: 10;
  width: 17px;
  height: 17px;
  background: url(../img/close2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.page-more {
  position: relative;
  display: block;
  width: 152px;
  height: 46px;
  line-height: 46px;
  border: solid 1px #595757;
  color: #595757;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-more:hover {
  color: #fff;
}
.page-more:hover:before,
.page-more:hover:after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.page-more:before,
.page-more:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.page-more:before {
  opacity: 0.6;
}
.page-more:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
.making-wrapper .index-title {
  text-align: left;
}
.making-wrapper .list ul li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  margin-top: 110px;
}
.making-wrapper .list ul li:first-child {
  margin-top: 0;
}
.making-wrapper .list ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.making-wrapper .pic {
  width: 60%;
}
.making-wrapper .pic img {
  transition-duration: 3s;
}
.making-wrapper .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.making-wrapper .info {
  width: 40%;
  text-align: center;
  padding: 0 80px;
}
.making-wrapper .title {
  font-size: 28px;
  color: #332c2b;
  font-family: "cn_regular2";
  margin-bottom: 60px;
}
.makinginfo-wrapper .box-1 .w1370 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.makinginfo-wrapper .box-1 .pic {
  width: 42.7%;
}
.makinginfo-wrapper .box-1 .info {
  width: 50%;
}
.makinginfo-wrapper .box-1 .name {
  font-size: 30px;
  line-height: 36px;
  color: #332c2b;
  margin-bottom: 38px;
  font-family: "cn_regular2";
}
.makinginfo-wrapper .box-2 {
  position: relative;
  overflow: hidden;
  margin: 120px auto;
}
.makinginfo-wrapper .box-2.on .pic {
  z-index: -1;
}
.makinginfo-wrapper .box-2.on .pic > img,
.makinginfo-wrapper .box-2.on .pic .icon {
  opacity: 0;
  visibility: hidden;
}
.makinginfo-wrapper .box-2.on video {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.makinginfo-wrapper .box-2 video {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.makinginfo-wrapper .box-2 .pic {
  position: relative;
  z-index: 1;
}
.makinginfo-wrapper .box-2 .icon {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: url(../img/play2.png) no-repeat center center;
  background-size: contain;
}
.makinginfo-wrapper .box-3 .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.makinginfo-wrapper .box-3 .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.makinginfo-wrapper .box-3 .item:nth-child(odd) .info {
  padding-right: 140px;
}
.makinginfo-wrapper .box-3 .item:nth-child(even) .info {
  padding-left: 140px;
}
.makinginfo-wrapper .box-3 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.makinginfo-wrapper .box-3 .index-title {
  text-align: left;
  color: #332c2b;
  line-height: 48px;
}
.makinginfo-wrapper .box-3 .info,
.makinginfo-wrapper .box-3 .pic {
  width: 50%;
}
.makinginfo-wrapper .desc {
  font-size: 16px;
  color: #666;
  line-height: 34px;
  text-align: justify;
}
.join-wrapper .swiper-box {
  position: relative;
}
.join-wrapper .box-1 .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.join-wrapper .box-1 .swiper-slide-active .info,
.join-wrapper .box-1 .swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
}
.join-wrapper .box-1 .swiper-slide-active .key {
  animation: fadeInRight50 0.8s ease;
}
.join-wrapper .box-1 .swiper-slide-active .name {
  animation: fadeInLeft50 0.8s ease;
}
.join-wrapper .box-1 .swiper-slide-active .desc {
  animation: fadeInRight50 0.8s ease;
}
.join-wrapper .box-1 .pic,
.join-wrapper .box-1 .info {
  width: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.join-wrapper .box-1 .pic img {
  transition-duration: 2s;
}
.join-wrapper .box-1 .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.join-wrapper .box-1 .info {
  padding-left: 120px;
  padding-top: 186px;
}
.join-wrapper .box-1 .key {
  color: #ebebeb;
  position: static;
}
.join-wrapper .box-1 .name {
  position: relative;
  z-index: 1;
  font-size: 28px;
  color: #332c2b;
  font-family: "cn_regular2";
  line-height: 36px;
  margin: -40px auto 20px;
}
.join-wrapper .box-1 .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.join-wrapper .swiper-progress {
  position: absolute;
  width: 50%;
  right: 0;
  padding-left: 120px;
  bottom: 186px;
  z-index: 10;
}
.join-wrapper .swiper-progress a,
.join-wrapper .swiper-progress span {
  display: inline-block;
}
.join-wrapper .swiper-progress span {
  color: #d8d8d8;
  font-size: 18px;
  font-family: "en";
}
.join-wrapper .swiper-progress .current {
  font-size: 30px;
  color: #332c2b;
  margin-right: 6px;
}
.join-wrapper .swiper-progress .total {
  margin-left: 4px;
}
.join-wrapper .swiper-btn {
  width: 14px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.join-wrapper .prev {
  margin-right: 22px;
  background-image: url(../img/prev2.png);
}
.join-wrapper .prev:hover {
  background-image: url(../img/prev3.png);
}
.join-wrapper .next {
  margin-left: 22px;
  background-image: url(../img/next2.png);
}
.join-wrapper .next:hover {
  background-image: url(../img/next3.png);
}
.join-wrapper .box-2 {
  margin-top: 135px;
}
.join-wrapper .box-2 .swiper-container {
  padding-left: calc((100% - 1370px) / 2);
  padding-bottom: 72px;
}
.join-wrapper .box-2 .swiper-slide {
  cursor: pointer;
  width: 26.55%;
  height: 520px;
  padding: 40px;
  overflow: hidden;
  border: solid 1px rgba(229, 229, 229, 0.7);
  transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
}
.join-wrapper .box-2 .swiper-slide:hover {
  box-shadow: 0px 4px 16px 0px rgba(89, 87, 87, 0.1);
}
.join-wrapper .box-2 .name {
  font-size: 20px;
  color: #332c2b;
  font-weight: 700;
  font-family: "cn_regular2";
  line-height: 30px;
  margin-bottom: 14px;
}
.join-wrapper .box-2 .key {
  color: #f1f1f1;
  right: 30px;
  bottom: -30px;
  z-index: -1;
}
.join-wrapper .box-2 .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
  overflow: hidden;
}
.join-wrapper .desc {
  color: #666;
  text-align: justify;
  line-height: 30px;
}
.join-wrapper .swiper-scrollbar {
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 22.708%;
  height: 2px;
  background-color: #f1f1f1;
  border-radius: 1px;
}
.join-wrapper .swiper-scrollbar-drag {
  height: 4px;
  background-color: #595757;
  border-radius: 2px;
  margin-top: -1px;
}
.join-wrapper .key {
  font-family: "en";
  font-size: 150px;
  line-height: 110px;
  font-style: italic;
  position: absolute;
  z-index: 0;
}
.service-wrapper .item:hover .top {
  background-color: #eee;
}
.service-wrapper .item.on .top {
  background-color: #eee;
}
.service-wrapper .item.on .btn i:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.service-wrapper .top {
  position: relative;
  cursor: pointer;
  padding: 30px 200px 30px 64px;
  line-height: 30px;
  border-bottom: 1px solid #eaeaea;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.service-wrapper .title {
  color: #000;
}
.service-wrapper .btn {
  display: inline-block;
  color: #666;
  position: absolute;
  right: 64px;
  top: 50%;
  z-index: 1;
  line-height: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.service-wrapper .btn i {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 12px;
}
.service-wrapper .btn i:before,
.service-wrapper .btn i:after {
  content: "";
  display: inline-block;
  background: #989898;
  position: absolute;
  z-index: 10;
  right: 0;
}
.service-wrapper .btn i:before {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.service-wrapper .btn i:after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.service-wrapper .detail {
  display: none;
  padding: 40px 56px 50px;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  text-align: justify;
}
.service-wrapper .detail table {
  width: 100%;
  border: 1px solid #eaeaea;
  margin-top: 10px;
}
.service-wrapper .detail td,
.service-wrapper .detail th {
  text-align: center;
  height: 60px;
  border: 1px solid #eaeaea;
  padding: 25px 30px;
}
.service-wrapper .detail th {
  border-color: #7a7979;
  background-color: #595757;
  color: #fff;
}
.about-wrapper .index-title {
  text-align: left;
}
.about-wrapper .base .w1370 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.about-wrapper .base .pic {
  width: 42.7%;
}
.about-wrapper .base .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .base .info {
  width: 50.07%;
}
.about-wrapper .content {
  color: #666;
  line-height: 30px;
  text-align: justify;
}
.about-wrapper .content li {
  margin-bottom: 30px;
}
.about-wrapper .content li:last-child {
  margin-bottom: 0;
}
.about-wrapper .box-1 .w1370 {
  align-items: flex-start;
}
.about-wrapper .box-1 .info {
  padding-top: 180px;
}
.about-wrapper .box-2 {
  width: 100%;
  height: 640px;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 120px;
}
.about-wrapper .box-3 {
  margin: 120px auto 110px;
}
.about-wrapper .box-3 ul {
  position: relative;
  padding-top: 52px;
}
.about-wrapper .box-3 ul:before {
  content: "";
  width: 2px;
  height: calc(100% - 12px);
  background-color: #ececec;
  position: absolute;
  left: 16px;
  top: 0;
  z-index: -1;
}
.about-wrapper .box-3 ul:after {
  content: "";
  width: 33px;
  height: 33px;
  background: url(../img/clock.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-size: contain;
}
.about-wrapper .box-3 li {
  position: relative;
  line-height: 36px;
  padding-left: 42px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  cursor: default;
  margin-bottom: 6px;
}
.about-wrapper .box-3 li:last-child {
  margin-bottom: 0;
}
.about-wrapper .box-3 li:hover:before {
  border-color: #333;
}
.about-wrapper .box-3 li:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: solid 2px #dcdcdc;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 11px;
  top: 12px;
  z-index: 10;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
}
.about-wrapper .box-3 li.on {
  margin: 10px auto;
}
.about-wrapper .box-3 li.on > div {
  color: #333;
}
.about-wrapper .box-3 li.on .year {
  font-size: 26px;
}
.about-wrapper .box-3 li.on .desc {
  font-weight: 700;
}
.about-wrapper .box-3 li > div {
  color: #999;
}
.about-wrapper .box-3 .year {
  font-size: 18px;
  width: 94px;
  font-family: "db";
}
.about-wrapper .box-3 .desc {
  flex: 1;
  font-family: "cn_regular2";
  overflow: hidden;
}
.content.phone {
  display: none;
}
.story-wrapper .index-title {
  color: #57585a;
  font-weight: 700;
  text-align: left;
}
.story-wrapper .content {
  font-size: 16px;
  color: #57585a;
  line-height: 34px;
  text-align: justify;
}
.story-wrapper .content ul li {
  margin-top: 30px;
}
.story-wrapper .content li > a {
  font-size: 16px;
  font-family: "cn_regular2";
  font-weight: 700;
  color: #57585a;
  display: inline-block;
  margin-bottom: 2px;
}
.story-wrapper .content li > a:hover,
.story-wrapper .content li > a.on {
  color: #332c2b;
}
.story-wrapper .content li > a:hover span,
.story-wrapper .content li > a.on span {
  background-size: 100% 2px;
  background-position: 0 100%;
}
.story-wrapper .content li > a span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 2px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.story-wrapper .item {
  position: relative;
  margin-bottom: 50px;
}
.story-wrapper .item:nth-child(odd) .info {
  width: 436px;
  right: calc((100% - 1370px) / 2);
}
.story-wrapper .item:nth-child(even) .info {
  width: 32%;
  left: calc((100% - 1370px) / 2);
}
.story-wrapper .item:nth-child(even) .content,
.story-wrapper .item:nth-child(even) .content ul li {
  font-size: 14px;
  line-height: 30px;
}
.story-wrapper .pic img.phone {
  display: none;
}
.story-wrapper .info {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
}
.concept-wrapper .index-title {
  color: #57585a;
  font-weight: 700;
  text-align: left;
}
.concept-wrapper .content {
  font-size: 14px;
  color: #57585a;
  line-height: 30px;
  text-align: justify;
}
.concept-wrapper .brief {
  font-size: 20px;
  color: #57585a;
  line-height: 30px;
  margin-bottom: 8px;
}
.concept-wrapper .item {
  position: relative;
  margin-bottom: 50px;
}
.concept-wrapper .item:nth-child(odd) .info {
  width: 32%;
  left: calc((100% - 1370px) / 2);
}
.concept-wrapper .item:nth-child(even) .info {
  width: 314px;
  right: calc((100% - 1370px) / 2);
}
.concept-wrapper .item:nth-child(even) .content,
.concept-wrapper .item:nth-child(even) .content ul li {
  font-size: 16px;
  line-height: 30px;
}
.concept-wrapper .pic img.phone {
  display: none;
}
.concept-wrapper .info {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
}
.distribution-wrapper .w1370 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.distribution-wrapper .pic {
  width: 60%;
}
.distribution-wrapper .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.distribution-wrapper .info {
  width: 32.84%;
}
.distribution-wrapper .index-title {
  text-align: left;
}
.distribution-wrapper .page-more {
  margin-left: 0;
}
.distribution-wrapper .content {
  font-size: 16px;
  color: #666;
  line-height: 34px;
  text-align: justify;
  margin-bottom: 110px;
}
.talent-wrapper .w1370 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.talent-wrapper .pic {
  width: 50%;
}
.talent-wrapper .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.talent-wrapper .info {
  width: 41.24%;
}
.talent-wrapper .index-title {
  text-align: left;
}
.talent-wrapper .page-more {
  margin-left: 0;
}
.talent-wrapper .content {
  color: #666;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 110px;
}
.distribute-wrapper {
  padding-bottom: 50px;
}
.distribute-wrapper .box-container {
  position: relative;
}
.distribute-wrapper .index-title {
  text-align: left;
  margin-bottom: 26px;
}
.distribute-wrapper .map-box {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.distribute-wrapper .map-box .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.distribute-wrapper .map-box img {
  max-width: inherit;
}
.distribute-wrapper .info-box {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 530px;
  background: #fff;
  padding: 48px 40px 52px 50px;
  z-index: 10;
  box-shadow: 0px 0px 50px 0px rgba(89, 87, 87, 0.1);
}
.distribute-wrapper .box {
  max-height: 448px;
  overflow-y: auto;
  padding-right: 58px;
}
.distribute-wrapper .box::-webkit-scrollbar {
  width: 2px;
  background-color: #dfdfdf;
}
.distribute-wrapper .box::-webkit-scrollbar-thumb {
  background-color: #332c2b;
}
.distribute-wrapper .box .item {
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
}
.distribute-wrapper .box .item:first-child {
  padding-top: 0;
}
.distribute-wrapper .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.distribute-wrapper .item .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.distribute-wrapper .item.single {
  position: relative;
  width: 438px;
  height: 140px;
  padding: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.distribute-wrapper .item.single:before {
  content: "";
  display: block;
  border: 10px solid transparent;
  border-top: #fff;
  position: absolute;
  left: 170px;
  bottom: -20px;
  z-index: 10;
}
.distribute-wrapper .item .pic {
  width: 150px;
}
.distribute-wrapper .item .info {
  line-height: 24px;
  margin-left: 20px;
  flex: 1;
  overflow: hidden;
}
.distribute-wrapper .item .name {
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
.distribute-wrapper .item .add {
  font-size: 14px;
  color: #666;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 36px;
  margin: 8px auto 12px;
}
.distribute-wrapper .item .tel {
  line-height: 20px;
}
.distribute-wrapper .item .tel,
.distribute-wrapper .item .tel a {
  font-size: 14px;
  color: #595757;
}
.distribute-wrapper .form {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
.distribute-wrapper .form .caption {
  position: relative;
  height: 45px;
  line-height: 45px;
  padding: 0 30px 0 20px;
  font-size: 14px;
  color: #999;
  width: 100%;
  background-color: #fff;
  border: solid 1px #dfdfdf;
  cursor: pointer;
}
.distribute-wrapper .form .caption.on:after {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.distribute-wrapper .form .caption:after {
  content: "";
  display: block;
  width: 9px;
  height: 100%;
  background: url(../img/down3.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 10;
}
.distribute-wrapper .form .list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 12;
  background: #fff;
  max-height: 250px;
  overflow-y: auto;
  display: none;
  border: 1px solid #dfdfdf;
  border-top: none;
}
.distribute-wrapper .form .list::-webkit-scrollbar {
  width: 2px;
  background-color: #dfdfdf;
}
.distribute-wrapper .form .list::-webkit-scrollbar-thumb {
  background-color: #595757;
}
.distribute-wrapper .form .list a {
  display: block;
  font-size: 14px;
  color: #a4a4a4;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #dfdfdf;
}
.distribute-wrapper .form .list a:hover,
.distribute-wrapper .form .list a.on {
  color: #332c2b;
}
.distribute-wrapper .form .list a:last-child {
  border-bottom: none;
}
.shop-wrapper .w1370 {
  position: relative;
}
.shop-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.shop-wrapper .list li {
  width: 48.03%;
  margin-top: 60px;
}
.shop-wrapper .list li:nth-child(-n+2) {
  margin-top: 0;
}
.shop-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.shop-wrapper .pic img {
  height: 413px;
  object-fit: cover;
}
.shop-wrapper .name {
  font-size: 22px;
  color: #363636;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 60px;
  margin: 26px auto 4px;
}
.shop-wrapper p {
  font-size: 14px;
  color: #999;
}
.shop-wrapper .index-title {
  text-align: left;
}
.shop-wrapper .form {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  margin-bottom: 30px;
  width: 244px;
}
.shop-wrapper .form .caption {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  padding: 0 30px 12px 0;
  color: #666;
  width: 100%;
  border-bottom: solid 2px #000;
  cursor: pointer;
}
.shop-wrapper .form .caption.on:after {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.shop-wrapper .form .caption:after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: url(../img/down4.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.shop-wrapper .form .list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 12;
  background: #fff;
  max-height: 250px;
  overflow-y: auto;
  display: none;
  border: 1px solid #dfdfdf;
  border-top: none;
}
.shop-wrapper .form .list::-webkit-scrollbar {
  width: 2px;
  background-color: #dfdfdf;
}
.shop-wrapper .form .list::-webkit-scrollbar-thumb {
  background-color: #595757;
}
.shop-wrapper .form .list a {
  display: block;
  font-size: 14px;
  color: #a4a4a4;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #dfdfdf;
}
.shop-wrapper .form .list a:hover,
.shop-wrapper .form .list a.on {
  color: #332c2b;
}
.shop-wrapper .form .list a:last-child {
  border-bottom: none;
}
.series-wrapper {
  padding-bottom: 50px;
}
.series-wrapper .index-title {
  text-align: left;
  font-family: "cn_regular2";
  font-weight: 700;
  color: #57585a;
  margin-bottom: 20px;
}
.series-wrapper .item {
  position: relative;
  margin-bottom: 30px;
}
.series-wrapper .item:last-child {
  margin-bottom: 0;
}
.series-wrapper .item:nth-child(even) .info {
  left: calc((100% - 1370px) / 2);
}
.series-wrapper .item:nth-child(odd) .index-title {
  text-align: right;
}
.series-wrapper .item:nth-child(odd) .info {
  text-align: right;
  right: calc((100% - 1370px) / 2);
}
.series-wrapper .info {
  position: absolute;
  top: 50%;
  width: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
}
.series-wrapper .index-title {
  color: #fff;
}
.series-wrapper .brief {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 80px;
}
.series-wrapper .more {
  color: #fff;
}
.series-wrapper .more:hover,
.series-wrapper .more.on {
  color: #332c2b;
}
.series-wrapper .more:hover span,
.series-wrapper .more.on span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.series-wrapper .more span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.display-wrapper.info-wrapper {
  margin-bottom: 120px;
}
.display-wrapper.info-wrapper .list.single .info,
.display-wrapper.info-wrapper .list.single .content {
  width: 56.93%;
}
.display-wrapper.info-wrapper .list.single .content {
  margin-left: auto;
  margin-right: auto;
}
.display-wrapper.info-wrapper .list ul.one li {
  width: 56.93%;
}
.display-wrapper.info-wrapper .box-2.list .content {
  text-align: left;
}
.display-wrapper .box-1 {
  position: relative;
  overflow: hidden;
}
.display-wrapper .box-1.on .pic {
  z-index: -1;
}
.display-wrapper .box-1.on .pic > img,
.display-wrapper .box-1.on .pic .icon {
  opacity: 0;
  visibility: hidden;
}
.display-wrapper .box-1.on video {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.display-wrapper .box-1 video {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.display-wrapper .box-1 .pic {
  position: relative;
  z-index: 1;
}
.display-wrapper .box-1 .pic:hover .icon:before {
  width: 156px;
  height: 156px;
  visibility: visible;
}
.display-wrapper .box-1 .pic:hover .icon:after {
  width: 116px;
  height: 116px;
  visibility: visible;
}
.display-wrapper .box-1 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  text-align: center;
}
.display-wrapper .box-1 h1 {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 6px;
  color: #fff;
  margin: 50px auto 26px;
  font-family: "cn_regular2";
}
.display-wrapper .box-1 .desc {
  font-size: 20px;
  color: #fff;
  line-height: 34px;
  letter-spacing: 1px;
}
.display-wrapper .box-1 .icon {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  background: url(../img/play3.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
  cursor: pointer;
}
.display-wrapper .box-1 .icon:before,
.display-wrapper .box-1 .icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
}
.display-wrapper .box-1 .icon:before {
  opacity: 0.25;
}
.display-wrapper .box-1 .icon:after {
  opacity: 0.6;
}
.display-wrapper .box-2 {
  margin-top: 140px;
}
.display-wrapper .box-2 .pic {
  margin-top: 140px;
}
.display-wrapper .box-2 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.display-wrapper .box-2.list .pic {
  margin-top: 0;
}
.display-wrapper .box-2.list .content {
  text-align: center;
}
.display-wrapper .content {
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}
.display-wrapper .ad {
  height: 960px;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  margin: 140px auto;
}
.display-wrapper .ad:last-child {
  margin-bottom: 0;
}
.display-wrapper .ad img {
  display: none;
}
.display-wrapper .list.single .info {
  width: 50%;
}
.display-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.display-wrapper .list ul.one {
  justify-content: center;
}
.display-wrapper .list ul.one li {
  width: 50%;
}
.display-wrapper .list ul li {
  width: 48.54%;
  margin-top: 2.92%;
}
.display-wrapper .list ul li:nth-child(-n+2) {
  margin-top: 0;
}
.display-wrapper .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.display-wrapper .list .info {
  width: 100%;
  margin: 140px auto 120px;
}
.display-wrapper .list .content {
  text-align: left;
  margin-bottom: 90px;
}
.display-wrapper .page-more {
  width: 182px;
  margin: 0;
}
.display-wrapper .box-7 {
  margin-bottom: 120px;
}
.display-wrapper .box-7 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.display-wrapper .box-7 ul li {
  width: 47.81%;
  margin-top: 4.38%;
}
.display-wrapper .box-7 ul li:nth-child(-n+2) {
  margin-top: 0;
}
.display-wrapper .box-7 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.display-wrapper .box-7 .pic img {
  height: 440px;
  object-fit: cover;
}
.display-wrapper .box-7 .name {
  font-size: 24px;
  line-height: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 46px auto 16px;
  font-family: "cn_regular2";
}
.display-wrapper .box-7 .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.page-nav-wrapper .nav > a {
  text-transform: uppercase;
}
.advertisement-wrapper .item {
  position: relative;
  margin-bottom: 50px;
}
.advertisement-wrapper .item:nth-child(odd) .info {
  right: calc((100% - 1370px) / 2);
}
.advertisement-wrapper .item:nth-child(even) .info {
  left: calc((100% - 1370px) / 2);
}
.advertisement-wrapper .idnex-title {
  color: #57585a;
}
.advertisement-wrapper .info {
  width: 450px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
}
.job-wrapper .content {
  color: #666;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 30px;
}
.job-wrapper .content:last-child {
  margin-bottom: 0;
}
.job-wrapper .content a:hover {
  color: #332c2b;
  text-decoration: underline;
}
.job-wrapper .item {
  border-bottom: 1px solid #eaeaea;
}
.job-wrapper .item.on .top {
  background-color: #eee;
}
.job-wrapper .item.on .btn i:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.job-wrapper .list > .top {
  cursor: default;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.job-wrapper .list > .top .btn {
  opacity: 0;
  visibility: hidden;
}
.job-wrapper .list .name {
  font-family: "cn_regular2";
}
.job-wrapper .top {
  height: 88px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px 0 60px;
  cursor: pointer;
}
.job-wrapper .top.on {
  background-color: #eee;
}
.job-wrapper .top > div {
  line-height: 30px;
  width: 21.95%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.job-wrapper .top div span {
  font-size: 0;
}
.job-wrapper .btn {
  display: block;
  color: #666;
  z-index: 1;
  line-height: 30px;
  width: 90px;
}
.job-wrapper .btn i {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 12px;
}
.job-wrapper .btn i:before,
.job-wrapper .btn i:after {
  content: "";
  display: inline-block;
  background: #989898;
  position: absolute;
  z-index: 10;
  right: 0;
}
.job-wrapper .btn i:before {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.job-wrapper .btn i:after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.job-wrapper .detail {
  padding: 60px 100px 110px;
  display: none;
}
.job-wrapper .caption {
  color: #333;
  line-height: 30px;
}
.contact-wrapper {
  /* input placeholder  */
}
.contact-wrapper .index-title {
  text-align: left;
}
.contact-wrapper .form {
  width: 70%;
}
.contact-wrapper .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-wrapper .content {
  color: #666;
  text-align: justify;
  margin-bottom: 34px;
  line-height: 30px;
}
.contact-wrapper .group {
  position: relative;
  width: 48.44%;
  margin-bottom: 50px;
}
.contact-wrapper .group.max {
  width: 100%;
}
.contact-wrapper .group .caption {
  position: relative;
  cursor: pointer;
}
.contact-wrapper .group .caption.on:after {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.contact-wrapper .group .caption:after {
  content: "";
  display: block;
  width: 16px;
  height: 100%;
  background: url(../img/down5.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 0;
  z-index: 10;
}
.contact-wrapper .group .list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 12;
  background: #fff;
  max-height: 250px;
  overflow-y: auto;
  display: none;
  border: 1px solid #dfdfdf;
  border-top: none;
}
.contact-wrapper .group .list::-webkit-scrollbar {
  width: 2px;
  background-color: #dfdfdf;
}
.contact-wrapper .group .list::-webkit-scrollbar-thumb {
  background-color: #595757;
}
.contact-wrapper .group .list a {
  display: block;
  font-size: 16px;
  color: #a4a4a4;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #dfdfdf;
}
.contact-wrapper .group .list a:hover,
.contact-wrapper .group .list a.on {
  color: #332c2b;
}
.contact-wrapper .group .list a:last-child {
  border-bottom: none;
}
.contact-wrapper p {
  color: #666;
  line-height: 30px;
  margin-bottom: 6px;
}
.contact-wrapper ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 14px;
}
.contact-wrapper :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 14px;
}
.contact-wrapper ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
}
.contact-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
}
.contact-wrapper .text,
.contact-wrapper .msg,
.contact-wrapper .caption {
  width: 100%;
  color: #333;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  border: solid 1px #ebebeb;
  line-height: 30px;
}
.contact-wrapper .text,
.contact-wrapper .page-more,
.contact-wrapper .caption {
  height: 62px;
  line-height: 62px;
}
.contact-wrapper .msg {
  resize: none;
  height: 112px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact-wrapper .page-more {
  color: #999;
  margin: 0;
  width: 215px;
  background-color: #fff;
  border: solid 1px #ebebeb;
}
.contact-wrapper .page-more:hover {
  background-color: #332c2b;
  color: #fff;
}
.website-wrapper .main ul li {
  line-height: 30px;
  padding: 22px 0;
  background: url(../img/border.jpg) repeat-x left bottom;
}
.website-wrapper .main ul li .cat {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.website-wrapper .main ul li .cat:hover {
  color: #332c2b;
}
.website-wrapper .main ul li .navs {
  font-size: 0;
  margin-top: 12px;
}
.website-wrapper .main ul li .navs a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin-right: 60px;
}
.website-wrapper .main ul li .navs a:last-child {
  margin-right: 0;
}
.website-wrapper .main ul li .navs a:hover {
  color: #332c2b;
  font-weight: 700;
  text-decoration: underline;
}
.website-wrapper .main ul li .navs a:before {
  position: relative;
  top: -1px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  background: url(../img/icon.png) no-repeat left center;
  margin-right: 10px;
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 60px;
}
.pageNum a {
  display: inline-block;
  color: #3f4150;
  font-size: 18px;
  vertical-align: top;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-family: "en_regular";
  background-color: #f7f7f7;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum .dot {
  line-height: 40px;
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background: #595757;
}
.pageMore {
  display: none;
  margin-top: 30px;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 12px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@keyframes boxTranslateXLeft {
  0% {
    transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@keyframes boxTranslateXRight {
  0% {
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
@keyframes iconScale {
  from {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    opacity: 0;
  }
}
@keyframes boxIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes svg-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes svg-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes stroke-dash {
  from {
    stroke-dasharray: 0, 301.59289;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 301.59289, 0;
    stroke-dashoffset: 0;
  }
}
@keyframes stroke-dash {
  from {
    stroke-dasharray: 0, 301.59289;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 301.59289, 0;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes stroke-color {
  from {
    stroke: #fff;
  }
}
@keyframes stroke-color {
  from {
    stroke: #fff;
  }
}
@keyframe imgScale {
  0% {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes iconAnimate {
  0% {
    opacity: 1;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
}
@keyframes translateX-hover-1 {
  0% {
    transform: translateX(0%);
    transform-origin: 100% 0%;
  }
  100% {
    transform: translateX(-101%);
    transform-origin: 100% 0%;
  }
}
@keyframes translateX-hover-2 {
  0% {
    transform: translateX(100%);
    transform-origin: 0% 0%;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0% 0%;
  }
}
@keyframe iconScale2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
