@charset "utf-8";
@font-face{
	font-family:"ebrima";
	src:url("ebrima.ttf");
	font-weight:normal;
	font-style:normal;
}
html {
  font-family:"Microsoft YaHei light","微软雅黑 light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  border: none;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
}
body {
  min-width: 1320px;
  margin: 0;
  border: none;
  padding: 0;
  background: #fff;
  word-wrap: break-word;
}
.bold {
  font-weight: bold;
}
.block {
  display: block;
}
.pointer {
  cursor: pointer;
}
.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.inline-block.ellipsis {
  max-width: 100%;
}
.content-box {
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.border-box {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.inline {
  display: inline;
}
.w-f {
  width: 100%;
}
.h-f {
  height: 100%;
}
.ovh {
  overflow: hidden;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-middle {
  vertical-align: middle;
}
.text-justify {
  text-align: justify;
}
.center {
  margin: 0 auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
img,
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: top;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  color: currentColor;
  color: inherit;
  text-decoration: none;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a,
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}
li {
  list-style: outside none none;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  margin: 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
figure {
  margin: 0;
}
hr {
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
select,
input {
  overflow: visible;
}
button,
select,
input,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-user-modify:read-plaintext-only;
  -moz-user-modify:read-plaintext-only;
  -ms-user-modify:read-plaintext-only;
  -o-user-modify:read-plaintext-only;
  user-modify:read-plaintext-only;
}
[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="datetime-local"],
input[type="url"],
input[type="button"],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input[type=text],
input[type=password],
textarea {
  -moz-user-modify: read-write-plaintext-only;
  -webkit-user-modify: read-write-plaintext-only;
  user-modify: read-write-plaintext-only;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-user-modify: read-write-plaintext-only;
  -webkit-user-modify: read-write-plaintext-only;
  user-modify: read-write-plaintext-only;
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="datetime"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="datetime-local"],
input[type="url"],
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
textarea {
  overflow: auto;
}
textarea:focus {
  outline: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
[type="checkbox"],
[type="radio"] {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
dl,
dd,
dt {
  margin: 0;
  border: none;
  padding: 0;
}
div {
  *zoom: 1;
}
div:before,
div:after {
  display: table;
  content: '';
  height: 0;
  overflow: hidden;
  clear: both;
}
.none,
.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  display: block;
  clear: both;
}
.cf {
  *zoom: 1;
}
.cf:after {
  display: table;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.cf::after {
  display: table;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: table;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.clearfix::after {
  display: table;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.pos-left {
  left: 0;
  top: 0;
}
.pos-right {
  right: 0;
  top: 0;
}
.pos-center {
  top: 50%;
  left: 50%;
}
ul,
ol,
li {
  margin: 0;
  border: none;
  padding: 0;
}
.no-deco {
  text-decoration: none;
}
.no-deco:link,
.no-deco:visited,
.no-deco:hover,
.no-deco:active {
  text-decoration: none;
}
.no-deco a {
  text-decoration: none;
}
.no-deco a:link,
.no-deco a:visited,
.no-deco a:hover,
.no-deco a:active {
  text-decoration: none;
}
.noscript {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 9999999px;
  z-index: 2147483647;
  background: #000;
  color: #fff;
  font-size: 36px;
  line-height: 72px;
  text-align: center;
}
#no-support {
  height: 310px;
  position: absolute;
  top: 50%;
  margin-top: -155px;
  width: 100%;
}
#no-support h4 {
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-family: 'Microsoft YaHei', '微软雅黑', Helvetica, Arial, sans-serif;
  color: #616161;
  font-size: 48px;
  font-weight: bold;
}
#no-support h5 {
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-family: 'Microsoft YaHei', '微软雅黑', Helvetica, Arial, sans-serif;
  color: #999;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 55px;
}
#no-support ul {
  width: 410px;
  margin: 0 auto;
  display: block;
  height: 135px;
}
#no-support li {
  display: block;
  float: left;
  margin-right: 10px;
  width: 95px;
  height: 135px;
}
#no-support li a {
  display: block;
  width: 95px;
  height: 95px;
  background-image: url(../images/no-support/browsers.png);
  background-repeat: no-repeat;
}
#no-support li span {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #adaaac;
  text-align: center;
  font-family: 'Myriad Pro', 'Arial', sans-serif;
  font-size: 16px;
}
#no-support li.ff a {
  background-position: 0 0;
}
#no-support li.ie a {
  background-position: 0 -95px;
}
#no-support li.chrome a {
  background-position: 0 -190px;
}
#no-support li.safari a {
  background-position: 0 -285px;
}
#no-support li:hover {
  background: url(../images/no-support/border.png) no-repeat 0 0;
}
.anWidth1{
	width:0;
}
.anWidth1.active{
	width:100%;
	-webkit-transition: width .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: width .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadeInUp1,.fadeInUp2 {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);	
}
.fadeInUp1.active,.fadeInUp2.active{
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: opacity 1s linear, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 1s linear, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadeInUp{
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);	
}
.fadeInUp-wrap.active .fadeInUp,.swiper-slide-active .fadeInUp{
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: opacity 1s linear, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 1s linear, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadeInRight,.fadeInRight1,.fadeInRight2 {
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);	
}
.fadeInRight-wrap.active .fadeInRight,.active.fadeInRight1,.active.fadeInRight2,.swiper-slide-active .fadeInRight{
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: opacity 1s linear, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 1s linear, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadeInLeft,.fadeInLeft1,.fadeInLeft2 {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);	
}
.fadeInLeft-wrap.active .fadeInLeft,.active.fadeInLeft1,.active.fadeInLeft2,.swiper-slide-active .fadeInLeft{
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: opacity 1s linear, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 1s linear, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadeInUp-wrap.active .fadeInUp.x1,.fadeInRight-wrap.active .fadeInRight.x1,.fadeInLeft-wrap  .fadeInLeft.x1,.fadeInRight1.active.x1,.fadeInRight2.active.x1,.fadeInLeft1.active.x1,.fadeInLeft2.active.x1,.fadeInUp1.active.x1,.fadeInUp2.active.x1,.swiper-slide-active .fadeInUp.x1,.swiper-slide-active .fadeInRight.x1,.swiper-slide-active .fadeInLeft.x1,.anWidth1.x1 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.fadeInUp-wrap.active .fadeInUp.x2,.fadeInRight-wrap.active .fadeInRight.x2,.fadeInLeft-wrap  .fadeInLeft.x2,.fadeInRight1.active.x2,.fadeInRight2.active.x2,.fadeInLeft1.active.x2,.fadeInLeft2.active.x2,.fadeInUp1.active.x2,.fadeInUp2.active.x2,.swiper-slide-active .fadeInUp.x2,.swiper-slide-active .fadeInRight.x2,.swiper-slide-active .fadeInLeft.x2,.anWidth1.x2 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.fadeInUp-wrap.active .fadeInUp.x3,.fadeInRight-wrap.active .fadeInRight.x3,.fadeInLeft-wrap  .fadeInLeft.x3,.fadeInRight1.active.x3,.fadeInRight2.active.x3,.fadeInLeft1.active.x3,.fadeInLeft2.active.x3,.fadeInUp1.active.x3,.fadeInUp2.active.x3,.swiper-slide-active .fadeInUp.x3,.swiper-slide-active .fadeInRight.x3,.swiper-slide-active .fadeInLeft.x3,.anWidth1.x3 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.fadeInUp-wrap.active .fadeInUp.x4,.fadeInRight-wrap.active .fadeInRight.x4,.fadeInLeft-wrap  .fadeInLeft.x4,.fadeInRight1.active.x4,.fadeInRight2.active.x4,.fadeInLeft1.active.x4,.fadeInLeft2.active.x4,.fadeInUp1.active.x4,.fadeInUp2.active.x4,.swiper-slide-active .fadeInUp.x4,.swiper-slide-active .fadeInRight.x4,.swiper-slide-active .fadeInLeft.x4,.anWidth1.x4 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.fadeInUp-wrap.active .fadeInUp.x5,.fadeInRight-wrap.active .fadeInRight.x5,.fadeInLeft-wrap  .fadeInLeft.x5,.fadeInRight1.active.x5,.fadeInRight2.active.x5,.fadeInLeft1.active.x5,.fadeInLeft2.active.x5,.fadeInUp1.active.x5,.fadeInUp2.active.x5,.swiper-slide-active .fadeInUp.x5,.swiper-slide-active .fadeInRight.x5,.swiper-slide-active .fadeInLeft.x5,.anWidth1.x5 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.fadeInUp-wrap.active .fadeInUp.x6,.fadeInRight-wrap.active .fadeInRight.x6,.fadeInLeft-wrap  .fadeInLeft.x6,.fadeInRight1.active.x6,.fadeInRight2.active.x6,.fadeInLeft1.active.x6,.fadeInLeft2.active.x6,.fadeInUp1.active.x6,.fadeInUp2.active.x6,.swiper-slide-active .fadeInUp.x6,.swiper-slide-active .fadeInRight.x6,.swiper-slide-active .fadeInLeft.x6,.anWidth1.x6 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.fadeInUp-wrap.active .fadeInUp.x7,.fadeInRight-wrap.active .fadeInRight.x7,.fadeInLeft-wrap  .fadeInLeft.x7,.fadeInRight1.active.x7,.fadeInRight2.active.x7,.fadeInLeft1.active.x7,.fadeInLeft2.active.x7,.fadeInUp1.active.x7,.fadeInUp2.active.x7,.swiper-slide-active .fadeInUp.x7,.swiper-slide-active .fadeInRight.x7,.swiper-slide-active .fadeInLeft.x7,.anWidth1.x7 {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.fadeInUp-wrap.active .fadeInUp.x8,.fadeInRight-wrap.active .fadeInRight.x8,.fadeInLeft-wrap  .fadeInLeft.x8,.fadeInRight1.active.x8,.fadeInRight2.active.x8,.fadeInLeft1.active.x8,.fadeInLeft2.active.x8,.fadeInUp1.active.x8,.fadeInUp2.active.x8,.swiper-slide-active .fadeInUp.x8,.swiper-slide-active .fadeInRight.x8,.swiper-slide-active .fadeInLeft.x8,.anWidth1.x8 {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.fadeInUp-wrap.active .fadeInUp.x9,.fadeInRight-wrap.active .fadeInRight.x9,.fadeInLeft-wrap  .fadeInLeft.x9,.fadeInRight1.active.x9,.fadeInRight2.active.x9,.fadeInLeft1.active.x9,.fadeInLeft2.active.x9,.fadeInUp1.active.x9,.fadeInUp2.active.x9,.swiper-slide-active .fadeInUp.x9,.swiper-slide-active .fadeInRight.x9,.swiper-slide-active .fadeInLeft.x9,.anWidth1.x9 {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.fadeInUp-wrap.active .fadeInUp.x10,.fadeInRight-wrap.active .fadeInRight.x10,.fadeInLeft-wrap  .fadeInLeft.x10,.fadeInRight1.active.x10,.fadeInRight2.active.x10,.fadeInLeft1.active.x10,.fadeInLeft2.active.x10,.fadeInUp1.active.x10,.fadeInUp2.active.x10,.swiper-slide-active .fadeInUp.x10,.swiper-slide-active .fadeInRight.x10,.swiper-slide-active .fadeInLeft.x10,.anWidth1.x10 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.fadeInUp-wrap.active .fadeInUp.x11,.fadeInRight-wrap.active .fadeInRight.x11,.fadeInLeft-wrap  .fadeInLeft.x11,.fadeInRight1.active.x11,.fadeInRight2.active.x11,.fadeInLeft1.active.x11,.fadeInLeft2.active.x11,.fadeInUp1.active.x11,.fadeInUp2.active.x11,.swiper-slide-active .fadeInUp.x11,.swiper-slide-active .fadeInRight.x11,.swiper-slide-active .fadeInLeft.x11,.anWidth1.x11 {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}
.fadeInUp-wrap.active .fadeInUp.x12,.fadeInRight-wrap.active .fadeInRight.x12,.fadeInLeft-wrap  .fadeInLeft.x12,.fadeInRight1.active.x12,.fadeInRight2.active.x12,.fadeInLeft1.active.x12,.fadeInLeft2.active.x12,.fadeInUp1.active.x12,.fadeInUp2.active.x12,.swiper-slide-active .fadeInUp.x12,.swiper-slide-active .fadeInRight.x12,.swiper-slide-active .fadeInLeft.x12,.anWidth1.x12 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.fadeInUp-wrap.active .fadeInUp.x13,.fadeInRight-wrap.active .fadeInRight.x13,.fadeInLeft-wrap  .fadeInLeft.x13,.fadeInRight1.active.x13,.fadeInRight2.active.x13,.fadeInLeft1.active.x13,.fadeInLeft2.active.x13,.fadeInUp1.active.x13,.fadeInUp2.active.x13,.swiper-slide-active .fadeInUp.x13,.swiper-slide-active .fadeInRight.x13,.swiper-slide-active .fadeInLeft.x13,.anWidth1.x13 {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}
.fadeInUp-wrap.active .fadeInUp.x14,.fadeInRight-wrap.active .fadeInRight.x14,.fadeInLeft-wrap  .fadeInLeft.x14,.fadeInRight1.active.x14,.fadeInRight2.active.x14,.fadeInLeft1.active.x14,.fadeInLeft2.active.x14,.fadeInUp1.active.x14,.fadeInUp2.active.x14,.swiper-slide-active .fadeInUp.x14,.swiper-slide-active .fadeInRight.x14,.swiper-slide-active .fadeInLeft.x14,.anWidth1.x14 {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}
.fadeInUp-wrap.active .fadeInUp.x15,.fadeInRight-wrap.active .fadeInRight.x15,.fadeInLeft-wrap  .fadeInLeft.x15,.fadeInRight1.active.x15,.fadeInRight2.active.x15,.fadeInLeft1.active.x15,.fadeInLeft2.active.x15,.fadeInUp1.active.x15,.fadeInUp2.active.x15,.swiper-slide-active .fadeInUp.x15,.swiper-slide-active .fadeInRight.x15,.swiper-slide-active .fadeInLeft.x15,.anWidth1.x15 {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
.fadeInUp-wrap.active .fadeInUp.x16,.fadeInRight-wrap.active .fadeInRight.x16,.fadeInLeft-wrap  .fadeInLeft.x16,.fadeInRight1.active.x16,.fadeInRight2.active.x16,.fadeInLeft1.active.x16,.fadeInLeft2.active.x16,.fadeInUp1.active.x16,.fadeInUp2.active.x16,.swiper-slide-active .fadeInUp.x16,.swiper-slide-active .fadeInRight.x16,.swiper-slide-active .fadeInLeft.x16,.anWidth1.x16 {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.fadeInUp-wrap.active .fadeInUp.x17,.fadeInRight-wrap.active .fadeInRight.x17,.fadeInLeft-wrap  .fadeInLeft.x17,.fadeInRight1.active.x17,.fadeInRight2.active.x17,.fadeInLeft1.active.x17,.fadeInLeft2.active.x17,.fadeInUp1.active.x17,.fadeInUp2.active.x17,.swiper-slide-active .fadeInUp.x17,.swiper-slide-active .fadeInRight.x17,.swiper-slide-active .fadeInLeft.x17,.anWidth1.x17 {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}
.fadeInUp-wrap.active .fadeInUp.x18,.fadeInRight-wrap.active .fadeInRight.x18,.fadeInLeft-wrap  .fadeInLeft.x18,.fadeInRight1.active.x18,.fadeInRight2.active.x18,.fadeInLeft1.active.x18,.fadeInLeft2.active.x18,.fadeInUp1.active.x18,.fadeInUp2.active.x18,.swiper-slide-active .fadeInUp.x18,.swiper-slide-active .fadeInRight.x18,.swiper-slide-active .fadeInLeft.x18,.anWidth1.x18 {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}
.fadeInUp-wrap.active .fadeInUp.x19,.fadeInRight-wrap.active .fadeInRight.x19,.fadeInLeft-wrap  .fadeInLeft.x19,.fadeInRight1.active.x19,.fadeInRight2.active.x19,.fadeInLeft1.active.x19,.fadeInLeft2.active.x19,.fadeInUp1.active.x19,.fadeInUp2.active.x19,.swiper-slide-active .fadeInUp.x19,.swiper-slide-active .fadeInRight.x19,.swiper-slide-active .fadeInLeft.x19,.anWidth1.x19 {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}
.fadeInUp-wrap.active .fadeInUp.x20,.fadeInRight-wrap.active .fadeInRight.x20,.fadeInLeft-wrap  .fadeInLeft.x20,.fadeInRight1.active.x20,.fadeInRight2.active.x20,.fadeInLeft1.active.x20,.fadeInLeft2.active.x20,.fadeInUp1.active.x20,.fadeInUp2.active.x20,.swiper-slide-active .fadeInUp.x20,.swiper-slide-active .fadeInRight.x20,.swiper-slide-active .fadeInLeft.x20,.anWidth1.x20 {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}
.fadeInUp-wrap.active .fadeInUp.x21,.fadeInRight-wrap.active .fadeInRight.x21,.fadeInLeft-wrap  .fadeInLeft.x21,.fadeInRight1.active.x21,.fadeInRight2.active.x21,.fadeInLeft1.active.x21,.fadeInLeft2.active.x21,.fadeInUp1.active.x21,.fadeInUp2.active.x21,.swiper-slide-active .fadeInUp.x21,.swiper-slide-active .fadeInRight.x21,.swiper-slide-active .fadeInLeft.x21,.anWidth1.x21 {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}
.fadeInUp-wrap.active .fadeInUp.x22,.fadeInRight-wrap.active .fadeInRight.x22,.fadeInLeft-wrap  .fadeInLeft.x22,.fadeInRight1.active.x22,.fadeInRight2.active.x22,.fadeInLeft1.active.x22,.fadeInLeft2.active.x22,.fadeInUp1.active.x22,.fadeInUp2.active.x22,.swiper-slide-active .fadeInUp.x22,.swiper-slide-active .fadeInRight.x22,.swiper-slide-active .fadeInLeft.x22,.anWidth1.x22 {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}
.fadeInUp-wrap.active .fadeInUp.x23,.fadeInRight-wrap.active .fadeInRight.x23,.fadeInLeft-wrap  .fadeInLeft.x23,.fadeInRight1.active.x23,.fadeInRight2.active.x23,.fadeInLeft1.active.x23,.fadeInLeft2.active.x23,.fadeInUp1.active.x23,.fadeInUp2.active.x23,.swiper-slide-active .fadeInUp.x23,.swiper-slide-active .fadeInRight.x23,.swiper-slide-active .fadeInLeft.x23,.anWidth1.x23 {
	-webkit-transition-delay: 2.3s;
	transition-delay: 2.3s;
}
.fadeInUp-wrap.active .fadeInUp.x24,.fadeInRight-wrap.active .fadeInRight.x24,.fadeInLeft-wrap  .fadeInLeft.x24,.fadeInRight1.active.x24,.fadeInRight2.active.x24,.fadeInLeft1.active.x24,.fadeInLeft2.active.x24,.fadeInUp1.active.x24,.fadeInUp2.active.x24,.swiper-slide-active .fadeInUp.x24,.swiper-slide-active .fadeInRight.x24,.swiper-slide-active .fadeInLeft.x24,.anWidth1.x24 {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}
.fadeInUp-wrap.active .fadeInUp.x25,.fadeInRight-wrap.active .fadeInRight.x25,.fadeInLeft-wrap  .fadeInLeft.x25,.fadeInRight1.active.x25,.fadeInRight2.active.x25,.fadeInLeft1.active.x25,.fadeInLeft2.active.x25,.fadeInUp1.active.x25,.fadeInUp2.active.x25,.swiper-slide-active .fadeInUp.x25,.swiper-slide-active .fadeInRight.x25,.swiper-slide-active .fadeInLeft.x25,.anWidth1.x25 {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}
.fadeInUp-wrap.active .fadeInUp.x26,.fadeInRight-wrap.active .fadeInRight.x26,.fadeInLeft-wrap  .fadeInLeft.x26,.fadeInRight1.active.x26,.fadeInRight2.active.x26,.fadeInLeft1.active.x26,.fadeInLeft2.active.x26,.fadeInUp1.active.x26,.fadeInUp2.active.x26,.swiper-slide-active .fadeInUp.x26,.swiper-slide-active .fadeInRight.x26,.swiper-slide-active .fadeInLeft.x26,.anWidth1.x26 {
	-webkit-transition-delay: 2.6s;
	transition-delay: 2.6s;
}
.fadeInUp-wrap.active .fadeInUp.x27,.fadeInRight-wrap.active .fadeInRight.x27,.fadeInLeft-wrap  .fadeInLeft.x27,.fadeInRight1.active.x27,.fadeInRight2.active.x27,.fadeInLeft1.active.x27,.fadeInLeft2.active.x27,.fadeInUp1.active.x27,.fadeInUp2.active.x27,.swiper-slide-active .fadeInUp.x27,.swiper-slide-active .fadeInRight.x27,.swiper-slide-active .fadeInLeft.x27,.anWidth1.x27 {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}
.fadeInUp-wrap.active .fadeInUp.x28,.fadeInRight-wrap.active .fadeInRight.x28,.fadeInLeft-wrap  .fadeInLeft.x28,.fadeInRight1.active.x28,.fadeInRight2.active.x28,.fadeInLeft1.active.x28,.fadeInLeft2.active.x28,.fadeInUp1.active.x28,.fadeInUp2.active.x28,.swiper-slide-active .fadeInUp.x28,.swiper-slide-active .fadeInRight.x28,.swiper-slide-active .fadeInLeft.x28,.anWidth1.x28 {
	-webkit-transition-delay: 2.8s;
	transition-delay: 2.8s;
}
.fadeInUp-wrap.active .fadeInUp.x29,.fadeInRight-wrap.active .fadeInRight.x29,.fadeInLeft-wrap  .fadeInLeft.x29,.fadeInRight1.active.x29,.fadeInRight2.active.x29,.fadeInLeft1.active.x29,.fadeInLeft2.active.x29,.fadeInUp1.active.x29,.fadeInUp2.active.x29,.swiper-slide-active .fadeInUp.x29,.swiper-slide-active .fadeInRight.x29,.swiper-slide-active .fadeInLeft.x29,.anWidth1.x29 {
	-webkit-transition-delay: 2.9s;
	transition-delay: 2.9s;
}
.fadeInUp-wrap.active .fadeInUp.x30,.fadeInRight-wrap.active .fadeInRight.x30,.fadeInLeft-wrap  .fadeInLeft.x30,.fadeInRight1.active.x30,.fadeInRight2.active.x30,.fadeInLeft1.active.x30,.fadeInLeft2.active.x30,.fadeInUp1.active.x30,.fadeInUp2.active.x30,.swiper-slide-active .fadeInUp.x30,.swiper-slide-active .fadeInRight.x30,.swiper-slide-active .fadeInLeft.x30,.anWidth1.x30 {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}
.fadeInUp-wrap.active .fadeInUp.x31,.fadeInRight-wrap.active .fadeInRight.x31,.fadeInLeft-wrap  .fadeInLeft.x31,.fadeInRight1.active.x31,.fadeInRight2.active.x31,.fadeInLeft1.active.x31,.fadeInLeft2.active.x31,.fadeInUp1.active.x31,.fadeInUp2.active.x31,.swiper-slide-active .fadeInUp.x31,.swiper-slide-active .fadeInRight.x31,.swiper-slide-active .fadeInLeft.x31,.anWidth1.x31 {
	-webkit-transition-delay: 3.1s;
	transition-delay: 3.1s;
}
.fadeInUp-wrap.active .fadeInUp.x32,.fadeInRight-wrap.active .fadeInRight.x32,.fadeInLeft-wrap  .fadeInLeft.x32,.fadeInRight1.active.x32,.fadeInRight2.active.x32,.fadeInLeft1.active.x32,.fadeInLeft2.active.x32,.fadeInUp1.active.x32,.fadeInUp2.active.x32,.swiper-slide-active .fadeInUp.x32,.swiper-slide-active .fadeInRight.x32,.swiper-slide-active .fadeInLeft.x32,.anWidth1.x32 {
	-webkit-transition-delay: 3.2s;
	transition-delay: 3.2s;
}
.fadeInUp-wrap.active .fadeInUp.x33,.fadeInRight-wrap.active .fadeInRight.x33,.fadeInLeft-wrap  .fadeInLeft.x33,.fadeInRight1.active.x33,.fadeInRight2.active.x33,.fadeInLeft1.active.x33,.fadeInLeft2.active.x33,.fadeInUp1.active.x33,.fadeInUp2.active.x33,.swiper-slide-active .fadeInUp.x33,.swiper-slide-active .fadeInRight.x33,.swiper-slide-active .fadeInLeft.x33,.anWidth1.x33 {
	-webkit-transition-delay: 3.3s;
	transition-delay: 3.3s;
}
.fadeInUp-wrap.active .fadeInUp.x34,.fadeInRight-wrap.active .fadeInRight.x34,.fadeInLeft-wrap  .fadeInLeft.x34,.fadeInRight1.active.x34,.fadeInRight2.active.x34,.fadeInLeft1.active.x34,.fadeInLeft2.active.x34,.fadeInUp1.active.x34,.fadeInUp2.active.x34,.swiper-slide-active .fadeInUp.x34,.swiper-slide-active .fadeInRight.x34,.swiper-slide-active .fadeInLeft.x34,.anWidth1.x34 {
	-webkit-transition-delay: 3.4s;
	transition-delay: 3.4s;
}
.fadeInUp-wrap.active .fadeInUp.x35,.fadeInRight-wrap.active .fadeInRight.x35,.fadeInLeft-wrap  .fadeInLeft.x35,.fadeInRight1.active.x35,.fadeInRight2.active.x35,.fadeInLeft1.active.x35,.fadeInLeft2.active.x35,.fadeInUp1.active.x35,.fadeInUp2.active.x35,.swiper-slide-active .fadeInUp.x35,.swiper-slide-active .fadeInRight.x35,.swiper-slide-active .fadeInLeft.x35,.anWidth1.x35 {
	-webkit-transition-delay: 3.5s;
	transition-delay: 3.5s;
}
.fadeInUp-wrap.active .fadeInUp.x36,.fadeInRight-wrap.active .fadeInRight.x36,.fadeInLeft-wrap  .fadeInLeft.x36,.fadeInRight1.active.x36,.fadeInRight2.active.x36,.fadeInLeft1.active.x36,.fadeInLeft2.active.x36,.fadeInUp1.active.x36,.fadeInUp2.active.x36,.swiper-slide-active .fadeInUp.x36,.swiper-slide-active .fadeInRight.x36,.swiper-slide-active .fadeInLeft.x36,.anWidth1.x36 {
	-webkit-transition-delay: 3.6s;
	transition-delay: 3.6s;
}
.fadeInUp-wrap.active .fadeInUp.x37,.fadeInRight-wrap.active .fadeInRight.x37,.fadeInLeft-wrap  .fadeInLeft.x37,.fadeInRight1.active.x37,.fadeInRight2.active.x37,.fadeInLeft1.active.x37,.fadeInLeft2.active.x37,.fadeInUp1.active.x37,.fadeInUp2.active.x37,.swiper-slide-active .fadeInUp.x37,.swiper-slide-active .fadeInRight.x37,.swiper-slide-active .fadeInLeft.x37,.anWidth1.x37 {
	-webkit-transition-delay: 3.7s;
	transition-delay: 3.7s;
}
.fadeInUp-wrap.active .fadeInUp.x38,.fadeInRight-wrap.active .fadeInRight.x38,.fadeInLeft-wrap  .fadeInLeft.x38,.fadeInRight1.active.x38,.fadeInRight2.active.x38,.fadeInLeft1.active.x38,.fadeInLeft2.active.x38,.fadeInUp1.active.x38,.fadeInUp2.active.x38,.swiper-slide-active .fadeInUp.x38,.swiper-slide-active .fadeInRight.x38,.swiper-slide-active .fadeInLeft.x38,.anWidth1.x38 {
	-webkit-transition-delay: 3.8s;
	transition-delay: 3.8s;
}
.fadeInUp-wrap.active .fadeInUp.x39,.fadeInRight-wrap.active .fadeInRight.x39,.fadeInLeft-wrap  .fadeInLeft.x39,.fadeInRight1.active.x39,.fadeInRight2.active.x39,.fadeInLeft1.active.x39,.fadeInLeft2.active.x39,.fadeInUp1.active.x39,.fadeInUp2.active.x39,.swiper-slide-active .fadeInUp.x39,.swiper-slide-active .fadeInRight.x39,.swiper-slide-active .fadeInLeft.x39,.anWidth1.x39 {
	-webkit-transition-delay: 3.9s;
	transition-delay: 3.9s;
}
.fadeInUp-wrap.active .fadeInUp.x40,.fadeInRight-wrap.active .fadeInRight.x40,.fadeInLeft-wrap  .fadeInLeft.x40,.fadeInRight1.active.x40,.fadeInRight2.active.x40,.fadeInLeft1.active.x40,.fadeInLeft2.active.x40,.fadeInUp1.active.x40,.fadeInUp2.active.x40,.swiper-slide-active .fadeInUp.x40,.swiper-slide-active .fadeInRight.x40,.swiper-slide-active .fadeInLeft.x40,.anWidth1.x40 {
	-webkit-transition-delay: 4s;
	transition-delay: 4s;
}
.fadeInUp-wrap.active .fadeInUp.x41,.fadeInRight-wrap.active .fadeInRight.x41,.fadeInLeft-wrap  .fadeInLeft.x41,.fadeInRight1.active.x41,.fadeInRight2.active.x41,.fadeInLeft1.active.x41,.fadeInLeft2.active.x41,.fadeInUp1.active.x41,.fadeInUp2.active.x41,.swiper-slide-active .fadeInUp.x41,.swiper-slide-active .fadeInRight.x41,.swiper-slide-active .fadeInLeft.x41,.anWidth1.x41 {
	-webkit-transition-delay: 4.1s;
	transition-delay: 4.1s;
}
.fadeInUp-wrap.active .fadeInUp.x42,.fadeInRight-wrap.active .fadeInRight.x42,.fadeInLeft-wrap  .fadeInLeft.x42,.fadeInRight1.active.x42,.fadeInRight2.active.x42,.fadeInLeft1.active.x42,.fadeInLeft2.active.x42,.fadeInUp1.active.x42,.fadeInUp2.active.x42,.swiper-slide-active .fadeInUp.x42,.swiper-slide-active .fadeInRight.x42,.swiper-slide-active .fadeInLeft.x42,.anWidth1.x42 {
	-webkit-transition-delay: 4.2s;
	transition-delay: 4.2s;
}
.fadeInUp-wrap.active .fadeInUp.x43,.fadeInRight-wrap.active .fadeInRight.x43,.fadeInLeft-wrap  .fadeInLeft.x43,.fadeInRight1.active.x43,.fadeInRight2.active.x43,.fadeInLeft1.active.x43,.fadeInLeft2.active.x43,.fadeInUp1.active.x43,.fadeInUp2.active.x43,.swiper-slide-active .fadeInUp.x43,.swiper-slide-active .fadeInRight.x43,.swiper-slide-active .fadeInLeft.x43,.anWidth1.x43 {
	-webkit-transition-delay: 4.3s;
	transition-delay: 4.3;
}
.fadeInUp-wrap.active .fadeInUp.x44,.fadeInRight-wrap.active .fadeInRight.x44,.fadeInLeft-wrap  .fadeInLeft.x44,.fadeInRight1.active.x44,.fadeInRight2.active.x44,.fadeInLeft1.active.x44,.fadeInLeft2.active.x44,.fadeInUp1.active.x44,.fadeInUp2.active.x44,.swiper-slide-active .fadeInUp.x44,.swiper-slide-active .fadeInRight.x44,.swiper-slide-active .fadeInLeft.x44,.anWidth1.x44 {
	-webkit-transition-delay: 4.4s;
	transition-delay: 4.4s;
}
.fadeInUp-wrap.active .fadeInUp.x45,.fadeInRight-wrap.active .fadeInRight.x45,.fadeInLeft-wrap  .fadeInLeft.x45,.fadeInRight1.active.x45,.fadeInRight2.active.x45,.fadeInLeft1.active.x45,.fadeInLeft2.active.x45,.fadeInUp1.active.x45,.fadeInUp2.active.x45,.swiper-slide-active .fadeInUp.x45,.swiper-slide-active .fadeInRight.x45,.swiper-slide-active .fadeInLeft.x45,.anWidth1.x45 {
	-webkit-transition-delay: 4.5s;
	transition-delay: 4.5s;
}
.fadeInUp-wrap.active .fadeInUp.x46,.fadeInRight-wrap.active .fadeInRight.x46,.fadeInLeft-wrap  .fadeInLeft.x46,.fadeInRight1.active.x46,.fadeInRight2.active.x46,.fadeInLeft1.active.x46,.fadeInLeft2.active.x46,.fadeInUp1.active.x46,.fadeInUp2.active.x46,.swiper-slide-active .fadeInUp.x46,.swiper-slide-active .fadeInRight.x46,.swiper-slide-active .fadeInLeft.x46,.anWidth1.x46 {
	-webkit-transition-delay: 4.6s;
	transition-delay: 4.6s;
}
.fadeInUp-wrap.active .fadeInUp.x47,.fadeInRight-wrap.active .fadeInRight.x47,.fadeInLeft-wrap  .fadeInLeft.x47,.fadeInRight1.active.x47,.fadeInRight2.active.x47,.fadeInLeft1.active.x47,.fadeInLeft2.active.x47,.fadeInUp1.active.x47,.fadeInUp2.active.x47,.swiper-slide-active .fadeInUp.x47,.swiper-slide-active .fadeInRight.x47,.swiper-slide-active .fadeInLeft.x47,.anWidth1.x47 {
	-webkit-transition-delay: 4.7s;
	transition-delay: 4.7s;
}
.fadeInUp-wrap.active .fadeInUp.x48,.fadeInRight-wrap.active .fadeInRight.x48,.fadeInLeft-wrap  .fadeInLeft.x48,.fadeInRight1.active.x48,.fadeInRight2.active.x48,.fadeInLeft1.active.x48,.fadeInLeft2.active.x48,.fadeInUp1.active.x48,.fadeInUp2.active.x48,.swiper-slide-active .fadeInUp.x48,.swiper-slide-active .fadeInRight.x48,.swiper-slide-active .fadeInLeft.x48,.anWidth1.x48 {
	-webkit-transition-delay: 4.8s;
	transition-delay: 4.8s;
}
.fadeInUp-wrap.active .fadeInUp.x49,.fadeInRight-wrap.active .fadeInRight.x49,.fadeInLeft-wrap  .fadeInLeft.x49,.fadeInRight1.active.x49,.fadeInRight2.active.x49,.fadeInLeft1.active.x49,.fadeInLeft2.active.x49,.fadeInUp1.active.x49,.fadeInUp2.active.x49,.swiper-slide-active .fadeInUp.x49,.swiper-slide-active .fadeInRight.x49,.swiper-slide-active .fadeInLeft.x49,.anWidth1.x49 {
	-webkit-transition-delay: 4.9s;
	transition-delay: 4.9s;
}
.fadeInUp-wrap.active .fadeInUp.x50,.fadeInRight-wrap.active .fadeInRight.x50,.fadeInLeft-wrap  .fadeInLeft.x50,.fadeInRight1.active.x50,.fadeInRight2.active.x50,.fadeInLeft1.active.x50,.fadeInLeft2.active.x50,.fadeInUp1.active.x50,.fadeInUp2.active.x50,.swiper-slide-active .fadeInUp.x50,.swiper-slide-active .fadeInRight.x50,.swiper-slide-active .fadeInLeft.x50,.anWidth1.x50 {
	-webkit-transition-delay: 5s;
	transition-delay: 5s;
}
.fadeInUp-wrap.active .fadeInUp.x51,.fadeInRight-wrap.active .fadeInRight.x51,.fadeInLeft-wrap  .fadeInLeft.x51,.fadeInRight1.active.x51,.fadeInRight2.active.x51,.fadeInLeft1.active.x51,.fadeInLeft2.active.x51,.fadeInUp1.active.x51,.fadeInUp2.active.x51,.swiper-slide-active .fadeInUp.x51,.swiper-slide-active .fadeInRight.x51,.swiper-slide-active .fadeInLeft.x51,.anWidth1.x51 {
	-webkit-transition-delay: 5.1s;
	transition-delay: 5.1s;
}
.fadeInUp-wrap.active .fadeInUp.x52,.fadeInRight-wrap.active .fadeInRight.x52,.fadeInLeft-wrap  .fadeInLeft.x52,.fadeInRight1.active.x52,.fadeInRight2.active.x52,.fadeInLeft1.active.x52,.fadeInLeft2.active.x52,.fadeInUp1.active.x52,.fadeInUp2.active.x52,.swiper-slide-active .fadeInUp.x52,.swiper-slide-active .fadeInRight.x52,.swiper-slide-active .fadeInLeft.x52,.anWidth1.x52 {
	-webkit-transition-delay: 5.2s;
	transition-delay: 5.2s;
}
.fadeInUp-wrap.active .fadeInUp.x53,.fadeInRight-wrap.active .fadeInRight.x53,.fadeInLeft-wrap  .fadeInLeft.x53,.fadeInRight1.active.x53,.fadeInRight2.active.x53,.fadeInLeft1.active.x53,.fadeInLeft2.active.x53,.fadeInUp1.active.x53,.fadeInUp2.active.x53,.swiper-slide-active .fadeInUp.x53,.swiper-slide-active .fadeInRight.x53,.swiper-slide-active .fadeInLeft.x53,.anWidth1.x53 {
	-webkit-transition-delay: 5.3s;
	transition-delay: 5.3s;
}
.fadeInUp-wrap.active .fadeInUp.x54,.fadeInRight-wrap.active .fadeInRight.x54,.fadeInLeft-wrap  .fadeInLeft.x54,.fadeInRight1.active.x54,.fadeInRight2.active.x54,.fadeInLeft1.active.x54,.fadeInLeft2.active.x54,.fadeInUp1.active.x54,.fadeInUp2.active.x54,.swiper-slide-active .fadeInUp.x54,.swiper-slide-active .fadeInRight.x54,.swiper-slide-active .fadeInLeft.x54,.anWidth1.x54 {
	-webkit-transition-delay: 5.4s;
	transition-delay: 5.4s;
}
.fadeInUp-wrap.active .fadeInUp.x55,.fadeInRight-wrap.active .fadeInRight.x55,.fadeInLeft-wrap  .fadeInLeft.x55,.fadeInRight1.active.x55,.fadeInRight2.active.x55,.fadeInLeft1.active.x55,.fadeInLeft2.active.x55,.fadeInUp1.active.x55,.fadeInUp2.active.x55,.swiper-slide-active .fadeInUp.x55,.swiper-slide-active .fadeInRight.x55,.swiper-slide-active .fadeInLeft.x55,.anWidth1.x55 {
	-webkit-transition-delay: 5.5s;
	transition-delay: 5.5s;
}
.fadeInUp-wrap.active .fadeInUp.x56,.fadeInRight-wrap.active .fadeInRight.x56,.fadeInLeft-wrap  .fadeInLeft.x56,.fadeInRight1.active.x56,.fadeInRight2.active.x56,.fadeInLeft1.active.x56,.fadeInLeft2.active.x56,.fadeInUp1.active.x56,.fadeInUp2.active.x56,.swiper-slide-active .fadeInUp.x56,.swiper-slide-active .fadeInRight.x56,.swiper-slide-active .fadeInLeft.x56,.anWidth1.x56 {
	-webkit-transition-delay: 5.6s;
	transition-delay: 5.6s;
}
.fadeInUp-wrap.active .fadeInUp.x57,.fadeInRight-wrap.active .fadeInRight.x57,.fadeInLeft-wrap  .fadeInLeft.x57,.fadeInRight1.active.x57,.fadeInRight2.active.x57,.fadeInLeft1.active.x57,.fadeInLeft2.active.x57,.fadeInUp1.active.x57,.fadeInUp2.active.x57,.swiper-slide-active .fadeInUp.x57,.swiper-slide-active .fadeInRight.x57,.swiper-slide-active .fadeInLeft.x57,.anWidth1.x57 {
	-webkit-transition-delay: 5.7s;
	transition-delay: 5.7s;
}
.fadeInUp-wrap.active .fadeInUp.x58,.fadeInRight-wrap.active .fadeInRight.x58,.fadeInLeft-wrap  .fadeInLeft.x58,.fadeInRight1.active.x58,.fadeInRight2.active.x58,.fadeInLeft1.active.x58,.fadeInLeft2.active.x58,.fadeInUp1.active.x58,.fadeInUp2.active.x58,.swiper-slide-active .fadeInUp.x58,.swiper-slide-active .fadeInRight.x58,.swiper-slide-active .fadeInLeft.x58,.anWidth1.x58 {
	-webkit-transition-delay: 5.8s;
	transition-delay: 5.8s;
}
.fadeInUp-wrap.active .fadeInUp.x59,.fadeInRight-wrap.active .fadeInRight.x59,.fadeInLeft-wrap  .fadeInLeft.x59,.fadeInRight1.active.x59,.fadeInRight2.active.x59,.fadeInLeft1.active.x59,.fadeInLeft2.active.x59,.fadeInUp1.active.x59,.fadeInUp2.active.x59,.swiper-slide-active .fadeInUp.x59,.swiper-slide-active .fadeInRight.x59,.swiper-slide-active .fadeInLeft.x59,.anWidth1.x59 {
	-webkit-transition-delay: 5.9s;
	transition-delay: 5.9s;
}
.fadeInUp-wrap.active .fadeInUp.x60,.fadeInRight-wrap.active .fadeInRight.x60,.fadeInLeft-wrap  .fadeInLeft.x60,.fadeInRight1.active.x60,.fadeInRight2.active.x60,.fadeInLeft1.active.x60,.fadeInLeft2.active.x60,.fadeInUp1.active.x60,.fadeInUp2.active.x60,.swiper-slide-active .fadeInUp.x60,.swiper-slide-active .fadeInRight.x60,.swiper-slide-active .fadeInLeft.x60,.anWidth1.x60 {
	-webkit-transition-delay: 6s;
	transition-delay: 6s;
}

.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	padding:34px 0;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.header.about{
	padding:34px 0;
	background:#fff;
}
.header.active{
	padding:25px 0;
	background:#fff;
}
.header .logo-wrap{
	float:left;
	position:relative;
	width:230px;
}
.header .logo-wrap .logo{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	display:block;
	height:100%;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.header .logo-wrap .logo1{
	opacity:1;
}
.header .logo-wrap .logo2{
	opacity:0;
}
.header.about .logo-wrap .logo1,.header.active .logo-wrap .logo1{
	opacity:0;
}
.header.about .logo-wrap .logo2,.header.active .logo-wrap .logo2{
	opacity:1;
}
.header,.header .logo-wrap,.header .nav{
	height:64px;
	line-height:64px;
}
.header .nav{
	float:right;
}
.nav .chd{
	float:left;
	margin-left:60px;
}
.nav .chd .lnk{
	font-size:16px;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	text-align:center;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.nav .chd .lnk:hover,.nav .chd.current .lnk{
	color:#d2bf80;
}
.header.about .nav .chd .lnk{
	color:#000;	
}
.header.about .nav .chd .lnk:hover,.header.about .nav .chd.current .lnk{
	color:#d2bf80;
}
.header.active .nav .chd .lnk{
	color:#000;	
}
.header.active .nav .chd .lnk:hover,.header.active .nav .chd.current .lnk{
	color:#d2bf80;
}
.header.active{
	box-shadow:0 0 3px rgba(0,0,0,.15);
}
.nav .chd .lnk,.nav .chd .lnk:hover{
	text-decoration:none;
}
.nav .chd .lnk.hav-arr:after{
	content:'';
	display:inline-block;
	margin-left:7px;
	position:relative;
	top:-3px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	width:6px;
	height:6px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.nav .chd.current .lnk.hav-arr:after,.nav .chd .lnk.hav-arr:hover:after{
	border-right-color:#d2bf80;
	border-bottom-color:#d2bf80;
}
.header.about .nav .chd .lnk.hav-arr:after,.header.about .nav .chd .lnk.hav-arr:after{
	border-right-color:#000;
	border-bottom-color:#000;	
}
.header.active .nav .chd .lnk.hav-arr:after,.header.active .nav .chd .lnk.hav-arr:after{
	border-right-color:#000;
	border-bottom-color:#000;	
}
.header.about .nav .chd.current .lnk.hav-arr:after,.header.about .nav .chd .lnk.hav-arr:hover:after{
	border-right-color:#d2bf80;
	border-bottom-color:#d2bf80;
}
.header.active .nav .chd.current .lnk.hav-arr:after,.header.active .nav .chd .lnk.hav-arr:hover:after{
	border-right-color:#d2bf80;
	border-bottom-color:#d2bf80;
}
.docW{
	width:1320px;
	margin:0 auto;
}
.marW{
	margin-left:-660px;
}
.index_banner{
	position:relative;
	height:100vh;
	width:100%;
	overflow:hidden;
}
.index_banner .inner{
	position:relative;
	width:100%;
	height:100%;
}
.index_banner .chd{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
}
.index_banner .lay_info{
	position:absolute;
	left:50%;
	top:50%;
	height:316px;
	margin-top:-158px;
}
.index_banner .chd .lay_info .info{
	padding-top:90px;
	padding-left:106px;
}
.index_banner .info-tit{
	font-size:38px;
	line-height:46px;
	color:#fefcf4;	
	margin-bottom:10px;
}
.index_banner .chd:first-child .info-tit{
	margin-bottom:18px;
}
.index_banner .info-subTit{
	font-size:21px;
	line-height:38px;
	color:#fefcf4;
}
.index_banner .lay_oth{
	margin-top:54px;
}
.index_banner .lay_oth .oth-lnk{
	position:relative;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-size:14px;
	color:#fff;
	height:32px;
	line-height:32px;
	padding:0 39px;
	background:#d2bf7f;
}
.index_banner .lay_oth .oth-lnk,.index_banner .lay_oth .oth-lnk:hover{
	text-decoration:none;
}
.index_banner .lay_oth .oth-lnk .lnk-text{
	position:relative;
}
.index_banner .lay_oth .oth-lnk:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:100%;
	background:rgba(255,255,255,.08);
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.index_banner .lay_oth .oth-lnk:hover:before{
	width:100%;
}
.index_banner .chd:first-child .lay_oth{
	margin-top:74px;
	text-align:center;
}
.index_banner .chd:first-child .lay_info{
	height:380px;
	margin-top:-190px;
}
.index_banner .chd:first-child .lay_info .info{
	padding-top:126px;
	padding-left:0;
	width:880px;
	margin:0 auto;
	text-align:center;
} 
.index_banner .prev,.index_banner .next{
	position:absolute;
	top:50%;
	width:20px;
	height:40px;
	margin-top:-20px;
	z-index:12;
}
.index_banner .prev{
	left:50%;
	margin-left:-780px;
}
.index_banner .next{
	right:50%;
	margin-right:-780px;
}
.index_banner .prev i,.index_banner .next i{
	position:absolute;
	top:50%;	
	margin-top:-14px;
	width:26px;
	height:26px;
	border:1px solid transparent;
	-webkit-transition:border-color .3s linear;
	transition:border-color .3s linear;
}
.index_banner .prev i{
	left:50%;	
	margin-left:-4px;
	border-left-color:#fff;
	border-top-color:#fff;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.index_banner .next i{
	right:50%;
	margin-right:-4px;
	border-right-color:#fff;
	border-top-color:#fff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.index_banner .prev:hover i{
	border-left-color:#d3c080;
	border-top-color:#d3c080;
}
.index_banner .next:hover i{
	border-right-color:#d3c080;
	border-top-color:#d3c080;
}
@media screen and (max-width:1600){
	.index_banner .prev{
		left:50%;
		margin-left:-640px;
	}
	.index_banner .next{
		right:50%;
		margin-right:-640px;
	}
}


.ind03_banner{
	position:relative;	
	width:100%;
	padding-bottom:44.2708333333%;
	overflow:hidden;
}
.ind03_banner .inner{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.ind03_banner .chd{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	opacity:0;
}
.ind03_banner .img{
	display:block;
	width:100%;
}
.ind03_banner .lay_info{
	position:absolute;
	top:17.4%;
}
.ind03_banner .page-ul{
	position:absolute;
	width:1200px;
	left:50%;
	z-index:12;
	margin-left:-600px;
	bottom:60px;
	height:14px;
	text-align:center;
	font-size:0;
}
.ind03_banner .page-li{
	display:inline-block;
	vertical-align:top;
	width:10px;
	height:10px;
	border:2px solid #fff;
	background:#fff;
	border-radius:9999px;
	text-indent:-99px;
	overflow:hidden;
	cursor:pointer;
	margin:0 10px;
	-webkit-transition:all .3s  linear;
	transition:all .3s  linear;
}
.ind03_banner .page-li:hover,.ind03_banner .page-li.active{
	border-color:#c2b378;
	background:none;
}
.ind04{
	padding-top:106px;
	padding-bottom:86px;
}
.ind04 .rBx-info{
	margin-top:210px;
}
.ind04 .layer2 .layer-info{
	width:500px;
	padding-top:144px;
}
.ind04 .layer-info .chd{
	margin-bottom:56px;
}
.ind04 .layer-info .chd-line{
	float:left;
	width:25px;
	height:1px;
	margin-top:30px;
	margin-right:34px;	
}
.ind04 .layer-info .chd-line-in{
	display:block;
	height:100%;
	background:#cebc7d;
}
.ind04 .layer-info .chd-num{
	float:left;
}
.ind04 .layer-info .chd-num font{
	font-family:Arial,sans-serif;
	float:left;
	font-size:46px;
	line-height:50px;
	font-weight:bold;
	color:#cebb7d;
	margin-right:10px;
}
.ind04 .layer-info .chd-num small{
	position:relative;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#cebb7d;
	top:-4px;
}
.ind04 .layer-info .p{
	font-size:14px;
	line-height:28px;
	margin-left:60px;
	color:#cebc7d;
}
.scrollD{
	position:absolute;
	bottom:0;
	left:50%;
	width:120px;
	z-index:12;
	margin-left:-60px;	
	cursor:pointer;
}
.scrollD .p{
	font-size:18px;
	line-height:42px;
	text-align:center;
	color:#fff;
}
.scrollD .line{
	width:2px;
	height:80px;
	position:relative;
	margin:0 auto;
	background:rgba(255,255,255,.2);
}
@-webkit-keyframes scrollD-dot{
	0%{
		height:0;
		top:0;
	}
	49%{
		top:0;
		height:100%;
		
	}
	51%{
		top:auto;
		bottom:0;
		height:100%;
		
	}
	100%{
		top:auto;
		bottom:0;
		height:0;
	}
}
@keyframes scrollD-dot{
	0%{
		height:0;
		top:0;
	}
	49%{
		top:0;
		height:100%;
		
	}
	51%{
		top:auto;
		bottom:0;
		height:100%;
		
	}
	100%{
		top:auto;
		bottom:0;
		height:0;
	}
}
.scrollD .line .dot{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:30px;
	background:rgba(255,255,255,1);
	-webkit-animation:scrollD-dot 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s infinite normal both;
	animation:scrollD-dot 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s infinite normal both;
}
.ind01{
	background:#fff;
	padding-top:215px;
	padding-bottom:230px;
}
.ind01 .lBx{
	margin-left:180px;
}
.ind01 .chd{
	text-align:center;
	float:left;
}
.ind01 .lBx .lay_img{
	margin-bottom:30px;
}
.ind01 .lBx .ico{
	display:block;
	width:128px;
	height:128px;
	margin:0 auto;
}
.ind01 .lBx .p1{
	font-size:15px;
	line-height:25px;
	color:#939393;
	margin-bottom:12px;
}
.ind01 .lBx .dot{
	display:block;
	margin:0 auto 10px;
	width:5px;
	height:5px;
	border-radius:100%;
	background:#929393;
}
.ind01 .lBx .p2{
	font-size:15px;
	line-height:17px;
	color:#939393;
}
.ind01 .lBx .plus{
	display:block;
	float:left;
	position:relative;
	width:23px;
	height:23px;
	margin:56px 85px 0;
}
.ind01 .lBx .plus:before,.ind01 .lBx .plus:after{
	content:'';
	position:absolute;
	background:#8e8e8e;
	visibility:visible;
}
.ind01 .lBx .plus:before{
	top:11px;
	left:0;
	width:23px;
	height:1px;
}
.ind01 .lBx .plus:after{
	top:0;
	left:11px;
	width:1px;
	height:23px;
}
.ind01-rBx{
	width:360px;
}
.ind01-rBx .rBx-tit{
	font-family:Arial,sans-seirf;
	font-size:38px;
	line-height:42px;
	max-height:84px;
	overflow:hidden;
	color:#221814;
	text-transform:uppercase;
}
.busIndMain-ser .ind01-rBx .rBx-tit{
	color:#d2bf7f;
}
.ind01-rBx .rBx-con{
	padding-top:58px;
}
.busIndMain-ser .ind01-rBx .rBx-con{
	padding-top:6px;
}
.ind01-rBx .rBx-con-tit{
	font-size:28px;
	line-height:38px;
	color:#3e3a39;
	margin-bottom:15px;
}
.busIndMain-ser .ind01-rBx .rBx-con-tit{
	font-size:20px;
	line-height:32px;
	color:#3e3a39;
	margin-bottom:48px;
}
.ind01-rBx .rBx-con-con{
	font-size:14px;
	line-height:26px;
	color:#898989;
	margin-bottom:28px;
	text-align:justify;
}
.busIndMain-ser .ind01-rBx .rBx-con-con{
	color:#595757;
	margin-bottom:0;
}
.explore-btn{
	display:inline-block;
	vertical-align:top;
	position:relative;
	cursor:pointer;
	font-size:14px;
	line-height:42px;
	height:42px;
	padding:0 28px;
	min-width:148px;
	text-align:left;
	background:#d3c080;	
	color:#fff;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
	border-radius:2px;
}
.explore-btn,.explore-btn:hover{
	text-decoration:none;
}
.explore-btn font{
	position:relative;
}
.explore-btn:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:100%;
	background:rgba(255,255,255,.08);
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.explore-btn:hover:before{
	width:100%;
}
.explore-btn i{
	position:absolute;
	top:50%;
	margin-top:-5px;
	right:18px;
	width:6px;
	height:10px;
	font-size:0;
}
.explore-btn i:before,.explore-btn i:after{
	content:'';
	position:absolute;
	top:50%;
	margin-top:-4px;
	left:0;
	margin-left:-4px;
	width:7px;
	height:7px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.explore-btn.gaga i:before,.explore-btn.gaga i:after{
	content:'';
	position:absolute;
	top:5px;
	margin-top:-7px;
	left:0;
	margin-left:-2px;
	width:7px;
	height:7px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.explore-btn i:before{
	left:-14px;
	opacity:0;
}
.explore-btn:hover i:before{
	left:0;
	opacity:1;
}
.explore-btn:hover i:after{
	left:14px;
	opacity:0;
}
.explore-btn.gaga i:before{
	left:0;
	top:-9px;
	opacity:0;
}
.explore-btn.gaga:hover i:before{
	left:0;
	top:5px;
	opacity:1;
}
.explore-btn.gaga i:after{
	left:0;
	top:5px;
	opacity:1;
}
.explore-btn.gaga:hover i:after{
	left:0;
	top:19px;
	opacity:0;
}
.about3{
	position:relative;
	height:500px;
	overflow:hidden;
}
.about3 .img-wrap{
	position:relative;
	left:50%;
	width:1920px;
	height:1270px;
	margin-left:-960px;
	top:-470px;
	overflow:hidden;
}
.about3-1 .img-wrap{
	top:-520px;
}
.about3 .img-wrap .img{
	position:absolute;	
	width:1920px;	
}
.js_bgmove{
    -webkit-transition:-webkit-transform 700ms cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:-webkit-transform 700ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition:transform 700ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.about3 .overlay{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.12);
}
.about3 .info-wrap{
	top:180px;
	left:50%;
}
.about3 .info-tit{
	font-family:Arial,sans-serif;
	font-size:38px;
	line-height:45px;
	color:#fff;
	margin-bottom:30px;
}
.about3 .info-sub{
	font-size:28px;
	line-height:42px;
	color:#fff;
}

.ind04 .sind-span{
	position:absolute;
	width:12px;
	height:12px;
	border-radius:50%;
}
.ind04 .sind-span1{
	top:306px;
	left:642px;
}
.ind04 .sind-span2{
	top:329px;
	left:569px;
}
.ind04 .sind-span3{
	top:356px;
	left:717px;
}
.ind04 .sind-span4{
	top:380px;
	left:767px;
}
.ind04 .sind-span5{
	top:481px;
	left:421px;
}
.ind04 .sind-span6{
	top:481px;
	left:718px;
}
.ind04 .sind-span7{
	top:507px;
	left:767px;
}
.ind04 .sind-span8{
	top:534px;
	left:495px;
}
.ind04 .sind-span9{
	top:534px;
	left:593px;
}
.ind04 .sind-span10{
	top:557px;
	left:568px;
}
.ind04 .sind-span11{
	top:557px;
	left:692px;
}
.ind04 .sind-span12{
	top:583px;
	left:643px;
}
.ind04 .sind-span13{
	top:608px;
	left:668px;
}
.ind04 .sind-span14{
	top:632px;
	left:618px;
}
.ind04 .sind-span15{
	top:532px;
	left:668px;
}
.ind04 .sind-span16{
    top:437px;
    left:452px;
}
.ind04 .sind-span17{
    top:488px;
    left:527px;
}
.ind04 .sind-span18{
    top:589px;
    left:452px;
}
.ind04 .sind-span19{
    top:437px;
    left:625px;
}
.ind04 .sind-dot{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	border-radius:50%;
	background:#d9c998;
}
.ind04 .sind-bg{
	position:absolute;
	top:50%;
	left:50%;
	width:16px;
	height:16px;
	margin-left:-8px;
	margin-top:-8px;
	border-radius:50%;	
}
.ind04 .sind-bg .cirI{
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	margin-left:-50%;
	margin-top:-50%;
	border-radius:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	background:#d9c998;
}
@keyframes jing_scale{
	0%{		
		transform:scale3d(1,1,1);	
		opacity:0;	
	}	
	25%{
		transform:scale3d(1.5,1.5,1);
		opacity:0.6;
	}
	50%{
		transform:scale3d(2.2,2.2,1);	
		opacity:.3;
	}
	75%{
		transform:scale3d(3,3,1);	
		opacity:0;
	}
	100%{
		transform:scale3d(1,1,1);
		opacity:0;
	}
} 
.ind04 .sind-span .sind-bg .cirI01{
	animation:jing_scale 2.4s linear 0s infinite normal both;
}
.ind04 .sind-span .sind-bg .cirI02{
	animation:jing_scale 2.4s linear 0.6s infinite normal both;
}
.ind04 .sind-span .sind-bg .cirI03{
	animation:jing_scale 2.4s linear 1.5s infinite normal both;
}
.ind04 .sind-span2 .sind-bg .cirI01{
	animation-delay:-0.3s;
}
.ind04 .sind-span2 .sind-bg .cirI02{
	animation-delay:.3s;
}
.ind04 .sind-span2 .sind-bg .cirI03{
	animation-delay:1.2s;
}
.ind04 .sind-span3 .sind-bg .cirI01{
	animation-delay:.3s;
}
.ind04 .sind-span3 .sind-bg .cirI02{
	animation-delay:.9s;
}
.ind04 .sind-span3 .sind-bg .cirI03{
	animation-delay:1.8s;
}
.ind04 .sind-span4 .sind-bg .cirI01{
	animation-delay:.6s;
}
.ind04 .sind-span4 .sind-bg .cirI02{
	animation-delay:1.2s;
}
.ind04 .sind-span4 .sind-bg .cirI03{
	animation-delay:2.1s;
}
.ind04 .sind-span5 .sind-bg .cirI01{
	animation-delay:.8s;
}
.ind04 .sind-span5 .sind-bg .cirI02{
	animation-delay:1.4s;
}
.ind04 .sind-span5 .sind-bg .cirI03{
	animation-delay:2.3s;
}
.ind04 .sind-span6 .sind-bg .cirI01{
	animation-delay:1s;
}
.ind04 .sind-span6 .sind-bg .cirI02{
	animation-delay:1.6s;
}
.ind04 .sind-span6 .sind-bg .cirI03{
	animation-delay:2.5s;
}
.ind04 .sind-span7 .sind-bg .cirI01{
	animation-delay:-0.3s;
}
.ind04 .sind-span7 .sind-bg .cirI02{
	animation-delay:.3s;
}
.ind04 .sind-span7 .sind-bg .cirI03{
	animation-delay:1.2s;
}
.ind04 .sind-span8 .sind-bg .cirI01{
	animation-delay:.3s;
}
.ind04 .sind-span8 .sind-bg .cirI02{
	animation-delay:.9s;
}
.ind04 .sind-span8 .sind-bg .cirI03{
	animation-delay:1.8s;
}
.ind04 .sind-span9 .sind-bg .cirI01{
	animation-delay:.6s;
}
.ind04 .sind-span9 .sind-bg .cirI02{
	animation-delay:1.2s;
}
.ind04 .sind-span9 .sind-bg .cirI03{
	animation-delay:2.1s;
}
.ind04 .sind-span10 .sind-bg .cirI01{
	animation-delay:.8s;
}
.ind04 .sind-span10 .sind-bg .cirI02{
	animation-delay:1.4s;
}
.ind04 .sind-span10 .sind-bg .cirI03{
	animation-delay:2.3s;
}
.ind04 .sind-span11 .sind-bg .cirI01{
	animation-delay:1s;
}
.ind04 .sind-span11 .sind-bg .cirI02{
	animation-delay:1.6s;
}
.ind04 .sind-span11 .sind-bg .cirI03{
	animation-delay:2.5s;
}
.ind04 .sind-span12 .sind-bg .cirI01{
	animation-delay:-0.3s;
}
.ind04 .sind-span12 .sind-bg .cirI02{
	animation-delay:.3s;
}
.ind04 .sind-span12 .sind-bg .cirI03{
	animation-delay:1.2s;
}
.ind04 .sind-span13 .sind-bg .cirI01{
	animation-delay:.3s;
}
.ind04 .sind-span13 .sind-bg .cirI02{
	animation-delay:.9s;
}
.ind04 .sind-span13 .sind-bg .cirI03{
	animation-delay:1.8s;
}
.ind05{
	background:#f7f7f7;
	padding-top:116px;
	padding-bottom:100px;
}
.news-in05-wrap .ind05{
	background:#fff;
	padding-bottom:140px;
}
.news-in05-wrap1 .ind05{
	padding-bottom:120px;
}
.ind05-tit{
	margin-bottom:100px;
	text-align:center;
}
.ind05-tit-h{
	font-family:Arial,sans-serif;
	font-size:38px;
	line-height:62px;
	color:#221815;
	text-transform: uppercase;
}
.ind05-tit-p{
	font-size:28px;
	line-height:42px;
	color:#3e3a39;
}
.ind05-con .chd{
	float:left;
	width:50%;
	margin-bottom:80px;
}
.ind05-con .chd-in{
	width:604px;
}
.ind05-con .chd:nth-child(odd) .chd-in{
	float:left;
}
.ind05-con .chd:nth-child(even) .chd-in{
	float:right;
}
.ind05-con .chd-in .lay_img{
	position:relative;
	height:200px;
}
.ind05-con .chd-in .lay_img > a{
	display:block;
	width:100%;
	height:100%;
}
.ind05-con .chd-in .lay_img .img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.ind05-con .chd-in .lay_img:hover .img{
	-webkit-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.ind05-con .chd-in .lay_info{
	padding-top:28px;
}
.ind05-con .chd-in .lay_info .tit{
	font-size:20px;
	line-height:30px;
	height:30px;
	overflow:hidden;
	margin-bottom:26px; 
}
.ind05-con .chd-in .lay_info .tit a,.ind05-con .chd-in .lay_info .tit a:hover{
	text-decoration:none;
}
.ind05-con .chd-in .lay_info .tit,.ind05-con .chd-in .lay_info .tit a{
	color:#3e3a39;
	-webkit-transition:color .3s linear;
	transition:color .3s linear;
}
.ind05-con .chd-in:hover .lay_info .tit,.ind05-con .chd-in:hover .lay_info .tit a{
	color:#d3c080;
}
.ind05-con .chd-in .lay_info .con{
	font-size:14px;
	line-height:24px;
	height:48px;
	overflow:hidden;
	color:#898989;
}
.ind05-con .chd-in .lay_info .con-wrap .con{
	width:416px;
}
.ind05-con .chd-in .lay_info .con-wrap .lay_date{
	font-size:14px;
	line-height:24px;
	padding-top:24px;
	color:#898989;
	
}
.ind05-lay-more{
	padding-top:10px;
}
.news-in05-wrap .ind05-lay-more{
	padding-top:44px;
}
.footer{
	padding-top:76px;
	padding-bottom:30px;
	background:#2c2b2b;
}
.foot{
	padding-bottom:80px;
}
.foot .lBx{
	margin-right:45px;
}
.foot .lBx .chd{
	width:100px;
}
.foot .lBx .chd + .chd{
	margin-left:54px;
}
.foot .lBx .chd h2{
	font-size:16px;
	line-height:28px;
	font-weight:normal;
	margin-bottom:12px;
}
.foot .lBx .chd h2,.foot .lBx .chd h2 a{
	color:#fff;
	-webkit-transition:color .3s linear;
	transition:color .3s linear;
}
.foot .lBx .chd h2 a:hover{
	color:#d2bf7f;
}
.foot .lBx .chd p{
	font-size:12px;
	line-height:24px;
}
.foot .lBx .chd p,.foot .lBx .chd p a{
	color:#fff;
	-webkit-transition:color .3s linear;
	transition:color .3s linear;
}
.foot .lBx .chd p a:hover{
	color:#d2bf7f;
}
.foot .mBx{
	border-left:1px solid #878787;
	min-height:150px;
	padding-bottom:20px;
	padding-left:40px;
}
.foot .mBx .chd{
	padding-bottom:40px;
	width:156px;
}
.foot .mBx .chd h2{
	font-size:12px;	
	font-weight:normal;
	line-height:22px;
	color:#fff;
	padding-bottom:6px;
	border-bottom:1px solid #959595;
	margin-bottom:8px;	
}
.foot .mBx .chd p{
	font-size:18px;
	line-height:24px;
	color:#fff;
}
.foot .rBx .lay_qr{
	margin-bottom:8px;
}
.foot .rBx .lay_qr_wrap + .lay_qr_wrap{
	margin-left:40px;
}
.foot .rBx .qr{
	display:block;
	width:114px;
	height:114px;
}
.foot .rBx .p{
	font-size:14px;
	line-height:22px;
	color:#fff;
}
.copyright{
	font-size:14px;
	line-height:30px;
}
.copyright,.copyright a{
	color:#fff;
}
.copyright a{
	-webkit-transition:color .3s linear;
	transition:color .3s linear;
}
.copyright a:hover{
	color:#d2bf7f;
}
.copyright .span-left{
	margin-right:16px;
}
.copyright .span-right{
	margin-left:16px;
}
.copyright .span-left font{
	margin:0 13px;
}
.copyright .span-right font{
	margin:0 20px;
}
.main-about{
	padding-top:132px;
}
.innerBanner{
	position:relative;
	z-index:1;
}
.innerBanner .img{
	display:block;
	width:100%;
}
.innerBanner .lay_info{
	top:37.3333%;
	left:50%;
	z-index:2;
}
.main-about .innerBanner .lay_info{
	top:50%;
	height:114px;
	margin-top:-57px;
	text-align:center;
}
.innerBanner .info-tit{
	font-family:Arial,sans-serif;
	font-size:38px;
	line-height:64px;
	font-weight:normal;	
	color:#fff;
}
.innerBanner .blk .info-tit{
	color:#3e3a39;
}
.innerBanner .info-tit.y1,.innerBanner .info-tit.y3,.innerBanner .info-tit.y4{
	text-transform:uppercase;
}
.innerBanner .info-tit.y2{
	text-transform:capitalize;
}
.innerBanner .info-tit.y5{
	text-transform:capitalize;
}
.innerBanner .info-subTit{
	font-size:28px;
	line-height:50px;
	color:#fff;
}
.innerBanner .blk .info-subTit{
	color:#3e3a39;
}
.innerBanner .y1{
	padding-left:95px;
}
.innerBanner .y2{
	padding-left:95px;
}
.innerBanner .y4{
	padding-left:195px;
}
.innerBanner .y5{
	padding-left:80px;
}
.subNav{
	background:#f7f8f8;
	padding:56px 0;
	white-space:nowrap;
}
.subNav.active{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
	box-shadow:0 0 3px rgba(0,0,0,.15);
}
.subNav.active + div{
	margin-top:150px;
}
.subNav a{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:38px;
	color:#595757;
	-webkit-transition:color .3s linear;
	transition:color .3s linear;
	margin:0 42px;
}
.subNav a:hover,.subNav a.current{
	color:#d2bf7f;
}
.subNav b{
	display:inline-block;
	vertical-align:middle;
	height:18px;
	width:1px;
	background-color:#b3b2b2;
}
.busIndMain{
	padding:165px 0;
}
.busIndMain01{
	background:#fff;
}
.busIndMain-ser.busIndMain01{
	background:#fff;
}
.busIndMain02{
	background:#efeff0;
}
.busIndMain-ser.busIndMain01{
	background:#f4f4f4;
}
.busIndMain .lay_img,.busIndMain .lay_img .img{
	width:804px;
	height:424px;
}
.busIndMain .lay_img{
	overflow:hidden;
}
.busIndMain .lay_img .img{
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.busIndMain .lay_img:hover .img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.busIndMain01 .lay_info{
	margin-top:42px;
}
.busIndMain-ser .lay_info{
	margin-top:20px;
}
.busIndMain .ind01-rBx{
	width:390px;
}
.busIndMain02 .ind01-rBx .rBx-con-con{
	width:370px;
}
.busIndMain-ser .ind01-rBx .rBx-con-con{
	width:100%;
}
.busDoc{
	background:#fff;
	padding-top:132px;
	padding-bottom:75px;
}
.busDoc.busDoc0{
	pading-top:138px;
	padding-bottom:95px;
}
.busDoc.busDoc01{
	background:#fff;
}
.busDoc.busDoc02{
	background:#f4f4f4;
}
.busDoc .tit-wrap{
	text-align:center;
	padding-bottom:62px;
}
.busDoc .tit-wrap .tit-en{
	font-family:Arial,sans-serif;
	font-size:38px;
	line-height:46px;
	margin-bottom:12px;
	text-transform:uppercase;
}
.busDoc .tit-wrap .tit-zh{
	font-size:28px;
	line-height:40px;
	color:#3e3a39;
}
.busDoc.busDoc0 .tit-wrap .tit-en{
	color:#d2bf7f;
}
.busList{
	font-size:0;
	letter-spacing:-5px;
	padding-top:80px;
	padding-bottom:40px;
}
.busList .chd{
	font-size:14px;
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	width:50%;
	margin-top:45px;
	margin-bottom:45px;
}
.busList .chd-in{
	width:570px;
}
.busList .chd:nth-child(odd) .chd-in{
	float:left;
}
.busList .chd:nth-child(even) .chd-in{
	float:right;
}
.busList .chd-tit{
	color:#d3c080;
	line-height:32px;
	margin-bottom:16px;
} 
.busList .chd-tit .tit-zh{
	font-size:22px;
	margin-right:16px;
}
.busList .chd-tit .tit-en{
	font-size:16px;
}
.busList .chd-con{
	font-size:14px;
	line-height:26px;
	color:#898989;
}
.busDoc0-in{	
	padding:52px 60px 0;
}
.busDocIn .chd{
	width:500px;
	font-size:18px;
	line-height:38px;
	color:#595757;
	margin-bottom:24px;
}
.busDocIn .chd.chd-none{
	display:none;
}
.busDocIn .chd.havMarR{
	margin-right:168px;
}
.busDoc0-in .lay_more{
	padding-top:62px;
} 
.newV{
	padding-top:130px;
	padding-bottom:170px;
}
.newV-tit{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
}
.newV-tit h1{
	font-size:28px;
	line-height:42px;
	color:#3e3a39;
	font-weight:normal;
	margin-bottom:8px;
	text-align:center;
}
.newV-tit p{
	font-size:16px;
	line-height:28px;
	color:#727171;
	text-align:center;
}
.newV-con{
	font-size:14px;
	line-height:28px;
	color:#727171;
	padding-bottom: 80px;
}
.newV-con video,.newV-con img{
	max-width:100%;
}
.newV-con img{
	display:inline-block;
	vertical-align:middle;
}
.newV-con p img:only-child{
	text-align:center;
}
.tog-art{
	position:relative;
	border-top:1px solid #bfbfbf;		
	padding-top:19px;	
}
.tog-art .p,.tog-art .p a{
color:#7d7d7d;	
-webkit-transition:color .3s linear;
-moz-transition:color .3s linear;
transition:color .3s linear;
}
.tog-art .p:hover,.tog-art .p a:hover{
	color:#d2bf80;	
}
.tog-art .p font,.tog-art .p:hover font{
	color:#3e3a39;	
}
.tog-art .p{
	font-size:15px;
	line-height:48px;	
}
.tog-art .last{
	float:left;
	width:540px;
	text-align:left;	
}
.tog-art .next{
	float:right;
	width:540px;
	text-align:right;	
}
.tog-art .return-list{
	position:absolute;
	top:28px;
	left:50%;
	width:38px;
	height:24px;
	margin-left:-19px;
	background:url(../images/ico_back.png) no-repeat center;
}
.listNew{
	font-size:0;
	letter-spacing:-5px;
	position:relative;
	margin-bottom:112px;	
	background:url(../images/line_bg.png) repeat-y left top;
}
.listNew .chd{
	font-size:14px;
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	width:50%;
	
}
.listNew .chd-in{
	width:470px;
	margin-bottom:40px;
}
.listNew .chd:nth-child(odd) .chd-in{
	float:left;
}
.listNew .chd:nth-child(even) .chd-in{
	float:right;
}
.listNew .chd .tit{
	font-size:18px;
	line-height:31px;
}
.listNew .chd .tit,.listNew .chd .tit a{
	color:#3e3a39;
	-webkit-transition:color .3s linear;
	transition:color .3s linear;
}
.listNew .chd .tit a:hover{
	color:#d2bf80;
}
.listNew .chd .p{
	font-size:14px;
	line-height:24px;
	color:#727171;
}
.about1{
	background:#fff;
	padding-top:126px;
	padding-bottom:136px;
}
.about1 .about-tit{
	margin-bottom:86px;
}
.about-tit .tit-en{
	font-family:Arial,sans-serif;
	text-transform: uppercase;
	font-size:38px;
	line-height:64px;
	color:#d3c080;
}
.about-tit .tit-zh{
	font-size:28px;
	line-height:50px;
	color:#d3c080;
}
.about1 .about-con{
	font-size:14px;
	line-height:28px;
	color:#727171;
}
.about4{
	padding-top:180px;
	padding-bottom:140px;	
}
.about4 .about-tit{
	margin-bottom:100px;
}
.about4 .about-con{
	font-size:0;
	letter-spacing:-5px;
}
.about4 .chd{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	letter-spacing: normal;
	width:360px;
	margin-bottom:80px;
}
.about4 .chd .ico{
	width:140px;
	height:140px;
	display:block;
	margin:0 auto 20px;
}
.about4 .chd .ico1{
	background:url(../images/culture_ico1.png) no-repeat center;
}
.about4 .chd .ico2{
	background:url(../images/culture_ico2.png) no-repeat center;
}
.about4 .chd .ico3{
	background:url(../images/culture_ico3.png) no-repeat center;
}
.about4 .chd .info-tit{
	font-size:20px;
	line-height:36px;
	text-align:center;
	color:#3e3a39;
	width:90%;
	margin:0 auto 10px;
}
.about4 .chd .info-con{
	font-size:14px;
	line-height:24px;
	text-align:center;
	color:#898989;
	width:90%;
	margin:0 auto;
}
.about5{
	padding-top:168px;
	padding-bottom:170px;
	background:#fff;
}
.about5 .about-tit{
	margin-bottom:106px;
}
.about5 .about-con .chd{
	float:left;
	position:relative;
	padding-left:60px;
	min-height:58px;
	margin-bottom:52px;
	width:210px;
}
.about5 .about-con .chd:not(:nth-child(4n+1)){
	margin-left:80px;
}
.about5 .about-con .chd-tit{
	font-size:16px;
	line-height:28px;
	padding-top:2px;
	color:#3e3a39;
}
.about5 .about-con .lay_img{
	position:absolute;
	left:0;
	top:0;
	width:50px;
	height:50px;
	background:url(../images/cup.png) no-repeat;
}
.about6{
	background:#d3bf80;
	padding-top:144px;
	padding-bottom:96px;
}
.about6 .inner{
	width:1200px;
}
.about6 .chd{
	float:left;
	width:25%;
	margin-bottom:18px;
	-webkit-transform:translateZ(0);
	transform:translaeZ(0);
}
.about6 .chd-in{
	width:180px;
}
.about6 .chd .ico{
	width:88px;
	height:88px;
	margin:0 auto 20px;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.about6 .chd:hover .ico{
	-webkit-transform:rotateY(360deg);
	transform:rotateY(360deg);
}
.about6 .chd .ico1{
	background:url(../images/ico_uu1.png) no-repeat center;
}
.about6 .chd .ico2{
	background:url(../images/ico_uu2.png) no-repeat center;
}
.about6 .chd .ico3{
	background:url(../images/ico_uu3.png) no-repeat center;
}
.about6 .chd .ico4{
	background:url(../images/ico_uu4.png) no-repeat center;
}
.about6 .chd .info1{
	font-family:Arial,sans-serif;
	font-size:64px;
	line-height:88px;
	height:88px;
	margin-bottom:8px;
	color:#fff;
	overflow:hidden;
}
.about6 .chd .info2{
	font-size:14px;
	line-height:22px;
	height:66px;
	overflow:hidden;
	color:#f7f8f8;
}
.about7{	
	padding-top:150px;
	padding-bottom:120px;
}
.about7.fff{
	background:#fff;
}
.about7.gray{
	background:#f7f8f8;
}
.about7 .about-tit{
	margin-bottom:124px;
}
.about7 .item{
	float:left;
	width:20%;
	margin-bottom:60px;
}
.about7.gray .item{
	width:16.666%;
}
.about7 .item-in{
	padding:0 10px;
}
.about7 .item .img-wrap{
	width:140px;
	height:90px;
	text-align:center;
	font-size:0;
	letter-spacing:-5px;
}
.about7 .item .img-wrap .img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	max-height:100%;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;	
}
.about7 .item .img-wrap:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	height:100%;
	width:0%;
	oveflow:hidden;
}
.about7 .item .img-wrap:after{
	display:none;
}
.about7 .item .item-in:hover .img-wrap .img{
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	transform:rotateY(360deg);
}
.about7 .item .info{
	font-size:22px;
	line-height:32px;
	color:#898989;
	height:32px;
	overflow:hidden;
	margin:0 auto;
	-webkit-transition:color .3s linear;
	transition:color .3s linear;
}
.about7 .item .item-in:hover .info{
	color:#666;
}
.aboutK{
	padding-top:125px;
	padding-bottom:145px;
	background:#f7f7f7;
}
.aboutK-in{
	position:relative;
	z-index:1;
}
.aboutK .con{
	position:relative;
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.aboutK .list{
	position:relative;
	width:40000px;
}
.aboutK .list:before{
	content:'';
	position:absolute;
	left:0;
	top:90px;
	width:100%;
	height:2px;
	background:#d3bf80;
}
.aboutK .item{
	float:left;
	position:relative;
	width:400px;
}
.aboutK .item-in{
	width:330px;
}
.aboutK .item .years{
	font-size:30px;
	line-height:48px;
	height:48px;
	margin-bottom:30px;
	color:#3f3b3a;
}
.aboutK .item .circle{
	width:20px;
	height:20px;
	border:2px solid #d3bf80;
	border-radius:9999px;
	background:#f7f7f7;
}
.aboutK .item .info{
	padding-top:22px;
}
.aboutK .item .chd{
	padding-top:10px;
	font-size:14px;
	line-height:30px;
	color:#727171;
}
.aboutK .item .year{
	float:left;
	width:50px;
}
.aboutK .item .infos{
	overflow:hidden;
}
.aboutK .btn-prev,.aboutK .btn-next{
	position:absolute;
	z-index:10;
	cursor:pointer;
	top:74px;
	width:20px;
	height:38px;
}
.aboutK .btn-prev{
	left:0;
}
.aboutK .btn-next{
	right:0;
}
.aboutK .btn-prev:before,.aboutK .btn-next:before{
	content:'';
	position:absolute;
	top:50%;
	margin-top:-14px;
	width:24px;
	height:24px;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.aboutK .btn-prev:before{
	border-left:2px solid #d3bf80;
	border-top:2px solid #d3bf80;
	left:5px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.aboutK .btn-next:before{
	border-right:2px solid #d3bf80;
	border-top:2px solid #d3bf80;
	right:5px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.aboutK .btn-prev:hover:before{
	border-left-color:#3f3b3b;
	border-top-color:#3f3b3b;
}
.aboutK .btn-next:hover:before{
	border-right-color:#3f3b3b;
	border-top-color:#3f3b3b;
}
.servIndMain{
	padding-top:135px;
	padding-bottom:122px;
	background:#fff;
}
.servTit{
	text-align:center;
	margin-bottom:76px;
}
.servTit .tit-en{
	font-family:Arial,sans-serif;
	font-size:38px;
	line-height:46px;
	color:#231815;
	text-transform:uppercase;
	margin-bottom:8px;
}
.servTit .tit-zh{
	font-size:28px;
	line-height:44px;
	color:#3e3a39;
}
.servCon{
	width:980px;
	margin:0 auto;
	font-size:14px;
	line-height:28px;
	color:#727171;
	text-align:center;
}
.servCon img,.servCon video{
	max-width:100%;
}
.contD{
	padding-top:126px;
	padding-bottom:104px;
}
.contD-1{
	padding-bottom:260px;
	background:#efefef;
}
.contD-2{
	background:#fff;
	padding-bottom:183px;
}
.contD-tit{
	text-align:center;
	margin-bottom:125px;
}
.contD-tit .tit{
	font-family:Arial,sans-serif;
	font-size:38px;
	line-height:58px;
	text-transform:uppercase;
	color:#231815;
}
.contD-tit .subTit{
	font-size:28px;
	line-height:44px;
	color:#3e3a39;
}
.contD-con .lBx{
	float:left;
	width:430px;
	height:290px;
	border-bottom:1px solid #efefef;	
}
.contD-con .rBx{
	float:right;
}
.contD-con .lBx-tit{
	font-size:20px;
	line-height:38px;
	color:#d3c080;
	margin-bottom:8px;
}
.contD-con .lBx-con{
	font-size:14px;
	line-height:28px;
	color:#727171;
}
.contM{
	background:#f7f8f8 url(../images/contact_bg.png) no-repeat center bottom;
	padding-top:154px;
	padding-bottom:134px;
}
.contM .lBx,.contM .rBx{
	width:654px;
}
.contM .lBx{
	float:left;
}
.contM .rBx{
	float:right;
}
.contM .chd{
	margin-bottom:18px;
}
.contM .chd .tit{
	position:relative;
	padding-left:60px;
	padding-right:40px;
	height:50px;
	line-height:50px;
	overflow:hidden;	
	background:#fff;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.contM .chd.open .tit{
	background:#d2bf80;
}
.contM .chd .tit .span-left{
	font-size:18px;	
	font-weight:normal;
	color:#595757;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.contM .chd.open .tit .span-left{
	color:#fff;
}
.contM .chd .tit .switch{
	position:absolute;
	top:50%;
	right:40px;
	width:19px;
	height:19px;
	border-radius:50%;
	margin-top:-9px;
	cursor:pointer;
	background:#d2bf80;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.contM .chd.open .tit .switch{
	background:#fff;
}
.contM .chd .tit .switch:before{
	content:'';
	position:absolute;
	width:13px;
	height:1px;	
	left:3px;
	top:9px;
	background:#fff;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.contM .chd .tit .switch:after{
	content:'';
	position:absolute;
	width:1px;
	height:13px;	
	left:9px;
	top:3px;
	background:#fff;
}
.contM .chd.open .tit .switch:before{
	background:#d2bf80;
}
.contM .chd.open .tit .switch:after{
	display:none;
}
.contM .chd .con{
	padding:42px 40px 38px 60px;
	background:#fff;
	margin-top:18px;
	display:none;
}
.contM .chd .con .lay_img{
	margin-bottom:32px;
	overflow:hidden;
}
.contM .chd .con .img{
	display:block;
	max-width:100%;
	min-width:160px;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.contM .chd .con .lay_info{
	font-size:14px;
	line-height:24px;
	color:#727171;
}
.joinM .chd{
	margin-bottom:20px;
	position:relative;
}
.joinM .chd-tit{
	padding:0 60px;
	height:60px;
	overflow:hidden;
	background:#fff;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.joinM .chd.open .chd-tit{
	background:#d3c080;
}
.joinM .chd-tit .span-left,.joinM .chd-tit .span-right{
	font-size:18px;
	line-height:60px;
	color:#595757;
	-webkit-transition:color .3s linear;
	transition:color .3s linear;
}
.joinM .chd.open .chd-tit .span-left,.joinM .chd.open .chd-tit .span-right{
	color:#fff;
}
.joinM .chd-tit .span-left .span1{
	min-width:160px;
}
.joinM .chd-tit .span-left .span1,.joinM .chd-tit .span-left .span2,.joinM .chd-tit .span-left b{
	display:inline-block;
	vertical-align:middle;
}
.joinM .chd-tit .span-left b{
	display:inline-block;
	vertical-align:middle;
	height:18px;
	width:1px;
	background:#fff;
	margin:0 28px;
}
.joinM .chd-tit .switch{
	display:inline-block;
	vertical-align:-3px;
	margin-left:76px;
	position:relative;
	width:19px;
	height:19px;
	border-radius:50%;
	cursor:pointer;
	background:#d3c080;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.joinM .chd.open .chd-tit .switch{
	background:#fff;
}
.joinM .chd .chd-tit .switch:before{
	content:'';
	position:absolute;
	width:13px;
	height:1px;	
	left:3px;
	top:9px;
	background:#fff;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.joinM .chd .chd-tit .switch:after{
	content:'';
	position:absolute;
	width:1px;
	height:13px;	
	left:9px;
	top:3px;
	background:#fff;
}
.joinM .chd.open .chd-tit .switch:before{
	background:#d3c080;
}
.joinM .chd.open .chd-tit .switch:after{
	display:none;
}
.joinM .chd-con{
	padding:55px 60px;
	font-size:14px;
	line-height:28px;
	color:#727171;
	background:#f7f7f7;
}
.joinM .chd-con h1,.joinM .chd-con h2,.joinM .chd-con h3,.joinM .chd-con h4,.joinM .chd-con h5,.joinM .chd-con h6{
	font-size:24px;
	line-height:52px;
	color:#3e3a39;
	margin-bottom:12px;
}
.joinM .chd-con img{
	max-width:100%;
}
.joinM .chd-con-in{
	height:430px;
	overflow:hidden;
}
.empD{
	border:1px solid #cfcfd0;
}
.empD-t{
	border-bottom:1px solid #cfcfd0;
	height:59px;
}
.empD .lBx{
	float:left;
	width:574px;
	padding-left:49px;
	padding-right:36px;
}
.empD .rBx{
	float:left;
	width:564px;
	padding-left:49px;
	padding-right:46px;
}
.empD-t .span{
	float:left;
	font-size:18px;
	line-height:34px;
	height:34px;
	margin-top:14px;
	color:#595757;
	margin-right:70px;
	cursor:pointer;
}
.empD-t .span.active{
	padding-bottom:10px;
	border-bottom:2px solid #d2bf7f;
}
.empD-c{
	background:url(../images/emp_line.jpg) repeat-y center top;
}
.empD-c .lBx{
	padding-top:28px;
	padding-bottom:28px;
}
.empD-c .form-wrap .lay_input{
	float:left;
	width:530px;
	position:relative;
	height:66px;
	z-index:1;
}
.empD-c .form-wrap .input-wrap{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
}
.empD-c .form-wrap .input-wrap.active{
	z-index:2;
}
.empD-c .form-wrap .input{
	display:block;
	font-size:28px;
	line-height:30px;
	height:30px;
	padding-top:18px;
	padding-bottom:18px;
	color:#727171;
	background:#fff;
	width:530px;
	border:none;
	opacity:0;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.empD-c .form-wrap .input-wrap.active .input{
	opacity:1;
}
.empD-c .form-wrap .input,.empD-c .form-wrap .input:focus{
	outline:none;
}
.empD-c .form-wrap .submit-wrap{
	float:left;
	width:44px;
	height:66px;
	position:relative;
}
.empD-c .form-wrap .sub-ico{
	position:absolute;
	left:19px;
	top:50%;
	width:24px;
	height:24px;
	border-radius:50%;
	background:#d3c080;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.empD-c .form-wrap .sub-ico:before{
	content:'';
	position:absolute;
	width:9px;
	height:9px;
	top:50%;
	left:50%;
	margin-top:-5px;
	margin-left:-8px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:all .3s linear;
	transition:all .3s linear;	
}
.empD-c .form-wrap .subBtn{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:100%;
	cursor:pointer;
	border:none;
	background:none;
	padding:0;
	opacity:0;
}
.empD-c .form-wrap .subBtn,.empD-c .form-wrap .subBtn:focus{
	outline:none;
}
.empD-c .rBx{
	padding-top:40px;
	padding-bottom:34px;
}
.empD-c  .emp_info{
	padding-top:15px;
	margin-bottom:40px;
}
.empD-c  .emp_info .info-left{
	float:left;
	margin-top:4px;
	margin-right:20px;
}
.empD-c  .emp_info .info-left,.empD-c  .emp_info .info-left img{
	display:block;
	width:150px;
	height:180px;
}
.empD-c  .emp_info .info-right{
	overflow:hidden;
	font-size:16px;
	line-height:24px;
	color:#595757;
}
