@charset "utf-8";

.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 {
  display: inline-block;
  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;
}
img.ellipsis,
audio.ellipsis,
canvas.ellipsis,
progress.ellipsis,
video.ellipsis {
  display: inline-block;
  max-width: 100%;
}
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;
}
[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="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
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: 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"][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;
}
.docW{
	width:1280px;
	margin:0 auto;
}
.docW-half{
	margin-left:-640px;
}
.proX.docW{
	width:800px;
}
@media screen and (min-width:1500px){
	.docW{
		width:1420px;
	}
	.docW-half{
		margin-left:-710px;
	}
	.proX.docW{
		width:800px;
	}
}
.swiper-wrapper:before,.swiper-wrapper:after{
	display:none!important;
}
.swiper-wrapper::before,.swiper-wrapper::after{
	display:none!important;
}
.fadeInUp1,.fadeInUp2,.fadeInUp3 {
	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);	
}
.fadeInUp3{
	-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);
}
.swiper-slide-self.active .fadeInUp3{
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.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);
}
.fadeInOnly,.fadeInOnly1,.fadeInOnly2,.fadeInOnly3{
	opacity:0;
}
.fadeInOnly-wrap.active .fadeInOnly,.swiper-slide-active .fadeInOnly{	
	opacity:1;
	-webkit-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
.fadeInOnly1.active{
	opacity:1;
	-webkit-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
.fadeInOnly3{
	-webkit-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
.swiper-slide-self.active .fadeInOnly3{
	opacity:1;
}
.fadeInRight,.fadeInRight1,.fadeInRight2,.fadeInRight3 {
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);	
}
.fadeInRight3{
	-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);
}
.swiper-slide-self.active .fadeInRight3{
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.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,.fadeInLeft3 {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);	
}
.fadeInLeft3{
	-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);
}
.swiper-slide-self.active .fadeInLeft3{
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.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,.fadeInUp3.x1,.fadeInRight3.x1,.fadeInLeft3.x1,.fadeInOnly-wrap.active .fadeInOnly.x1,.fadeInOnly1.active.x1,.fadeInOnly2.active.x1,.fadeInOnly3.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,.fadeInUp3.x2,.fadeInRight3.x2,.fadeInLeft3.x2,.fadeInOnly-wrap.active .fadeInOnly.x2,.fadeInOnly1.active.x2,.fadeInOnly2.active.x2,.fadeInOnly3.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,.fadeInUp3.x3,.fadeInRight3.x3,.fadeInLeft3.x3,.fadeInOnly-wrap.active .fadeInOnly.x3,.fadeInOnly1.active.x3,.fadeInOnly2.active.x3,.fadeInOnly3.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,.fadeInUp3.x4,.fadeInRight3.x4,.fadeInLeft3.x4,.fadeInOnly-wrap.active .fadeInOnly.x4,.fadeInOnly1.active.x4,.fadeInOnly2.active.x4,.fadeInOnly3.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,.fadeInUp3.x5,.fadeInRight3.x5,.fadeInLeft3.x5,.fadeInOnly-wrap.active .fadeInOnly.x5,.fadeInOnly1.active.x5,.fadeInOnly2.active.x5,.fadeInOnly3.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,.fadeInUp3.x6,.fadeInRight3.x6,.fadeInLeft3.x6,.fadeInOnly-wrap.active .fadeInOnly.x6,.fadeInOnly1.active.x6,.fadeInOnly2.active.x6,.fadeInOnly3.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,.fadeInUp3.x7,.fadeInRight3.x7,.fadeInLeft3.x7,.fadeInOnly-wrap.active .fadeInOnly.x7,.fadeInOnly1.active.x7,.fadeInOnly2.active.x7,.fadeInOnly3.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,.fadeInUp3.x8,.fadeInRight3.x8,.fadeInLeft3.x8,.fadeInOnly-wrap.active .fadeInOnly.x8,.fadeInOnly1.active.x8,.fadeInOnly2.active.x8,.fadeInOnly3.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,.fadeInUp3.x9,.fadeInRight3.x9,.fadeInLeft3.x9,.fadeInOnly-wrap.active .fadeInOnly.x9,.fadeInOnly1.active.x9,.fadeInOnly2.active.x9,.fadeInOnly3.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,.fadeInUp3.x10,.fadeInRight3.x10,.fadeInLeft3.x10,.fadeInOnly-wrap.active .fadeInOnly.x10,.fadeInOnly1.active.x10,.fadeInOnly2.active.x10,.fadeInOnly3.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,.fadeInUp3.x11,.fadeInRight3.x11,.fadeInLeft3.x11,.fadeInOnly-wrap.active .fadeInOnly.x11,.fadeInOnly1.active.x11,.fadeInOnly2.active.x11,.fadeInOnly3.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,.fadeInUp3.x12,.fadeInRight3.x12,.fadeInLeft3.x12,.fadeInOnly-wrap.active .fadeInOnly.x12,.fadeInOnly1.active.x12,.fadeInOnly2.active.x12,.fadeInOnly3.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,.fadeInUp3.x13,.fadeInRight3.x13,.fadeInLeft3.x13,.fadeInOnly-wrap.active .fadeInOnly.x13,.fadeInOnly1.active.x13,.fadeInOnly2.active.x13,.fadeInOnly3.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,.fadeInUp3.x14,.fadeInRight3.x14,.fadeInLeft3.x14,.fadeInOnly-wrap.active .fadeInOnly.x14,.fadeInOnly1.active.x14,.fadeInOnly2.active.x14,.fadeInOnly3.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,.fadeInUp3.x15,.fadeInRight3.x15,.fadeInLeft3.x15,.fadeInOnly-wrap.active .fadeInOnly.x15,.fadeInOnly1.active.x15,.fadeInOnly2.active.x15,.fadeInOnly3.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,.fadeInUp3.x16,.fadeInRight3.x16,.fadeInLeft3.x16,.fadeInOnly-wrap.active .fadeInOnly.x16,.fadeInOnly1.active.x16,.fadeInOnly2.active.x16,.fadeInOnly3.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,.fadeInUp3.x17,.fadeInRight3.x17,.fadeInLeft3.x17,.fadeInOnly-wrap.active .fadeInOnly.x17,.fadeInOnly1.active.x17,.fadeInOnly2.active.x17,.fadeInOnly3.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,.fadeInUp3.x18,.fadeInRight3.x18,.fadeInLeft3.x18,.fadeInOnly-wrap.active .fadeInOnly.x18,.fadeInOnly1.active.x18,.fadeInOnly2.active.x18,.fadeInOnly3.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,.fadeInUp3.x19,.fadeInRight3.x19,.fadeInLeft3.x19,.fadeInOnly-wrap.active .fadeInOnly.x19,.fadeInOnly1.active.x19,.fadeInOnly2.active.x19,.fadeInOnly3.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,.fadeInUp3.x20,.fadeInRight3.x20,.fadeInLeft3.x20,.fadeInOnly-wrap.active .fadeInOnly.x20,.fadeInOnly1.active.x20,.fadeInOnly2.active.x20,.fadeInOnly3.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,.fadeInUp3.x21,.fadeInRight3.x21,.fadeInLeft3.x21,.fadeInOnly-wrap.active .fadeInOnly.x21,.fadeInOnly1.active.x21,.fadeInOnly2.active.x21,.fadeInOnly3.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,.fadeInUp3.x22,.fadeInRight3.x22,.fadeInLeft3.x22,.fadeInOnly-wrap.active .fadeInOnly.x22,.fadeInOnly1.active.x22,.fadeInOnly2.active.x22,.fadeInOnly3.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,.fadeInUp3.x23,.fadeInRight3.x23,.fadeInLeft3.x23,.fadeInOnly-wrap.active .fadeInOnly.x23,.fadeInOnly1.active.x23,.fadeInOnly2.active.x23,.fadeInOnly3.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,.fadeInUp3.x24,.fadeInRight3.x24,.fadeInLeft3.x24,.fadeInOnly-wrap.active .fadeInOnly.x24,.fadeInOnly1.active.x24,.fadeInOnly2.active.x24,.fadeInOnly3.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,.fadeInUp3.x25,.fadeInRight3.x25,.fadeInLeft3.x25,.fadeInOnly-wrap.active .fadeInOnly.x25,.fadeInOnly1.active.x25,.fadeInOnly2.active.x25,.fadeInOnly3.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,.fadeInUp3.x26,.fadeInRight3.x26,.fadeInLeft3.x26,.fadeInOnly-wrap.active .fadeInOnly.x26,.fadeInOnly1.active.x26,.fadeInOnly2.active.x26,.fadeInOnly3.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,.fadeInUp3.x27,.fadeInRight3.x27,.fadeInLeft3.x27,.fadeInOnly-wrap.active .fadeInOnly.x27,.fadeInOnly1.active.x27,.fadeInOnly2.active.x27,.fadeInOnly3.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,.fadeInUp3.x28,.fadeInRight3.x28,.fadeInLeft3.x28,.fadeInOnly-wrap.active .fadeInOnly.x28,.fadeInOnly1.active.x28,.fadeInOnly2.active.x28,.fadeInOnly3.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,.fadeInUp3.x29,.fadeInRight3.x29,.fadeInLeft3.x29,.fadeInOnly-wrap.active .fadeInOnly.x29,.fadeInOnly1.active.x29,.fadeInOnly2.active.x29,.fadeInOnly3.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,.fadeInUp3.x30,.fadeInRight3.x30,.fadeInLeft3.x30,.fadeInOnly-wrap.active .fadeInOnly.x30,.fadeInOnly1.active.x30,.fadeInOnly2.active.x30,.fadeInOnly3.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,.fadeInUp3.x31,.fadeInRight3.x31,.fadeInLeft3.x31,.fadeInOnly-wrap.active .fadeInOnly.x31,.fadeInOnly1.active.x31,.fadeInOnly2.active.x31,.fadeInOnly3.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,.fadeInUp3.x32,.fadeInRight3.x32,.fadeInLeft3.x32,.fadeInOnly-wrap.active .fadeInOnly.x32,.fadeInOnly1.active.x32,.fadeInOnly2.active.x32,.fadeInOnly3.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,.fadeInUp3.x33,.fadeInRight3.x33,.fadeInLeft3.x33,.fadeInOnly-wrap.active .fadeInOnly.x33,.fadeInOnly1.active.x33,.fadeInOnly2.active.x33,.fadeInOnly3.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,.fadeInUp3.x34,.fadeInRight3.x34,.fadeInLeft3.x34,.fadeInOnly-wrap.active .fadeInOnly.x34,.fadeInOnly1.active.x34,.fadeInOnly2.active.x34,.fadeInOnly3.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,.fadeInUp3.x35,.fadeInRight3.x35,.fadeInLeft3.x35,.fadeInOnly-wrap.active .fadeInOnly.x35,.fadeInOnly1.active.x35,.fadeInOnly2.active.x35,.fadeInOnly3.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,.fadeInUp3.x36,.fadeInRight3.x36,.fadeInLeft3.x36,.fadeInOnly-wrap.active .fadeInOnly.x36,.fadeInOnly1.active.x36,.fadeInOnly2.active.x36,.fadeInOnly3.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,.fadeInUp3.x37,.fadeInRight3.x37,.fadeInLeft3.x37,.fadeInOnly-wrap.active .fadeInOnly.x37,.fadeInOnly1.active.x37,.fadeInOnly2.active.x37,.fadeInOnly3.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,.fadeInUp3.x38,.fadeInRight3.x38,.fadeInLeft3.x38,.fadeInOnly-wrap.active .fadeInOnly.x38,.fadeInOnly1.active.x38,.fadeInOnly2.active.x38,.fadeInOnly3.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,.fadeInUp3.x39,.fadeInRight3.x39,.fadeInLeft3.x39,.fadeInOnly-wrap.active .fadeInOnly.x39,.fadeInOnly1.active.x39,.fadeInOnly2.active.x39,.fadeInOnly3.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,.fadeInUp3.x40,.fadeInRight3.x40,.fadeInLeft3.x40,.fadeInOnly-wrap.active .fadeInOnly.x40,.fadeInOnly1.active.x40,.fadeInOnly2.active.x40,.fadeInOnly3.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,.fadeInUp3.x41,.fadeInRight3.x41,.fadeInLeft3.x41,.fadeInOnly-wrap.active .fadeInOnly.x41,.fadeInOnly1.active.x41,.fadeInOnly2.active.x41,.fadeInOnly3.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,.fadeInUp3.x42,.fadeInRight3.x42,.fadeInLeft3.x42,.fadeInOnly-wrap.active .fadeInOnly.x42,.fadeInOnly1.active.x42,.fadeInOnly2.active.x42,.fadeInOnly3.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,.fadeInUp3.x43,.fadeInRight3.x43,.fadeInLeft3.x43,.fadeInOnly-wrap.active .fadeInOnly.x43,.fadeInOnly1.active.x43,.fadeInOnly2.active.x43,.fadeInOnly3.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,.fadeInUp3.x44,.fadeInRight3.x44,.fadeInLeft3.x44,.fadeInOnly-wrap.active .fadeInOnly.x44,.fadeInOnly1.active.x44,.fadeInOnly2.active.x44,.fadeInOnly3.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,.fadeInUp3.x45,.fadeInRight3.x45,.fadeInLeft3.x45,.fadeInOnly-wrap.active .fadeInOnly.x45,.fadeInOnly1.active.x45,.fadeInOnly2.active.x45,.fadeInOnly3.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,.fadeInUp3.x46,.fadeInRight3.x46,.fadeInLeft3.x46,.fadeInOnly-wrap.active .fadeInOnly.x46,.fadeInOnly1.active.x46,.fadeInOnly2.active.x46,.fadeInOnly3.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,.fadeInUp3.x47,.fadeInRight3.x47,.fadeInLeft3.x47,.fadeInOnly-wrap.active .fadeInOnly.x47,.fadeInOnly1.active.x47,.fadeInOnly2.active.x47,.fadeInOnly3.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,.fadeInUp3.x48,.fadeInRight3.x48,.fadeInLeft3.x48,.fadeInOnly-wrap.active .fadeInOnly.x48,.fadeInOnly1.active.x48,.fadeInOnly2.active.x48,.fadeInOnly3.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,.fadeInUp3.x49,.fadeInRight3.x49,.fadeInLeft3.x49,.fadeInOnly-wrap.active .fadeInOnly.x49,.fadeInOnly1.active.x49,.fadeInOnly2.active.x49,.fadeInOnly3.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,.fadeInUp3.x50,.fadeInRight3.x50,.fadeInLeft3.x50,.fadeInOnly-wrap.active .fadeInOnly.x50,.fadeInOnly1.active.x50,.fadeInOnly2.active.x50,.fadeInOnly3.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,.fadeInUp3.x51,.fadeInRight3.x51,.fadeInLeft3.x51,.fadeInOnly-wrap.active .fadeInOnly.x51,.fadeInOnly1.active.x51,.fadeInOnly2.active.x51,.fadeInOnly3.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,.fadeInUp3.x52,.fadeInRight3.x52,.fadeInLeft3.x52,.fadeInOnly-wrap.active .fadeInOnly.x52,.fadeInOnly1.active.x52,.fadeInOnly2.active.x52,.fadeInOnly3.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,.fadeInUp3.x53,.fadeInRight3.x53,.fadeInLeft3.x53,.fadeInOnly-wrap.active .fadeInOnly.x53,.fadeInOnly1.active.x53,.fadeInOnly2.active.x53,.fadeInOnly3.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,.fadeInUp3.x54,.fadeInRight3.x54,.fadeInLeft3.x54,.fadeInOnly-wrap.active .fadeInOnly.x54,.fadeInOnly1.active.x54,.fadeInOnly2.active.x54,.fadeInOnly3.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,.fadeInUp3.x55,.fadeInRight3.x55,.fadeInLeft3.x55,.fadeInOnly-wrap.active .fadeInOnly.x55,.fadeInOnly1.active.x55,.fadeInOnly2.active.x55,.fadeInOnly3.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,.fadeInUp3.x56,.fadeInRight3.x56,.fadeInLeft3.x56,.fadeInOnly-wrap.active .fadeInOnly.x56,.fadeInOnly1.active.x56,.fadeInOnly2.active.x56,.fadeInOnly3.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,.fadeInUp3.x57,.fadeInRight3.x57,.fadeInLeft3.x57,.fadeInOnly-wrap.active .fadeInOnly.x57,.fadeInOnly1.active.x57,.fadeInOnly2.active.x57,.fadeInOnly3.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,.fadeInUp3.x58,.fadeInRight3.x58,.fadeInLeft3.x58,.fadeInOnly-wrap.active .fadeInOnly.x58,.fadeInOnly1.active.x58,.fadeInOnly2.active.x58,.fadeInOnly3.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,.fadeInUp3.x59,.fadeInRight3.x59,.fadeInLeft3.x59,.fadeInOnly-wrap.active .fadeInOnly.x59,.fadeInOnly1.active.x59,.fadeInOnly2.active.x59,.fadeInOnly3.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,.fadeInUp3.x60,.fadeInRight3.x60,.fadeInLeft3.x60,.fadeInOnly-wrap.active .fadeInOnly.x60,.fadeInOnly1.active.x60,.fadeInOnly2.active.x60,.fadeInOnly3.x60 {
	-webkit-transition-delay: 6s;
	transition-delay: 6s;
}


.trans{
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.hover-img-wrap .img{
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.hover-img-wrap:hover .img{
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:170px;
	background:#fff;
	z-index:99;
}
.header2{
	position:fixed;
	top:-90px;
	left:0;
	width:100%;
	height:90px;
	background:#fff;
	z-index:99;
	opacity:0;
}
.header2.active{
	-webkit-box-shadow:0 0 1px rgba(0,0,0,.15);
	box-shadow:0 0 1px rgba(0,0,0,.15);
}
.header .nav .lnk-oth-wrap,.header2.active .nav .lnk-oth-wrap{
	border:1px solid rgba(0,0,0,.075);
	border-top:none;
}
.header .h1-div{
	margin:20px auto 0;	
	text-align:center;
}
.header2 .h1-div{
	margin-top:13px;
	float:left;
}
.header .logo-wrap .logo-lnk,.header .logo-wrap img{
	display:block;
}
.header .logo-wrap,.header2 .logo-wrap{
	display:inline-block;
	vertical-align:top;
}
.header .p,.header2 .p{
	color:#231815;
	display:inline-block;
	vertical-align:top;
}
.header .p{
	margin-left:30px;
	font-size:24px;
	padding-top:8px;
	line-height:32px;
	text-align:left;
}
.header .logo-wrap,.header .logo-wrap .logo-lnk,.header .logo-wrap img{	
	width:80px;
	height:80px;
}
.header2 .logo-wrap .logo-lnk,.header2 .logo-wrap img{
	display:block;
}
.header2 .logo-wrap,.header2 .logo-wrap .logo-lnk,.header2 .logo-wrap img{	
	width:64px;
	height:64px;
}
.header2 .p{
	margin-left:20px;
	font-size:20px;
	padding-top:6px;
	line-height:26px;
}
.header .nav{
	margin-top:18px;	
}
.header2 .nav{
	float:right;
	margin:33px 0 0 0;
}
.header .nav,.header2 .nav{
	text-align:center;
}
.header .nav .lnk-wrap,.header2 .nav .lnk-wrap{	
	display:inline-block;
	vertical-align:top;			
	margin:0 31px;	
}
.header .nav .lnk,.header2 .nav .lnk{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	line-height:26px;
	padding:3px 0;
	color:#000;
}
.header .nav .lnk:after,.header2 .nav .lnk:after{
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	width:0;
	height:3px;
	overflow:hidden;
	background:#e92a31;
}
.header .nav .lnk::after,.header2 .nav .lnk::after{
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	width:0;
	height:3px;
	overflow:hidden;
	background:#e92a31;
}
.header .nav .lnk,.header .nav .lnk:after,.header2 .nav .lnk,.header2 .nav .lnk:after{
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.header .nav .lnk,.header .nav .lnk::after,.header2 .nav .lnk,.header2 .nav .lnk::after{
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.header .nav .current .lnk:after,.header .nav .lnk:hover:after,.header2 .nav .current .lnk:after,.header2 .nav .lnk:hover:after{
	left:0;
	width:100%;
}
.header .nav .current .lnk::after,.header .nav .lnk:hover::after,.header2 .nav .current .lnk::after,.header2 .nav .lnk:hover::after{
	left:0;
	width:100%;
}
.header .nav .lnkse-wrap, .header2 .nav .lnkse-wrap{
	display:inline-block;
	vertical-align:top;			
	margin:0 31px;
}
.header .nav .lnkse, .header2 .nav .lnkse{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:26px;
	height:26px;
	margin:3px 0;
	color:#000;
	background:url(../images/ico_search.png) no-repeat center / contain;
	cursor:pointer;
}
.header .nav .lnk-oth-wrap,.header2 .nav .lnk-oth-wrap{
	position:absolute;
	z-index:99;
	left:50%;
	width:1280px;
	margin-left:-641px;
	background:#fff;
	padding-top:12px;
	padding-bottom:20px;
	display:none;
	border:1px solid transparent;
	border-top:none;
}
.header .nav .lnkse-wrap .lnk-oth-wrap,.header2 .nav .lnkse-wrap .lnk-oth-wrap{
	left:0;
	width:100%;
	margin-left:0;
	border-top:1px solid #ccc;
}
.header .nav .lnkse-in,.header2 .nav .lnkse-in{
	text-align:center;
}
.header .nav .lnkse-in .input,.header2 .nav .lnkse-in .input{
	font-size:24px;
	line-height:28px;
	padding:13px 10px;
	width:220px;
	text-align:left;
	border:none;
	color:#333;
	background:none;
	margin-right:10px;
}
.header .nav .lnkse-in .input,.header .nav .lnkse-in .input:focus,.header2 .nav .lnkse-in .input,.header2 .nav .lnkse-in .input:focus{
	outline:none;
}
.header .nav .sub-btn,.header2 .nav .sub-btn{
	display:inline-block;
	vertical-align:top;
	margin-top:13px;
	width:28px;
	height:28px;
	border:none;
	background:url(../images/ico_search.png) no-repeat center / contain;
	cursor:pointer;
	opacity:.8;
}
.header .nav .sub-btn,.header2 .nav .sub-btn,.header .nav .sub-btn:focus,.header2 .nav .sub-btn:focus{
	outline:none;
}
.header .nav .lnk-oth-wrap{
	top:170px;
}
.header2 .nav .lnk-oth-wrap{
	top:90px;
}
@media screen and (min-width:1500px){
	.header .nav .lnk-oth-wrap,.header2 .nav .lnk-oth-wrap{		
		width:1420px;
		margin-left:-710px;
	}
	.header .nav .lnkse-wrap .lnk-oth-wrap,.header2 .nav .lnkse-wrap .lnk-oth-wrap{		
		width:100%;
		margin-left:0;
	}
}
.header .nav .lnk-oth,.header2 .nav .lnk-oth{
	width:990px;
	font-size:0;
	text-align:center;
	margin:0 auto;
}
.header .lnk-oth .chd,.header2 .lnk-oth .chd{
	font-size:18px;
	display:inline-block;
	vertical-align:top;
	width:320px;
	margin:0 5px;
}
.header .oth,.header2 .oth{
	margin-bottom:18px;
}
.header .oth .img-wrap,.header2 .oth .img-wrap{
	overflow:hidden;
	height:110px;
}
.header .oth .img-wrap-lnk,.header2 .oth .img-wrap-lnk{
	display:block;
	width:100%;
	height:100%;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	position:relative;
}
.header .oth .img-wrap-lnk:after,.header2 .oth .img-wrap-lnk:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
	opacity:0;
	background:rgba(231,26,33,.4);
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.header .chd:hover .oth .img-wrap-lnk:after,.header2 .chd:hover .oth .img-wrap-lnk:after{
	opacity:1;
}
.header .oth .img,.header2 .oth .img{
	display:block;
	width:100%;
	height:100%;
}
.header .oth .info-wrap,.header2 .oth .info-wrap{
	position:relative;
	padding:10px;
	text-align:center;
}
.header .oth .info-wrap:after,.header2 .oth .info-wrap:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:320px;
	border-bottom:1px solid #434343;
}
.header .chd + .chd .oth .info-wrap:after,.header2 .chd + .chd .oth .info-wrap:after{
	left:-10px;
	width:330px;
}
.header .oth .info-lnk,.header2 .oth .info-lnk{
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	line-height:30px;
	color:#000;
	white-space:nowrap;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.header .chd.current .oth .info-lnk,.header2 .chd.current .oth .info-lnk,.header .chd:hover .oth .info-lnk,.header2 .chd:hover .oth .info-lnk{
	color:#e71a21;
}
.header .suboth-wrap,.header2 .suboth-wrap{
	padding-bottom:30px;
	display:none;
}
.header .suboth-lnk,.header2 .suboth-lnk{
	margin-bottom:1px;
}
.header .suboth-lnk .sublnk,.header2 .suboth-lnk .sublnk{
	display:block;
	text-align:left;
	font-size:16px;
	line-height:30px;
	height:30px;
	overflow:hidden;
	padding:0 10px;
	background:#e3e3e3;
	color:#000;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.header .suboth-lnk.current .sublnk,.header2 .suboth-lnk.current .sublnk,.header .suboth-lnk:hover .sublnk,.header2 .suboth-lnk:hover .sublnk{
	background:#e71a21;
	color:#fff;
}
.header .decoration,.header2 .decoration{
	display:block;
	width:100%;
	height:28px;
}
.indBan{
	position:relative;
	width:100%;
	z-index:1;
}
.indBan-con,.indBan-ul,.indBan-li,.indBan-li-img,.indBan-li-img img{
	display:block;
	width:100%;
}
.indBan-con,.indBan-ul,.indBan-li-img{
	height:100%;
	overflow:hidden;
}
.indBan-in2{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:center;
	background:#e71a21;
}
.indBan-in2 .indBan-in2bg{
	display:inline-block;
	vertical-align:top;
	height:100%;
	-webkit-transform:scale(.8,.8);
	transform:scale(.8,.8);
	opacity:0;
	transition:all 1.8s linear .1s;
}
.indBan-in2 .indBan-in2bg.active{
	opacity:1;
}
.indBan-in2 .indBan-in2logo{
	position:absolute;
	width:218px;
	height:218px;
	left:50%;
	top:50%;
	margin-left:-109px;
	margin-top:-109px;
	-webkit-transform:scale(0,0);
	-moz-transform:scale(0,0);
	transform:scale(0,0);
	transition:all .4s linear;
}
.indBan-in2 .indBan-in2logo.active{
	-webkit-transform:scale(0.8,0.8);
	-moz-transform:scale(0.8,0.8);
	transform:scale(0.8,0.8);
}
.indBan-li{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:1;
	opacity:0;
}
.indBan-li.current{
	opacity:1;
	z-index:2;
}
.indBan-li .indBan-li-info{
	position:absolute;
	left:100px;
	bottom:112px;
	font-size:40px;
	line-height:64px;
	color:#fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.8);
}
.indBan-prev,.indBan-next{
	position:absolute;
	top:50%;
	width:70px;
	height:70px;
	margin-top:-35px;
	z-index:5;
	cursor:pointer;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
	opacity:0;
}
.indBan-prev{
	left:45px;
	transform:translateX(40px);
}
.indBan-next{
	right:45px;
	transform:translateX(-40px);
}
.indBan:hover .indBan-prev,.indBan:hover .indBan-next{
	opacity:0.4;
	transform:translateX(0);
}
.indBan-prev:before,.indBan-next:before{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	width:60px;
	height:60px;
	margin-left:-30px;
	margin-top:-30px;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.indBan-prev:before{
	border-left:2px solid #fff;
	border-top:2px solid #fff;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.indBan-next:before{
	border-right:2px solid #fff;
	border-top:2px solid #fff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}
.indBan-btnUl{
	position:absolute;
	left:0;
	width:100%;
	bottom:40px;
	z-index:10;
	text-align:center;
}
.indBan-btnLi{
	display:inline-block;
	vertical-align:top;
	width:8px;
	height:8px;
	border:2px solid #fff;
	border-radius:50%;
	cursor:pointer;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
	margin:0 10px;
	text-indent:-99px;
	overflow:hidden;
	font-size:0;
}
.indBan-btnLi.current{
	background:#fff;
}
.ind01{
	padding:136px 0;	
}
.ind01-in{
	width:1034px;
	font-size:0;
}
.ind01-in .chd{
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:503px;
	margin:7px;
	font-size:14px;
}
.ind01-in .chd-in{
	display:block;
	width:100%;
} 
.ind01-in .chd .img{
	position:relative;
	display:block;
	width:100%;
	min-height:78px;
}
.ind01-in .chd .info-wrap{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.ind01-in .chd .info{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	text-align:center;
	font-size:26px;
	line-height:78px;
	margin-top:-39px;
	color:#fff;	
}
.ind01-in .hover-img-wrap:hover .info-wrap{
	background:rgba(231,26,33,.2);
}
.ind02{
	z-index:10;
	height:642px;
}
.ind02-img{
	height:962px;
}
.ind02-img .img{
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
	height:962px;
}
.ind02-info{
	height:442px;
	margin-top:-221px;
}
.ind02-tit{
	font-size:40px;
	line-height:100px;
	color:#fff;
}
.ind02-subTit{
	font-size:26px;
	line-height:56px;
	color:#fff;
	margin-bottom:28px;
}
.ind02-con{
	font-size:0;
}
.ind02-con .chd{
	display:inline-block;
	vertical-align:top;
	margin:0 50px;
}
.ind02-con .chd .ico-wrap{
	display:block;
	font-size:0;
	height:178px;
	text-align:center;
	-webkit-transform:rotateZ(0deg);
	transform:rotateZ(0deg);
}
.ind02-con .ico-wrap:before{
	content:'';
	width:0;
	height:100%;
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
}
.ind02-con .ico-wrap::before{
	content:'';
	width:0;
	height:100%;
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
}
@-webkit-keyframes ind02-con-img-move{
	0%{
		-webkit-transform:rotateY(0deg);
		transform:rotateY(0deg);
	}
	100%{
		-webkit-transform:rotateY(360deg);
		transform:rotateY(360deg);
	}
}
@keyframes ind02-con-img-move{
	0%{
		-webkit-transform:rotateY(0deg);
		transform:rotateY(0deg);
	}
	100%{
		-webkit-transform:rotateY(360deg);
		transform:rotateY(360deg);
	}
}
.ind02-con .ico-wrap .img{
	display:inline-block;
	vertical-align:middle;
	max-height:100%;
}
.ind02-con .ico-wrap:hover{	
	-webkit-animation:ind02-con-img-move .3s linear 0s 1 normal backwards;
	animation:ind02-con-img-move .3s linear 0s 1 normal backwards;
}
.ind02-con .info{
	font-size:16px;
	line-height:48px;
	color:#fff;
}
.Js_movePic {
    -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);
}
.ind03{
	padding:74px 0;
}
.ind0-tit{
	font-size:40px;
	line-height:84px;
	color:#231815;
	text-align:center;
}
.ind03 .ind0-tit{
	margin-bottom:86px;
}
.ind03pics{
	position:relative;	
	margin:0 auto;
	width:1278px;
}
@media screen and (min-width:1500px){
	.ind03pics{
		width:1416px;
	}
}
.ind03pics-con{
	position:relative;
	overflow:hidden;
	min-height:150px;
}
.ind03pics-ul{
	position:relative;
	width:10000px;
}
.ind03pics-li{
	float:left;
	width:410px;
	margin:0 8px;
}
@media screen and (min-width:1500px){
	.ind03pics-li{
		width:450px;
		margin:0 11px;
	}
}
.ind03pics-li .pic-wrap a,.ind03pics-li .pic-wrap a:hover{
	text-decoration:none;
}
.ind03pics-li .pic-wrap > a{
	display:block;
	width:100%;
}
.ind03pics-li .img-wrap{
	position:relative;
	width:350px;
	height:350px;
	margin:0 auto 38px;
	overflow:hidden;
}
.ind03pics-li .img-wrap .img{
	display:block;
	width:100%;
	height:100%;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;	
}
.ind03pics-li .pic-wrap:hover .img-wrap .img{
	-webkit-transform:scale(1.1,1.1);
	-mo-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.ind03pics-li .info-tit{
	font-size:20px;
	line-height:36px;
	color:#231815;
	margin-bottom:10px;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.ind03pics-li .pic-wrap:hover .info-tit{
	color:#e71a21;
}
.ind03pics-li .info-wrap{
	width:90%;
	margin:0 auto;
}
.ind03pics-li .info{
	font-size:14px;
	line-height:25px;
	height:75px;
	overflow:hidden;
	color:#231815;
}
.ind03pics-prev,.ind03pics-next{
	position:absolute;
	width:66px;
	height:66px;
	top:120px;
	z-index:10;
	cursor:pointer;
} 
.ind03pics-prev{
	left:-14px;
}
.ind03pics-next{
	right:-14px;
}
.ind03pics-prev .arr,.ind03pics-next .arr{
	position:absolute;
	left:50%;
	top:50%;
	width:44px;
	height:44px;
	margin-top:-23px;
	margin-left:-23px;
	-webkit-transition:border-color .3s linear;
	transition:border-color .3s linear;
}
.ind03pics-prev .arr{
	border-top:2px solid #bdb9b8;
	border-left:2px solid #bdb9b8;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.ind03pics-next .arr{
	border-top:2px solid #bdb9b8;
	border-right:2px solid #bdb9b8;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}
.ind03pics-prev:hover .arr{
	border-top-color:#e71a21;
	border-left-color:#e71a21;
}
.ind03pics-next:hover .arr{
	border-top-color:#e71a21;
	border-right-color:#e71a21;
}
@media screen and (min-width:1650px){
	.ind03pics-prev,.ind03pics-next{		
		width:96px;
		height:96px;
		top:140px;
	} 
	.ind03pics-prev{
		left:-84px;
	}
	.ind03pics-next{
		right:-84px;
	}
	.ind03pics-prev .arr,.ind03pics-next .arr{
		width:68px;
		height:68px;
		margin-top:-34px;
		margin-left:-34px;
	}
}
.ind04{
	padding-top:100px;
	padding-bottom:75px;
}
.ind04 .ind0-tit{
	margin-bottom:48px;
}
.ind04-list{
	margin-bottom:58px;
	font-size:0;
}
.ind04-list .chd{
	display:inline-block;
	vertical-align:top;
	position:relative;
	font-size:14px;
	height:0;
	width:16.666666%;
	padding-bottom:16.666666%;
	overflow:hidden;
}
.ind04-list .chd.hav-video{
	width:33.333333%;
}
.ind04-list .chd .lnk{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.ind04-list .chd.hav-video .lnk:before{
	content:'';
	position: absolute;
    top: 50%;
    left: 50%;
	z-index:10;
    width: 96px;
    height: 96px;
    margin-top: -48px;
    margin-left: -48px;
    background: url(../images/ico_play.png) no-repeat center;
    background-size: contain;
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
	opacity:0;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.ind04-list .chd.hav-video:hover .lnk:before{	
	 -webkit-transform: scale(1,1);
    transform: scale(1,1);
	opacity:1;
}
.ind04-list .chd .img{
	display:block;
	width:100%;
}
.ind04-more{
	display:inline-block;
	vertical-align:top;
	width:200px;
	text-align:center;
	font-size:20px;
	color:#231815;
	line-height:32px;
	height:32px;
	border:2px solid #434343;
	cursor:pointer;
	-webkit-transition:background .3s linear,color .1s linear;
	transition:background .3s linear,color .1s linear;
	border-radius:99px;
}
.ind04-more:hover{
	color:#fff;
	border-color:#e71a21;
	background:#e71a21;
}
.ind04-more.disable,.ind04-more.disable:hover{
	background:none;
	border-color:#ccc;
	color:#999;
	cursor:default;
}
.footer{
	background:#fb0d1c;
	padding-top:52px;
	padding-bottom:74px;
}
.footer,.footer a{
	color:#fff;
}
.foot1{
	padding-bottom:48px;
}
.foot1 .lBx{
	float:left;
	width:760px;
}
.foot1 .lBx .foot-tit{
	font-size:24px;
	line-height:42px;
	margin-bottom:24px;
}
.foot1 .lBx .foot-tit .span{
	margin-right:20px;
}
.foot1 .foot-con .list{
	float:left;
	width:150px;
	margin-right:14px;
} 
.foot1 .foot-con .list2{
	margin-left:24px;
}
.foot1 .foot-con p{
	font-size:18px;
	line-height:40px;
}
.foot1 .foot-con .list-chd-con{
	width:260px;
}
.foot1 .foot-con .list-chd{
	padding-top:42px;
}
.foot1 .foot-con .list-chd-tit{
	font-size:18px;
	line-height:34px;
	padding-bottom:10px;
}
.foot1 .foot-con .list-chd-lnk{
	float:left;
	margin-right:14px;
	position:relative;
}
.foot1 .list-chd-lnk .rect-wrap{
	position:absolute;
	top:24px;
	width:144px;
	height:152px;
	left:50%;
	margin-left:-72px;
	display:none;
}
.foot1 .list-chd-lnk.wx:hover .rect-wrap{
	display:block;
}
.foot1 .list-chd-lnk .rect{
	position:absolute;
	left:50%;
	bottom:0;
	width:138px;
	height:138px;
	border:1px solid #fff;
	margin-left:-70px;
	background:#fff;
}
.foot1 .list-chd-lnk .rect-img{
	display:block;
	width:130px;
	margin:4px auto;
}
.foot1 .list-chd-lnk .rect-arr{
	position:absolute;
	left:50%;
	width:0;
	height:0;
	top:-7px;
	margin-left:-6px;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid #fff;
	border-top:none;
}
.foot1 .rBx{
	float:right;
	width:420px;
	padding-top:82px;
}
.foot1 .rBx .tel-ico-wrap{
	padding-bottom:14px;
}
.foot1 .rBx .tel-ico{
	width:45px;
	height:45px;
	float:right;
	background:url(../images/ico_tel.png) no-repeat center;
}
.foot1 .rBx .tel-p{
	padding-bottom:10px;
	font-size:39px;
	line-height:44px;
	text-align:right;
}
.foot1 .rBx .tel-subinfo{
	font-size:20px;
	line-height:30px;
	text-align:right;
}
.foot2{
	font-size:14px;
	line-height:30px;
}
.newsV-wrap{
	border-top:3px solid #f2f2f2;
	background:#fff;
	padding-bottom:90px;
}
.newsV-topper{
	padding-top:20px;
	padding-bottom:30px;
	font-size:16px;
	line-height:32px;
	color:#000;
}
.newsV-banner .img{
	display:block;
	width:100%;
}
.newsV{
	padding-top:38px;
	padding-bottom:50px;
}
.newsV-date{
	font-size:18px;
	line-height:30px;
	color:#606060;
	margin-bottom:20px;
}
.newsV-tit{
	font-size:24px;
	line-height:53px;
	color:#333;
	padding-bottom:42px;
	border-bottom:3px solid #f00;
}
.newsV-con{
	padding-top:50px;
	padding-bottom:15px;
	font-size:16px;
	line-height:30px;
	color:#333;
}
.newsV-con img{
	max-width:100%;
	vertical-align:baseline;
}
.newsO{
	padding-top:64px;
	padding-bottom:18px;
	background:#f3f1f1;
}
.newsO-tit{
	margin-bottom:68px;
	text-align:center;
}
.newsO-tit font{
	display:inline-block;
	vertical-align:top;
	font-size:30px;
	line-height:68px;
	color:#000;
	border-bottom:6px solid #e30920;
}
.newsO-list{
	margin:0 -40px;
	font-size:0;
	letter-spacing:-5px;
}
.newsO-list .chd{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	width:33.333333%;
}
.newsO-list .chd .chd-img{
	overflow:hidden;
}
.newsO-list .ch-in{
	margin:0 40px 36px;
}
.newsO-list .chd-info{
	font-size:24px;
	line-height:70px;
	color:#000;
}
.newsTog{
	background:#e1122e;
	font-size:16px;
	line-height:50px;
	height:50px;
}
.newsTog .chd{
	float:left;
	width:33.333333%;
	text-align:center;
}
.newsTog .chd a{
	display:block;
	color:#fff;
	width:192px;
	margin:0 auto;
}
.newsTog .chd a,.newsTog .chd a:hover{
	text-decoration:none;
}
.newsL-wrap{
	padding-top:52px;
	padding-bottom:270px;
	background:#eee;
}
.newsL-wrap-gai{
	padding-top:40px;
	padding-bottom:130px;
	background:#f2f2f2;
}
.newsL-gai{
	padding-bottom:55px;
	width:1272px;
	margin:0 auto;	
}
.newsL-in-gai{
	margin:0 -10px;
	font-size:0;
	letter-spacing:-5px;
	min-height:528px;
}
.newsL-in-gai .chd{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	width:303px;
	font-size:16px;
	margin:0 10px 20px;
}
.newsL-in-gai .chd:nth-child(4n+1){
	-webkit-transition-delay:0s;
	transition-delay:0s;
}
.newsL-in-gai .chd:nth-child(4n+2){
	-webkit-transition-delay:.1s;
	transition-delay:.1s;
}
.newsL-in-gai .chd:nth-child(4n+3){
	-webkit-transition-delay:.2s;
	transition-delay:.2s;
}
.newsL-in-gai .chd:nth-child(4n){
	-webkit-transition-delay:.3s;
	transition-delay:.3s;
}
.newsL-in-gai .chd .img-wrap{
	position:relative;
	width:100%;
	overflow:hidden;
}
.newsL-in-gai .chd .img{
	display:block;
	width:100%;
}
.newsL-in-gai .info-wrap{
	padding:32px 20px 18px;
	background:#fff;
}
.newsL-in-gai .info-tit{
	font-size:20px;
	line-height:38px;
	margin-bottom:10px;
}
.newsL-in-gai .info-tit a,.newsL-in-gai .info-tit{
	color:#000;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.newsL-in-gai .info-tit a,.newsL-in-gai .info-tit a:hover{
	text-decoration:none;
}
.newsL-in-gai .chd:hover .info-tit a{
	color:#e71825;	
}
.newsL-in-gai .info-con{
	font-size:14px;
	line-height:26px;
	color:#1f1f1f;
	max-height:50px;
	overflow:hidden;
	margin-bottom:10px;
}
.newsL-in-gai .info-price{
	font-size:16px;
    line-height:26px;
	height:26px;
	overflow:hidden;
    margin-bottom:60px;
    color: #f00;
   
}
.newsL-in-gai .moreinfo{
	font-size:16px;
	line-height:26px;
	color:#000;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.newsL-in-gai .chd:hover .moreinfo{
	color:#e92a31;
}
.newsL{
	padding-bottom:42px;
	min-height:580px;
}
.newsL .chd{
	margin-bottom:50px;
}
.newsL .lBx{
	width:506px;
	background:#fff;
}
.newsL .lBx,.newsL .rBx{
	height:473px;
}
.newsL .rBx{
	width:725px;
	overflow:hidden;
}
.newsL .lBx-in{
	padding:43px 50px 40px;
}
.newsL .chd-date{
	font-size:17px;
	line-height:36px;
	color:#606060;
	margin-bottom:32px;
}
.newsL .chd-tit{
	font-size:30px;
	line-height:56px;
	height:168px;
	overflow:hidden;
	color:#000;
	margin-bottom:120px;
}
.newsL .chd-tit .lnk{
	color:#000;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.newsL .chd-tit .lnk:hover{
	color:#e60012;
}
.newsL .chd-more{
	font-size:20px;
	line-height:34px;
}
.newsL .chd-more a{
	color:#f00;
}
@media screen and (min-width:1500px){
	.newsL .chd{
		margin-bottom:56px;
	}
	.newsL .lBx{
		width:562px;
	}
	.newsL .lBx,.newsL .rBx{
		height:525px;
	}
	.newsL .rBx{
		width:805px;
	}
	.newsL .lBx-in{
		padding:48px 56px 44px;
	}
	.newsL .chd-date{
		font-size:19px;
		line-height:40px;
		margin-bottom:36px;
	}
	.newsL .chd-tit{
		font-size:30px;
		line-height:62px;
		height:186px;
		margin-bottom:134px;
	}
	.newsL .chd-more{
		font-size:22px;
		line-height:38px;
	}
}
.paging{
	text-align:center;
}
.paging a,.paging span{
	display:inline-block;
	vertical-align:top;
	background:#d2d2d2;
	font-size:18px;
	line-height:36px;
	color:#6b6b6b;
	padding:0 13px;
	margin:0 6px;
}
.paging a,.paging a:hover{
	text-decoration:none;
}
.paging a{
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.paging a:hover,.paging .current{
	color:#fff;
	background:#f00;
}
.pro-xxLine{
	height:13px;
	background:#e71a21;
}
.proBannerInd{
	opacity:0;
	-webkit-transition:opacity .3s linear .1s;
	-moz-transition:opacity .3s linear .1s;
	transition:opacity .3s linear .1s;
}
.proBannerInd.active{
	opacity:1;
}
.proBannerInd,.proBannerInd-con,.proBannerInd-ul{
	position:relative;
	width:100%;
	overflow:hidden;
}
.proBannerInd-li{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
	opacity:0;
}
.proBannerInd-li.current{
	z-index:2;
	opacity:1;
}
.proBannerInd-btnUl{
	position:absolute;
	z-index:10;
	left:0;
	width:100%;
	bottom:30px;
	text-align:center;
	height:12px;
}
.proBannerInd-btnLi{
	display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    margin: 0 10px;
    text-indent: -99px;
    overflow: hidden;
    font-size: 0;
} 
.proBannerInd-btnLi.current{
	background:#fff;
}
.proL{
	padding-bottom:90px;
}
.proLI-tit{
	font-size:24px;
	line-height:80px;
	height:80px;
	text-align:center;
	color:#fff;
	background:#fb0d1c;
}
.proLI-con{
	padding:30px 0 10px;
}
.proLI-con .chd{
	float:left;
	width:25%;
	position:relative;
	padding-bottom:64px;
	margin-bottom:40px;
	opacity:0;
	-webkit-transform:translateY(50px);
	transform:translateY(50px);
	display:none;
}
.proLI-con .chd.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);
}
.proLI-con .chd-in{
	width:300px;
	margin:0 auto;
}
.proLI-con .chd .img-wrap{
	overflow:hidden;
}
.proLI-con .chd .img-wrap,.proLI-con .chd .img-wrap .img{
	width:300px;
	height:300px;
}
.proLI-con .chd .img-wrap .img{
	display:block;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.proLI-con .chd.active .chd-in:hover .img-wrap .img{
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.proLI-con .chd .info-wrap{
	padding-top:16px;
}
.proLI-con .chd .info-tit{
	font-size:20px;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#000;
	text-align:center;
	margin-bottom:5px;
}
.proLI-con .chd .info-subTit{
	font-size:14px;
	line-height:26px;
	height:26px;
	margin-bottom:6px;
	color:#595959;
	text-align:center;
	overflow:hidden;
}
.proLI-con .chd .info-price{
	font-size:16px;
	line-height:26px;
	margin-bottom:28px;
	color:#f00;
	text-align:center;
}
.proLI-con .chd .btn_lnk{
	display:block;
	width:200px;
	height:34px;
	line-height:34px;
	font-size:18px;
	text-align:center;
	color:#fff;
	background:#e60012;
	margin:0 auto;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.proLI-con .chd .btn_lnk:hover{
	background:#f70c1e;
}
.proLI-con .chd:nth-child(4n+1) .chd-line,.proLI-con .chd:nth-child(4n+2) .chd-line,.proLI-con .chd:nth-child(4n+3) .chd-line{
	position:absolute;
	top:0;
	right:0;
	width:1px;
	height:475px;
	background:#aaa;
}
.proLIMore{
	font-size:18px;
	line-height:70px;
	height:70px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	background:#bdbdbd;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.proLIMore.disable{
	cursor:default;
}
.proLIMore:not(.disable):hover{
	background:#aaa;
}
.shop-wrap{
	position:relative;
	padding-top:184px;
	padding-bottom:258px;
}
.shop-wrap-img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/shop_bg.jpg) no-repeat center top;
	background-size:cover;
	z-index:1;
}
.shop-wrap-inner{
	position:relative;
	z-index:2;
}
.shop-searchDiv{
	width:1020px;
	margin:0 auto;
	padding:52px 40px 123px;	
}
.shop-searchDiv-inDiv{
	position:relative;
}
.shop-searchDiv-inDiv .shopSear-gd-wrap{
	position:absolute;
	top:90px;
	left:50%;
	width:286px;
	margin-left:-143px;
}
.shopSear-gd-wrap .shopSear-gd-input{
	width:254px;
	float:left;
	
}
.shopSear-gd-wrap .shopSear-gd-input .input-text{
	border:1px solid #dedede;
	background:#fff;
	font-size:14px;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	height:16px;
	line-height:16px;
	color:#666;
	padding:7px 8px;
	width:-webkit-calc(100% - 16px);
	width:calc(100% - 16px);
}
.shopSear-gd-wrap .shopSear-gd-submit{
	width:30px;
	height:30px;
	float:left;
	border:1px solid #dedede;
	border-left:none;
}
.shopSear-gd-wrap .shopSear-gd-submit .submit-btn{
	float:left;
	width:100%;
	height:100%;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	padding:0;
	border:none;
	background:url(../images/ico_search.png) no-repeat center center / 80% auto;
	cursor:pointer;
}
.shop-wrap .shop-searchDiv{
	background:#f7f7f7;
}
.shop-searchDiv .tit{
	font-size:40px;
	line-height:84px;
	margin-bottom:80px;
	color:#000;
}
.shop-searchDiv .input-wrap{
	padding-bottom:14px;
	font-size:0;
}
.shop-searchDiv .input-wrap *{
	font-size:14px;
}
.shop-searchDiv .input-wrap select{
	display:inline-block;
	vertical-align:top;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-size:24px;
	line-height:28px;
	color:#000;
	padding:15px 19px;
	height:60px;
	width:482px;
	margin:0 14px 14px;
	border:1px solid #a9a9a9;
}
.shop-searchDiv .input-wrap select:focus{
	outline:1px solid rgba(233,42,49,.2);
}
.shop-searchDiv .btn-wrap{
	padding-top:30px;
	text-align:center;
}
.shop-searchDiv .btn{
	text-align:center;
	display:inline-block;
	vertical-align:top;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
	width:482px;
	height:60px;
	cursor:pointer;
	font-size:24px;
	line-height:58px;
	color:#fff;
	background:#e60012;
	border:1px solid #851a23;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.shop-searchDiv .btn:hover{
	background:#f7060f;
}
.shops01{
	position:relative;
	padding-top:76px;
	padding-bottom:124px;	
}
.shops01-img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background:url(../images/shop_back.jpg) no-repeat center top;
	background-size:cover;
}
.shops01-inner{
	position:relative;
	z-index:2;
}
.shopRes .layMap{
	position:relative;
	width:100%;
	height:510px;
}
.shopRes .map-bot{
	background:#eee;
	padding-top:58px;	
}
.shopRes .map-bot .infos{
	border-top:1px solid #1b1b1b;
	padding-top:29px;
	padding-bottom:62px;
	width:1180px;
	margin:0 auto;
	overflow:hidden;
}
.shopRes .map-bot .infos-in{
	margin-right:-124px;
	font-size:0;
	letter-spacing:-5px;
}
.shopRes .chd{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	letter-spacing:normal;
	margin-right:124px;
	width:528px;
	margin-bottom:20px;
}
.shopRes .chd-lBx{
	width:175px;
	height:175px;
	margin-right:22px;
} 
.shopRes .tit-info{
	font-size:20px;
	line-height:44px;
	color:#000;
}
.shopRes .con-info{
	margin-top:33px;
	font-size:14px;
	line-height:23px;
	color:#000;
}
.shops02{
	padding-top:54px;
	padding-bottom:64px;
}
@media screen and (min-width:1500px){
	.shopRes .map-bot .infos{
		width:1310px;
	}
	.shopRes .map-bot .infos-in{
		margin-right:-156px;
	}
	.shopRes .chd{
		margin-right:156px;
		width:577px;
	}
	.shopRes .chd-lBx{
		margin-right:24px;
	} 
	
}
.proX-wrap{
	border-top:3px solid #f2f2f2;
	padding-top:48px;
	padding-bottom:90px;
}
.proX-ch1{
	padding-bottom:48px;
}
.proX-tit{
	padding-bottom:38px;
}
.proX-tit h1{
	font-size:33px;
	font-weight:normal;
	line-height:51px;
	color:#000;
}
.proX-tit p{
	font-size:18px;
	line-height:36px;
	color:#3e3c3c;
}
.proX-tit .price{
	font-size:18px;
	line-height:36px;
	color:#f00;
}
.proX-con img{
	vertical-align:baseline;
	max-width:100%;
}
.proX-ch2{
	padding-bottom:80px;
}
.proX-ch2 .tit{
	font-size:24px;
	line-height:74px;
	color:#3e3c3c;
	border-bottom:1px solid #434343;
	margin-bottom:25px;
}
.proX-ch2 .con{
	font-size:16px;
	line-height:30px;
	color:#3e3c3c;
}
.proX-ch2 .con img{
	max-width:100%;
}
.proX-oth{
	padding-top:25px;
	padding-bottom:10px;
}
.proX-oth-tit{
	font-size:30px;
	line-height:55px;
	margin-bottom:40px;
}
.proX-oth-list{
	margin-left:-32px;
	margin-right:-33px;
	font-size:0;
	letter-spacing:-5px;
}
.proX-oth-list .chd{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	letter-spacing:normal;
	width:33.33333%;
	
}
.proX-oth-list .ch-in{
	position:relative;
	margin:0 33px 30px 32px;
	overflow:hidden;
}
.proX-oth-list a,.proX-oth-list a:hover{
	text-decoration:none;
}
.proX-oth-list .ch-in .img{
	display:block;
	width:100%;
}
.proX-oth-list .ch-in .ch-info{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(255,0,0,.28);
	opacity:0;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.proX-oth-list .ch-in:hover .ch-info{
	opacity:1;
}
.proX-oth-list .ch-in .info{
	position:absolute;
	width:95%;
	left:2.5%;
	top:50%;
	height:82px;
	margin-top:-41px;
	text-align:center;	
}
.proX-oth-list .ch-in .info-tit{
	font-size:28px;
	line-height:48px;
	color:#fff;
	transform:translateY(10px);
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.proX-oth-list .ch-in:hover .info-tit{
	transform:translateY(0px);
}
.proX-oth-list .ch-in .info-con{
	font-size:20px;
	line-height:34px;
	color:#fff;
	transform:translateY(-8px);
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.proX-oth-list .ch-in:hover .info-con{
	transform:translateY(0px);
}
.about_nav .chd{
	width:25%;
	cursor:pointer;
	position:relative;
	background:#fff;		
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.about_nav .chd:hover{	
	background:#e41d2e;
}
.about_nav .ch-in{
	padding-left:125px;
	font-size:0;
	height:130px;
}
.about_nav .ch-in:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	height:100%;
	width:0%;
	overflow:hidden;
}
.about_nav .ch-in::before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	height:100%;
	width:0%;
	overflow:hidden;
}
.about_nav .info{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-height:100%;
}
.about_nav .en-tit{
	font-size:18px;
	line-height:34px;
	color:#000;	
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.about_nav .chd:hover .en-tit{
	color:#fff;
}
.about_nav .zh-tit{
	font-size:18px;
	line-height:36px;
	color:#000;	
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.about_nav .chd:hover .zh-tit{
	color:#fff;
}
.about_nav .info-line{
	display:block;
	width:94px;
	height:0;
	margin-top:0;
	background:#fff;	
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.about_nav .chd:hover .info-line{	
	height:8px;
	margin-top:15px;
}
.aboutM{
	padding:80px 45px 0 45px; 
	overflow:hidden;
}
.aboutM .about-ch .en-tit{
	font-size:20px;
	line-height:44px;
	color:#000;
}
.aboutM .about-ch .zh-tit{
	font-size:20px;
	line-height:38px;
	color:#000;
}
.about01 .infos{
	padding-top:38px;
}
.about01 .lBx{
	padding-top:6px;
	font-size:16px;
	line-height:33px;
	color:#000;
	padding-bottom:24px;
	width:47.71%;
}
.about01 .con img{
	max-width:100%;
}
.about01 .rBx{	
	width:48.67%;
}
.about01 .rBx .img{
	display:block;
	width:100%;
}
.about02{ 
	overflow:hidden;
}
.about02 .lBx{
	padding-top:26px;
	font-size:16px;
	line-height:39px;
	color:#000;
	width:24%;
}
.about02 .abo2-bef .chd{
	display:none;
}
.about02 .abo2-bef .chd.active{
	display:block;
}
.about02 .rBx{
	width:73%;
}
.abo2{
	position:relative;
	width:100%;
	height:400px;
}
.abo2 .h-line,.abo2 .point{
	position:absolute;
	top:230px;
}
.abo2 .h-line{
	left:0;
	width:100%;
	height:1px;
	background:#221815;
}
.abo2 .point1{
	left:12.5%;
}
.abo2 .point2{
	left:37.5%;
}
.abo2 .point3{
	left:62.5%;
}
.abo2 .point4{
	left:87.5%;
}
.abo2 .dot-wrap{
	position:absolute;
	width:34px;
	height:34px;
	bottom:-17px;
	left:-17px;
}
.abo2 .point .dot{
	position:absolute;
	left:50%;
	top:50%;
	border-radius:100%;
}
.abo2 .point .dot-in{
	position:absolute;
	left:50%;
	top:50%;
	border-radius:100%;
	width:12px;
	height:12px;
	margin-left:-6px;
	margin-top:-6px;
	background:#a4a4a4;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.abo2 .point.active .dot-in{
	width:18px;
	height:18px;
	margin-left:-9px;
	margin-top:-9px;
	/*background:#080404;*/	
	background:#005f4b;
}
.abo2 .point .v-line{
	position:absolute;
	width:1px;
	height:0;
	background:#221815;
	bottom:50%;
	left:50%;
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;
}
.abo2 .point.active .v-line{
	height:134px;
}
.abo2 .point .dot{
	width:24px;
	height:24px;
	margin-left:-12px;
	margin-top:-12px;
	background:#d0d0d0;
}
.abo2 .point.active .dot{
	width:34px;
	height:34px;
	margin-left:-17px;
	margin-top:-17px;
	background:#787879;
}
.abo2 .point .text{
	position:absolute;
	width:160px;
	text-align:center;
	left:50%;
	bottom:50px;
	font-size:28px;
	line-height:48px;	
	margin-left:-80px;
	color:#221815;
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;
}
.abo2 .point.active .text{
	font-size:46px;
	line-height:74px;
	bottom:150px;
}
.abo2 .point .text2{
	position:absolute;
	top:35px;
	left:50%;
	width:230px;
	margin-left:-115px;
	font-size:22px;
	line-height:46px;
	text-align:center;
	color:#221815;
}
.abo2-bg{
	position:absolute;
	left:5%;
	font-size:324px;
	font-weight:bold;
	line-height:328px;
	color:rgba(146,146,146,.7);
	filter:blur(15px);
}
.about03{
	margin-top:235px;
}
.about03 .tit{
	margin-bottom:34px;
}
.aboutvideos{
	margin:0 -11px;
	font-size:0;
	letter-spacing:-5px;
}
.aboutvideos .chd{
	font-size:14px;
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	width:33.333333%;
}
.aboutvideos .chd-in{
	margin:0 11px 24px;
	position:relative;
}
.aboutvideos .chd-in-lnk{
	display:block;
	width:100%;
}
.aboutvideos .chd .img{
	display:block;
	width:100%;
	min-height:96px;
}
@-webkit-keyframes aboutvideosico{
	0%{
		-webkit-transform:scale(.8,.8);
		transform:scale(.8,.8);
	}
	50%{
		-webkit-transform:scale(1,1);
		transform:scale(1,1);
	}
	100%{
		-webkit-transform:scale(.8,.8);
		transform:scale(.8,.8);
	}
}
@keyframes aboutvideosico{
	0%{
		-webkittransform:scale(.8,.8);
		transform:scale(.8,.8);
	}
	50%{
		-webkittransform:scale(1,1);
		transform:scale(1,1);
	}
	100%{
		-webkittransform:scale(0.8,.8);
		transform:scale(0.8,.8);
	}
}
.aboutvideos .chd .ico{
	position:absolute;
	top:50%;
	left:50%;
	width:96px;
	height:96px;
	margin-top:-48px;
	margin-left:-48px;
	background:url(../images/ico_play.png) no-repeat center;
	background-size:contain;
	-webkit-transform:scale(0.8,.8);
	transform:scale(0.8,.8);
}
.aboutvideos .chd:hover .ico{
	-webkit-animation:aboutvideosico 1s linear 0s 1 normal both;
	animation:aboutvideosico 1s linear 0s 1 normal both;
}
.contact_wrap{
	padding-top:70px;
	padding-bottom:100px;
}
.contact_wrap .tBl{
	padding-bottom:90px;
}
.contact-tit{
	font-size:36px;
	line-height:83px;
	font-weight:normal;
	color:#000;
	border-bottom:1px solid #e7e7e7;
	margin-bottom:36px;
}
.contact_wrap .bBl{
	padding-bottom:75px;
}
.contact-lBx{
	width:770px;
}
.contact-box{
	padding-bottom:56px;
} 
.contact-box .tit{
	font-size:24px;
	font-weight:bold;
	line-height:54px;
	color:#e71a21;
	margin-bottom:12px;
}
.contact-box .con{
	font-size:20px;
	line-height:36px;
	color:#666464;
}
.contact-rBx{
	padding-top:5px;
	padding-right:36px;
}
.contact-rBx .img-wrap{
	margin-right:16px;
}
.contact-online .status{
	padding-top:22px;
	padding-bottom:28px;
}
.contact-online .status .label{
	float:left;
	position:relative;
	padding-left:40px;
	margin-right:48px;
	margin-bottom:10px;
	font-size:20px;
	line-height:50px;
	height:50px;
	color:#666464;
	cursor:pointer;
}
.contact-online .status .label input{
	display:none;
}
.contact-online .status .label:before{
	content:'';
	position:absolute;
	width:30px;
	height:30px;
	top:50%;
	left:0;
	margin-top:-15px;
	background:#dcdddd;
}
.contact-online .status .label.checked:before{
	background:url(../images/checked-big.png) no-repeat left center;
}
.contact-online .input-wrap{
	margin-top:20px;
}
.contact-online .input-inDiv{
	position:relative;
	height:60px;
	background:#f9f9f9;
}
.contact-online .input-inDiv input[type=text],.contact-online .input-inDiv input[type=password],.contact-online .input-inDiv textarea{
	padding-left:18px;
	font-size:20px;
	background:none;
	outline:none;
	border:none;
	border-radius:0;
	color:#666464;
}
.contact-online .input-inDiv input:focus,.contact-online .input-inDiv textarea:focus{
	outline:none;
}
.contact-online .input-inDiv textarea{
	width:100%;
	height:222px;
	line-height:32px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:18px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
}
.contact-online .input-inDiv input[type=text],.contact-online .input-inDiv input[type=password]{	
	line-height:24px;
	padding-top:18px;
	padding-bottom:18px;
}
.contact-online .input-wrap1 .input-inDiv{
	padding-right:280px;
}
.contact-online .input-wrap1 .labels{
	position:absolute;
	top:50%;
	padding-left:28px;
	height:30px;
	line-height:30px;
	margin-top:-15px;
	color:#9fa0a0;
	font-size:20px;
	cursor:pointer;
}
.contact-online .input-wrap1 .labels1{
	right:134px;
}
.contact-online .input-wrap1 .labels2{
	right:18px;
}
.contact-online .input-wrap1 .labels input{
	display:none;
}
.contact-online .input-wrap1 .labels:before{
	content:'';
	position:absolute;
	top:50%;
	width:20px;
	height:20px;
	margin-top:-10px;
	left:0;
	background:#dcdddd;
}
.contact-online .input-wrap1 .labels.checked:before{
	background:url(../images/checked.png) no-repeat left center;
}
.contact-online .input-wrap1 input[type=text],.contact-online .input-wrap1 input[type=password]{
	width:630px;
}
.contact-online .input-wrap2 input[type=text],.contact-online .input-wrap2 input[type=password]{
	width:440px;
}
.contact-online .input-inDiv-w{
	width:50%;
}
.contact-online .input-inDiv-w1 .input-inDiv{
	margin-right:13px;
}
.contact-online .input-inDiv-w2 .input-inDiv{
	margin-left:13px;
}
.contact-online .input-inDiv3{
	height:297px;
}
.contact-online .buttons-wrap{
	position:absolute;
	right:0;
	bottom:0;
	height:48px;
	white-space:nowrap;
}
.contact-online .input-reset,.contact-online .input-submit{
	display:inline-block;
	vertical-align:top;
	font-size:20px;
	line-height:48px;
	padding:0 44px;
	cursor:pointer;
	border:none;
	outline:none;
}
.contact-online .input-reset:focus,.contact-online .input-submit:focus{
	outline:none;
}
.contact-online .input-reset{
	background:#dcdddd;
	color:#9fa0a0;
}
.contact-online .input-submit{
	background:#e71a21;
	color:#fff;
}
.videos-abc{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9999;
	background:rgba(0,0,0,.8);
	display:none;
}
.videos-ab{
	position:absolute;
	top:19.59%;
	top:-webkit-calc(20% - 30px);
	top:-moz-calc(20% - 30px);
	top:calc(20% - 30px);
	left:24.89%;
	left:-webkit-calc(25% - 30px);
	left:-moz-calc(25% - 30px);
	left:calc(25% - 30px);
	width:50%;
	height:60%;
	padding:30px;
	background:#000;
}
.videos-ab .iframe{
	width:100%;
	height:100%;
}
.videos-ab .closeBtn{
	position:absolute;
	right:3px;
	top:3px;
	width:26px;
	height:26px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	z-index:10;
	cursor:pointer;
}
.videos-ab .closeBtn:before,.videos-ab .closeBtn:after{
	content:'';
	position:absolute;
	background:#fff;
}
.videos-ab .closeBtn:before{
	width:100%;
	height:2px;
	top:50%;
	left:0;
	margin-top:-1px;
}
.videos-ab .closeBtn:after{
	height:100%;
	width:2px;
	left:50%;
	top:0;
	margin-left:-1px;
}
.join-wrap{
	border-top:3px solid #f2f2f2;
	padding-top:312px;
	padding-bottom:323px;
}
.join-art{
	font-size:14px;
	line-height:28px;
	color:#666;
} 
.join-art img{
	max-width:100%;
	vertical-align:top;
}
