.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;
}
@font-face {
  font-family: "icon";
  src: url('../fonts/iconfont.eot');
  /* IE9 */
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/67e737d8d31141959fb54249dee0fae4.woff') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/iconfont.svg') format('svg');
  /* iOS 4.1- */
}
.hidden-xs {
  display: block;
}
.hidden-pc {
  display: none;
}
.box-container {
  width: 1540px;
  margin: 0 auto;
}
.w1390 {
  width: 1390px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.box-container-fluid {
  width: 100%;

  margin: 0 auto;
}
.header-wrapper{
	position:fixed;
  left:0;
  top:0;
  background:#fff;
  z-index:22;
}
.medium-box-container {
  width: 80%;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/mb.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gc";
  src: url('../fonts/gc.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tra";
  src: url('../fonts/tra.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "thin";
  src: url('../fonts/thin.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 .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;
  height: 96px;
  align-items: center;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .pc-nav-box {
  flex: 1;
  text-align: right;
  margin-right: 116px;
}
.header-wrapper .pc-nav-box ul {
  font-size: 0;
}
.header-wrapper .pc-nav-box ul li {
  position: relative;
  display: inline-block;
  margin-right: 64px;
  padding: 0 5px;
}
.header-wrapper .pc-nav-box ul li:last-child {
  margin-right: 0;
}
.header-wrapper .pc-nav-box ul li:nth-child(2) .hide-box {
  left: -480px;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.header-wrapper .pc-nav-box ul li:hover > a,
.header-wrapper .pc-nav-box ul li.on > a {
  color: #080404;
}
.header-wrapper .pc-nav-box ul li:hover > a:after,
.header-wrapper .pc-nav-box ul li.on > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.header-wrapper .pc-nav-box ul li:hover .hide-box {
  z-index: 30;
  opacity: 1;
  visibility: visible;
}
.header-wrapper .pc-nav-box ul li:hover .hide-box-2 .nav,
.header-wrapper .pc-nav-box ul li:hover .hide-box-2 .pic {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.header-wrapper .pc-nav-box ul li:hover .hide-box-1 a,
.header-wrapper .pc-nav-box ul li:hover .hide-box-3 a {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.header-wrapper .pc-nav-box ul li > a {
  position: relative;
  font-size: 14px;
  color: #484848;
  font-weight: 700;
  line-height: 96px;
}
.header-wrapper .pc-nav-box ul li > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #080404;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  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;
}
.header-wrapper .pc-nav-box ul li a {
  display: block;
}
.header-wrapper .pc-nav-box .hide-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.header-wrapper .pc-nav-box .hide-box-1 {
  background: #f9f9f9;
  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 */
  padding: 0 64px;
}
.header-wrapper .pc-nav-box .hide-box-1 .item {
  padding: 48px 0 40px;
  text-align: left;
  margin-right: 52px;
  padding-right: 36px;
  border-right: 1px solid rgba(191, 191, 191, 0.3);
}
.header-wrapper .pc-nav-box .hide-box-1 .item:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.header-wrapper .pc-nav-box .hide-box-1 .caption {
  font-size: 18px;
  color: #484848;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 48px;
}
.header-wrapper .pc-nav-box .hide-box-1 .list {
  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 */
}
.header-wrapper .pc-nav-box .hide-box-1 a {
  display: inline-block;
  width: 238px;
  margin-right: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 60px);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
}
.header-wrapper .pc-nav-box .hide-box-1 a:last-child {
  margin-right: 0;
}
.header-wrapper .pc-nav-box .hide-box-1 a: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);
}
.header-wrapper .pc-nav-box .hide-box-1 a:hover .pic:before {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .pc-nav-box .hide-box-1 a:hover .name {
  color: #080404;
}
.header-wrapper .pc-nav-box .hide-box-1 .pic {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.header-wrapper .pc-nav-box .hide-box-1 .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url(../images/nav-right.png) no-repeat center center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  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;
}
.header-wrapper .pc-nav-box .hide-box-1 .pic img {
  display: block;
  width: 100%;
  height: 268px;
  object-fit: cover;
}
.header-wrapper .pc-nav-box .hide-box-1 .name {
  font-size: 14px;
  color: #5f5f5f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  margin-top: 18px;
}
.header-wrapper .pc-nav-box .hide-box-2 .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 */
}
.header-wrapper .pc-nav-box .hide-box-2 .nav,
.header-wrapper .pc-nav-box .hide-box-2 .pic {
  opacity: 0;
  visibility: hidden;
  transition: transform 0.8s, opacity 0.8s ease;
}
.header-wrapper .pc-nav-box .hide-box-2 .nav {
  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 */
  text-align: left;
  background: #f9f9f9;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  padding: 46px 128px 20px 90px;
}
.header-wrapper .pc-nav-box .hide-box-2 .item {
  width: 138px;
  margin-right: 54px;
}
.header-wrapper .pc-nav-box .hide-box-2 .item:last-child {
  margin-right: 0;
}
.header-wrapper .pc-nav-box .hide-box-2 .cat {
  font-size: 18px;
  color: #484848;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 18px;
}
.header-wrapper .pc-nav-box .hide-box-2 .cat:hover {
  color: #080404;
}
.header-wrapper .pc-nav-box .hide-box-2 .child a {
  font-size: 14px;
  color: #969696;
  line-height: 30px;
  margin-bottom: 6px;
}
.header-wrapper .pc-nav-box .hide-box-2 .child a:last-child {
  margin-bottom: 0;
}
.header-wrapper .pc-nav-box .hide-box-2 .child a:hover {
  color: #080404;
}
.header-wrapper .pc-nav-box .hide-box-2 .pic {
  cursor: pointer;
  width: 460px;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
}
.header-wrapper .pc-nav-box .hide-box-2 .pic img {
  display: block;
  width: 100%;
}
.header-wrapper .pc-nav-box .hide-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);
}
.header-wrapper .pc-nav-box .hide-box-3 {
  background: #f9f9f9;
  padding: 58px 64px 64px;
  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 */
  left: -100px;
}
.header-wrapper .pc-nav-box .hide-box-3 a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin-right: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 60px);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
}
.header-wrapper .pc-nav-box .hide-box-3 a:last-child {
  margin-right: 0;
}
.header-wrapper .pc-nav-box .hide-box-3 a: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);
}
.header-wrapper .pc-nav-box .hide-box-3 a:hover .pic:before {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .pc-nav-box .hide-box-3 a:hover .name {
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.header-wrapper .pc-nav-box .hide-box-3 .pic {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.header-wrapper .pc-nav-box .hide-box-3 .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 170, 181, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  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;
}
.header-wrapper .pc-nav-box .hide-box-3 .pic img {
  display: block;
  width: 100%;
  height: 268px;
  object-fit: cover;
}
.header-wrapper .pc-nav-box .hide-box-3 .name {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 42px;
  z-index: 10;
  text-align: center;
  width: 100%;
  transition: bottom 0.3s ease;
  -webkit-transition: bottom 0.3s ease;
  -moz-transition: bottom 0.3s ease;
  -ms-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.header-wrapper .search-box {
  position: relative;
}
.header-wrapper .search-box .icon {
  cursor: pointer;
  width: 40px;
  height: 96px;
  background: url(../images/search.png) no-repeat right 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;
}
.header-wrapper .search-form {
  position: absolute;
  right: 0px;
  top: 100%;
  width: 326px;
  height: 60px;
  z-index: 20;
  background: #fbfbfb;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  border: 1px solid #e8e8e8;
  /* input placeholder  */
}
.header-wrapper .search-form .keywords {
  padding-left: 30px;
  border: none;
  background: none;
  height: 60px;
  width: 296px;
  line-height: 60px;
  color: #333;
  font-size: 14px;
}
.header-wrapper .search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: 14px;
  font-size: #484848;
}
.header-wrapper .search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: 14px;
  font-size: #484848;
}
.header-wrapper .search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: 14px;
  font-size: #484848;
}
.header-wrapper .search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: 14px;
  font-size: #484848;
}
.header-wrapper .search-form .search-btn {
  border: none;
  position: absolute;
  right: 0px;
  top: 0;
  width: 64px;
  height: 60px;
  background: url(../images/search3.png) center no-repeat;
}
.footer-wrapper .box-1 {
  background: #fbfbfb;
}
.footer-wrapper .box-1 .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 .box-1 .left {
  padding: 70px 0 52px;
  border-right: 1px solid #e7e7e7;
}
.footer-wrapper .box-1 .right {
  margin-left: 198px;
  padding-top: 48px;
}
.footer-wrapper .box-1 .footer-nav-box {
  margin-bottom: 76px;
}
.footer-wrapper .box-1 .footer-nav-box a {
  display: block;
  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 .box-1 .footer-nav-box dl {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  line-height: 24px;
  padding-right: 20px;
}
.footer-wrapper .box-1 .footer-nav-box dt {
  margin-bottom: 22px;
}
.footer-wrapper .box-1 .footer-nav-box dt a {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}
.footer-wrapper .box-1 .footer-nav-box dt a:hover {
  color: #080404;
}
.footer-wrapper .box-1 .footer-nav-box dd a {
  font-size: 12px;
  color: #969696;
}
.footer-wrapper .box-1 .footer-nav-box dd a:hover {
  color: #080404;
}
.footer-wrapper .box-1 .link {
  font-size: 0;
}
.footer-wrapper .box-1 .link a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  margin-right: 40px;
  padding-right: 40px;
  font-size: 12px;
  color: #969696;
}
.footer-wrapper .box-1 .link a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-wrapper .box-1 .link a:last-child:after {
  display: none;
}
.footer-wrapper .box-1 .link a:hover {
  color: #080404;
}
.footer-wrapper .box-1 .link a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  background: #b5b5b5;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 10;
}
.footer-wrapper .box-1 .qrcode-box ul {
  font-size: 0;
}
.footer-wrapper .box-1 .qrcode-box li {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
  font-size: 0;
}
.footer-wrapper .box-1 .qrcode-box li:last-child {
  margin-right: 0;
}
.footer-wrapper .box-1 .qrcode-box li img {
  width: 106px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.footer-wrapper .box-1 .qrcode-box li p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-top: 8px;
}
.footer-wrapper .box-1 .contact {
  font-size: 12px;
  color: #767676;
  line-height: 30px;
  margin-top: 42px;
}
.footer-wrapper .box-2 {
  padding: 22px 0;
  background: #484848;
}
.footer-wrapper .box-2 .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;
  align-items: center;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: 12px;
  color: #989898;
  line-height: 20px;
}
.footer-wrapper .copyright {
  max-width: 60%;
  text-transform: uppercase;
}
.footer-wrapper .copyright a {
  display: inline-block;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
}
.footer-wrapper .friend-link {
  width: 418px;
}
.footer-wrapper .friend-link .box {
  position: relative;
  width: 280px;
}
.footer-wrapper .friend-link .name {
  cursor: pointer;
  font-size: 12px;
  color: #999;
  line-height: 45px;
  padding: 0 40px 0 20px;
  border: 1px solid #f4f4f4;
  background: #fff url(../images/up.png) no-repeat right 30px center;
}
.footer-wrapper .friend-link .list {
  font-size: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 10;
  max-height: 230px;
  overflow-y: auto;
  display: none;
}
.footer-wrapper .friend-link .list a {
  display: block;
  font-size: 12px;
  color: #999;
  background: #fff;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #f4f4f4;
  padding: 0 20px;
}
.footer-wrapper .friend-link .list a:hover {
  color: #080404;
}
.footer-wrapper .friend-link .list a:last-child {
  border-bottom: none;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}
.index-banner-wrapper .swiper-slide video {
  width: 100%;
}
.index-banner-wrapper .swiper-slide img,
.index-banner-wrapper .swiper-slide video {
  object-fit: cover;
}
.index-banner-wrapper .swiper-pagination {
  bottom: 30px;
  font-size: 0;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  margin: 0 7px;
  width: 14px;
  height: 14px;
  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;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #080404;
}
.index-title-box {
  line-height: 30px;
  padding: 60px 0 48px;
}
.index-title-box .title {
  font-size: 30px;
  color: #484848;
  font-weight: 700;
  margin-bottom: 8px;
}
.index-title-box p {
  font-size: 36px;
  color: #d6d6d6;
  clear:both;
  text-transform: uppercase;
  line-height: 48px;
  font-family: mb,arial;
}
.index-title-box p:after {
  content: "";
  display:block;
  width: 24px;
  height: 4px;
  background: #080404;
  margin-top: 20px;
}
.index-title-box.ac p{
  position:relative;
	padding-bottom:8px;
}
.index-title-box.ac p:after {
position:absolute;
left:50%;
bottom:0;
transform:translateX(-50%)
}

.index-more {
  position: relative;
  font-family: Arial;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  width: 148px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #484848;
  text-align: center;
  border: 1px solid #a0a0a0;
}
.index-more.more-2,
.index-more.more-3 {
  width: 200px;
  height: 60px;
  line-height: 60px;
  color: #9f9f9f;
  background: #fafafa;
  border-color: #ececec;
  margin: 0 auto;
}
.index-more.more-2 i,
.index-more.more-3 i {
  width: 14px;
  height: 8px;
  background: url(../images/icon-down2.png) no-repeat;
  margin-left: 36px;
}
.index-more.more-2:hover,
.index-more.more-3:hover {
  color: #fff;
  background: #080404;
}
.index-more.more-2:hover i,
.index-more.more-3:hover i {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-more.more-2:hover span:nth-child(2),
.index-more.more-3:hover span:nth-child(2),
.index-more.more-2:hover span:nth-child(4),
.index-more.more-3:hover span:nth-child(4) {
  width: 200px;
}
.index-more.more-2:hover span:last-child,
.index-more.more-3:hover span:last-child,
.index-more.more-2:hover span:nth-child(3),
.index-more.more-3:hover span:nth-child(3) {
  height: 60px;
}
.index-more.more-2 {
  background: #fafafa;
  border-color: #ececec;
}
.index-more.more-2 i {
  width: 14px;
  height: 8px;
  background: url(../images/icon-down2.png) no-repeat;
  margin-left: 36px;
}
.index-more.more-2:hover i {
  background: url(../images/icon-down3.png) no-repeat;
}
.index-more.more-3 {
  background: #fff;
  border-color: #f2f2f2;
}
.index-more.more-3 i {
  top: 0;
  width: 9px;
  height: 14px;
  background: url(../images/icon4.png) no-repeat;
  margin-left: 25px;
}
.index-more.more-3:hover i {
  background: url(../images/icon5.png) no-repeat;
}
.index-more i {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -2px;
  width: 9px;
  height: 14px;
  margin-left: 16px;
  background: url(../images/icon-right2.png) no-repeat;
  transition: background 0.3s, transform 0.3s ease-out;
  transition-delay: 0.6s;
}
.index-more:hover,
.index-more.on {
  color: #fff;
  background: #080404;
  transition: all 1s 0.3s;
  -webkit-transition: all 1s 0.3s;
}
.index-more:hover i,
.index-more.on i {
  background: url(../images/icon-right.png) no-repeat;
}
.index-more:hover span:nth-child(2),
.index-more.on span:nth-child(2),
.index-more:hover span:nth-child(4),
.index-more.on span:nth-child(4) {
  width: 148px;
}
.index-more:hover span:last-child,
.index-more.on span:last-child,
.index-more:hover span:nth-child(3),
.index-more.on span:nth-child(3) {
  height: 46px;
}
.index-more:hover i {
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
}
.index-more span {
  position: absolute;
  display: inline-block;
  background: #080404;
  z-index: 10;
}
.index-more span:nth-child(2),
.index-more span:nth-child(4) {
  width: 0;
  height: 1px;
}
.index-more span:last-child,
.index-more span:nth-child(3) {
  width: 1px;
  height: 0;
}
.index-more span:nth-child(2) {
  left: -1px;
  top: -1px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
.index-more span:nth-child(3) {
  right: -1px;
  top: -1px;
  transition: all 0.1s 0.1s linear;
  -webkit-transition: all 0.1s 0.1s linear;
  -moz-transition: all 0.1s 0.1s linear;
  -o-transition: all 0.1s 0.1s linear;
}
.index-more span:nth-child(4) {
  right: -1px;
  bottom: -1px;
  transition: all 0.1s 0.2s linear;
  -webkit-transition: all 0.1s 0.2s linear;
  -moz-transition: all 0.1s 0.2s linear;
  -o-transition: all 0.1s 0.2s linear;
}
.index-more span:last-child {
  left: -1px;
  bottom: -1px;
  transition: all 0.1s 0.3s linear;
  -webkit-transition: all 0.1s 0.3s linear;
  -moz-transition: all 0.1s 0.3s linear;
  -o-transition: all 0.1s 0.3s linear;
}
.index-box-1 {
  margin-bottom: 80px;
}
.index-box-1 .index-title-box {
  text-align: center;
}
.index-box-1 .index-title-box p:after {
  margin-left: auto;
  margin-right: auto;
}
.index-box-1 .swiper-box {
  position: relative;
}
.index-box-1 .swiper-box:hover .swiper-btn.prev {
  left: 20px;
}
.index-box-1 .swiper-box:hover .swiper-btn.next {
  right: 20px;
}
.index-box-1 .swiper-container {
  padding-bottom: 20px;
}
.index-box-1 .swiper-wrapper {
  border-top: 1px solid #eee;
}
.index-box-1 .swiper-slide {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.index-box-1 .swiper-slide:nth-child(odd) {
  background: #fafafa;
}
.index-box-1 .swiper-slide:hover {
  border-color: #fff;
  box-shadow: 1px 9px 18px 0px rgba(13, 108, 232, 0.17);
}
.index-box-1 .swiper-slide:hover:nth-child(odd) {
  background: #fff;
}
.index-box-1 .swiper-slide:hover .pic .original {
  opacity: 0;
  visibility: hidden;
}
.index-box-1 .swiper-slide:hover .pic .on {
  opacity: 1;
  visibility: visible;
}
.index-box-1 .swiper-slide:hover .name {
  color: #080404;
}
.index-box-1 .swiper-slide:hover .index-more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-box-1 .swiper-slide:hover .weight {
  opacity: 0;
  visibility: hidden;
}
.index-box-1 .swiper-slide a {
  display: block;
}
.index-box-1 .pic {
  position: relative;
  overflow: hidden;
  font-size: 0;
}
/* .index-box-1 .pic:before { */
  /* content: ""; */
  /* display: inline-block; */
  /* position: absolute; */
  /* right: 28px; */
  /* top: 18px; */
  /* z-index: 10; */
  /* width: 17px; */
  /* height: 20px; */
  /* transform-origin: left bottom; */
  /* background: url(../images/icon.png) no-repeat; */
  /* background-size: contain; */
/* } */
.index-box-1 .pic img {
  height: 520px;
}
.index-box-1 .pic .original {
  object-fit: contain;
}
.index-box-1 .pic .on {
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  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;
}
.index-box-1 .info {
  position: relative;
  padding: 22px 20px 40px;
  text-align: center;
  line-height: 30px;
}
.index-box-1 .name,
.index-box-1 .desc,
.index-box-1 .weight {
  font-family: gc,arial;
}
.index-box-1 .name {
  font-size: 20px;
  color: #4d515c;
}
.index-box-1 .desc {
  font-size: 12px;
  color: #868786;
  margin: 2px auto 6px;
}
.index-box-1 .weight {
  font-size: 14px;
  color: #484848;
}
.index-box-1 .index-more {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 10;
  margin-left: -74px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  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-1 .index-more:hover {
  background: #3255a5;
}
.index-box-1 .index-more:hover span {
  background: #3255a5;
}
.index-box-1 .swiper-btn {
  display: inline-block;
  position: absolute;
  top: 254px;
  z-index: 10;
  width: 36px;
  height: 36px;
  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-1 .swiper-btn.prev {
  left: -100%;
  background: url(../images/prev.png) no-repeat;
  background-size: contain;
}
.index-box-1 .swiper-btn.prev:hover {
  background: url(../images/prev2.png) no-repeat;
  background-size: contain;
}
.index-box-1 .swiper-btn.next {
  right: -100%;
  background: url(../images/next.png) no-repeat;
  background-size: contain;
}
.index-box-1 .swiper-btn.next:hover {
  background: url(../images/next2.png) no-repeat;
  background-size: contain;
}
.index-box-2 {
  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-2 .info {
  width: 40%;
  padding: 0 60px 0 188px;
}
.index-box-2 .info .name {
  font-size: 48px;
  line-height: 60px;
  color: #3255a5;
  letter-spacing: 2px;
  font-family: thin;
}
.index-box-2 .info .name b {
  display: block;
  font-size: 60px;
}
.index-box-2 .info .desc {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  height:240px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:8;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 28px;
}
.index-box-2 .pic {
  width: 60%;
  display: block;
  overflow: hidden;
}
.index-box-2 .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);
}
.index-box-3 {
  margin-bottom: 126px;
  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 .index-title-box .title,
.index-box-3 .index-title-box p {
  color: #fff;
}
.index-box-3 .left {
  position: relative;
  width: 40%;
}
.index-box-3 .left > img {
  width: 100%;
  display: block;
}
.index-box-3 .left .info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 130px 74px 0 188px;
}
.index-box-3 .center,
.index-box-3 .right {
  width: 30%;
}
.index-box-3 .center {
  padding: 130px 92px 0;
}
.index-box-3 .center .name,
.index-box-3 .center .desc {
  line-height: 60px;
  color: #3255a5;
  font-family: thin;
}
.index-box-3 .center .name {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 8px;
}
.index-box-3 .center .desc {
  font-size: 36px;
  margin-bottom: 75px;
}
.index-box-3 .right {
  overflow: hidden;
}
.index-box-3 .right 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;
}
.index-box-3 .right img.phone {
  display: none;
}
.index-box-3 .right 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);
}
.page-box {
  padding: 68px 0 80px;
}
.page-banner-wrapper .banner {
  display: block;
  width: 100%;
  height: auto;
}
.page-banner-wrapper.fix {
  height:600px;
}
.fame-banner-wrapper,
.story-banner-wrapper {
  height: 600px;
  position: relative;
}
.fame-banner-wrapper .info,
.story-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;
}
.fame-banner-wrapper .index-title-box,
.story-banner-wrapper .index-title-box {
  text-align: center;
  padding: 0;
}
.fame-banner-wrapper .index-title-box img {
  display: block;
  margin: 0 auto 32px;
}
.fame-banner-wrapper .index-title-box .title {
  color: #fff;
}
.fame-banner-wrapper .index-title-box p {
  color: #fff;
}
.fame-banner-wrapper .index-title-box p:after {
  display: none;
}
.story-banner-wrapper .index-title-box .title,
.story-banner-wrapper .index-title-box p {
  color: #fff;
}
.story-banner-wrapper .index-title-box p:after {
  margin-left: auto;
  margin-right: auto;
}
.story-banner-wrapper .index-title-box .desc {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  width: 908px;
  margin: 30px auto 0;
}
.goods-cat-box {
  position: relative;
  z-index: 12;
  background: #fbfbfb;
  border-bottom: 1px solid #f5f5f5;
}
.goods-cat-box .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;
}
.goods-cat-box .left {
  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 */
}
.goods-cat-box .right {
  font-size: 0;
}
.goods-cat-box .right .count,
.goods-cat-box .right .item {
  display: inline-block;
  vertical-align: top;
}
.goods-cat-box .right .item {
  border-left: 1px solid #f0f0f0;
}
.goods-cat-box .item {
  position: relative;
}
.goods-cat-box .item:last-child .cat {
  border-right: none;
}
.goods-cat-box .item:hover .cat {
  color: #3255a5;
}
.goods-cat-box .item:hover .cat:after {
  background: url(../images/icon-down.png) no-repeat;
  background-size: contain;
}
.goods-cat-box .item:hover .list {
  display: block;
}
.goods-cat-box .item .cat {
  cursor: pointer;
  min-width: 165px;
  text-align: center;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  color: #000;
  padding: 0 10px;
  border-right: 1px solid #f0f0f0;
  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;
}
.goods-cat-box .item .cat:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url(../images/icon-down2.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
  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;
}
.goods-cat-box .item .list {
  display: none;
  width: 260px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fbfbfb;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  box-shadow: 1px 9px 24px 0px rgba(0, 0, 0, 0.08);
}
.goods-cat-box .item .list a {
  display: block;
  font-size: 14px;
  color: #969696;
  line-height: 48px;
  padding: 0 20px 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
  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;
}
.goods-cat-box .item .list a:hover {
  color: #080404;
}
.goods-cat-box .item .list a:last-child {
  border-bottom: none;
}
.goods-cat-box .count {
  font-size: 16px;
  color: #9f9f9f;
  height: 60px;
  line-height: 60px;
  margin-right: 36px;
}
.goods-cat-box .count + .item {
  border-left: none;
}
.phone-goods-cat-box,
.goodscat-child-box {
  display: none;
}
.goods-wrapper .main 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;
  margin-bottom: 80px;
}
.goods-wrapper .main ul li {
  width: 33.33%;
  border-bottom: 1px solid #eee;
}
.goods-wrapper .main ul li:hover {
  border-color: #fff;
  box-shadow: 1px 9px 18px 0px rgba(13, 108, 232, 0.17);
}
.goods-wrapper .main ul li:hover .pic .original {
  opacity: 0;
  visibility: hidden;
}
.goods-wrapper .main ul li:hover .pic .on {
  opacity: 1;
  visibility: visible;
}
.goods-wrapper .main ul li:hover .name {
  color: #080404;
}
.goods-wrapper .main ul li:hover .weight {
  opacity: 0;
  visibility: hidden;
}
.goods-wrapper .main ul li:hover .index-more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.goods-wrapper .main ul li a {
  display: block;
}
.goods-wrapper .main ul .pic {
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.goods-wrapper .main ul .pic img {
  height: 400px;
}
.goods-wrapper .main ul .pic .original {
  object-fit: contain;
}
.goods-wrapper .main ul .pic .on {
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  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;
}
.goods-wrapper .main ul .info {
  position: relative;
  padding: 22px 20px 40px;
  text-align: center;
  line-height: 30px;
}
.goods-wrapper .main ul .name,
.goods-wrapper .main ul .desc,
.goods-wrapper .main ul .weight {
  font-family: gc,arial;
}
.goods-wrapper .main ul .name {
  font-size: 20px;
  color: #4d515c;
}
.goods-wrapper .main ul .desc {
  font-size: 12px;
  color: #868786;
  margin: 2px auto 6px;
}
.goods-wrapper .main ul .weight {
  font-size: 14px;
  color: #484848;
}
.goods-wrapper .main ul .index-more {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 10;
  margin-left: -74px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  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;
}
.goods-wrapper .main ul .index-more:hover {
  background: #080404;
}
.goods-wrapper .main ul .index-more:hover span {
  background: #080404;
}
.goodsinfo-wrapper {
  padding-bottom: 94px;
  background-color: #f6f7f9;
}
.goodsinfo-wrapper .index-title-box {
  text-align: center;
}
.goodsinfo-wrapper .index-title-box p:after {
  margin-left: auto;
  margin-right: auto;
}
.goodsinfo-wrapper .base-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;
}
.goodsinfo-wrapper .name {
  font-size: 48px;
  color: #222;
  line-height: 56px;
  margin: 20px auto 30px;
}
.goodsinfo-wrapper .label {
  font-size: 18px;
  color: #424242;
}
.goodsinfo-wrapper .label span {
  display: inline-block;
  vertical-align: top;
  margin-right: 42px;
}
.goodsinfo-wrapper .label span:last-child {
  margin-right: 0;
}
.goodsinfo-wrapper .desc {
  font-size: 20px;
  color: #424242;
  width: 540px;
}
.goodsinfo-wrapper .weight {
  font-size: 16px;
  color: #9c9c9c;
  margin: 38px auto 44px;
}
.goodsinfo-wrapper .thumbs-box {
  font-size: 0;
}
.goodsinfo-wrapper .thumbs-box a {
  display: inline-block;
  vertical-align: top;
  width: 75px;
  margin-right: 10px;
  border: 1px solid #dbdddd;
}
.goodsinfo-wrapper .thumbs-box a:hover,
.goodsinfo-wrapper .thumbs-box a.on {
  border-color: #080404;
}
.goodsinfo-wrapper .thumbs-box a:last-child {
  margin-right: 0;
}
.goodsinfo-wrapper .thumbs-box a img {
  display: block;
  width: 100%;
  height: 83px;
  object-fit: contain;
}
.goodsinfo-wrapper .caption {
  font-size: 14px;
  color: #010101;
  margin: 50px auto 24px;
}
.goodsinfo-wrapper .caption img {
  position: relative;
  top: 3px;
  margin-right: 12px;
}
.goodsinfo-wrapper .goodspic-box {
  width: 480px;
}
.goodsinfo-wrapper .goodspic-box .swiper-slide img {
  display: block;
  width: 100%;
}
.goodsinfo-wrapper .swiper-pagination {
  display: none;
}
.goodsinfo-wrapper .info-box {
  width: 750px;
  line-height: 30px;
}
.goodsinfo-wrapper .detail-box {
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.02);
  margin-top: 72px;
  padding: 0 100px 230px;
  margin-bottom: 96px;
}
.goodsinfo-wrapper .detail-box .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.goodsinfo-wrapper .detail-box .content img {
  display: block;
  margin: 0 auto;
}
.goodsinfo-wrapper .mall {
  font-size: 0;
  line-height: initial;
}
.goodsinfo-wrapper .mall a {
  display: inline-block;
  margin-right: 16px;
}
.goodsinfo-wrapper .mall a img {
  display: block;
  width: 40px;
}
.goodsinfo-2-wrapper .detail-box {
  padding-bottom: 150px;
  margin-bottom: 0;
}
.goodsinfo-2-wrapper .desc {
  width: 690px;
}
.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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 90px;
}
.news-wrapper .list ul li {
  position: relative;
  width: 49.22%;
  margin-top: 60px;
}
.news-wrapper .list ul li:nth-child(-n+2) {
  margin-top: 0;
}
.news-wrapper .list ul li:hover:before,
.news-wrapper .list ul li:hover a:before {
  width: 50%;
}
.news-wrapper .list ul li:hover:after,
.news-wrapper .list ul li:hover a:after {
  height: 100%;
}
.news-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);
}
.news-wrapper .list ul li:hover .name {
  color: #080404;
  font-weight: 700;
}
.news-wrapper .list ul li:hover .date {
  color: #080404;
}
.news-wrapper .list ul li:hover .border {
  border-color: transparent;
}
.news-wrapper .list ul li:before {
  left: 50%;
  top: 0;
}
.news-wrapper .list ul li:after {
  right: 0;
  top: 0;
}
.news-wrapper .list ul a {
  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;
}
.news-wrapper .list ul a:before {
  right: 0;
  bottom: 0;
}
.news-wrapper .list ul a:after {
  left: 50%;
  bottom: 0;
}
.news-wrapper .list ul .border {
  border: 2px solid #eee;
  position: absolute;
  right: 1px;
  top: 0;
  z-index: 8;
  width: 50%;
  height: 100%;
}
.news-wrapper .list ul li:before,
.news-wrapper .list ul a:before,
.news-wrapper .list ul li:after,
.news-wrapper .list ul a:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  background: #080404;
  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;
}
.news-wrapper .list ul li:before,
.news-wrapper .list ul a:before {
  width: 0;
  height: 2px;
}
.news-wrapper .list ul li:after,
.news-wrapper .list ul a:after {
  width: 2px;
  height: 0;
}
.news-wrapper .list ul .pic,
.news-wrapper .list ul .info {
  width: 50%;
}
.news-wrapper .list ul .pic {
  font-size: 0;
}
.news-wrapper .list ul .pic img {
  display: block;
  width: 100%;
  height: 272px;
  object-fit: cover;
}
.news-wrapper .list ul .info {
  font-size: 0;
  line-height: 30px;
  padding: 0 34px 0 44px;
}
.news-wrapper .list ul .date {
  font-size: 20px;
  color: rgba(119, 119, 119, 0.5);
  font-family: mb;
  margin-bottom: 14px;
}
.news-wrapper .list ul .name {
  font-size: 20px;
  color: #080808;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.newsinfo-wrapper {
  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 .news-top,
.newsinfo-wrapper .main {
  padding-left:50px;
}
.newsinfo-wrapper .left {
  width: 1290px;
  padding-bottom: 100px;
  border-left: 1px solid #d2d2d2;
   border-right: 1px solid #d2d2d2;
   border-bottom: 1px solid #d2d2d2;
}
.newsinfo-wrapper .news-top {
  position: relative;
  padding-top: 48px;
  padding-bottom: 10px;
  padding-right: 130px;
}
.newsinfo-wrapper .news-top.animated:before {
  width: 100%;
}
.newsinfo-wrapper .news-top:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #d2d2d2;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: width 1.8s ease;
  -webkit-transition: width 1.8s ease;
  -moz-transition: width 1.8s ease;
  -ms-transition: width 1.8s ease;
  -o-transition: width 1.8s ease;
}
.newsinfo-wrapper .news-top .name {
  font-size: 36px;
  color: #393939;
  font-weight: 700;
  font-family: thin;
  line-height: 60px;
  margin-bottom: 16px;
}
.newsinfo-wrapper .news-top .other {
  font-size: 0;
  line-height: 30px;
}
.newsinfo-wrapper .news-top .other span,
.newsinfo-wrapper .news-top .other img {
  display: inline-block;
  vertical-align: middle;
}
.newsinfo-wrapper .news-top .other img {
  margin-right: 10px;
}
.newsinfo-wrapper .news-top .other span {
  font-size: 14px;
  color: #ccc;
  font-family: Arial;
  font-weight: 700;
  margin-right: 10px;
}
.newsinfo-wrapper .news-top .other span:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .main {
  margin-top: 56px;
  padding-right: 50px;
}
.newsinfo-wrapper .content {
  font-size: 14px;
  color: #797979;
  line-height: 26px;
  text-align: justify;
}
.newsinfo-wrapper .relative-btn {
  margin-top: 130px;
  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;
}
.newsinfo-wrapper .relative-btn a {
  width: 264px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #797979;
  border-radius: 30px;
  background-color: #f4f4f4;
  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 .relative-btn a:hover {
  color: #fff;
  background-color: #080404;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.newsinfo-wrapper .relative-btn i {
  display: inline-block;
}
.newsinfo-wrapper .relative-btn .prev i,
.newsinfo-wrapper .relative-btn .next i {
  position: relative;
  top: 2px;
  width: 8px;
  height: 14px;
  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 .relative-btn .prev:hover i {
  background: url(../images/n-prev2.png) no-repeat;
  background-size: contain;
}
.newsinfo-wrapper .relative-btn .prev i {
  background: url(../images/n-prev.png) no-repeat;
  background-size: contain;
  margin-right: 80px;
}
.newsinfo-wrapper .relative-btn .next:hover i {
  background: url(../images/n-next2.png) no-repeat;
  background-size: contain;
}
.newsinfo-wrapper .relative-btn .next i {
  background: url(../images/n-next.png) no-repeat;
  background-size: contain;
  margin-left: 80px;
}
.newsinfo-wrapper .relative-btn .list:hover i {
  background: url(../images/list2.png) no-repeat;
  background-size: contain;
}
.newsinfo-wrapper .relative-btn .list i {
  width: 9px;
  height: 9px;
  margin-right: 15px;
  background: url(../images/list.png) no-repeat;
  background-size: contain;
}
.newsinfo-wrapper .right {
  width:360px;
  padding-right: 34px;
  background-color: #f8f8f8;
  padding-left: 25px;
  padding-top: 60px;
  padding-bottom: 120px;
  height: 100%;
}
.newsinfo-wrapper .right .date,
.newsinfo-wrapper .right .year {
  font-family: mb,arial;
}
.newsinfo-wrapper .right .date {
  position: relative;
  font-size: 40px;
  line-height: 40px;
  color: #080404;
}
.newsinfo-wrapper .right .date:after {
  content: "";
  display: block;
  width: 23px;
  height: 3px;
  background: #080404;
  margin-top: 10px;
}
.newsinfo-wrapper .right .year {
  font-size: 18px;
  color: #c2c2c2;
  line-height: 24px;
  margin: 10px auto 30px;
}
.newsinfo-wrapper .right .resource,
.newsinfo-wrapper .right .resource a,
.newsinfo-wrapper .right .keywords,
.newsinfo-wrapper .right .keywords a {
  font-size: 14px;
  color: #797979;
  line-height: 24px;
}
.newsinfo-wrapper .right .resource {
  margin-top: 32px;
}
.newsinfo-wrapper .right .resource a:hover {
  color: #080404;
}
.newsinfo-wrapper .right .keywords a {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.newsinfo-wrapper .right .keywords a:hover {
  color: #080404;
}
.newsinfo-wrapper .right .caption {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin: 44px auto 26px;
}
.newsinfo-wrapper .right .share {
  margin: 42px auto 58px;
}
.newsinfo-wrapper .right .share a {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.newsinfo-wrapper .right .share a:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .right .share a:hover img.on {
  display: inline-block;
}
.newsinfo-wrapper .right .share a:hover img.original {
  display: none;
}
.newsinfo-wrapper .right .share a img {
  width: 40px;
}
.newsinfo-wrapper .right .share a img.on {
  display: none;
}
.newsinfo-wrapper .right ul li {
  margin-bottom: 30px;
}
.newsinfo-wrapper .right ul li:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .right 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);
}
.newsinfo-wrapper .right ul li:hover .name {
  color: #080404;
}
.newsinfo-wrapper .right ul li a {
  display: block;
}
.newsinfo-wrapper .right ul li .name {
  font-size: 14px;
  color: #797979;
  line-height: 24px;
  margin-top: 24px;
}
.newsinfo-wrapper .right .more {
  display: block;
  width: 142px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #080404;
  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;
  margin-top: 60px;
}
.newsinfo-wrapper .right .more:hover {
  background-color: #3255a5;
}
.people-wrapper {
  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 */
}
.people-wrapper .pic,
.people-wrapper .info {
  width: 50%;
}
.people-wrapper .pic {
  position: relative;
}
.people-wrapper .pic.animated:before {
  transform: translate3d(0, 0, 0) scaleX(0);
}
.people-wrapper .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 100% 0px 0px;
  transition: transform 1.5s ease;
  -webkit-transition: transform 1.5s ease;
  -moz-transition: transform 1.5s ease;
  -ms-transition: transform 1.5s ease;
  -o-transition: transform 1.5s ease;
}
.people-wrapper .pic img {
  display: block;
  width: 100%;
}
.people-wrapper .info {
  position: relative;
  width: 676px;
  padding-left: 140px;
  padding-top: 130px;
}
.people-wrapper .info .en {
  position: relative;
  font-size: 50px;
  color: #3e3e3e;
  line-height: 50px;
  text-transform: uppercase;
  font-family: mb,arial;
  margin-bottom: 18px;
}
.people-wrapper .info .en:before {
  content: "";
  display: block;
  width: 154px;
  height: 1px;
  background: #3e3e3e;
  position: absolute;
  left: -190px;
  bottom: 30px;
  z-index: 10;
}
.people-wrapper .info .name {
  font-size: 48px;
  color: #080404;
  line-height: 50px;
}
.people-wrapper .info .level {
  font-size: 18px;
  color: #aeaeae;
  line-height: 30px;
  margin: 12px auto 32px;
}
.people-wrapper .info .intro {
  font-size: 16px;
  color: #222;
  line-height: 24px;
  text-align: justify;
}
.page-wrapper {
  padding-top: 0!important;
}
.page-wrapper .index-title-box {
  text-align: center;
}
.page-wrapper .index-title-box p:after {
  margin-left: auto;
  margin-right: auto;
}
.page-wrapper .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  display: none;
}
.user-modal-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
}
.user-modal-box .main {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  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;
}
.user-modal-box .box {
  position: relative;
  width: 360px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 50px;
}
.user-modal-box .title {
  font-size: 18px;
  color: #666;
  line-height: 60px;
  letter-spacing: 1px;
  text-align: center;
  padding: 0 40px;
  border-bottom: 1px solid #f7f8f9;
}
.user-modal-box .close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 10;
  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;
  width: 20px;
  height: 20px;
  background: url(../images/close2.png) no-repeat;
  background-size: contain;
}
.user-modal-box .close:hover {
  background: url(../images/close.png) no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
.user-modal-box .img {
  font-size: 0;
  margin-top: 50px;
  padding: 0 40px;
}
.user-modal-box .img img {
  display: block;
  margin: 0 auto;
}
.hotgoods-wrapper .index-title-box {
  text-align: center;
  padding-top: 0;
}
.hotgoods-wrapper .index-title-box .title {
  font-family: mb;
  color: #080404;
}
.hotgoods-wrapper .index-title-box p:after {
  margin-left: auto;
  margin-right: auto;
}
.hotgoods-wrapper .list li {
  margin-bottom: 322px;
}
.hotgoods-wrapper .list li:last-child {
  margin-bottom: 178px;
}
.hotgoods-wrapper .list a {
  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;
}
.hotgoods-wrapper .list video {
  width: 684px;
  height: 100%;
}
.hotgoods-wrapper .list .info-box {
  position: relative;
  width: 516px;
}
.hotgoods-wrapper .list .info-box img {
  position: absolute;
  left: -84px;
  top: 25px;
  z-index: 10;
  width: 200px;
}
.hotgoods-wrapper .list .info {
  text-align: center;
  padding-top: 60px;
  padding-left: 130px;
}
.hotgoods-wrapper .list .name {
  font-size: 36px;
  color: #3255a5;
  line-height: 40px;
  margin-bottom: 32px;
}
.hotgoods-wrapper .list .brief {
  font-size: 30px;
  color: #333;
  line-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hotgoods-wrapper .list .weight {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  margin: 28px auto;
}
.hotgoods-wrapper .list .more {
  width: 142px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #3255a5;
  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;
  margin: 0 auto;
}
.hotgoods-wrapper .list .more:hover {
  background: #080404;
}
.fame-wrapper {
  background: #f6f7f9;
  padding-top: 0!important;
}
.fame-wrapper .w1390 {
  background: #fff;
  padding: 80px 146px 0;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.story-wrapper 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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 100px;
}
.story-wrapper ul li:nth-child(even) .pic:before {
  transform-origin: 0px 100% 0;
}
.story-wrapper ul li .pic {
  position: relative;
  width: 770px;
}
.story-wrapper ul li .pic.animated:before {
  transform: translate3d(0, 0, 0) scaleX(0);
}
.story-wrapper ul li .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 100% 0px 0;
  transition: transform 1.5s ease;
  -webkit-transition: transform 1.5s ease;
  -moz-transition: transform 1.5s ease;
  -ms-transition: transform 1.5s ease;
  -o-transition: transform 1.5s ease;
}
.story-wrapper ul li .pic img {
  display: block;
  width: 100%;
}
.story-wrapper ul li .info {
  width: 365px;
  padding-top: 90px;
}
.story-wrapper ul li .en {
  position: relative;
  font-size: 50px;
  color: #3e3e3e;
  line-height: 50px;
  text-transform: uppercase;
  font-family: "tra";
}
.story-wrapper ul li .en span {
  display: block;
  padding-left: 52px;
}
.story-wrapper ul li .en:before {
  content: "";
  display: inline-block;
  width: 154px;
  height: 1px;
  background: #3e3e3e;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.story-wrapper ul li .name {
  font-size: 24px;
  color: #3255a5;
  line-height: 30px;
  margin: 10px auto 24px;
}
.story-wrapper ul li .brief {
  font-size: 24px;
  color: #545454;
  margin-bottom: 26px;
}
.story-wrapper ul li .content {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.pub_right {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 29;
  display: none;
}
.pub_right div.box {
  width: 80px;
  height: 80px;
  background: #fff;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-left: 1px solid #dddddd;
  padding-top: 10px;
}
.pub_right div.box span {
  display: block;
  line-height: 1em;
}
.pub_right div.box i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  background-image: url("../images/group.png");
  background-repeat: no-repeat;
  background-size: 80px auto;
  -webkit-background-size: 80px auto;
}
.pub_right div.box1 i {
  background-position: 0 0;
}
.pub_right div.box2 i {
  background-position: 0 -40px;
}
.pub_right div.box3 i {
  background-position: 0 -80px;
}
.pub_right div.box4 i {
  background-position: 0 -120px;
}
.pub_right div.box1:hover i {
  background-position: -40px 0;
}
.pub_right div.box2:hover i {
  background-position: -40px -40px;
}
.pub_right div.box3:hover i {
  background-position: -40px -80px;
}
.pub_right div.box4:hover i {
  background-position: -40px -120px;
}
.pub_right div.box > div.in {
  position: absolute;
  bottom: 0;
  margin-left: -70px;
  right: -500px;
  background: #fff;
  border: 1px solid #dddddd;
  padding: 5px;
  color: #999999;
  z-index: -1;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 0 5px #ddd;
}
.pub_right div.box1 > div.in,
.pub_right div.box2 > div.in {
  height: 80px;
  line-height: 80px;
  white-space: nowrap;
  padding: 0 5px;
}
.pub_right div.box2 > div.in {
  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 */
}
.pub_right div.box2 > div.in a {
  width: 60px;
}
.pub_right div.box1 {
  border-top: 1px solid #ddd;
}
.pub_right div.box3,
.pub_right div.box4 {
  border-bottom: 1px solid #ddd;
}
.pub_right div.box4 {
  border-top: 1px solid #ddd;
  margin-top: 20px;
}
.pub_right div.box p {
  white-space: nowrap;
  font-size: 14px;
}
/*hover*/
.pub_right div.box:hover {
  background: #080404;
  border-color: #080404;
}
.pub_right div.box:hover span {
  color: #fff;
}
.pub_right div.box:hover > div.in {
  margin-left: 0;
  right: 80px;
}
.pub_right div.box2 .in img {
  margin: 24px 10px 0;
  width: 30px;
}
.pub_right div.box2 .in img:hover {
  opacity: 0.8;
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
}
.pageNum a {
  display: inline-block;
  color: #606060;
  font-size: 14px;
  font-family: Arial;
  vertical-align: top;
  margin: 0 5px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  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;
  border-radius: 5px;
}
.pageNum .btn {
  font-family: 宋体;
  border: none;
  box-shadow: none!important;
  padding: 0;
}
.pageNum a:hover,
.pageNum .on {
  font-weight: 700;
  color: #fff;
  background: #080404;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #3255a5;
  color: #fff;
  font-size: 12px;
  margin-top: 30px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header-wrapper.fix{
	box-shadow: 0rem 0rem 2rem 0rem rgba(4,0,0,0.1);background: #fff;transition: ease .5s;
	z-index:2222;
}
body{
	padding-top:85px;
}
.index-banner-swiper .swiper-slide{
    position: relative;
}
.index-banner-swiper .swiper-slide video{
    position: absolute;
    left:0;
    top:0;
    z-index:1;
}
@media (max-width:980px){
body{
	padding-top:0;
}.newsinfo-wrapper .left{border:0;}
.newsinfo-wrapper{flex-direction: column-reverse;
display:flex!important;
}
}