.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.bg {
	background-image: url(bg.jpg);
	
	background-repeat: repeat;
}
.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: 1536px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.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: "lg";
  src: url('../fonts/LEAGUE_GOTHIC.OTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sebold";
  src: url('../fonts/AKROBAT-SEMIBOLD.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gb";
  src: url('../fonts/GOTHICB.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "reflex";
  src: url('../fonts/REFLEX BOLD ITALIC.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: 40;
  background: #efefef;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
}
.header-wrapper.top {
  top: -150px;
}
.header-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}
.header-wrapper .box-container {
  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;
  height: 120px;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .pc-nav-box {
  flex: 1;
  margin: 0 10px;
}
.header-wrapper .pc-nav-box ul {
  text-align: right;
}
.header-wrapper .pc-nav-box ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 46px;
}
.header-wrapper .pc-nav-box ul li:last-child {
  margin-right: 0;
}
.header-wrapper .pc-nav-box ul li.on > a,
.header-wrapper .pc-nav-box ul li:hover > a {
  color: #523538;
}
.header-wrapper .pc-nav-box ul li.on > a:after,
.header-wrapper .pc-nav-box ul li:hover > 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 {
  display: block;
  animation: navToggle 0.24s ease-out;
}
.header-wrapper .pc-nav-box ul li > a {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  line-height: 120px;
}

@media screen and (max-width: 1920px) {
.header-wrapper .pc-nav-box ul li > a {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  line-height: 120px;
}
}

.header-wrapper .pc-nav-box ul li > a:after {
  width: 100%;
  left: 0;
}
.header-wrapper .pc-nav-box a {
  position: relative;
  display: block;
}
.header-wrapper .pc-nav-box a:after {
  content: "";
  display: block;
  background-image: linear-gradient(90deg, #e70012 0%, #fff585 100%), linear-gradient(#e70012, #e70012);
  background-blend-mode: normal, normal;
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: 4px;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.header-wrapper .pc-nav-box .hide-box {
  display: none;
  position: absolute;
  left: 0;
  z-index: 11;
  width: 100%;
  background: #efefef;
  top: 100%;
  opacity: 1;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper .pc-nav-box .nav-box {
  border: 1px solid #f0f0f0;
  border-left: none;
  border-right: none;
  padding: 0 60px;
  text-align: center;
}
.header-wrapper .pc-nav-box .nav-box a {
  position: relative;
  display: inline-block;
  height: 94px;
  line-height: 94px;
  vertical-align: top;
  margin-right: 80px;
  font-size: 14px;
  color: #000;
  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;
}
.header-wrapper .pc-nav-box .nav-box a:last-child {
  margin-right: 0;
}
.header-wrapper .pc-nav-box .nav-box a:after {
  display: none;
}
.header-wrapper .pc-nav-box .nav-box a.on,
.header-wrapper .pc-nav-box .nav-box a:hover {
  color: #523538;
}
.header-wrapper .pc-nav-box .intro-box {
  padding: 50px;
  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;
  justify-content: center;
}
.header-wrapper .pc-nav-box .pic {
  cursor: pointer;
  width: 315px;
}
.header-wrapper .pc-nav-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 .pc-nav-box .info {
  cursor: default;
  width: 405px;
  margin-left: 40px;
  text-align: left;
  line-height: 36px;
}
.header-wrapper .pc-nav-box .name {
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 15px;
}
.header-wrapper .pc-nav-box .desc {
  font-size: 12px;
  color: #666;
  line-height: 24px;
}
.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 .search,
.header-wrapper .language {
  cursor: pointer;
}
.header-wrapper .search {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  background: #523538 url(search2.png) no-repeat center center;
  margin-right: 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;
}
.header-wrapper .search.on {
  border-color: #523538;
  background: #523538 url(search2.png) no-repeat center center;
}
.header-wrapper .language {
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 24px;
}
.header-wrapper .language .caption {
  position: relative;
  z-index: 11;
  width: 130px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 12px;
  color: #999;
  border-radius: 24px;
  background: #fff;
  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 .language .caption i {
  width: 19px;
  height: 19px;
  background: url(earth.png) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.header-wrapper .language .caption span,
.header-wrapper .language .caption i {
  display: inline-block;
}
.header-wrapper .language .caption span:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 4px;
  background: url(down.png) no-repeat center center;
  background-size: contain;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.header-wrapper .language .list {
  text-align: center;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 10;
  width: 100%;
  background: #fff;
  border: 1px solid #ebebeb;
  border-top: none;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  display: none;
  padding-top: 20px;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.header-wrapper .language .list a {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 45px;
  border-bottom: 1px solid #f7f8f9;
  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;
  padding: 0 20px;
}
.header-wrapper .language .list a:hover {
  color: #523538;
}
.header-wrapper .language .list a:last-child {
  border-bottom: none;
}
.p_h {
  height: 120px;
  width: 100%;
}
.search-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  background: #fff;
  border-top: 1px solid #eee;
  display: none;
  /* input placeholder  */
}
.search-wrapper .main {
  position: relative;
  width: 730px;
  margin: 0 auto;
}
.search-wrapper a {
  display: block;
}
.search-wrapper .form {
  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;
}
.search-wrapper .text {
  font-size: 14px;
  flex: 1;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #333;
}
.search-wrapper ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 14px;
}
.search-wrapper :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 14px;
}
.search-wrapper ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
}
.search-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
}
.search-wrapper .search-btn {
  width: 16px;
  height: 16px;
  background: url(search.png) no-repeat;
  background-size: contain;
}
.search-wrapper .close {
  width: 20px;
  height: 20px;
  background: url(close.png) no-repeat;
  background-size: contain;
  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;
}
.search-wrapper .close:hover {
  transform: rotate(90deg);
}
.links {
  font-size: 0;
  display: none;
}
.links a {
  position: relative;
  padding-right: 14px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: top;
  color: #666;
  font-size: 14px;
}
.links a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 1;
  width: 1px;
  height: 14px;
  background: #666;
}
.links a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.links a:last-child:after {
  display: none;
}
.footer-wrapper {
  position: relative;
  z-index: 10;
  background: #6A7A83;
}
.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 */
}
.footer-wrapper .left,
.footer-wrapper .right {
  padding-top: 104px;
  padding-bottom: 60px;
}
.footer-wrapper .left {
  width: 64%;
  padding-right:0%;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.footer-wrapper .right {
  width: 36%;
  text-align: right;
  padding-left:0%;
}
.footer-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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.footer-wrapper .logo {
  display: block;
}
.footer-wrapper .friend-link {
  width: 38.46%;
}
.footer-wrapper .friend-link .box {
  position: relative;
  width: 100%;
}
.footer-wrapper .friend-link .name {
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  height: 58px;
  line-height: 58px;
  padding: 0 40px 0 30px;
  border: solid 1px #ececec;
  background-image: url(down3.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 30px center;
}
.footer-wrapper .friend-link .list {
  font-size: 0;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 10;
  max-height: 290px;
  overflow-y: auto;
  display: none;
  background: #fff;
  border: 1px solid #ececec;
  border-bottom: none;
}
.footer-wrapper .friend-link .list::-webkit-scrollbar {
  width: 4px;
  background-color: #f7f8f9;
}
.footer-wrapper .friend-link .list::-webkit-scrollbar-thumb {
  background-color: #523538;
}
.footer-wrapper .friend-link .list a {
  display: block;
  font-size: 14px;
  color: #fff;
  background: #fff;
  line-height: 57px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #dadada;
  padding: 0 15px;
}
.footer-wrapper .friend-link .list a:hover {
  color: #523538;
}
.footer-wrapper .friend-link .list a:last-child {
  border-bottom: none;
}
.footer-wrapper .footer-nav-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 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 50px;
}
.footer-wrapper .footer-nav-box dl {

}
.footer-wrapper .footer-nav-box dl:nth-child(-n+4) {
  margin-top: 0;
}
.footer-wrapper .footer-nav-box dl:nth-child(4n) {
  width: auto;
}
.footer-wrapper .footer-nav-box dl:last-child dt {
  margin-bottom: 0;
}
.footer-wrapper .footer-nav-box dl:last-child dt a,
.footer-wrapper .footer-nav-box dl:last-child dd a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
}
.footer-wrapper .footer-nav-box dl:last-child dt a:hover,
.footer-wrapper .footer-nav-box dl:last-child dd a:hover {
  color: #523538;
}
.footer-wrapper .footer-nav-box dl 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 .footer-nav-box dt {
  margin-bottom: 12px;
}
.footer-wrapper .footer-nav-box dt a {
  font-size: 18px;
  color: #fff;
 
  line-height: 36px;
}
.footer-wrapper .footer-nav-box dt a:hover {
  color: #523538;
}
.footer-wrapper .footer-nav-box dd a {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.footer-wrapper .footer-nav-box dd a:hover {
  color: #523538;
}
.footer-wrapper .tel-box:hover .icon {
  background-image: url(tel2.png);
}
.footer-wrapper .icon {
  width: 30px;
  height: 30px;
  background-image: url(tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 0;
  margin-left: auto;
  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;
}
.footer-wrapper .caption {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
 
  margin: 14px auto 10px;
}
.footer-wrapper .tel {
  font-size: 70px;
  color: #fff;
  line-height: 60px;
  font-family: "sebold";
}
.footer-wrapper .qrcode 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 */
}
.footer-wrapper .qrcode ul li {
  width: 24%;
  margin-left: 1.33%;
}
.footer-wrapper .qrcode ul li:hover img {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.footer-wrapper .qrcode ul li:first-child {
  margin-left: 0;
}
.footer-wrapper .qrcode img {
  display: block;
  width: 100%;
  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;
}
.footer-wrapper .qrcode p {
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  margin-top: 4px;
}
.footer-wrapper .address {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin: 10px auto 10px;
}
.footer-wrapper .share-box {
  margin: 60px auto 34px;
  font-size: 0;
}
.footer-wrapper .share-box span,
.footer-wrapper .share-box a {
  display: inline-block;
  vertical-align: top;
  line-height: 38px;
}
.footer-wrapper .share-box span {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin-right: 16px;
}
.footer-wrapper .share-box a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 20px;
  box-shadow: 0px 10px 10px 0px rgba(0, 104, 150, 0.1);
}
.footer-wrapper .share-box a:last-child {
  margin-right: 0;
}
.footer-wrapper .copy {
  line-height: 24px;
}
.footer-wrapper .copy 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 .copy a:hover {
  color: #523538;
}
.footer-wrapper .copy,
.footer-wrapper .copy a {
  font-size: 12px;
  color: #fff;
}
.index-banner-wrapper {
  position: relative;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .box-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s 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 a > img {
  display: block;
  width: 100%;
}
.index-banner-wrapper .swiper-slide a > img.phone {
  display: none;
}
.index-banner-wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  border-radius: 50%;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner-wrapper .swiper-pagination-bullet svg {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: 50%;
  margin-left: -19px;
}
.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: 2;
  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 3s linear reverse;
  -moz-animation: circle-chart-fill 3s linear reverse;
  -webkit-animation: circle-chart-fill 3s linear reverse;
  -ms-animation: circle-chart-fill 3s linear reverse;
}
.index-banner-wrapper .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 2.8s linear reverse;
  -moz-animation: circle-chart-fill 2.8s linear reverse;
  -webkit-animation: circle-chart-fill 2.8s linear reverse;
  -ms-animation: circle-chart-fill 2.8s linear reverse;
}
.index-banner-wrapper .swiper-pagination {
  bottom: 45px;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 17px;
}
.index-banner-wrapper .info {
  position: absolute;
  z-index: 10;
  width: 100%;
}
.index-banner-wrapper .info .name {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}
.index-banner-wrapper .info-1 {
  left: 0;
  top: 0;
  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;
}
.index-banner-wrapper .info-1 .ename,
.index-banner-wrapper .info-1 .name,
.index-banner-wrapper .info-1 .desc {
  color: #fff;
}
.index-banner-wrapper .info-1 .ename {
  font-size: 250px;
  line-height: 200px;
  text-transform: uppercase;
  font-family: "lg";
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-banner-wrapper .info-1 .name {
  letter-spacing: 4px;
  margin: 27px auto 16px;
}
.index-banner-wrapper .info-1 .desc {
  font-size: 16px;
  line-height: 30px;
  width: 640px;
  font-weight: 700;
}
.index-banner-wrapper .info-2 {
  right: 0;
  top: 165px;
  text-align: right;
}
.index-banner-wrapper .info-2 .name {
  color: #523538;
  font-weight: 700;
  letter-spacing: 2px;
}
.index-banner-wrapper .info-2 .desc {
  font-size: 16px;
  color: #dab252;
  line-height: 40px;
  width: 540px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 50px;
  font-weight: 700;
}
.index-box {
  
}
.index-title-box {
  margin-bottom: 72px;
}
.index-title-box.center {
  text-align: center;
}
.index-title-box.center .line {
  margin: 0 auto;
}
.index-title-box .title {
	font-size: 36px;
	color: #865D33;
	font-weight: 700;
	line-height: 36px;
	padding-top: 20px;
}
.index-title-box p {
  font-size: 16px;
  font-family: Arial;
  color: #c0c0c0;
  line-height: 24px;
  margin: 16px auto 23px;
}
.index-title-box .line {
  width: 30px;
  height: 6px;
  background-image: linear-gradient(90deg, #D9A876 0%, #D9A876 100%), linear-gradient(#D9A876, #D9A876);
  background-blend-mode: normal, normal;
}
.index-more {
  position: relative;
  display: block;
  width: 140px;
  height: 45px;
  line-height: 45px;
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 auto;
}
.index-more:hover {
  color: #fff;
  background: #6A7A83;
  transition: all 1s 0.3s;
  -webkit-transition: all 1s 0.3s;
}
.index-more:hover i:nth-child(1),
.index-more:hover i:nth-child(3) {
  width: 140px;
}
.index-more:hover i:last-child,
.index-more:hover i:nth-child(2) {
  height: 45px;
}
.index-more i {
  position: absolute;
  display: inline-block;
  background: #523538;
  z-index: 10;
}
.index-more i:nth-child(1),
.index-more i:nth-child(3) {
  width: 0;
  height: 1px;
}
.index-more i:last-child,
.index-more i:nth-child(2) {
  width: 1px;
  height: 0;
}
.index-more i:nth-child(1) {
  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 i:nth-child(2) {
  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 i:nth-child(3) {
  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 i: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 .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 */
}
.index-box-1 .info,
.index-box-1 .pic {
  width: 50%;
}
.index-box-1 .info {
  padding-right: 176px;
}
.index-box-1 .info .name {
  font-size: 40px;
  color: #353535;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 2px;
}
.index-box-1 .desc {
  font-size: 14px;
  color: #888;
  line-height: 30px;
  text-align: justify;
  margin: 38px auto 62px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 180px;
}
.index-box-1 .index-more {
  margin: 0;
}
.index-box-1 .pic {
  position: relative;
}
.index-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);
}
.index-box-1 .inner {
  width: 280px;
  position: absolute;
  left: 100px;
  top: 110px;
  z-index: 10;
}
.index-box-1 .inner .name {
  font-size: 30px;
  color: #000;
 
}
.index-box-1 .ename {
  font-size: 50px;
  line-height: 70px;
  color: #523538;
  text-transform: uppercase;
  font-family: lg;
  background-image: -webkit-linear-gradient(top, #000, rgba(255, 255, 255, 0.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 32px;
}
.index-box-1 .ename b {
  display: inline-block;
  width: 100%;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-box-2 {
	position: relative;
	background:#EFEFEF;
	
	  
}
.index-box-2 > .index-title-box {
  display: none;
}
.index-box-2 .video-box {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.index-box-2 .video-box.on .bigImg {
  opacity: 0;
  visibility: hidden;
}
.index-box-2 .video-box.on video {
  z-index: 1;
}
.index-box-2 .video-box.fileOn .bigImg {
  opacity: 0;
  visibility: hidden;
}
.index-box-2 .video-box.fileOn .videofile {
  z-index: 1;
}
.index-box-2 .bigImg {
  position: relative;
}
.index-box-2 .bigImg > img {
  display: block;
  width: 100%;
}
.index-box-2 .img {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  margin: 0 auto 20px;
}
.index-box-2 .videofile,
.index-box-2 video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  object-fit: cover;
}
.index-box-2 .swiper-box {
	position: relative;
	left: 0;

	z-index: 10;
	width: 100%;
	bottom: 80px;
top: 80px;
}
.index-box-2 .swiper-slide {
  cursor: pointer;
}
.index-box-2 .swiper-slide.on .pic:before,
.index-box-2 .swiper-slide:hover .pic:before {
  opacity: 0;
  visibility: hidden;
}
.index-box-2 .swiper-slide:hover .pic img {
  transform: scale(0.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);

}
.index-box-2 .swiper-slide .pic {
  position: relative;
  
}
.index-box-2 .swiper-slide .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  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;
  opacity: 1;
}
.index-box-2 .swiper-slide .name {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
}
.index-box-2 .index-title-box {
  position: absolute;
  width: 100%;
  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: 10;
  padding: 0 calc((100% - 1536px) / 2) 205px;
}
.index-box-2 .index-title-box .title,
.index-box-2 .index-title-box p {
  color: #fff;
}
.index-box-2 .box-container {
  position: relative;
}
.index-box-2 .swiper-btn {
  display: inline-block;
  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;
  width: 49px;
  height: 49px;
  margin-top: -20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}
.index-box-2 .prev {
  left: -96px;
}
.index-box-2 .next {
  right: -96px;
}
.index-box-2 .swiper-pagination {
  display: none;
}
.index-box-2 .prev {
  background-image: url(prev3.png);
}
.index-box-2 .prev:hover {
  background-image: url(prev2.png);
}
.index-box-2 .next {
  background-image: url(next3.png);
}
.index-box-2 .next:hover {
  background-image: url(next2.png);
}
.index-box-3 .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;
   margin-top: 0px;
}
.index-box-3 .box-container .index-title-box {
  width: 40%;
}
.index-box-3 .box-container 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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 50%;
}
.index-box-3 .box-container ul li {
  cursor: pointer;
}
.index-box-3 .box-container ul li.on .pic img {
  display: none;
}
.index-box-3 .box-container ul li.on .pic img.on {
  display: block;
}
.index-box-3 .box-container ul li.on .name {
  color: #523538;
  font-weight: 700;
}
.index-box-3 .box-container ul li.on .name:after {
  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-3 .box-container .pic {
  position: relative;
}
.index-box-3 .box-container .pic img {
  display: block;
  margin: 0 auto;
}
.index-box-3 .box-container .pic img.on {
  display: none;
}
.index-box-3 .box-container .name {
  color: #999;
  text-align: center;
  font-size: 14px;
  position: relative;
  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;
  margin-top: 18px;
}
.index-box-3 .box-container .name:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background: url(down2.png) no-repeat center center;
  background-size: contain;
  margin: 14px auto 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  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;
}
.index-box-3 .swiper-box .index-title-box .title,
.index-box-3 .swiper-box .index-title-box p {
  color: #000;
}
.index-box-3 .swiper-slide.swiper-slide-active .info,
.index-box-3 .swiper-slide.swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-box-3 .swiper-slide 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 */
}
.index-box-3 .swiper-slide .info,
.index-box-3 .swiper-slide .pic {
  width: 50%;
  transition: transform 1s ease;
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  opacity: 0;
  visibility: hidden;
}
.index-box-3 .swiper-slide .pic {
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
}
.index-box-3 .swiper-slide .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 .swiper-slide .info {
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  padding: 100px calc((100% - 1536px) / 2) 100px 100px;
}
.index-box-3 .swiper-slide .desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 30px;
  text-align: justify;
  margin-bottom: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}
.index-box-3 .index-more {
  margin: 0;
  color: #000;
  transition-delay: 0s;
}
.index-box-3 .index-more:hover {
  color: #fff;
  background: #6A7A83;
  transition: all 1s 0.3s;
  -webkit-transition: all 1s 0.3s;
}
.index-box-3 {
  padding:20px 0;
  background: url(index4.jpg) repeat center center;
  background-size: cover;
}
.index-box-4 {
	padding: 70px 0;
	background-size: cover;
	background-image: url(index4.jpg);
	background-repeat: repeat;
	background-position: center center;
}
.index-box-4 .swiper-slide {
  position: relative;
  height: 625px;
  padding: 60px 66px;
  background: #fff;
  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-box-4 .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(0deg, #6A7A83 0%, #8196A1 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  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;
  opacity: 0;
  visibility: hidden;
}
.index-box-4 .swiper-slide a {
  position: relative;
  display: block;
}
.index-box-4 .pic img {
  width: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.index-box-4 .info {
  margin-top: 38px;
}
.index-box-4 .date {
  font-size: 24px;
  color: #be9546;
  font-family: sebold;
  line-height: 24px;
  margin-bottom: 30px;
}
.index-box-4 .name {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box-4 .desc {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  text-align: justify;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 20px auto 20px;
}
.index-box-4 .index-more {
  margin: 0;
  transition-delay: 0s;
}
.page-banner-wrapper {
  position: relative;
  z-index: 1;
}
.page-banner-wrapper .banner {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.page-banner-wrapper .info {
  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;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.page-banner-wrapper .name {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
    color: #D5B079;
}
.page-banner-wrapper .ename {
  font-size: 16px;
  color: #D5B079;
  font-family: Arial;
  line-height: 24px;
  margin: 13px auto 24px;
}
.page-banner-wrapper .line {
  width: 80px;
  height: 5px;
   margin-top: 30px;
  background-image: linear-gradient(90deg, #D5B079 0%, #D5B079 100%), linear-gradient(#D5B079, #D5B079);
  background-blend-mode: normal, normal;
}
.page-box {
  
}
.more {
  display: block;
  width: 46px;
  height: 33px;
  background-image: url(more.png);
  background-repeat: no-repeat;
  background-size: contain;
  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;
  border-radius: 16px;
}
.more:hover {
  background-image: url(more2.png);
}
.loading {
  display: block;
  width: 100%;
  margin-top: 80px;
  text-align: center;
}
.loading a {
  display: block;
  font-size: 14px;
  color: #e70012;
  font-weight: 700;
  margin: 0 auto;
}
.loading a:hover i:after {
  animation: iconAnimate 0.9s ease infinite;
}
.loading i {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 15px;
  background-image: linear-gradient(90deg, #e70012 0%, #fff585 100%), linear-gradient(#e70012, #e70012);
  background-blend-mode: normal, normal;
  vertical-align: middle;
}
.loading i:before,
.loading i:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.loading i:before {
  background: #fff;
  z-index: 10;
  transform: scale(0.8235);
  -webkit-transform: scale(0.8235);
  -moz-transform: scale(0.8235);
  -ms-transform: scale(0.8235);
  -o-transform: scale(0.8235);
  border-radius: 50%;
}
.loading i:after {
  z-index: 11;
  background: url(loading.png) no-repeat center center;
}
.business-wrapper .recommend-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 */
}
.business-wrapper .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);
}
.business-wrapper .swiper-box {
  position: relative;
  width: 65.1%;
}
.business-wrapper .swiper-box .name {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  font-weight: 700;
  padding: 0 100px 0 50px;
  line-height: 80px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.business-wrapper .swiper-box .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  border-radius: 50%;
}
.business-wrapper .swiper-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.business-wrapper .swiper-box .swiper-pagination-bullet svg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -7px;
}
.business-wrapper .swiper-box .swiper-pagination-bullet svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.business-wrapper .swiper-box .swiper-pagination-bullet {
  fill: none;
}
.business-wrapper .swiper-box .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
}
.business-wrapper .swiper-box .circle-chart__circle {
  stroke-linecap: square;
  fill: none;
}
.business-wrapper .swiper-box .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #fff;
  stroke-width: 2;
  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;
}
.business-wrapper .swiper-box .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3s linear reverse;
  -moz-animation: circle-chart-fill 3s linear reverse;
  -webkit-animation: circle-chart-fill 3s linear reverse;
  -ms-animation: circle-chart-fill 3s linear reverse;
}
.business-wrapper .swiper-box .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 2.8s linear reverse;
  -moz-animation: circle-chart-fill 2.8s linear reverse;
  -webkit-animation: circle-chart-fill 2.8s linear reverse;
  -ms-animation: circle-chart-fill 2.8s linear reverse;
}
.business-wrapper .swiper-box .swiper-pagination {
  bottom: 33px;
  text-align: right;
  width: auto;
  padding-right: 50px;
  left: auto;
  right: 0;
}
.business-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 5px;
}
.business-wrapper .search-box {
  width: 34.9%;
  background-image: linear-gradient(90deg, #e70012 0%, #fff585 100%), linear-gradient(#e70012, #e70012);
  background-blend-mode: normal, normal;
  padding: 70px 70px 40px;
}
.business-wrapper .search-box .name {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 4px;
  margin-bottom: 14px;
}
.business-wrapper .search-box p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
}
.business-wrapper .search-box .submit {
  display: block;
  width: 140px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #e70012;
  background: #fff;
  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;
  text-align: center;
}
.business-wrapper .search-box .submit:hover {
  background-color: #e70012;
  color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.business-wrapper .search-box .submit:hover i {
  background-image: url(search5.png);
}
.business-wrapper .search-box .submit i {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(search4.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
}
.business-wrapper .box {
  position: relative;
  z-index: 10;
  margin: 44px auto 60px;
}
.business-wrapper .box .item {
  position: relative;
  /* input placeholder  */
  margin-bottom: 10px;
}
.business-wrapper .box .item ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 14px;
}
.business-wrapper .box .item :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 14px;
}
.business-wrapper .box .item ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
}
.business-wrapper .box .item :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
}
.business-wrapper .box .item .top {
  cursor: pointer;
  padding: 0 40px 0 30px;
  background: #fff url("down5.png") no-repeat right 30px center;
}
.business-wrapper .box .item .list {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 10;
  background: #fff;
  max-height: 255px;
  overflow: auto;
  padding-right: 2px;
  /* 滚动条样式 */
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.business-wrapper .box .item .list a {
  display: block;
  color: #666;
  font-size: 14px;
  border-top: 1px solid #ededed;
  line-height: 50px;
  padding: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.business-wrapper .box .item .list a:hover,
.business-wrapper .box .item .list a.on {
  color: #523538;
}
.business-wrapper .box .item .list::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.business-wrapper .box .item .list::-webkit-scrollbar-track {
  background-color: #f6f6f6;
}
.business-wrapper .box .item .list::-webkit-scrollbar-thumb {
  background-color: #523538;
}
.business-wrapper .box .text,
.business-wrapper .box .top {
  color: #999;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.business-wrapper .box .text {
  padding: 0 30px;
  width: 100%;
}
.business-wrapper .main {
  margin-top: 80px;
}
.business-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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.business-wrapper .main li {
  position: relative;
  width: 49.02%;
  background: #fafafa;
  margin-top: 1.96%;
  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;
}
.business-wrapper .main li:nth-child(-n+2) {
  margin-top: 0;
}
.business-wrapper .main li:hover {
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.business-wrapper .main li:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.business-wrapper .main 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);
}
.business-wrapper .main li:hover .name {
  color: #e70012;
}
.business-wrapper .main li:hover .more {
  background-image: url(more2.png);
}
.business-wrapper .main li:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(90deg, #e70012 0%, #fff585 100%), linear-gradient(#e70012, #e70012);
  background-blend-mode: normal, normal;
  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);
}
.business-wrapper .main a {
  display: block;
}
.business-wrapper .main .pic img {
  height: 383px;
  object-fit: cover;
}
.business-wrapper .main .info {
  padding: 46px 50px 70px;
}
.business-wrapper .main .name {
  font-size: 22px;
  color: #393435;
  font-weight: 700;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.business-wrapper .main .desc {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
  margin: 20px auto 30px;
}
.business-wrapper .main .other {
  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-right: 50px;
  line-height: 24px;
}
.business-wrapper .main .area,
.business-wrapper .main .type {
  font-size: 14px;
  color: #be9546;
}
.business-wrapper .main .type img,
.business-wrapper .main .brief img {
  margin-right: 10px;
  vertical-align: middle;
}
.business-wrapper .main .area {
  margin-right: 44px;
}
.business-wrapper .main .area span {
  display: inline-block;
  margin-right: 10px;
  font-size: 30px;
  color: #be9546;
  font-family: "gb";
}
.business-wrapper .main .brief {
  margin-top: 35px;
  font-size: 14px;
  color: #999;
}
.business-wrapper .main .more {
  position: absolute;
  bottom: 116px;
  right: 50px;
  z-index: 10;
}
.businessinfo-wrapper .box-1 {
  position: relative;
  padding-top: 116px;
}
.businessinfo-wrapper .box-1:before {
  content: "";
  display: block;
  width: 100%;
  height: 850px;
  background: url(bi.jpg) no-repeat center top;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.businessinfo-wrapper .box-1 .swiper-slide {
  overflow: hidden;
}
.businessinfo-wrapper .box-1 .swiper-slide img {
  display: block;
  width: 100%;
  transition: transform 2s ease;
  -webkit-transition: transform 2s ease;
  -moz-transition: transform 2s ease;
  -ms-transition: transform 2s ease;
  -o-transition: transform 2s ease;
}
.businessinfo-wrapper .box-1 .swiper-slide 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);
}
.businessinfo-wrapper .box-1 .swiper-btn {
  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;
}
.businessinfo-wrapper .box-1 .prev {
  left: -96px;
}
.businessinfo-wrapper .box-1 .next {
  right: -96px;
}
.businessinfo-wrapper .box-1 .swiper-pagination {
  display: none;
}
.businessinfo-wrapper .box-1 .prev {
  background-image: url(prev.png);
}
.businessinfo-wrapper .box-1 .prev:hover {
  background-image: url(prev2.png);
}
.businessinfo-wrapper .box-1 .next {
  background-image: url(next.png);
}
.businessinfo-wrapper .box-1 .next:hover {
  background-image: url(next2.png);
}
.businessinfo-wrapper .name-box {
  text-align: center;
  margin-bottom: 80px;
}
.businessinfo-wrapper .name-box .name {
  font-size: 48px;
  color: #fff;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.businessinfo-wrapper .name-box p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
  font-family: Arial;
  text-transform: uppercase;
}
.businessinfo-wrapper .swiper-box {
  position: relative;
}
.businessinfo-wrapper .swiper-btn {
  display: inline-block;
  width: 49px;
  height: 49px;
  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;
}
.businessinfo-wrapper .param-box {
  margin-top: 120px;
}
.businessinfo-wrapper .param-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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.businessinfo-wrapper .param-box .title {
  font-size: 36px;
  color: #000;
  line-height: 40px;
  font-family: gb;
  font-weight: 700;
}
.businessinfo-wrapper .param-box p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 4px;
}
.businessinfo-wrapper .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: justify;
}
.businessinfo-wrapper .detail-box {
  width: 63.8%;
  padding-bottom: 92px;
}
.businessinfo-wrapper .detail-box .caption {
  font-size: 26px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
.businessinfo-wrapper .btn-box {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.businessinfo-wrapper .btn-box a {
  margin-right: 28px;
}
.businessinfo-wrapper .btn-box a:last-child {
  margin-right: 0;
}
.businessinfo-wrapper .caption-box {
  margin-bottom: 40px;
}
.businessinfo-wrapper .caption-box .caption {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 6px;
}
.businessinfo-wrapper .caption-box p {
  font-size: 16px;
  color: #ccc;
  line-height: 24px;
}
.businessinfo-wrapper .box-2 {
  background: url(bi3.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 96px 0 100px;
}
.businessinfo-wrapper .box-2 .box-container {
  position: relative;
}
.businessinfo-wrapper .box-2 .caption-box {
  margin-bottom: 20px;
}
.businessinfo-wrapper .box-2 .swiper-container {
  padding: 20px;
  margin: 0 -20px;
}
.businessinfo-wrapper .box-2 .pic img {
  height: 243px;
  object-fit: cover;
}
.businessinfo-wrapper .box-2 .swiper-slide {
  background: #fff;
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.06);
}
.businessinfo-wrapper .box-2 .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);
}
.businessinfo-wrapper .box-2 .swiper-slide:hover .name {
  color: #e70012;
}
.businessinfo-wrapper .box-2 .swiper-slide:hover .more {
  background-image: url(more2.png);
}
.businessinfo-wrapper .box-2 .swiper-slide a {
  display: block;
}
.businessinfo-wrapper .box-2 .name {
  font-size: 22px;
  color: #393435;
  line-height: 30px;
  font-weight: 700;
}
.businessinfo-wrapper .box-2 .name,
.businessinfo-wrapper .box-2 .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.businessinfo-wrapper .box-2 .desc {
  font-size: 14px;
  color: #999;
  margin: 10px auto 34px;
}
.businessinfo-wrapper .box-2 .brief {
  font-size: 14px;
  color: #999;
  margin-top: 8px;
  padding-right: 50px;
}
.businessinfo-wrapper .box-2 .brief img {
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.businessinfo-wrapper .box-2 .area {
  color: #be9546;
  font-size: 14px;
  line-height: 30px;
}
.businessinfo-wrapper .box-2 .area span {
  display: inline-block;
  font-size: 30px;
  font-family: gb;
  margin-right: 10px;
}
.businessinfo-wrapper .box-2 .info {
  position: relative;
  padding: 40px 50px 50px;
}
.businessinfo-wrapper .box-2 .more {
  position: absolute;
  bottom: 75px;
  z-index: 10;
  right: 50px;
}
.businessinfo-wrapper .box-2 .prev {
  background-image: url(prev.png);
}
.businessinfo-wrapper .box-2 .prev:hover {
  background-image: url(prev.png);
}
.businessinfo-wrapper .box-2 .next {
  background-image: url(next.png);
}
.businessinfo-wrapper .box-2 .next:hover {
  background-image: url(next.png);
}
.businessinfo-wrapper .main {
  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-top: 92px;
}
.businessinfo-wrapper .contact-box {
  width: 28.64%;
  padding: 70px 60px 74px;
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.06);
  background: #fff url(bibg.png) no-repeat right bottom;
}
.businessinfo-wrapper .contact-box .caption {
  font-size: 18px;
  background: url(build.png) no-repeat left center;
  color: #000;
  padding-left: 66px;
  line-height: 50px;
  background-size: contain;
  font-weight: 700;
}
.businessinfo-wrapper .contact-box .desc {
  font-size: 14px;
  color: #959595;
  line-height: 30px;
  text-align: justify;
  margin: 20px auto 22px;
}
.businessinfo-wrapper .contact-box .qrcode {
  width: 150px;
  margin-top: 34px;
}
.businessinfo-wrapper .contact-box .qrcode img {
  display: block;
  width: 100%;
}
.businessinfo-wrapper .label {
  font-size: 0;
  margin-bottom: 38px;
}
.businessinfo-wrapper .label span {
  cursor: default;
  display: inline-block;
  font-size: 14px;
  color: #4b4b4b;
  text-align: center;
  vertical-align: top;
  min-width: 94px;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  background-color: #f5f5f5;
  margin-right: 12px;
  margin-bottom: 12px;
}
.businessinfo-wrapper .label span:last-child {
  margin-right: 0;
}
.businessinfo-wrapper .tel {
  display: block;
  font-size: 30px;
  color: #523538;
  font-family: "mb";
  line-height: 30px;
  margin-bottom: 35px;
}
.businessinfo-wrapper .tel img {
  position: relative;
  top: -2px;
  margin-right: 8px;
  vertical-align: top;
}
.businessinfo-wrapper .book {
  text-align: center;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  background-color: #523538;
  color: #fff;
  font-weight: 700;
  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;
}
.businessinfo-wrapper .book:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.businessinfo-wrapper .book img {
  margin-right: 18px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.businessinfo-wrapper .box-3 {
  padding: 94px 0 120px;
  background: #f7f8f8 url(bibg.jpg) no-repeat center bottom;
  background-size: 100%;
}
.businessinfo-wrapper .box-3 .swiper-box {
  margin-top: 70px;
  padding: 0 90px;
  position: relative;
}
.businessinfo-wrapper .box-3 .swiper-box .content {
  display: none;
}
.businessinfo-wrapper .box-3 .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);
}
.businessinfo-wrapper .box-3 .swiper-slide:hover .info:after,
.businessinfo-wrapper .box-3 .swiper-slide.active .info:after {
  width: 100%;
}
.businessinfo-wrapper .box-3 .swiper-slide:hover .type,
.businessinfo-wrapper .box-3 .swiper-slide.active .type {
  color: #c59845;
}
.businessinfo-wrapper .box-3 .swiper-slide .pic img {
  height: 168px;
  object-fit: cover;
}
.businessinfo-wrapper .box-3 .type {
  font-size: 15px;
  color: #393435;
  font-weight: 700;
  line-height: 24px;
}
.businessinfo-wrapper .box-3 .type span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #c59845;
  font-family: "gb";
  margin-left: 10px;
}
.businessinfo-wrapper .box-3 .type span:before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 1px;
  background-color: #e5e5e5;
  margin-right: 10px;
}
.businessinfo-wrapper .box-3 .brief {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  margin-top: 10px;
  height: 154px;
  overflow-y: auto;
}
.businessinfo-wrapper .box-3 .brief::-webkit-scrollbar {
  width: 4px;
  background-color: #f7f8f9;
}
.businessinfo-wrapper .box-3 .brief::-webkit-scrollbar-thumb {
  background-color: #523538;
}
.businessinfo-wrapper .box-3 .info {
  position: relative;
  padding: 22px 0 22px 25px;
  background-color: #fff;
}
.businessinfo-wrapper .box-3 .info > div {
  padding-right: 25px;
}
.businessinfo-wrapper .box-3 .info:after {
  content: "";
  width: 0;
  height: 2px;
  background-image: linear-gradient(90deg, #e70012 0%, #fff585 100%), linear-gradient(#e70012, #e70012);
  background-blend-mode: normal, normal;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
}
.businessinfo-wrapper .box-3 .swiper-btn {
  display: inline-block;
  position: absolute;
  top: 60px;
  z-index: 1;
}
.businessinfo-wrapper .box-3 .prev {
  left: 0;
  background-image: url(prev.png);
}
.businessinfo-wrapper .box-3 .prev:hover {
  background-image: url(prev.png);
}
.businessinfo-wrapper .box-3 .next {
  right: 0;
  background-image: url(next.png);
}
.businessinfo-wrapper .box-3 .next:hover {
  background-image: url(next.png);
}
.businessinfo-wrapper .type-box {
  text-align: center;
  background-color: #e8e8e8;
  padding: 100px 100px 48px;
}
.businessinfo-wrapper .type-box .content {
  font-size: 14px;
  color: #808080;
  line-height: 30px;
  text-align: center;
}
.businessinfo-wrapper .type-box .content img,
.businessinfo-wrapper .type-box .content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.businessinfo-wrapper .type-box h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 56px auto 14px;
}
.businessinfo-wrapper .type-box h3 span {
  display: none;
}
.businessinfo-wrapper .box-4 {
  padding: 96px 0 100px;
  background-color: #f2f2f2;
}
.businessinfo-wrapper .box-4 .swiper-slide {
  background-color: #fff;
  border-radius: 10px;
  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;
}
.businessinfo-wrapper .box-4 .swiper-slide:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.businessinfo-wrapper .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);
}
.businessinfo-wrapper .box-4 .swiper-slide:hover .title {
  color: #be9546;
}
.businessinfo-wrapper .box-4 .info {
  padding: 48px 50px 50px;
}
.businessinfo-wrapper .box-4 .title {
  font-size: 22px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  margin: 20px auto 16px;
  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;
}
.businessinfo-wrapper .box-4 .date {
  font-size: 24px;
  color: #be9546;
  line-height: 24px;
  font-family: "sebold";
}
.businessinfo-wrapper .box-4 .desc {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
  margin-bottom: 40px;
}
.businessinfo-wrapper .box-4 .swiper-box {
  position: relative;
}
.businessinfo-wrapper .box-4 .swiper-btn {
  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: 0;
}
.businessinfo-wrapper .box-4 .prev {
  left: -90px;
  background-image: url(prev.png);
}
.businessinfo-wrapper .box-4 .prev:hover {
  background-image: url(prev.png);
}
.businessinfo-wrapper .box-4 .next {
  right: -90px;
  background-image: url(next.png);
}
.businessinfo-wrapper .box-4 .next:hover {
  background-image: url(next.png);
}
.businessinfo-wrapper .box-5 {
  padding: 140px 0 160px;
  background: url(bibg2.jpg) no-repeat center center;
  background-size: cover;
}
.businessinfo-wrapper .box-5 .caption-box .caption {
  color: #fff;
}
.businessinfo-wrapper .box-5 .caption-box p {
  color: rgba(255, 255, 255, 0.7);
}
.businessinfo-wrapper .box-5 .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;
}
.businessinfo-wrapper .box-5 .info-box {
  width: 31.25%;
  padding-top: 25px;
}
.businessinfo-wrapper .box-5 .desc {
  font-size: 30px;
  color: #fff;
  font-family: "Microsoft JhengHei";
  line-height: 44px;
  margin: 70px auto 72px;
}
.businessinfo-wrapper .box-5 .more {
  background-image: url(more3.png);
}
.businessinfo-wrapper .box-5 .more:hover {
  background-image: url(more2.png);
}
.businessinfo-wrapper .box-5 .swiper-box {
  width: 63.54%;
}
.businessinfo-wrapper .box-5 .swiper-slide {
  width: 18.85%;
  margin-right: 1.4375%;
  margin-top: 1.4375%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
}
.businessinfo-wrapper .box-5 .swiper-slide:nth-child(-n+5) {
  margin-top: 0;
}
.businessinfo-wrapper .box-5 .swiper-slide:nth-child(5n) {
  margin-right: 0;
}
.businessinfo-wrapper .box-5 .swiper-slide: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);
}
.businessinfo-wrapper .box-5 .swiper-slide img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 120px;
  object-fit: contain;
  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;
}
.businessinfo-wrapper .box-6 {
  margin: 120px auto;
}
.businessinfo-wrapper .box-6 .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;
}
.businessinfo-wrapper .box-6 .map {
  width: 52.08%;
  position: relative;
  overflow: hidden;
  height: 500px;
}
.businessinfo-wrapper .box-6 .map .img {
  height: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
}
.businessinfo-wrapper .box-6 .info {
  width: 40.1%;
  line-height: 24px;
}
.businessinfo-wrapper .box-6 .info p {
  font-size: 16px;
  color: #999;
  margin-bottom: 15px;
}
.businessinfo-wrapper .box-6 .info p img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.businessinfo-wrapper .box-6 .info .desc {
  font-size: 18px;
  margin-bottom: 40px;
}
.businessinfo-wrapper .box-6 .qrcode {
  width: 120px;
}
.businessinfo-wrapper .box-6 .qrcode p {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 0;
}
.history-wrapper {
  padding-bottom: 0!important;
}
.history-wrapper .swiper-container {
  padding-bottom: 98px;
}
.history-wrapper .swiper-slide:hover .year,
.history-wrapper .swiper-slide.active .year {
  color: #e70012;
}
.history-wrapper .swiper-slide:hover .year:after,
.history-wrapper .swiper-slide.active .year:after {
  background-image: url(dot2.png);
}
.history-wrapper .year,
.history-wrapper .since {
  font-size: 40px;
  color: #959595;
  font-family: lg;
  line-height: 40px;
  text-align: center;
}
.history-wrapper .year {
  position: relative;
}
.history-wrapper .year:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(dot.png);
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  margin: 20px auto 0;
  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;
}
.history-wrapper .swiper-box {
  position: relative;
  z-index: 0;
}
.history-wrapper .swiper-box:before,
.history-wrapper .swiper-box:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
.history-wrapper .swiper-box:before {
  height: calc(100% - 70px);
  background: url(history.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  bottom: 0;
}
.history-wrapper .swiper-box:after {
  background: #e5e5e5;
  height: 2px;
  top: 68px;
}
.history-wrapper .swiper-slide {
  position: relative;
  z-index: 2;
}
.history-wrapper .detail {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 44px 50px 46px;
  margin-top: 88px;
}
.history-wrapper .detail ul {
  position: relative;
  height: 385px;
  overflow-y: auto;
  padding-right: 20px;
}
.history-wrapper .detail ul::-webkit-scrollbar {
  width: 5px;
  background-color: #e5e5e5;
}
.history-wrapper .detail ul::-webkit-scrollbar-thumb {
  background-color: #e70012;
}
.history-wrapper .detail ul li {
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 16px;
  padding-left: 30px;
}
.history-wrapper .detail ul li:last-child {
  margin-bottom: 0;
}
.history-wrapper .detail ul li:last-child:after {
  display: none;
}
.history-wrapper .detail ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #b9b9b9;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
  background: #f2f2f2;
}
.history-wrapper .detail ul li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: url(line.jpg) repeat-y;
  position: absolute;
  left: 5px;
  top: 20px;
  z-index: 0;
}
.history-wrapper .box-container {
  position: relative;
}
.history-wrapper .swiper-btn {
  display: inline-block;
  width: 49px;
  height: 49px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 44px;
  z-index: 10;
  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;
}
.history-wrapper .prev {
  left: -49px;
  background-image: url(prev.png);
}
.history-wrapper .prev:hover {
  background-image: url(prev.png);
}
.history-wrapper .next {
  right: -49px;
  background-image: url(next.png);
}
.history-wrapper .next:hover {
  background-image: url(next2.png);
}
.history-wrapper .since {
  position: absolute;
  right: -49px;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.about-wrapper {
  padding-bottom: 0!important;
}
.about-wrapper .box-1 {
  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 */
}
.about-wrapper .box-1 .info{
  width: 60%;
}
.about-wrapper .box-1 .pic {
	width: 40%;
	top: -100px;
}
.about-wrapper .box-1 img {
  
text-align: center;

}
.about-wrapper .box-1 .pic1 {
	background-color: #FFFFFF;
	border: 0px solid #CCCCCC;
	
	width: 500px;
	text-align: center;
	
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.about-wrapper .box-1 .info {
  padding-right: 80px;
}
.about-wrapper .box-1 .name {
  font-size: 40px;
  color: #222;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 700;
}
.about-wrapper .box-1 .ename {
  font-size: 80px;
  color: #e5e5e5;
  line-height: 70px;
  margin: 24px auto 36px;
}
.about-wrapper .ename {
  font-family: "lg";
  text-transform: uppercase;
}
.about-wrapper .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: justify;
}
.about-wrapper .box-2 {
  background: url(about3.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 160px;
}
.about-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 */
}
.about-wrapper .box-2 .info {
  position: relative;
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: 0;
  padding: 55px 30px 52px;
  background: url(about2.jpg) no-repeat center center;
  background-size: cover;
}
.about-wrapper .box-2 .info.animated:before {
  transform: translate3d(0, 0, 0) scaleX(0);
}
.about-wrapper .box-2 .info:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #e70012 0%, #fff585 100%), linear-gradient(#e70012, #e70012);
  background-blend-mode: normal, normal;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  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;
  transition-delay: 0.2s;
}
.about-wrapper .box-2 .name,
.about-wrapper .box-2 .ename {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}
.about-wrapper .box-2 .name {
  letter-spacing: 2px;
}
.about-wrapper .box-2 .ename {
  opacity: 0.5;
  margin-top: 14px;
}
.news-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;
}
.news-wrapper .main li {
  position: relative;
  width: 28.97%;
  margin-right: 6.545%;
  margin-top: 6.545%;
}
.news-wrapper .main li:nth-child(3n) {
  margin-right: 0;
}
.news-wrapper .main li:nth-child(-n+3) {
  margin-top: 0;
}
.news-wrapper .main 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 .main li:hover .name {
  color: #be9546;
}
.news-wrapper .main li:hover .index-more {
  color: #fff;
  background: #6A7A83;
  transition: all 1s 0.3s;
  -webkit-transition: all 1s 0.3s;
}
.news-wrapper .main li:hover .index-more i:nth-child(1),
.news-wrapper .main li:hover .index-more i:nth-child(3) {
  width: 140px;
}
.news-wrapper .main li:hover .index-more i:last-child,
.news-wrapper .main li:hover .index-more i:nth-child(2) {
  height: 45px;
}
.news-wrapper .main li a {
  position: relative;
  display: block;
}
.news-wrapper .pic img {
  height: 244px;
  object-fit: cover;
}
.news-wrapper .info {
  margin-top: 45px;
}
.news-wrapper .date {
  font-size: 24px;
  color: #be9546;
  font-family: sebold;
  line-height: 24px;
  margin-bottom: 32px;
}
.news-wrapper .name {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  height: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-wrapper .desc {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  text-align: justify;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 30px auto 44px;
}
.news-wrapper .index-more {
  margin: 0;
}
.newsdetail {
  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;
}
.newsdetail .leftbox {
  width: calc(100% - 310px);
  margin-right: 56px;
}
.newsdetail .top .title {
  color: #404040;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.471;
}
.newsdetail .top .date {
  color: #ccc;
  font-size: 20px;
  font-weight: bold;
  font-family: mb;
  padding-left: 25px;
  margin-top: 75px;
  background-image: url(ntime.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.newsdetail .top {
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	padding-top: 30px;
}
.newsdetail .ndbot {
  margin-top: 36px;
  position: relative;
}
.ndbotleft {
  width: 150px;
  border-top: 3px solid #523538;
  margin-top: 10px;
  float: left;
}
.ndbot.cur .ndbotleft {
  position: fixed;
  top: 0;
  left: calc((100% - 1536px) / 2);
}
.ndbot.cur2 .ndbotleft {
  position: absolute;
  bottom: 96px;
  left: 0;
}
.ndbotleft .shareitems {
  background-color: #fafafa;
}
.ndbotleft .shareitem {
  padding: 20px 0 20px 18px;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
  position: relative;
}
.ndbotleft .shareitem:nth-last-of-type(1) {
  border-bottom: none;
}
.ndbotleft .shareitem:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: auto;
  transition: 0.5s ease-in-out 0s;
  -webkit-transition: 0.5s ease-in-out 0s;
  -moz-transition: 0.5s ease-in-out 0s;
}
.ndbotleft .shareitem:hover:before {
  width: 100%;
}
.ndbotleft .shareitem .icon {
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 3;
}
.ndbotleft .shareitem:hover .icon {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
.ndbotleft .shareitem .text {
  float: left;
  color: #666;
  line-height: 36px;
  margin-left: 10px;
  position: relative;
  z-index: 3;
}
.ndbotleft .shareitem:nth-of-type(1) .icon {
  background: url(nshare1.png) no-repeat;
  background-size: contain;
}
.ndbotleft .shareitem:nth-of-type(2) .icon {
  background: url(nshare2.png) no-repeat;
  background-size: contain;
}
.ndbotleft .shareitem:nth-of-type(3) .icon {
  background: url(nshare3.png) no-repeat;
  background-size: contain;
}
.ndbotleft .shareitem:nth-of-type(4) .icon {
  background: url(nshare4.png) no-repeat;
  background-size: contain;
}
.ndbotleft .returnlist {
  position: relative;
  height: 70px;
  display: block;
  color: #fff;
  line-height: 70px;
  font-size: 16px;
  padding-left: 18px;
  background-image: url(nlist.png);
  background-repeat: no-repeat;
  background-position: right 30px 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;
}
.ndbotleft .returnlist:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(90deg, #e70012 0%, #fff585 100%), linear-gradient(#e70012, #e70012);
  background-blend-mode: normal, normal;
}
.ndbotleft .returnlist:hover {
  background-position: right 20px center;
}
.ndrec {
  width: 310px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(4, 0, 0, 0.06);
}
.ndrecbox {
  position: relative;
  padding: 38px 30px 0;
}
.ndrecbox:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(90deg, #e70012 0%, #fff585 100%), linear-gradient(#e70012, #e70012);
  background-blend-mode: normal, normal;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.ndreccen .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.ndreccen .read {
  color: #7b7b7b;
  line-height: 24px;
  float: right;
}
.ndreccen .entitle {
  color: #999;
  font-size: 14px;
  font-family: Arial;
  margin-top: 12px;
}
.ndrecitems {
  margin-top: 38px;
  position: relative;
}
.ndrecitem {
  margin-bottom: 32px;
  display: block;
}
.ndrecitem .title {
  color: #666;
  margin-top: 15px;
  line-height: 1.9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ndrecitem:hover .title {
  color: #523538;
}
.ndrecitem:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.ndbotright {
 width: 85%;
 
   margin: 0 auto; 
 
}
.ndcontent {
  padding-bottom: 20px;
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.ndcontent img,
.ndcontent input[type="image"] {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.ndpager {
  background-color: #fafafa;
  height: 48px;
  padding: 0 24px;
}
.ndpager:nth-of-type(2) {
  margin-top: 10px;
}
.ndpager .name {
  font-weight: bold;
  color: #999;
  line-height: 48px;
  float: left;
}
.ndpager .text {
  float: left;
  display: block;
  width: calc(100% - 56px);
  color: #999;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ndpager a.text:hover {
  color: #523538;
}
.contact-wrapper {
  padding-bottom: 0!important;
}
.contact-wrapper .box-1 {
  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 */
}
.contact-wrapper .info {
  width: 47.92%;
  padding-right: 100px;
}
.contact-wrapper .info li {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  position: relative;
  padding-left: 52px;
  margin-bottom: 28px;
}
.contact-wrapper .info li:last-child {
  margin-bottom: 0;
}
.contact-wrapper .info .icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 32px;
}
.contact-wrapper .map {
  width: 52.08%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.contact-wrapper .map .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-wrapper .box-2 {
  margin-top: 100px;
  background: url(contact.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}
.contact-wrapper .form {
  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;
  /* input placeholder  */
}
.contact-wrapper .form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 14px;
}
.contact-wrapper .form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 14px;
}
.contact-wrapper .form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
}
.contact-wrapper .form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
}
.contact-wrapper .text,
.contact-wrapper .msg {
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  border: solid 1px #ededed;
}
.contact-wrapper .text {
  width: 24.08%;
  margin-right: 1.226%;
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
}
.contact-wrapper .text:nth-child(4) {
  margin-right: 0;
}
.contact-wrapper .msg {
  width: 100%;
  height: 200px;
  resize: none;
  line-height: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.contact-wrapper .submit {
  display: block;
  width: 145px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #523538;
  margin-top: 30px;
  color: #fff;
  font-weight: 700;
  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;
}
.contact-wrapper .submit:hover {
  background-color: #D9A876;
}
.job-wrapper {
  padding-bottom: 200px;
}
.job-wrapper .main {
  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;
}
.job-wrapper .box {
  width: 75.26%;
  padding-right: 30px;
}
.job-wrapper .box li {
  padding: 34px 80px 40px;
  background: #f9f9f9;
  margin-bottom: 20px;
}
.job-wrapper .box li:last-child {
  margin-bottom: 0;
}
.job-wrapper .box li.on .top .name {
  color: #e70012;
}
.job-wrapper .box li.on .top .brief span {
  font-weight: 700;
  display: block;
  color: #666;
}
.job-wrapper .box li.on .btn:after {
  transform: rotate(90deg);
}
.job-wrapper .box .caption {
  font-weight: 700;
}
.job-wrapper .box .name {
  width: 25.28%;
  padding-right: 20px;
}
.job-wrapper .top {
  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 */
}
.job-wrapper .top .name {
  position: relative;
  font-size: 24px;
  color: #333;
  font-weight: 700;
  line-height: 36px;
  height: 106px;
  padding-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  background: url(line2.png) no-repeat right top;
}
.job-wrapper .top .name:after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-image: linear-gradient(90deg, #e70012 0%, #fff585 100%), linear-gradient(#e70012, #e70012);
  background-blend-mode: normal, normal;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.job-wrapper .brief,
.job-wrapper .hide-box {
  padding-right: 110px;
}
.job-wrapper .brief {
  width: 74.72%;
  padding-left: 50px;
  font-size: 0;
}
.job-wrapper .brief span {
  display: inline;
  font-size: 14px;
  color: #999;
  line-height: 28px;
  margin-right: 44px;
}
.job-wrapper .brief span:last-child {
  margin-right: 0;
}
.job-wrapper .btn {
  display: inline-block;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #e70012 0%, #fff585 100%), linear-gradient(#e70012, #e70012);
  background-blend-mode: normal, normal;
  position: absolute;
  right: 80px;
  top: 40px;
  z-index: 10;
}
.job-wrapper .btn:before,
.job-wrapper .btn:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  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:before {
  width: 15px;
  height: 3px;
  margin-left: -7px;
  margin-top: -2px;
}
.job-wrapper .btn:after {
  width: 3px;
  height: 15px;
  margin-left: -1px;
  margin-top: -8px;
}
.job-wrapper .hide-box {
  display: none;
  padding-left: calc(25.28% + 50px);
}
.job-wrapper .send {
  display: block;
  width: 120px;
  height: 45px;
  line-height: 45px;
  background-image: linear-gradient(90deg, #e70012 0%, #fff585 100%), linear-gradient(#e70012, #e70012);
  background-blend-mode: normal, normal;
  border-radius: 23px;
  text-align: center;
  color: #fff;
  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;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.job-wrapper .send:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.job-wrapper .box .caption,
.job-wrapper .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.job-wrapper .content {
  text-align: justify;
  margin-bottom: 30px;
}
.job-wrapper .content:nth-last-child(2) {
  margin-bottom: 0;
}
.job-wrapper .hide-box {
  position: relative;
  margin-top: 34px;
  margin-left: auto;
  margin-right: 0;
}
.job-wrapper .other {
  width: 24.74%;
}
.job-wrapper .inner-1,
.job-wrapper .inner-2,
.job-wrapper .inner-3 .info {
  padding-left: 50px;
  padding-right: 50px;
}
.job-wrapper .inner-1,
.job-wrapper .inner-2 {
  margin-bottom: 5px;
}
.job-wrapper .inner-1 {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(job.jpg) no-repeat center center;
  background-size: cover;
}
.job-wrapper .inner-1 .item {
  position: relative;
  /* input placeholder  */
  margin-bottom: 10px;
}
.job-wrapper .inner-1 .item ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 14px;
}
.job-wrapper .inner-1 .item :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 14px;
}
.job-wrapper .inner-1 .item ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
}
.job-wrapper .inner-1 .item :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
}
.job-wrapper .inner-1 .item .top {
  cursor: pointer;
  padding: 0 30px 0 20px;
  background: #fff url("down5.png") no-repeat right 20px center;
}
.job-wrapper .inner-1 .item .list {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 10;
  background: #fff;
  max-height: 225px;
  overflow: auto;
  /* 滚动条样式 */
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.job-wrapper .inner-1 .item .list a {
  display: block;
  color: #666;
  font-size: 14px;
  border-top: 1px solid #ededed;
  line-height: 44px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-wrapper .inner-1 .item .list a:hover,
.job-wrapper .inner-1 .item .list a.on {
  color: #523538;
}
.job-wrapper .inner-1 .item .list::-webkit-scrollbar {
  width: 3px;
  /*对垂直流动条有效*/
}
.job-wrapper .inner-1 .item .list::-webkit-scrollbar-track {
  background-color: #f6f6f6;
}
.job-wrapper .inner-1 .item .list::-webkit-scrollbar-thumb {
  background-color: #523538;
}
.job-wrapper .inner-1 .text,
.job-wrapper .inner-1 .top {
  color: #999;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
}
.job-wrapper .inner-1 .text {
  padding: 0 20px;
  width: 100%;
}
.job-wrapper .inner-3 img {
  display: block;
  width: 100%;
}
.job-wrapper .submit {
  display: block;
  width: 120px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #e9831e;
  background: #fff;
  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;
  text-align: center;
}
.job-wrapper .submit:hover {
  background-color: #e70012;
  color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.job-wrapper .inner-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(job2.jpg) no-repeat center center;
  background-size: cover;
}
.job-wrapper .inner-2 .name {
  font-size: 28px;
  color: #fff;
  line-height: 38px;
  font-weight: 700;
  margin: 36px auto 26px;
}
.job-wrapper .inner-2 .line {
  width: 16px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
}
.job-wrapper .caption-box .caption {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 4px;
}
.job-wrapper .caption-box p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.3);
}
.management-wrapper {
  padding-bottom: 0!important;
}
.management-wrapper .index-title-box .title {
  color: #333;
  margin-bottom: 28px;
}
.management-wrapper .tab-box {
  position: relative;
  text-align: center;
}
.management-wrapper .tab-box.animated:after {
  width: 100%;
}
.management-wrapper .tab-box:after {
  display: block;
  content: "";
  width: 0;
  height: 3px;
  background: #e9e9e9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: width 2s ease;
  -webkit-transition: width 2s ease;
  -moz-transition: width 2s ease;
  -ms-transition: width 2s ease;
  -o-transition: width 2s ease;
}
.management-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 */
}
.management-wrapper .box-1 .info,
.management-wrapper .box-1 .pic {
  width: 50%;
}
.management-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);
}
.management-wrapper .box-1 .info {
  padding-right: 100px;
}
.management-wrapper .box-1 .name {
  font-size: 40px;
  color: #222;
  font-weight: 700;
  line-height: 48px;
}
.management-wrapper .box-1 .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 45px;
}
.management-wrapper .box-2 {
  margin-top: 80px;
  background: url(managementbg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0 94px;
  position: relative;
}
.management-wrapper .box-2.animated:after {
  width: 100%;
}
.management-wrapper .box-2:after {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 163px;
  z-index: 1;
  transition: width 2s ease;
  -webkit-transition: width 2s ease;
  -moz-transition: width 2s ease;
  -ms-transition: width 2s ease;
  -o-transition: width 2s ease;
}
.management-wrapper .box-2 .swiper-box {
  padding: 0 60px;
}
.management-wrapper .box-2 .swiper-slide {
  text-align: center;
}
.management-wrapper .box-2 .swiper-slide:hover .dot {
  background-image: linear-gradient(90deg, #e70012 0%, #fff585 100%), linear-gradient(#e70012, #e70012);
  background-blend-mode: normal, normal;
}
.management-wrapper .box-2 .swiper-slide p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.management-wrapper .box-2 .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 16px auto 15px;
  background: url(dot2.png) no-repeat 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;
}
.management-wrapper .box-2 .year {
  font-size: 40px;
  color: #e70012;
  line-height: 40px;
  font-family: "lg";
}
.management-wrapper .box-2 .main {
  padding: 100px;
  background-color: #fff;
  border-radius: 50px;
  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-top: 52px;
}
.management-wrapper .box-2 .content {
  width: 41.77%;
  font-size: 14px;
  color: #666;
  line-height: 36px;
  text-align: justify;
  font-weight: 700;
  overflow-y: auto;
  max-height: 396px;
  padding-right: 30px;
}
.management-wrapper .box-2 .content::-webkit-scrollbar {
  width: 3px;
  background-color: #e6e6e6;
}
.management-wrapper .box-2 .content::-webkit-scrollbar-thumb {
  background-color: #e70012;
}
.management-wrapper .box-2 .data {
  width: 48.65%;
}
.management-wrapper .box-2 .data p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.management-wrapper .box-2 .data 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;
}
.management-wrapper .box-2 .data ul li {
  width: 40%;
  margin-bottom: 94px;
  padding-right: 15px;
}
.management-wrapper .box-2 .data ul li:nth-child(3n) {
  flex: 1;
  padding-right: 0;
}
.management-wrapper .box-2 .data .num {
  color: #666;
  margin-bottom: 9px;
}
.management-wrapper .box-2 .data .num span {
  display: inline-block;
  font-size: 50px;
  font-family: "sebold";
  margin-right: 8px;
  line-height: 40px;
}
.management-wrapper .box-2 .data em,
.management-wrapper .box-2 .data i {
  display: inline-block;
  font-style: normal;
}
.management-wrapper .box-2 .data i {
  font-size: 22px;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 10;
  line-height: 15px;
}
.management-wrapper .box-2 .data em {
  position: relative;
  font-size: 16px;
}
.management-wrapper .box-3 {
  margin-top: 90px;
}
.management-wrapper .box-3 .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 */
}
.management-wrapper .box-3 .info,
.management-wrapper .box-3 .pic {
  width: 50%;
}
.management-wrapper .box-3 .pic {
  padding-right: 50px;
}
.management-wrapper .box-3 .brief {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 80px;
}
.management-wrapper .box-3 .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: justify;
  font-weight: 700;
}
.management-wrapper .box-4 {
  margin-top: 90px;
  padding: 52px 0 80px;
  background: url(managementbg2.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.management-wrapper .box-4 .swiper-container {
  position: relative;
  z-index: 2;
}
.management-wrapper .box-4 .swiper-slide {
  position: relative;
  font-size: 14px;
  color: #666;
  font-weight: 700;
  width: auto;
  margin-right: 80px;
  padding-bottom: 24px;
  cursor: pointer;
}
.management-wrapper .box-4 .swiper-slide.on,
.management-wrapper .box-4 .swiper-slide:hover {
  color: #523538;
}
.management-wrapper .box-4 .swiper-slide.on:after,
.management-wrapper .box-4 .swiper-slide:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.management-wrapper .box-4 .swiper-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #e70012;
  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;
}
.management-wrapper .box-4 .swiper-slide:last-child {
  margin-right: 0;
}
.management-wrapper .box-4 .detail-box {
  margin-top: 70px;
}
.management-wrapper .box-4 .item {
  position: relative;
  display: none;
  align-items: center;
}
.management-wrapper .box-4 .item.on {
  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 */
  animation: boxFadeIn 0.5s ease;
}
.management-wrapper .box-4 .info,
.management-wrapper .box-4 .pic {
  width: 50%;
}
.management-wrapper .box-4 .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);
}
.management-wrapper .box-4 .info {
  padding-right: 110px;
}
.management-wrapper .box-4 .name {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 38px;
}
.management-wrapper .box-4 .content {
  font-size: 16px;
  color: #666;
  line-height: 34px;
  text-align: justify;
}
.management-wrapper .box-5 {
  padding: 116px 0 100px;
  background-color: #f5f5f5;
}
.management-wrapper .box-5 .box-container {
  position: relative;
}
.management-wrapper .box-5 .item {
  display: none;
}
.management-wrapper .box-5 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;
}
.management-wrapper .box-5 ul li {
  width: 31.12%;
  background-color: #fafafa;
  margin-right: 3.32%;
  margin-top: 3.32%;
}
.management-wrapper .box-5 ul li:nth-child(3n) {
  margin-right: 0;
}
.management-wrapper .box-5 ul li:nth-child(-n+3) {
  margin-top: 0;
}
.management-wrapper .box-5 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);
}
.management-wrapper .box-5 ul li:hover .name {
  color: #523538;
}
.management-wrapper .box-5 ul li:hover .more {
  background-image: url(more2.png);
}
.management-wrapper .box-5 ul li a {
  display: block;
}
.management-wrapper .box-5 .loading {
  background: none;
  margin-top: 50px;
}
.management-wrapper .box-5 .pic img {
  height: 243px;
  object-fit: cover;
}
.management-wrapper .box-5 .info {
  padding: 40px 50px 45px;
}
.management-wrapper .box-5 .name {
  font-size: 22px;
  color: #393435;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.management-wrapper .box-5 .desc {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin: 10px auto 38px;
}
.management-wrapper .box-5 .cat-box {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.management-wrapper .box-5 .cat-box a {
  display: inline-block;
  margin-right: 40px;
  color: #666;
  font-weight: 700;
  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;
}
.management-wrapper .box-5 .cat-box a:hover,
.management-wrapper .box-5 .cat-box a.on {
  color: #e70012;
}
.management-wrapper .box-5 .cat-box a:last-child {
  margin-right: 0;
}
.management-wrapper .loading {
  padding: 13px 0;
  background-color: #fafafa;
}
.management-wrapper .box-6 {
  padding: 100px 0;
}
.management-wrapper .box-6 .box {
  margin-bottom: 50px;
}
.management-wrapper .box-6 .box:last-child {
  margin-bottom: 0;
}
.management-wrapper .box-6 .index-title-box {
  text-align: center;
  margin-bottom: 46px;
}
.management-wrapper .box-6 .index-title-box .line {
  margin: 0 auto;
}
.management-wrapper .box-6 .caption {
  font-size: 24px;
  color: #523538;
  line-height: 30px;
  font-weight: 700;
  margin-top: 36px;
}
.management-wrapper .box-6 .cat-box {
  text-align: center;
  margin-bottom: 50px;
}
.management-wrapper .box-6 .cat-box .inner {
  display: inline-block;
  background-color: #fff;
  border-radius: 23px;
  border: solid 1px #dfdfdf;
  font-size: 0;
}
.management-wrapper .box-6 .cat-box a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  font-weight: 700;
  text-align: center;
  min-width: 180px;
  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;
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  padding: 0 15px;
}
.management-wrapper .box-6 .cat-box a.on,
.management-wrapper .box-6 .cat-box a:hover {
  color: #fff;
  background-color: #523538;
}
.management-wrapper .box-6 .detail-box .item {
  position: relative;
  display: none;
}
.management-wrapper .box-6 .detail-box .item.on {
  display: block;
  animation: boxFadeIn 0.5s ease;
}
.management-wrapper .box-6 .detail-box .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;
}
.management-wrapper .box-6 .detail-box .box:nth-child(even) .info-box {
  order: 1;
  padding-left: 110px;
}
.management-wrapper .box-6 .detail-box .box:nth-child(even) .swiper-box {
  order: 0;
}
.management-wrapper .box-6 .detail-box .box:nth-child(odd) .info-box {
  padding-right: 110px;
}
.management-wrapper .box-6 .detail-box .box .name {
  font-size: 30px;
  color: #e70012;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 36px;
}
.management-wrapper .box-6 .detail-box .box .content {
  font-size: 14px;
  color: #666;
  line-height: 34px;
  text-align: justify;
  margin-bottom: 66px;
}
.management-wrapper .box-6 .detail-box .box .content:last-child {
  margin-bottom: 0;
}
.management-wrapper .box-6 .detail-box .info-box,
.management-wrapper .box-6 .detail-box .swiper-box {
  width: 50%;
}
.management-wrapper .box-6 .swiper-pagination {
  bottom: 20px;
  font-size: 0;
}
.management-wrapper .box-6 .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  background: #fff;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  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;
}
.management-wrapper .box-6 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.management-wrapper .box-7 {
  padding: 80px 0 90px;
  background: url(management_2.png) no-repeat right bottom;
}
.management-wrapper .box-7 .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;
}
.management-wrapper .box-7 .pic {
  width: 41.54%;
}
.management-wrapper .box-7 .info {
  width: 50%;
  padding-top: 145px;
}
.management-wrapper .box-7 .desc {
  font-size: 18px;
  color: #666;
  line-height: 36px;
  text-align: justify;
}
.management-wrapper .index-box-4 .index-title-box .title {
  color: #523538;
}
.bidding-wrapper .main {
  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;
}
.bidding-wrapper .main.max .news {
  width: 100%;
}
.bidding-wrapper .main.max .sideSearch {
  display: none;
}
.bidding-wrapper .news {
  flex: 1;
  margin-right: 70px;
}
.bidding-wrapper .sideSearch {
  width: 22.79%;
}
.bidding-wrapper .time {
  display: none;
}
.bidding-wrapper .news .list li {
  margin-bottom: 20px;
}
.bidding-wrapper .news .list li:last-child {
  margin-bottom: 0;
}
.bidding-wrapper .news .list li a {
  display: block;
  padding: 44px 14.34% 34px 19.53%;
  position: relative;
  background: #f7f7f7;
  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;
}
.bidding-wrapper .news .list li .date {
  position: absolute;
  left: 40px;
  top: 52px;
}
.bidding-wrapper .news .list li .name {
  font-weight: 700;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  margin-bottom: 6px;
}
.bidding-wrapper .news .list li .desc {
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #999;
}
.bidding-wrapper .news .list li .moreBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 8%;
  height: 100%;
  background: #523538;
  opacity: 0;
}
.bidding-wrapper .news .list li .moreBtn img {
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.bidding-wrapper .news .list li a:hover {
  background: #fff;
  box-shadow: 0px 5px 18px 0px rgba(41, 73, 162, 0.07);
}
.bidding-wrapper .news .list li a:hover .time {
  color: #523538;
}
.bidding-wrapper .news .list li a:hover .name {
  color: #523538;
}
.bidding-wrapper .news .list li a:hover .moreBtn {
  opacity: 1;
}
.bidding-wrapper .date {
  line-height: 24px;
}
.bidding-wrapper .date p {
  font-family: sebold;
  font-size: 24px;
  color: #be9546;
}
.bidding-wrapper .date .year {
  font-size: 24px;
  color: #999;
  font-family: sebold;
  margin-top: 10px;
  font-weight: 700;
}
.bidding-wrapper .sideSearch .title-box {
  position: relative;
}
.bidding-wrapper .sideSearch .title-box img {
  display: block;
  width: 100%;
}
.bidding-wrapper .sideSearch .title-box .title {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-family: reflex;
  font-style: italic;
  letter-spacing: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: 30px;
}
.bidding-wrapper .sideSearch .title-box .en {
  font-size: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.5);
  font-family: dcb;
}
.bidding-wrapper .sideSearch .botDiv {
  padding: 32px 30px 5px;
  background: #f2f2f2;
  margin-bottom: 10px;
}
.bidding-wrapper .sideSearch .form .box {
  margin-bottom: 35px;
}
.bidding-wrapper .sideSearch .form .box .caption {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #666;
  margin-bottom: 15px;
}
.bidding-wrapper .sideSearch .select {
  width: 100%;
  position: relative;
  height: 50px;
}
.bidding-wrapper .sideSearch .select > a {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  width: 100%;
  background: #fff url(down7.png) no-repeat right 24px center;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.bidding-wrapper .sideSearch .select > a {
  font-size: 14px;
  color: #b4b4b4;
  position: relative;
  padding: 0 34px 0 20px;
  display: block;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bidding-wrapper .sideSearch .select .hidebox {
  display: none;
  max-height: 270px;
  overflow-y: auto;
  margin: 0;
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: 100;
  width: 100%;
  padding: 0 20px 20px;
  background: #f7f7f7;
}
.bidding-wrapper .sideSearch .select .hidebox::-webkit-scrollbar {
  width: 3px;
}
.bidding-wrapper .sideSearch .select .hidebox a {
  display: block;
  line-height: 45px;
  height: 45px;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
  color: #b4b4b4;
  font-size: 14px;
}
.bidding-wrapper .sideSearch .select .hidebox a.on {
  color: #000;
}
.bidding-wrapper .sideSearch .select .hidebox a:hover {
  color: #000;
}
.bidding-wrapper .sideSearch .llbox {
  background: #fff;
  position: relative;
}
.bidding-wrapper .sideSearch .text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #b4b4b4;
  text-indent: 20px;
}
.bidding-wrapper .sideSearch .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 36px;
  height: 100%;
  background: url(search6.png) left center no-repeat;
  z-index: 2;
}
.bidding-wrapper .sideSearch .pic img {
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.bidding-wrapper .sideSearch .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);
}
.website-wrapper .main ul li {
  line-height: 30px;
  padding: 22px 0;
  background: url(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: #523538;
}
.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: #523538;
  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(icon3.png) no-repeat left center;
  margin-right: 10px;
}
.page-wrapper .content {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: justify;
}
.page-wrapper .content img,
.page-wrapper .content input[type="image"] {
  max-width: 100%;
  height: auto!important;
}
.charity-wrapper li {
  margin-bottom: 80px;
}
.charity-wrapper li:last-child {
  margin-bottom: 0;
}
.charity-wrapper li:hover .index-more {
  color: #fff;
  background: #6A7A83;
  transition: all 1s 0.3s;
  -webkit-transition: all 1s 0.3s;
}
.charity-wrapper li:hover .index-more i:nth-child(1),
.charity-wrapper li:hover .index-more i:nth-child(3) {
  width: 140px;
}
.charity-wrapper li:hover .index-more i:last-child,
.charity-wrapper li:hover .index-more i:nth-child(2) {
  height: 45px;
}
.charity-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);
}
.charity-wrapper li:hover .name {
  color: #523538;
}
.charity-wrapper li 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 */
  align-items: center;
}
.charity-wrapper .pic,
.charity-wrapper .info {
  width: 50%;
}
.charity-wrapper .info {
  padding: 0 76px 0 80px;
}
.charity-wrapper .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.charity-wrapper .desc {
  color: #999;
  line-height: 26px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 104px;
  margin: 36px auto 52px;
}
.charity-wrapper .index-more {
  margin: 0;
}
.page-cat-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  
  border-radius: 23px;
  border: solid 0px #dfdfdf;
  font-size: 0;
}
.page-cat-box a {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  color: #666;
  background-color: #ffffff;
  border: solid 1px #dfdfdf;
  font-weight: 700;
  line-height: 45px;
  border-radius: 23px;
  min-width: 150px;
  padding: 0 5px;
  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;
}
.page-cat-box a.on {
  color: #fff;
  background: #6A7A83;
}
.concept-wrapper {
  padding-bottom: 0!important;
}
.concept-wrapper .box-container {
  position: relative;
}
.concept-wrapper .swiper-box {
  position: relative;
  padding-top: 80px;
  background: url(researchbg.jpg) no-repeat center center;
  background-size: cover;
  padding-left: calc((100% - 1536px) / 2);
}
.concept-wrapper .swiper-container {
  padding-bottom: 80px;
}
.concept-wrapper .swiper-slide {
  padding: 40px 40px 42px;
  padding-left: 80px;
  height: auto;
  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;
  background-color: #fff;
}
.concept-wrapper .swiper-slide:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.concept-wrapper .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);
}
.concept-wrapper .swiper-slide:after {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  background: #d8d8d8;
  position: absolute;
  left: 20px;
  top: 42%;
  z-index: 10;
}
.concept-wrapper .tag {
  width: 40px;
  position: absolute;
  left: 20px;
  top: 40px;
  z-index: 10;
  color: #dbd8d4;
  font-size: 24px;
  line-height: 40px;
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
  text-align: center;
  letter-spacing: 2px;
}
.concept-wrapper .info {
  padding-top: 44px;
  line-height: 30px;
}
.concept-wrapper .en {
  font-size: 36px;
  font-family: "sebold";
  line-height: 36px;
  text-transform: uppercase;
  color: #523538;
}
.concept-wrapper .cn {
  font-size: 24px;
  color: #051323;
  margin: 14px auto 40px;
}
.concept-wrapper .desc {
  color: #666;
  text-align: justify;
}
.concept-wrapper .btn-box {
  margin-bottom: 50px;
}
.concept-wrapper .swiper-btn {
  display: inline-block;
  width: 49px;
  height: 49px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.concept-wrapper .prev {
  background-image: url(prev3.png);
}
.concept-wrapper .prev:hover {
  background-image: url(prev2.png);
}
.concept-wrapper .next {
  margin-left: 30px;
  background-image: url(next3.png);
}
.concept-wrapper .next:hover {
  background-image: url(next2.png);
}
.magazine-wrapper .box-container {
  position: relative;
}
.magazine-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;
}
.magazine-wrapper .main ul li {
  width: 31.12%;
  margin-right: 3.32%;
  margin-top: 3.32%;
}
.magazine-wrapper .main ul li:nth-child(3n) {
  margin-right: 0;
}
.magazine-wrapper .main ul li:nth-child(-n+3) {
  margin-top: 0;
}
.magazine-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);
}
.magazine-wrapper li:hover .name {
  color: #523538;
}
.magazine-wrapper li:hover .btn {
  background-image: url(download2.png);
}
.magazine-wrapper li:hover .info:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.magazine-wrapper .info {
  position: relative;
  padding: 38px 90px 36px 40px;
}
.magazine-wrapper .info:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(90deg, #e70012 0%, #fff585 100%), linear-gradient(#e70012, #e70012);
  background-blend-mode: normal, normal;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  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;
}
.magazine-wrapper .name {
  display: block;
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  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;
}
.magazine-wrapper .date {
  font-size: 20px;
  color: #999;
  font-family: "sebold";
  line-height: 20px;
  margin-top: 15px;
}
.magazine-wrapper .btn {
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 47px;
  z-index: 10;
  width: 45px;
  height: 45px;
  background-image: url(download.png);
  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;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.brand-wrapper .box-container {
  position: relative;
}
.brand-wrapper .caption {
  font-size: 30px;
  color: #523538;
  line-height: 36px;
  margin-bottom: 34px;
  font-weight: 700;
}
.brand-wrapper .content {
  font-size: 16px;
  color: #666;
  line-height: 34px;
  text-align: justify;
}
.brand-wrapper .main {
  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;
}
.brand-wrapper .main .content {
  width: 67.7%;
}
.brand-wrapper .main .pic {
  width: 25.13%;
}
.brand-wrapper .box-2 .box-container,
.brand-wrapper .box-3 .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 */
}
.brand-wrapper .box-2 .caption,
.brand-wrapper .box-3 .caption {
  flex: 1;
  overflow: hidden;
  padding-right: 30px;
}
.brand-wrapper .box-2 {
  margin-top: 90px;
  padding: 138px 0 130px;
  background: url(brandbg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.brand-wrapper .box-2 .content {
  width: 78.125%;
}
.brand-wrapper .box-3 {
  margin-top: 100px;
}
.brand-wrapper .box-3 ul {
  width: 78.125%;
  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;
}
.brand-wrapper .box-3 ul li {
  width: 19.33%;
  margin-right: 7.56%;
  margin-top: 60px;
  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;
}
.brand-wrapper .box-3 ul li:nth-child(-n+4) {
  margin-top: 0;
}
.brand-wrapper .box-3 ul li:nth-child(4n) {
  margin-right: 0;
}
.brand-wrapper .box-3 ul li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.brand-wrapper .box-3 ul li:hover .pic img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.research-wrapper {
  padding-bottom: 0!important;
}
.research-wrapper .swiper-box {
  position: relative;
  padding: 52px 0 80px;
  background: #f7fbfd;
}
.research-wrapper .swiper-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #e9e9e9;
  position: absolute;
  left: 0;
  top: 103px;
  z-index: 0;
}
.research-wrapper .swiper-box .box-container {
  position: relative;
}
.research-wrapper .cat-swiper .swiper-slide {
  cursor: pointer;
  width: auto;
  color: #666;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 24px;
}
.research-wrapper .cat-swiper .swiper-slide.on,
.research-wrapper .cat-swiper .swiper-slide:hover {
  color: #523538;
}
.research-wrapper .cat-swiper .swiper-slide.on:before,
.research-wrapper .cat-swiper .swiper-slide:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.research-wrapper .cat-swiper .swiper-slide:before {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background-color: #523538;
  position: absolute;
  left: 50%;
  margin-left: -28px;
  bottom: 0;
  z-index: 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;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.research-wrapper .swiper-btn {
  display: inline-block;
  width: 49px;
  height: 49px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 26px;
  z-index: 10;
  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;
}
.research-wrapper .prev {
  left: -98px;
  background-image: url(prev.png);
}
.research-wrapper .prev:hover {
  background-image: url(prev2.png);
}
.research-wrapper .next {
  right: -98px;
  background-image: url(next.png);
}
.research-wrapper .next:hover {
  background-image: url(next.png);
}
.research-wrapper .detail-box {
  margin-top: 70px;
}
.research-wrapper .detail-swiper .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 */
  align-items: center;
}
.research-wrapper .detail-swiper .swiper-slide-active .info,
.research-wrapper .detail-swiper .swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
}
.research-wrapper .detail-swiper .swiper-slide-active .info {
  animation: infoAnimateLeft 0.8s ease;
}
.research-wrapper .detail-swiper .swiper-slide-active .pic {
  animation: infoAnimateRight 0.8s ease;
}
.research-wrapper .detail-swiper .info,
.research-wrapper .detail-swiper .pic {
  width: 50%;
  opacity: 0;
  visibility: hidden;
}
.research-wrapper .detail-swiper .info {
  padding-right: 110px;
}
.research-wrapper .detail-swiper .name {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
.research-wrapper .detail-swiper .desc {
  font-size: 16px;
  color: #666;
  line-height: 34px;
  text-align: justify;
  margin-top: 36px;
}
.culture-wrapper {

	background-image: url(index41.jpg);
	background-repeat: repeat;
	
}
.honor-wrapper {

	background-image: url(index41.jpg);
	background-repeat: repeat;
	
}

.about-wrapper{

	background-image: url(index41.jpg);
	background-repeat: repeat;
	background-position: center bottom;
}
.contact-wrapper{

	background-image: url(index41.jpg);
	background-repeat: repeat;
	background-position: center bottom;
}
.culture-wrapper .main {
  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;
}
.culture-wrapper .data {
  width: 26%;
}
.culture-wrapper .data 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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
}
.culture-wrapper .data ul li {
  width: 48%;
  margin-bottom: 100px;
}
.culture-wrapper .data .num span,
.culture-wrapper .data em,
.culture-wrapper .data i {
  display: inline-block;
  color: #666;
  font-style: normal;
}
.culture-wrapper .data .num span {
  font-size: 50px;
  line-height: 36px;
  font-family: "sebold";
  margin-right: 12px;
}
.culture-wrapper .data em {
  position: relative;
  top: -3px;
  font-size: 16px;
}
.culture-wrapper .data i {
  font-weight: 700;
  font-size: 22px;
  font-family: Arial;
  position: absolute;
  left: 0;
  top: -22px;
  z-index: 1;
}
.culture-wrapper .data p {
  color: #666;
  line-height: 24px;
  margin-top: 12px;
}
.culture-wrapper .content {
  width: 100%;
  color: #666;
  line-height: 30px;
  text-align: justify;
}
.talent-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 */
}
.talent-wrapper .info,
.talent-wrapper .pic {
  width: 50%;
}
.talent-wrapper .info {
  padding-right: 120px;
}
.talent-wrapper .name {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}
.talent-wrapper .content {
  font-size: 18px;
  line-height: 36px;
  color: #666;
  text-align: justify;
  margin-top: 40px;
}
.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);
}
.honor-wrapper .main {
  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;
}
.honor-wrapper .box {
  width: 100%;
}
.honor-wrapper .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 */
  flex-flow: wrap;
}
.honor-wrapper .box ul li {
  width: 32.33%;
  margin-right: 1.505%;
  margin-bottom: 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;
  background-color: #f7f7f7;
}
.honor-wrapper .box ul li:nth-child(-n+3) {
  margin-top: 0;
}
.honor-wrapper .box ul li:nth-child(3n) {
  margin-right: 0;
}
.honor-wrapper .box ul li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.honor-wrapper .box ul li:hover .pic {
  border-color: #fff;
  border-bottom-color: #ececec;
}
.honor-wrapper .box .pic {
  border: solid 1px #ececec;
}
.honor-wrapper .box .pic img {
  height: 348px;
  object-fit: contain;
}
.honor-wrapper .box .name {
  height: 74px;
  margin-top: 1px;
  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-top: 1px solid #fff;
}
.honor-wrapper .box .inner {
  font-weight: 700;
  width: 100%;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  padding: 0 44px;
}
.honor-wrapper .main > .pic {
  width: 24.73%;
}
.welfare-wrapper .title-box {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 84px;
}
.welfare-wrapper .title-box .title {
  font-size: 38px;
  line-height: 40px;
}
.welfare-wrapper .title-box p {
  font-size: 24px;
  font-family: "sebold";
  line-height: 24px;
  text-transform: uppercase;
  color: #523538;
  margin-top: 15px;
}
.welfare-wrapper .box-1 {
  padding-bottom: 158px;
  background: url(welfarebg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.welfare-wrapper .box-1 li {
  position: absolute;
  width: 300px;
  background-color: #fff;
  border-radius: 60px;
  text-align: center;
  padding: 23px 15px;
  border: solid 3px #e6e6e6;
  z-index: 1;
}
.welfare-wrapper .box-1 li .title,
.welfare-wrapper .box-1 li .desc {
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.welfare-wrapper .box-1 li .title {
  font-weight: 700;
  margin-bottom: 8px;
}
.welfare-wrapper .box-1 li:first-child {
  left: 50%;
  top: -60px;
  margin-left: -150px;
}
.welfare-wrapper .box-1 li:nth-child(2) {
  right: -230px;
  top: 67px;
}
.welfare-wrapper .box-1 li:nth-child(3) {
  right: -230px;
  bottom: 67px;
}
.welfare-wrapper .box-1 li:nth-child(4) {
  left: 50%;
  bottom: -60px;
  margin-left: -150px;
}
.welfare-wrapper .box-1 li:nth-child(5) {
  left: -230px;
  top: 50%;
}
.welfare-wrapper .circle-box {
  position: relative;
  width: 420px;
  height: 420px;
  margin: 140px auto 0;
  border-radius: 50%;
  background: url(circle.png) no-repeat center center;
  background-size: 100% 100%;
}
.welfare-wrapper .circle-box:before,
.welfare-wrapper .circle-box:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: circleAni 3.4s linear infinite;
}
.welfare-wrapper .circle-box:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.welfare-wrapper .circle-box:after {
  animation-delay: 0.5s;
  background-color: rgba(255, 255, 255, 0.5);
}
.welfare-wrapper .circle {
  position: relative;
  width: 83.33%;
  height: 83.33%;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  top: 8.335%;
  text-align: center;
  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;
  z-index: 1;
}
.welfare-wrapper .circle .inner {
  width: 100%;
  padding: 0 30px;
}
.welfare-wrapper .circle:hover .icon {
  transform: rotateY(180deg);
}
.welfare-wrapper .circle .icon {
  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;
}
.welfare-wrapper .circle .cn {
  font-size: 30px;
  color: #523538;
  font-weight: 700;
  line-height: 34px;
  margin: 30px auto 5px;
}
.welfare-wrapper .circle .en {
  font-size: 22px;
  color: #ccc;
  font-weight: 700;
  font-family: "sebold";
  line-height: 24px;
  text-transform: uppercase;
}
.welfare-wrapper .box-2 {
  padding-bottom: 24px;
}
.welfare-wrapper .box-2 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;
}
.welfare-wrapper .box-2 li {
  width: 20%;
  text-align: center;
  padding: 0 30px;
  margin-top: 70px;
}
.welfare-wrapper .box-2 li:hover .icon {
  transform: rotateY(180deg);
}
.welfare-wrapper .box-2 li:hover .name {
  color: #523538;
}
.welfare-wrapper .box-2 li p {
  font-size: 16px;
  color: #ccc;
  line-height: 24px;
  font-family: Arial;
}
.welfare-wrapper .box-2 .icon {
  width: 60px;
  margin: 0 auto;
  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;
}
.welfare-wrapper .box-2 .name {
  color: #666;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 13px auto 10px;
}
.video-wrapper 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;
}
.video-wrapper li {
  position: relative;
  overflow: hidden;
  width: 31.25%;
  margin-right: 3.125%;
  margin-top: 52px;
  cursor: pointer;
}
.video-wrapper li.delighter {
  transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transform: translateY(75px);
  -webkit-transform: translateY(75px);
  -moz-transform: translateY(75px);
  -ms-transform: translateY(75px);
  -o-transform: translateY(75px);
}
.video-wrapper li:nth-child(3n) {
  margin-right: 0;
}
.video-wrapper li:hover .pic:before {
  width: 52px;
  height: 52px;
  visibility: visible;
  opacity: 0.6;
}
.video-wrapper li:hover .pic:after {
  width: 80px;
  height: 80px;
  visibility: visible;
  opacity: 0.2;
}
.video-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);
}
.video-wrapper li:hover .name {
  color: #523538;
}
.video-wrapper li .pic-box {
  position: relative;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
}
.video-wrapper li .pic-box .pic:hover:before {
  width: 64px;
  height: 64px;
  visibility: visible;
  opacity: 0.6;
}
.video-wrapper li .pic-box .pic:hover:after {
  width: 80px;
  height: 80px;
  visibility: visible;
  opacity: 0.2;
}
.video-wrapper li .pic-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);
}
.video-wrapper li .pic-box .pic {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.video-wrapper li .pic-box .pic:before,
.video-wrapper li .pic-box .pic:after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border-radius: 50%;
  transition: all 0.4s ease 0.05s;
}
.video-wrapper li .pic-box .pic:before {
  opacity: 0.8;
}
.video-wrapper li .pic-box .pic:after {
  opacity: 0.25;
}
.video-wrapper li .pic-box .pic.on:hover:before,
.video-wrapper li .pic-box .pic.on:hover:after {
  opacity: 0;
  visibility: hidden;
}
.video-wrapper li .pic-box .pic.on img,
.video-wrapper li .pic-box .pic.on .icon {
  opacity: 0;
  visibility: hidden;
}
.video-wrapper li .pic-box .pic.on + video {
  opacity: 1;
  visibility: visible;
}
.video-wrapper li .pic-box video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
}
.video-wrapper li .pic-box .icon {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-image: url(play2.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  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;
}
.video-wrapper li .name {
  font-size: 16px;
  color: #666;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
  margin-top: 23px;
  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;
}
.video-wrapper li .pic img,
.video-wrapper li iframe {
  height: 300px;
  object-fit: cover;
}
.video-wrapper li iframe {
  width: 100%;
  display: block;
}
.tagBall {
  overflow: hidden;
  width: 700px;
  height: 700px;
  margin: 0 auto 40px;
  position: relative;
}
.tag {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-family: "微软雅黑";
  font-weight: bold;
}
.partner-wrapper iframe {
  width: 800px;
  height: 800px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}
.accusation-wrapper .info {
  width: 1200px;
}
.accusation-wrapper .info .desc {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.accusation-wrapper .btn {
  display: block;
  width: 145px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #e70012;
  background-image: url(icon4.png);
  background-repeat: no-repeat;
  background-position: 30px center;
  padding-left: 30px;
  margin-top: 40px;
  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;
}
.accusation-wrapper .btn:hover {
  background-color: #523538;
}
.accusation-wrapper 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 */
  margin-top: 80px;
}
.accusation-wrapper ul li {
  width: 210px;
  text-align: center;
  margin-right: 2.5%;
}
.accusation-wrapper ul li:nth-child(5n) {
  margin-right: 0;
}
.accusation-wrapper .icon {
  display: block;
  width: 70px;
  height: 50px;
  margin: 0 auto;
}
.accusation-wrapper .name {
  font-size: 18px;
  line-height: 26px;
  margin: 30px auto 8px;
}
.accusation-wrapper .desc {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
}
.modal-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  display: none;
}
.modal-box .main {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  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 .w1200 {
  position: relative;
  background: #fff;
  padding: 80px 0 0 100px;
}
.modal-box .close {
  position: absolute;
  right: 60px;
  top: 60px;
  z-index: 10;
  width: 24px;
  height: 24px;
  background: url(close.png) no-repeat;
  background-size: contain;
  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;
}
.modal-box .close:hover {
  transform: rotate(-90deg);
}
.modal-box .title-box {
  padding-right: 108px;
}
.modal-box .title-box .title {
  font-size: 20px;
  color: #333;
  line-height: 30px;
}
.modal-box .title-box p {
  color: #523538;
  opacity: 0.4;
  font-size: 30px;
  line-height: 20px;
  font-family: 'sebold';
  margin-top: 10px;
  letter-spacing: -2px;
  text-transform: uppercase;
  padding-bottom: 30px;
  border-bottom: 2px solid #f1efea;
  margin-bottom: 0;
}
.modal-box .desc {
  padding-left: 30px;
  color: #e82d17;
  font-size: 17px;
  margin-top: 40px;
  line-height: 26px;
  background: url(warn.png) no-repeat left 5px;
}
.modal-box .info {
  display: none;
  padding-right: 100px;
  padding-bottom: 108px;
}
.modal-box .btn-box {
  font-size: 0;
  margin-top: 40px;
}
.modal-box .btn-box a {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #e82d17;
  margin-right: 10px;
  text-align: 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;
}
.modal-box .btn-box a:last-child {
  margin-right: 0;
}
.modal-box .btn-box a:hover {
  background-color: #523538;
}
.modal-box .caption {
  color: #4e4e4e;
  font-weight: 700;
  padding-bottom: 14px;
  margin-top: 24px;
}
.modal-box .caption.tips {
  margin-top: 10px;
  padding-bottom: 0;
}
.modal-box .caption span {
  display: inline-block;
  font-size: 14px;
  color: #e94434;
  margin-right: 6px;
  vertical-align: middle;
}
.modal-box .text,
.modal-box .msg {
  font-size: 14px;
  color: #666;
  border: 2px solid #f4f2ed;
}
.modal-box .text {
  width: 560px;
  line-height: 50px;
  padding: 0 15px;
}
.modal-box .msg {
  resize: none;
  padding: 10px 15px;
  width: 100%;
  height: 196px;
}
.modal-box .form {
  display: none;
  padding-right: 100px;
  max-height: 75vh;
  padding-bottom: 108px;
  overflow-y: auto;
}
.modal-box .form::-webkit-scrollbar {
  width: 3px;
  background-color: #f7f8f9;
}
.modal-box .form::-webkit-scrollbar-thumb {
  background-color: #523538;
}
.modal-box .form p {
  font-size: 14px;
  color: #9b9894;
  line-height: 20px;
  margin-bottom: 6px;
}
.modal-box .form .group {
  margin-bottom: 15px;
}
.modal-box .input_check {
  display: none;
}
.modal-box .input_check:checked + label:before {
  border-color: transparent;
  background: url(check.png) no-repeat center center;
  background-size: contain;
}
.modal-box label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #9b9894;
  padding-left: 30px;
  line-height: 22px;
  margin-right: 45px;
  margin-bottom: 8px;
}
.modal-box label:last-child {
  margin-right: 0;
}
.modal-box label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
}
.modal-box .submit {
  display: block;
  width: 145px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #e70012;
  background-repeat: no-repeat;
  margin-top: 40px;
  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;
}
.modal-box .submit:hover {
  background-color: #523538;
}
.member-wrapper {
  padding-bottom: 100px;
  background: url(memberbg.jpg) no-repeat center bottom;
  background-size: 100%;
}
.member-wrapper .content img,
.member-wrapper .content input[type="image"] {
  max-width: 100%;
  height: auto!important;
}
@keyframes circleAni {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(2.4);
    -webkit-transform: scale(2.4);
    -moz-transform: scale(2.4);
    -ms-transform: scale(2.4);
    -o-transform: scale(2.4);
    opacity: 0;
  }
}
.tagBall {
  width: 800px;
  height: 800px;
  margin: 0 auto;
  position: relative;
}
.tag {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-family: "微软雅黑";
  font-weight: bold;
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
}
.pageNum a {
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-family: Arial;
  vertical-align: middle;
  font-weight: 700;
  margin: 0 10px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #eee;
  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 .button {
  width: 80px;
  font-family: 微软雅黑;
}
.pageNum .more {
  background: #eee;
  background-size: contain;
}
.pageNum .more:hover {
  background: #523538;
  background-size: contain;
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background: #523538;
}
.pageMore {
  display: none;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #523538;
  color: #fff;
  font-size: 12px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@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 navToggle {
  0% {
    top: 120%;
    opacity: 0;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes iconAnimate {
  0% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateX(0);
  }
}
@keyframes boxFadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes infoAnimateLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@keyframes infoAnimateRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@media screen and (max-width: 800px) {

.index-box-4 {
  padding: 20px 0;
  background: url(index4.jpg) repeat center center;
  background-size: cover;
}
.index-box-4 .swiper-slide {
  position: relative;
  height: 325px;
  padding: 60px 66px;
  background: #fff;
  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;
}
}