html{
	font-family: arial;
}

@font-face {
	font-family: "OPEN SANS";
	src: url("../font/OPENSANS.woff2") format("woff2"), url("../font/OPENSANS.woff") format("woff"), url("../font/OPENSANS.ttf") format("truetype"), url("../font/OPENSANS.eot") format("embedded-opentype"), url("https://www.chukouplus.com/static_template/0611/fonts/OPEN%20SANS.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "OPEN SANS BOLD";
	src: url("../font/OPENSANSBOLD.woff2") format("woff2"), url("../font/OPENSANSBOLD.woff") format("woff"), url("../font/OPENSANSBOLD.ttf") format("truetype"), url("../font/OPENSANSBOLD.eot") format("embedded-opentype"), url("https://www.chukouplus.com/static_template/0611/fonts/OPEN%20SANS%20BOLD.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AkzidenzGroteskBoldCondAlt';
	src: url("../font/AkzidenzGroteskBoldCondAlt.eot");
	src: url("../font/AkzidenzGroteskBoldCondAlt.eot") format("embedded-opentype"),
	 url("../font/AkzidenzGroteskBoldCondAlt.woff2") format("woff2"),
	  url("../font/AkzidenzGroteskBoldCondAlt.woff") format("woff"), url("../font/AkzidenzGroteskBoldCondAlt.ttf") format("truetype"), url("https://www.chukouplus.com/static_template/0611/fonts/AkzidenzGroteskBoldCondAlt.svg#AkzidenzGroteskBoldCondAlt") format("svg");
}
@font-face {
	font-family: 'AkzidenzGroteskExtraBoldCond';
	src: url("../font/AkzidenzGroteskExtraBoldCond.eot");
	src: url("../font/AkzidenzGroteskExtraBoldCond.eot") format("embedded-opentype"), 
	url("../font/AkzidenzGroteskExtraBoldCond.woff2") format("woff2"), 
	url("../font/AkzidenzGroteskExtraBoldCond.woff") format("woff"),
	 url("../font/AkzidenzGroteskExtraBoldCond.ttf") format("truetype"), 
	 url("https://www.chukouplus.com/static_template/0611/fonts/AkzidenzGroteskExtraBoldCond.svg#AkzidenzGroteskExtraBoldCond") format("svg");
}
@font-face {
	font-family: 'HelveticaLTStdBlkCond';
	src: url("../font/HelveticaLTStdBlkCond.eot");
	src: url("../font/HelveticaLTStdBlkCond.eot") format("embedded-opentype"),
	 url("../font/HelveticaLTStdBlkCond.woff2") format("woff2"),
	  url("../font/HelveticaLTStdBlkCond.woff") format("woff"), 
	  url("../font/HelveticaLTStdBlkCond.ttf") format("truetype"),
	   url("https://www.chukouplus.com/static_template/0611/fonts/HelveticaLTStdBlkCond.svg#HelveticaLTStdBlkCond") format("svg");
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
@-webkit-keyframes bounce {
0%, 100%, 20%, 53%, 80% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40%, 43% {
-webkit-transition-timing-function:cubic-bezier(0.755, .050, .855, .060);
transition-timing-function:cubic-bezier(0.755, .050, .855, .060);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-transition-timing-function:cubic-bezier(0.755, .050, .855, .060);
transition-timing-function:cubic-bezier(0.755, .050, .855, .060);
-webkit-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
@keyframes bounce {
0%, 100%, 20%, 53%, 80% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40%, 43% {
-webkit-transition-timing-function:cubic-bezier(0.755, .050, .855, .060);
transition-timing-function:cubic-bezier(0.755, .050, .855, .060);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-transition-timing-function:cubic-bezier(0.755, .050, .855, .060);
transition-timing-function:cubic-bezier(0.755, .050, .855, .060);
-webkit-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}
@-webkit-keyframes flash {
0%, 100%, 50% {
opacity:1
}
25%, 75% {
opacity:0
}
}
@keyframes flash {
0%, 100%, 50% {
opacity:1
}
25%, 75% {
opacity:0
}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes pulse {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
30% {
-webkit-transform:scale3d(1.25, .75, 1);
transform:scale3d(1.25, .75, 1)
}
40% {
-webkit-transform:scale3d(0.75, 1.25, 1);
transform:scale3d(0.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, .85, 1);
transform:scale3d(1.15, .85, 1)
}
65% {
-webkit-transform:scale3d(.95, 1.05, 1);
transform:scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, .95, 1);
transform:scale3d(1.05, .95, 1)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes rubberBand {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
30% {
-webkit-transform:scale3d(1.25, .75, 1);
transform:scale3d(1.25, .75, 1)
}
40% {
-webkit-transform:scale3d(0.75, 1.25, 1);
transform:scale3d(0.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, .85, 1);
transform:scale3d(1.15, .85, 1)
}
65% {
-webkit-transform:scale3d(.95, 1.05, 1);
transform:scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, .95, 1);
transform:scale3d(1.05, .95, 1)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
@keyframes shake {
0%, 100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}
@-webkit-keyframes swing {
20% {
-webkit-transform:rotate3d(0, 0, 1, 15deg);
transform:rotate3d(0, 0, 1, 15deg)
}
40% {
-webkit-transform:rotate3d(0, 0, 1, -10deg);
transform:rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform:rotate3d(0, 0, 1, 5deg);
transform:rotate3d(0, 0, 1, 5deg)
}
80% {
-webkit-transform:rotate3d(0, 0, 1, -5deg);
transform:rotate3d(0, 0, 1, -5deg)
}
100% {
-webkit-transform:rotate3d(0, 0, 1, 0deg);
transform:rotate3d(0, 0, 1, 0deg)
}
}
@keyframes swing {
20% {
-webkit-transform:rotate3d(0, 0, 1, 15deg);
transform:rotate3d(0, 0, 1, 15deg)
}
40% {
-webkit-transform:rotate3d(0, 0, 1, -10deg);
transform:rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform:rotate3d(0, 0, 1, 5deg);
transform:rotate3d(0, 0, 1, 5deg)
}
80% {
-webkit-transform:rotate3d(0, 0, 1, -5deg);
transform:rotate3d(0, 0, 1, -5deg)
}
100% {
-webkit-transform:rotate3d(0, 0, 1, 0deg);
transform:rotate3d(0, 0, 1, 0deg)
}
}
.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}
@-webkit-keyframes tada {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes tada {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
@-webkit-keyframes wobble {
0% {
-webkit-transform:none;
transform:none
}
15% {
-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30% {
-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45% {
-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60% {
-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75% {
-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
100% {
-webkit-transform:none;
transform:none
}
}
@keyframes wobble {
0% {
-webkit-transform:none;
transform:none
}
15% {
-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30% {
-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45% {
-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60% {
-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75% {
-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
100% {
-webkit-transform:none;
transform:none
}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}
@-webkit-keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
100% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
100% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
@-webkit-keyframes bounceInDown {
0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, -3000px, 0);
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, 25px, 0);
transform:translate3d(0, 25px, 0)
}
75% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
90% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
100% {
-webkit-transform:none;
transform:none
}
}
@keyframes bounceInDown {
0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, -3000px, 0);
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, 25px, 0);
transform:translate3d(0, 25px, 0)
}
75% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
90% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
100% {
-webkit-transform:none;
transform:none
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(-3000px, 0, 0);
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(25px, 0, 0);
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
100% {
-webkit-transform:none;
transform:none
}
}
@keyframes bounceInLeft {
0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(-3000px, 0, 0);
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(25px, 0, 0);
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
100% {
-webkit-transform:none;
transform:none
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(3000px, 0, 0);
transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
100% {
-webkit-transform:none;
transform:none
}
}
@keyframes bounceInRight {
0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(3000px, 0, 0);
transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
100% {
-webkit-transform:none;
transform:none
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, 3000px, 0);
transform:translate3d(0, 3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
75% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
90% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes bounceInUp {
0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, 3000px, 0);
transform:translate3d(0, 3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
75% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
90% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
100% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
}
@keyframes bounceOut {
20% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
100% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
}
@keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
}
@keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
@keyframes fadeOutDown {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
}
@keyframes fadeOutDownBig {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
@keyframes fadeOutLeft {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
}
@keyframes fadeOutLeftBig {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
@keyframes fadeOutRight {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
}
@keyframes fadeOutRightBig {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
}
@keyframes fadeOutUp {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
@keyframes fadeOutUpBig {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) scale3d(.95, .95, .95);
transform:perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
@keyframes flip {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) scale3d(.95, .95, .95);
transform:perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);
transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);
transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity:0
}
}
@keyframes flipOutX {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity:0
}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity:0
}
}
@keyframes flipOutY {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity:0
}
}
.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg);
opacity:1
}
100% {
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg);
opacity:1
}
100% {
-webkit-transform:none;
transform:none;
opacity:1
}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity:1
}
100% {
-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
transform:translate3d(100%, 0, 0) skewX(30deg);
opacity:0
}
}
@keyframes lightSpeedOut {
0% {
opacity:1
}
100% {
-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
transform:translate3d(100%, 0, 0) skewX(30deg);
opacity:0
}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, -200deg);
transform:rotate3d(0, 0, 1, -200deg);
opacity:0
}
100% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, -200deg);
transform:rotate3d(0, 0, 1, -200deg);
opacity:0
}
100% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:none;
transform:none;
opacity:1
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -90deg);
transform:rotate3d(0, 0, 1, -90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -90deg);
transform:rotate3d(0, 0, 1, -90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1
}
100% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, 200deg);
transform:rotate3d(0, 0, 1, 200deg);
opacity:0
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1
}
100% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, 200deg);
transform:rotate3d(0, 0, 1, 200deg);
opacity:0
}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 90deg);
transform:rotate3d(0, 0, 1, 90deg);
opacity:0
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 90deg);
transform:rotate3d(0, 0, 1, 90deg);
opacity:0
}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate3d(0, 0, 1, 80deg);
transform:rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40%, 80% {
-webkit-transform:rotate3d(0, 0, 1, 60deg);
transform:rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1
}
100% {
-webkit-transform:translate3d(0, 700px, 0);
transform:translate3d(0, 700px, 0);
opacity:0
}
}
@keyframes hinge {
0% {
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate3d(0, 0, 1, 80deg);
transform:rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40%, 80% {
-webkit-transform:rotate3d(0, 0, 1, 60deg);
transform:rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1
}
100% {
-webkit-transform:translate3d(0, 700px, 0);
transform:translate3d(0, 700px, 0);
opacity:0
}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}
@-webkit-keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}
@-webkit-keyframes rollOut {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}
@keyframes rollOut {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}
@-webkit-keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
@keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
@keyframes zoomInDown {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
@keyframes zoomInLeft {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
@keyframes zoomInRight {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
@keyframes zoomInUp {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
0% {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
100% {
opacity:0
}
}
@keyframes zoomOut {
0% {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
100% {
opacity:0
}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
100% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
@keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
100% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);
transform:scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin:left center;
transform-origin:left center
}
}
@keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);
transform:scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin:left center;
transform-origin:left center
}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:scale(.1) translate3d(2000px, 0, 0);
transform:scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin:right center;
transform-origin:right center
}
}
@keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:scale(.1) translate3d(2000px, 0, 0);
transform:scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin:right center;
transform-origin:right center
}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
100% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
@keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
100% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform:translateY(-100%);
transform:translateY(-100%);
visibility:visible
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes slideInDown {
0% {
-webkit-transform:translateY(-100%);
transform:translateY(-100%);
visibility:visible
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform:translateX(-100%);
transform:translateX(-100%);
visibility:visible
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes slideInLeft {
0% {
-webkit-transform:translateX(-100%);
transform:translateX(-100%);
visibility:visible
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform:translateX(100%);
transform:translateX(100%);
visibility:visible
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes slideInRight {
0% {
-webkit-transform:translateX(100%);
transform:translateX(100%);
visibility:visible
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform:translateY(100%);
transform:translateY(100%);
visibility:visible
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes slideInUp {
0% {
-webkit-transform:translateY(100%);
transform:translateY(100%);
visibility:visible
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
visibility:hidden;
-webkit-transform:translateY(100%);
transform:translateY(100%)
}
}
@keyframes slideOutDown {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
visibility:hidden;
-webkit-transform:translateY(100%);
transform:translateY(100%)
}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
visibility:hidden;
-webkit-transform:translateX(-100%);
transform:translateX(-100%)
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
visibility:hidden;
-webkit-transform:translateX(-100%);
transform:translateX(-100%)
}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
visibility:hidden;
-webkit-transform:translateX(100%);
transform:translateX(100%)
}
}
@keyframes slideOutRight {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
visibility:hidden;
-webkit-transform:translateX(100%);
transform:translateX(100%)
}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
visibility:hidden;
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
}
@keyframes slideOutUp {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
visibility:hidden;
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}












@font-face {font-family: "iconfont";
	src: url('../font/iconfont-1608604379423.eot');
	src: url('../font/iconfont-1608604379423.eot') format('embedded-opentype'),
	url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAA8EAAsAAAAAGxgAAA62AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCHYAqhSJpwATYCJAOBCAtGAAQgBYRtB4JaG7AWRQaEjQMQhHxxsv/LBHMMc16wVwhqWk3Svb9tKFC3wozLZ770DgaPCcbcxpu8YefGA/z9eM+97/2uoO81a6DpLIoGPJ6l6Ch/Aa4OaJv3Af3CAzIJMYswMOawa2sjkzXOWCSLTl104ToJgHnfaUotS4WkxEcZEdnxESUecn6kja3fcAmCBWbB3n6PEAB2tiCcPUAA8H+bail9mRimtHZ7fq+7DMIWYIsTSv2/tdTuBEhdVF7c7cubEAoZFxtjSJiZvcvdzO0P/PAGGIukI6v6KivUbQlny+sK7Pp8WXkURrVC6gpZheWMwJkgNaOqdPLb7k9ArkaukPXw2FSgS/HLBYS7RQVZQI81SAsSg+yaTM1NUwSZBhTZsRM9D+Cp++3DLSgDHUQZCfAHOs4PywXNS+rABkxr1G40Nh5mdGfh7WYk6AdS4rq2PywC5st+18zV/f7wwAMwzBKu+BftJfHS8mXky6SXNw0cA2mwM7gZ/A2LDEsNOwxHDccNZwznDZcNTwyfBpgDG4xG+EWtnGRtcCX90adj3h84frZgmFIkqfmRgOhAEvrP8EAzqhaoVLYMOXLlyVegUJFiJJpKg5gREZOQMidjgYdPwBQiIWQCFudDeMsmWsAvqsqmGfyihaSBgK8YLIEiIBIoBSQBZQNuIpsMLjnZ5HBJZpPLpXU2eVzaZJPPpW02BVzaZVPIpWtIV+AGVAzwR0i3sAgoC7AUqBKwA6gK0A9UDTgKVAM4DlQLOA1UBzgDVA84D9QAuAzUCHgC1AR4D1QK+ABUBvgIVA74hGwqwBUTBRc2ANwNIltvsA5gEyAjgsz3wBtDNvNd5TK8mXn3HSuIovjQHiUFDGYaQhIXxVxZGISTQpIuoLIt6XyeOdODy+ZzxWwak1QkOzhgZB1Drp4v4czjsGkcLleODLaU8HhcJpdNkDhuxrZfHltXHEKawHYWKwcketJmxUu/zd75hDwAWVMAsIZSUCqCGFKF2SsXuHjDFymtDYRL4gOVVFG1V4QAnGsdEz1Nle2qtj4c70JLeHsN95zkus9Xqoz6Y0a3eEwpQ0on5zpKx86OkYke2js5eiKyPk/m1hy/oFQqXx3aqgqWpxTZgUH1ihL6Z+yu+smkq4jL24PgqZbHDMqqQKMFdT+EGJBiH2Z3QZyCYNLRcQogSNmPAw9i3cBaxKbpm6aZR6W0uNblgzVwIqobtx8RgiljdLe2WVH5+azkqaabrAp/BcQg2F56vbEsiKw7XaVikMCsPFSlI0AwqwxADEJFwaKodWd4XG4rE+yOEAAnIMgqgQHMPGsvTy7WbmkHUtvi+mxt+4R4YuVJIIQ+9KjleosjyyEEvnZp0JLdlzy2JV6X0Spesa+qY5lt8mo+30bexFapTxofzeuAqXoDIHzjbGiNAUkUISs+iJMExiwGWtx+q+iql8RYqZlhO02UZrp8PhYIhD3ihs6va/KmU926tMSlLhOdUbcMjdIZkAtMN/jM9b776odX3B+5zA/OSHE1qnk0c+YZLynyFhPRin3FfJXLxxK0xG23vXGHzQwYPYYpKvJ6ArQ0UEJZK/KXMD6N0SgpdtnsztgJ+4ScB0pLA5m/eExXjM3SO91x6/arUTLN7vousKbIHVneu8wEnQHT4QVwRzX47oNTuJNe4KtUlOJ8Xzc+PHOGpCb5qrRjiDaq18BvQJv/dYC38Aa2I4ANzvkVS34ofzcOFRMfiN+0PX7e4k9zok+fg1XPKeqckb9Y3Vt0lvW7mkx5glvHO6Tz2wFVr0U6y/VQ8navNzT/xPR68akfCZTeFYh4Qkir4VO4kquIeEEztgXe2DZ50zPonP+0pHXv6RFJ/WD5C395wm3yO7ML2azjn7iDAG/cf8Q+elibTiv00PSJ3MgshHTGkdMxVfZTeAblWC6k6LDSOL9ukDVWBYJTKM+aqYC0x4GGpqrSGqcfwSzR5EnM4nw2XQ6ID+PR2dr072jPxMaIw+nv8vshxWw4Fuu0xSxUDySy+NYcIP3T64/oy8WdZAxZE3HOqF0SaAVmalfpxDTr3h1SQrJ+SGsXLve6d0apEPSdAFI1fyGgdMFLvPyZbV33ifeUekcIjd+8s+v/r7wrx+rVI8NC9yUdI7IyLA2vTGnL6Ujfo3FZ4caTNzQHMsj8I/mjizCTLvw8sqAW2Xx149wZo9ZyPDCdklwzy2j9plpt3DSMg0Z12uRtSLQI+eMlqYFEpdWj8kGeidPQlXr8rRU3A7YMmaa0ziJPtReftJfWbFehiWeOkojt7wJU8FNhRK2FqOBv+72Rwp8SiXURW8n2vpLuLw/yl43LM71iXGt3Dtq18MrBKwt3L5xU3dFaPFIITSTE+dffneUoPqxW1Ef4yfxdClISix1mNCDtLdkwLm9rKpZYua0zdMC6zIy7pfEtiWiSIZgTEBPILycr8Ok24Wm2RcX/eeHjY+y2Tkc3PkC2IJPOHNuIX6NefwpPMk9rTxcmZB22EHmIhxyu+jxlGyKc8lmdfOlZTJB3/DSNfntU1EiD9nHezWKf66XQ04POgi/gsPfNLdvta0wsxH713vy3GOKsg4JaT1U4TNfEyh6oLvIQCZNDu6kSqSyubtXuCxQrxfZKO1cB399hpt1Mv5BHerW+sTSp6o8gjrYAXSiZ4wRnVS3Gc7Kx3M1VLCyWthBbuJCEMI2We685CfQAjVrj77Vlbq1SdsUrJ4B1X3Ue6ePPc115uJ+auFgm6ZUo65Qt7VLZkkTKIU2uwkHM88RkKjptELc7LmHUV7cs1+ej42K/uvp9DG2wF7LPrzvHFsKQb4fm3cJe7zwWSfB1Qo3VZ3UbJ2I87UF1fEYfVChGbLTag8HeqMpo7psBU01RfAjSMsEtQjQu0m25x1BrpqIc7hLs+1tAPaaFzPAIIQgtTyZUeqiQuWK31zCkpgJJFczuHoYMDRVu2AN8/GjVl8A9446O27FpEkoZZf4F3c/EcbUmpImWIAnFf1fC3Mgt/ZJZslnW43aaWYt0Bfl5HKhncic/X7WNt0wvAcuk6SYuleJE3HzlCLJZIc/ucldw+GlXAPVxjp+2PAvJn2mc9LvLjy8Vw8vB2BiM/uy4a3R+WXbcGeSPtO/fvRhvUNTKyRElcRSFspP09AeO5+3fmrCsTec76TXWBPuh/T37C+mjrW35KCydFlVU2bLc0WuR0gv/P3Y0pvqt9w3bvt75lrnb1qf57vdLBSjU6L3tjR1hranrt6M1fP02VHKDXxhUasM4z+mH6rOyDpw+Jd7EgXlPyPJlvVVINbKi16Q8nd44DklHsyZMzEY0aZogSEpGNEhQUlIQgh+KREbVN4xCCLOZlS/yEB6EJCUho5qk5CAoqZSNTJiIZiHpjeNgXlryNH99XUuQnD9vWsCK6QG6MGzndP/Ehd6ZDmlxSTcg0rxDS+gFZSvKJSFKpae3zkflvDtQHu+eP/slHk1PsSp0P/mYmufplYZmOma5ls7eygsrPzmfWPlhx0yr/KZFsU38mdcLFfPs7Nw2wo3DVbmRopj1MHB/f8CtbufoGxSpBL8hnpBUCpZJ2zL01nVsFa28PyJ91sTkXdc9yhbS27FVt64vu3Q5Lo5gq3SXpyXGSc2fGsDUxz6hQM2n9ok/fXpprmbopqmn6Rhq6U14yKdbLT2xVCGSixRuWEtG8A+mSnJcomIyCTcPhv9M9wajRrnDjEDqGDYSvljFqDVf/thBbkQx+l/ub0oxdRKrJDyJDUPJ+8AfIv+PsuCXpTSDEB3cncqratT3MF2TRWVZqh6OBBdbfM4WeTtEcr9kOFunzMAHpfBdT4nd79uZX93b1M817xd7TonOco4R/LANvpQ0SqsdFb1pr3PyrMCSksBZyc5dd6PTHxD4vzOpGJ1bMqwpenR/jc+wAxdTIsbECxPVBRqvBJKSHky0T/RcK2+h0A79z/cbrizXhGuI4oGdnSZz0MVf2XgqCM5rxduDg3nRJQnku/n31/L2UP6NfMotwOkN3aD4orW13GobZ7vVEk7447fKl0LE48DHmOrxfUKgFyxV1UysBGPrbVwmw28LZnMrGNpkHWxrxQ5ih3//hsCYQXt//T4cifPufUSQErLP2EeyA/2VJvAhXZurJSrVXebCzS21BFcMxAOhqc6MR9PFxupEFguZo1hzaTSBiKFvdB9XTEKH8Y/6AJBZkPxFH/vj4zAxrRu5UF8SiiXpPZZj7fojHMGc2jtwvEj2jEW24ozJfmFNrAxS8Un/fy161QD0n35jfP0d9g+jj+0Nkm30J7/RRYj4m+H/eOZYC5lI2tr1QVM5oYkxZHuPn1Nq79Hh6lv9x1JXn8H2YD7Gi8ZykPHtk5QyOb6J0YX+FtOgpZOHHMNCnt1czI/QHx8zOAHf6KxHPENfaS33XKObBBwfky3iHYHnMoiLCrT/wd8Ak61/E1L/je6e1NFq0gcdOwbjRfgmldJqB7BGI3LFKTyr6S71cOrVFZX9T7KqK0IaZWmgiWztJI3upxnyjNNM2ZZorj4Rt85TphowIWUAvSYSGhTbgtF5rgJNFLtA0ugHNEOldzRTccBorhOEr5inM2yjRYggKDpTvQ1Z7rxs1oW39BvrewKJBlzvP0qhIbNZrpNTX9ihdHGN8qi3qt544dbcyINhSmyycECry0Y1X1crr7vm0nLbW4QIgtoZnaneRcly53fWRerrf2N9TyAFe/wp+o9S6NzNZrmuQL7MrtIep7K6POqtUssbtVm4NTdqYRLjbLL+QgGtLpsGo/m6okfyVc3l8NXtpWNCGN9e+V20CkViiVQmV3hE8N7XGq1ObzCazBarze5wutweL28fXz//gCe1QA66mQeLFXOcZ+oUBYvOEnURHXXTN9/1XuFUn6T6lzCnrijUAu1IOR+mFatyu50I1Y1uh/d8Si48jRN6Pf35I1GXxsus0NrsxvWbN+to/XpSgjnm9Nv9Zj13/OwSg9tMC4LY5jB7NqAFcp6Cc2N8F2WMLVAaeniNS3xnHCqmScsVJZxbSNg5kN0wEExeBB+gHg==') format('woff2'),
	url('../font/iconfont-1608604379423.woff') format('woff'),
	url('../font/iconfont-1608604379423.ttf') format('truetype'),
	url('https://www.chukouplus.com/static_template/0611/fonts/iconfont.svg?t=1608604379423') format('svg');
  }

  .iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }

  .icon-caidan:before {
	content: "\e80a";
  }

  .icon-facebook:before {
	content: "\e620";
  }

  .icon-pinterest:before {
	content: "\e8ab";
  }

  .icon-linkedin:before {
	content: "\e648";
  }

  .icon-youtube:before {
	content: "\e6d6";
  }

  .icon-twitter:before {
	content: "\e607";
  }

  .icon-instagram:before {
	content: "\e79d";
  }

  .icon-top5:before {
	content: "\e651";
  }

  .icon-bottom2:before {
	content: "\e70f";
  }

  .icon-right2:before {
	content: "\e711";
  }

  .icon-up7:before {
	content: "\e722";
  }

  .icon-bottom7:before {
	content: "\e723";
  }

  .icon-left7:before {
	content: "\e724";
  }

  .icon-right7:before {
	content: "\e725";
  }

  .icon-left9:before {
	content: "\e72c";
  }

  .icon-right9:before {
	content: "\e72d";
  }

  .icon-bottom13:before {
	content: "\e73b";
  }

  .icon-top10:before {
	content: "\e7ee";
  }

  .icon-bottom10:before {
	content: "\e7ef";
  }

  .icon-left10:before {
	content: "\e7f0";
  }

  .icon-right10:before {
	content: "\e7f1";
  }

  .icon-download1:before {
	content: "\e7a0";
  }

  .icon-search5:before {
	content: "\e7b3";
  }

  .icon-whatsapp:before {
	content: "\e7c1";
  }

  .icon-address:before {
	content: "\e7c2";
  }

  .icon-email:before {
	content: "\e7c4";
  }

  .icon-fax:before {
	content: "\e7c8";
  }

  .icon-skype:before {
	content: "\e7c9";
  }

  .icon-tel:before {
	content: "\e7cc";
  }

  .icon-mobile:before {
	content: "\e7d0";
  }

  .icon-calendar3:before {
	content: "\e7e1";
  }

  .icon-jia:before {
	content: "\e606";
  }

  .icon-xiazai:before {
	content: "\e60d";
  }






* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	margin: 0 auto;
	
	font-size: 14px;
	font-size: 1.4rem;
	height: 100%;
	overflow-x: hidden;
	max-width: 1920px;
}
img {
	border: none;
	height:auto;
}
ul li {
	list-style-type: none;
}
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
}
h3 img{display:block;margin:auto;}
a {
	text-decoration: none;
	color: #333;
	outline: none;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
}
h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333;
}
.clear {
	clear: both;
}
.maln {
	margin-left: auto !important;
}
input, textarea {
	
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	border: none;
	outline: none;
}
.l {
	float: left;
}
.r {
	float: right;
}
.fix {
*zoom: 1;
}
.fix:after, .fix:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.at-resp-share-element .at4-share-count-container {
	text-decoration: none;
	float: right;
	padding-right: 15px;
	line-height: 25px !important;
}
.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}
.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}
.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}
.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}
.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}
.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}

::-webkit-input-placeholder {
color: #333;
}

:-o-placeholder {
color: #333;
}

::-moz-placeholder {
color: #333;
opacity: 1;
}

:-ms-input-placeholder {
color: #333;
}
 .div1 ::-webkit-input-placeholder {
color: #666666;
}
 .div1 :-o-placeholder {
color: #666666;
}
 .div1 ::-moz-placeholder {
color: #666666;
opacity: 1;
}
 .div1 :-ms-input-placeholder {
color: #666666;
}
.wp {
	width: 1200px;
	margin: auto;
}
 @media screen and (min-width: 1220px) {
.wp {
	width: 1150px;
	margin: auto;
}
}
 @media screen and (min-width: 1000px) and (max-width: 1219px) {
.wp {
	width: 940px;
	margin: auto;
}
}
 @media screen and (max-width: 999px) {
.wp {
	width: 95%;
	margin: auto;
}
}
.no_margin {
	margin-left: auto;
}
 @media screen and (min-width: 1220px) {
.no_margin {
	margin-left: auto !important;
}
}
 @media screen and (min-width: 1000px) and (max-width: 1219px) {
.no_margin {
	margin-left: auto
}
}

.wap-hd-nav {
	display: none;
}
.wap-nav {
	width: 5px;
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 999999999999999;
	cursor: pointer;
	position: fixed;
	top: -5px;
	right: 0;
	display: block;
}
.wap-nav .nav {
	overflow: hidden;
	width: 300px;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: auto;
	/*overflow: scroll;*/
}
.wap-nav .nav span {
	font-family: arial;
}
.wap-nav .nav form {
	margin: 15px auto;
	width: 258px;
	height: 40px;
	border: 1px solid #fff;
}
.wap-nav .nav form .iptc {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	float: left;
}
.wap-nav .nav form .ipsc {
	width: 20%;
	height: 40px;
	line-height: 40px;
	display: block;
	float: right;
	background: #fff url("../image/sousuo.png") no-repeat center center;
}
.wap-nav .nav > ul {
	display: none;
	margin-top: 0px;
	margin-bottom: 0px;
	/*overflow: scroll;*/
	padding-top: 45px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wap-nav .nav > ul > li {
	line-height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	text-indent: 20px;
	position: relative;
}
.wap-nav .addition {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	background: url("../image/shizi.png") no-repeat center center;
}
.wap-nav .addition.active {
	background-image: url("../image/yizi.png");
}
.wap-nav .addition.fa:before {
	margin-right: 5px;
	color: #fff;
	text-indent: 0;
}
.wap-nav .nav > ul > li > a {
	margin-right: 40px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
}
.wap-nav .nav > ul > li > a span {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}
.wap-nav .nav > ul > li .c-show {
	display: none;
	width: 100%;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 {
	position: relative;
	padding-left: 15px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > a {
	position: relative;
	margin-right: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 {
	position: relative;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 {
	position: relative;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a {
	margin-right: 40px;
	text-indent: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 25px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 {
	position: relative;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
	margin-right: 40px;
	text-indent: 50px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.wap-nav .nav > ul > dl {
	padding: 20px;
}
.wap-nav .nav > ul > dl dd {
	float: left;
	margin: 0 2px;
}
.wap-nav .menubtn {
	width: 23px;
	height: 18px;
	position: absolute;
	top: 15px;
	right: 12px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9999;
}
.wap-nav .menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 3px;
	background-color: #fff;
}
 @media screen and (min-width: 768px) {
.wap-nav, .menubtn {
	display: none;
}
}
 @media screen and (max-width: 991px) {
.wap-hd-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #000;
}
.wap-hd-nav-item {
	width: 25%;
}
.wap-hd-nav-item a {
	display: block;
	padding: 5px 0;
	line-height: 20px;
	font-size: 14px;
	color: white;
	text-align: center;
	background-color: #363636;
}
.wap-hd-nav-item a.active {
	color: white;
	background-color: #000;
}
}

* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
.slide {
	position: relative;
}
.slide .carouse {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slide .carouse .slideItem {
	width: 100%;
	position: absolute;
	cursor: pointer;
}
.slide .carouse .slideItem .banner-img {
	width: 100%;
	display: block;
}
.slide .console {
	height: 57px;
	display: inline-block;
	width: 35px;
	position: absolute;
	top: 40%;
}
.slide .dotList {
	position: absolute;
	width: 100%;
	bottom: 29px;
	text-align: center;
}
.slide .dotList ul li {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
	margin: 0 8px;
	cursor: pointer;
}
.slide .carousel-control {
	position: absolute;
	top: 50%;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #0a4a88;
	z-index: 999;
	margin-top: -28px;
}
.slide .carousel-control i {
	font-size: 24px;
	font-size: 2.4rem;
	color: #0a4a88;
}
.slide .carousel-control:hover {
	background: #0a4a88;
}
.slide .carousel-control:hover i {
	color: #fff;
}
.slide .carousel-control.left {
	left: 8%;
	cursor: pointer;
}
.slide .carousel-control.right {
	right: 8%;
	cursor: pointer;
}
.slide .dotList ul li {
	cursor: pointer;
	background: url(../image/dian1.png) no-repeat center center;
	font-size: 0px;
	margin: 0 3px;
	border: none;
	outline: none;
	width: 19px;
	height: 19px;
	border-radius: 50%;
}
.slide .dotList ul li.active {
	background: url(../image/dian2.png) no-repeat center center;
}
.slide .slidedetail {
	display: none;
}
 @media screen and (max-width: 999px) {
.slide .carousel-control {
	display: none;
}
}
 @media screen and (max-width: 767px) {
.slide .dotList {
	bottom: 5px;
}
}

.toplx {
	background: #1367af;
	padding-top: 2px;
	padding-bottom: 4px;
}
.keys {
	color: #fff;
	line-height: 30px;
}
.keys a, .keys span {
	color: #fff;
}
.keys a:hover {
	color: #ccc;
}
.m-hdlang {
	position: relative;
	overflow: visible;
	float: right;
	height: 25px;
	line-height: 25px;
	margin-top: 4px;
}
.m-hdlang .lang-list {
	padding: 10px;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	z-index: 999;
	width: 100%;
	display: none;
	font-size: 12px;
	font-size: 1.2rem;
	border: solid 1px #fff;
	margin-top: 4px;
	padding-top: 3px;
	padding-bottom: 1px;
}
.m-hdlang .lang-item {
	float: none;
	color: #fff;
	line-height: 25px;
}
.m-hdlang .j-nextshow {
	/*text-transform: uppercase;*/
}
.m-hdlang .lang-item a {
	color: #333;
}
.m-hdlang .lang-item a:hover {
	color: #1367af;
}
.m-hdlang > .lang-item {
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	color: #fff;
}

.m-hdlang .lang-list .lang-item span { display: inline-block; vertical-align: middle; margin-right: 3px; float:none }

.m-hdlang > .lang-item span { display: inline-block; vertical-align: middle; float: none !important;}

.m-hdlang > .lang-item i {
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: 5px;
}

.head {
	background: #fff;
}
.logo{line-height: 96px;}
.logo a{display: inline-block;vertical-align: middle;}
.logo img {
	max-height: 58px;
	display: block;
}
.navlist {
	padding-top: 39px;
}
.navlist2 {
	display: none;
}
.navlist > li {
	float: left;
	margin-left: 56px;
	position: relative;
	padding-bottom: 23px;
}
.navlist > li > a {
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
	padding-bottom: 10px;
}
.navlist > li:hover > a {

	color: #1367af;
}
.navlist > li.currentnav > a {

	color: #1367af;
}
.search {
	margin-top: 41px;
	position: relative;
	margin-left: 20px;
}
.search form {
	position: absolute;
	top:27px;
	right: 0;
	z-index: 99;
	display: none;
}
.search > i {
	cursor: pointer;
	font-size: 20px;
	font-size: 2rem;
	color: #000000;
}
.sou {
	width: 300px;
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	border: 1px solid #333;
}
.suo {
	position: absolute;
	right: 1px;
	top: 50%;
	margin-top: -13px;
	width: 26px;
	height: 26px;
	background: transparent;
	cursor: pointer;
}
.search form i {
	position: absolute;
	right: 1px;
	top: 50%;
	margin-top: -13px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
 @media screen and (max-width: 1219px) {
.navlist > li {
	margin-left: 30px;
}
}
 @media screen and (max-width: 999px) {
.navlist {
	/* width: 100%; */
	text-align: center;
	/* padding-top: 5px; */
}
.navlist > li {
	display: inline-block;
	text-align: center;
	margin: 0 25px;
	float: none;
	display: inline-block;
	padding-bottom: 12px;
}
.navlist > li > a {
	font-size: 16px;
	font-size: 1.6rem;
}
}
 @media screen and (max-width: 880px) {
.navlist > li {
	margin: 0 15px;
}
}
 @media screen and (max-width: 767px) {
.navlist1 {
	display: none;
}
.keys {
	display: none;
}
.bsjj {
	float: left;
	margin-right: 0;
}
.m-hdlang {
	float: left;
	margin-right: 15px;
}
.search{display: none;}
.logo{float: none;text-align: center;line-height: 70px;}
.logo img{max-height: 70px;}
}

.sya {
	padding-top: 87px;
	padding-bottom: 100px;
}
.sybt {
	text-align: center;
	text-transform: capitalize;
	font-size: 60px;
	font-size: 6rem;
	margin-bottom: 72px;
	font-family: 'AkzidenzGroteskExtraBoldCond',Arial, Helvetica, sans-serif;
}
.sybt a:hover {
	color: #1367af;
}
.syayou {
	padding-right: 24px;
	padding-bottom: 25px;
	background: url(../image/syabg.png) no-repeat right bottom;
	/* margin-left: 50px; */
	max-width: 50%;
}
.syayou img {
	display: block;
	width: 100%;
	/* max-width: 600px; */
	/* max-height: 372px; */
}
.syazuo {
	padding-top: 5px;
}
.syap1 {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	color: #1c5896;
	font-family: "OPEN SANS BOLD",Arial, Helvetica, sans-serif;
	
	/*text-transform: uppercase;*/
}
.syap1:after {
	content: "";
	display: inline-block;
	width: 79px;
	height: 5px;
	background: #1c5896;
	margin-left: 20px;
}
.syap2 {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	max-height: 9em;
	overflow: hidden;
	margin-top: 27px;
	margin-bottom: 32px;
}
.syap3 {
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 17px;
	min-width: 130px;
	height: 43px;
	line-height: 43px;
	border-radius: 5px;
	background: #1367af;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.syap1:hover {
	color: #333;
}
.syap2:hover {
	color: #1c5896;
}
.syap3:hover {
	background: #333; color:#fff
}
 @media screen and (max-width: 1219px) {
.syayou {
	width: 500px;
	margin-left: 30px;
}
.syayou {
	padding-right: 18px;
	padding-bottom: 18px;
}
.sybt {
	font-size: 50px;
	font-size: 5rem;
}
}
 @media screen and (max-width: 999px) {
.syayou {
	width: 420px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-size: 50%;
}
.syap2 {
	font-size: 14px;
	font-size: 1.4rem;
}
.syap1 {
	font-size: 20px;
	font-size: 2rem;
}
.sya {
	padding-top: 60px;
}
.sybt {
	font-size: 40px;
	font-size: 4rem;
	margin-bottom: 50px;
}
}
 @media screen and (max-width: 850px) {
.syayou {
	width: auto;
	float: none;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.syap2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.sybt {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 30px;
}
}
 @media screen and (max-width: 650px) {
.sya {
	padding-top: 45px;
}
}
 @media screen and (max-width: 450px) {
.sybt {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 25px;
}
.syap1 {
	font-size: 18px;
	font-size: 1.8rem;
}
.syap3 {
	font-size: 14px;
	font-size: 1.4rem;
	min-width: 110px;
}
.syap1:after {
	display: none;
}
.sya {
	padding-top: 30px;
}
}

.syp {
	padding-top: 84px;
	padding-bottom: 80px;
	background: #f6f6f6; clear:both
}
.syp .sybt {
	margin-bottom: 64px;
}
#outer #tab {
	width: 23.75%;
}
#outer #tab a {
	padding-left: 20px;
	padding-right: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 30px;
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 16px;
	font-size: 1.6rem;
	cursor: pointer;
	background: #e8e8e8;
	
	
	margin-bottom: 12px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	display: block
}
#outer #tab a.current {
	background: #1367af;
	color: #fff;
}
#outer #tab a:hover {
	background: #1367af;
	color: #fff;
}
#outer .ul {
	display: flex;
	align-items:flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#content {
	width:74%;
}
.sypbox {
	width: 31.333%;
	float: left;
	margin: 0 1%;
	margin-bottom: 16px;
	text-align: center;
}
/* #content .sypbox {
	width: 23%;
	margin: 0 1%;
	margin-bottom: 16px;
	text-align: center;
} */
.sypcon {
	padding-bottom: 33px;
	background: url(../image/pyy1.jpg) no-repeat center bottom;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
	margin: auto;
}
.sypcon a {
	display: block;
	overflow: hidden;
}
.sypcon img {
	display: block;
	width: 100%;
	max-width: 429px;
	max-height: 429px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	margin: auto;
}
.sypp1 {
	display: block;
	font-size: 16px;
	line-height: 24px;
}
.sypbox:hover .sypcon {
	background: url(../image/pyy2.jpg) no-repeat center bottom;
}
.sypbox:hover .sypp1 {
	color: #1367af;
}
.sypbox:hover .sypcon img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
 @media screen and (max-width: 1219px) {
.sypbox {
	/* margin-left: 18px; */
	/* width: 231px; */
}
#outer #tab a {
	padding-top: 8px;
	padding-bottom: 8px;
}
}
 @media screen and (max-width: 999px) {
.sypbox {
	width: 31.333%;
	margin: 0 1%;
	margin-bottom: 20px;
}
#content .sypbox {
	width: 31.333%;
	margin: 0 1%;
	margin-bottom: 20px;
}
.sypp1 {
	font-size: 14px;
	font-size: 1.4rem;
}
#outer #tab a {
	font-size: 14px;
	font-size: 1.4rem;
	padding-left: 12px;
}
.sya {
	padding-bottom: 80px;
}
.syp {
	padding-top: 60px;
}
.syp .sybt {
	margin-bottom: 45px;
}
}
 @media screen and (max-width: 767px) {
.sypbox {
	width: 48%;
}
#content .sypbox {
	width: 48%;
}
#content {
	width: 100%;
}
#outer #tab {
	width: 36.5%;
}
.sya {
	padding-bottom: 55px;
}
.sypcon {
	width: 100%;
}
}
 @media screen and (max-width: 550px) {
.syp .sybt {
	margin-bottom: 35px;
}
.syp {
	padding-top: 40px;
}
#content {
	width: 100%;
}
#outer #tab {
	width: 100%;
	margin-bottom: 20px;
}
#outer #tab a {
	float: left;
	width: 49%;
	margin: 0 0.5%;
	margin-bottom: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
}
 @media screen and (max-width: 400px) {
#outer #tab a {
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: 3px;
	padding-bottom: 3px;
}
}

.sybox{
	padding-top: 90px;
}

.syn {
	padding-top: 90px;
	padding-bottom: 110px;
}
.syn .sybt {
	margin-bottom: 80px;
}
.synbox {
	width: 272px;
	float: left;
	margin-left: 37px;
}
.syntu {
	display: block;
	overflow: hidden;
}
.syntu img {
	display: block;
	width: 100%;
	/*max-width: 272px;*/
	/*max-height: 204px;*/
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.synp1 {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 37px;
	margin-bottom: 17px;
}
.synp2 {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
	margin-top: 10px;
}
.synbox span {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666666;
}
.synbox span i {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666666;
	margin-right: 8px;
}
.synp1:hover {
	color: #1367af;
}
.synp2:hover {
	color: #1367af;
}
.synbox:hover .syntu img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
@media screen and (min-width: 768px) {
.syn .synbox {
	width: 23%;
	margin: 0 1%;
}
}
 @media screen and (max-width: 1219px) {

.synp1 {
	margin-top: 25px;
}
.syn {
	padding-top: 75px;
}
.syn .sybt {
	margin-bottom: 60px;
}
}
 @media screen and (max-width: 999px) {
.syn .sybt {
	margin-bottom: 45px;
}

.synp1 {
	font-size: 16px;
	font-size: 1.6rem;
}
.synp2 {
	font-size: 14px;
	font-size: 1.4rem;
}
.syn {
	padding-top: 60px;
	padding-bottom: 75px;
}

.sybox{
	padding-top: 60px;
}
}
 @media screen and (max-width: 767px) {
.syp {
	padding-bottom: 55px;
}
.synbox {
	width: 100%;
	margin: 0;
}
.syn {
	padding-bottom: 35px;
}
}
@media screen and (max-width: 575px) {
	.synbox {
		width: 98%;
	}
}
 @media screen and (max-width: 550px) {
.synbox {
	/*width: 48%;*/
}
.syn .sybt {
	margin-bottom: 30px;
}
.syn {
	padding-top: 45px;
	padding-bottom: 15px;
}

.sybox{
	padding-top: 45px;
}

.synbox span {
	font-size: 14px;
	font-size: 1.4rem;
}
.synp1 {
	margin-top: 15px;
}
}

.syapp {
	padding-top: 95px;
}
.syapp .sybt {
	margin-bottom: 64px;
}
.syappbox {
	float: left;
	position: relative;
	overflow: hidden;
}
.syappzuo .syappbox {
	width: 585px;
}
.syappbox img {
	display: block;
	width: 100%;
	max-width: 585px;
	max-height: 439px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.syappcover {
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: url(../image/appcover.png);
	text-align: center;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.syappcover a {
	color: #fff;
	display: block;
}
.syappp1 {
	font-size: 36px;
	font-size: 3.6rem;
	
	/*text-transform: uppercase;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.syappp2 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	max-width: 260px;
	margin: 0 auto;
	margin-top: 14px;
}
.syappp3 {
	display: inline-block !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	min-width: 136px;
	height: 40px;
	line-height: 38px;
	background: #000;
	background: rgba(0, 0, 0, 0.43);
	/*text-transform: uppercase;*/
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	margin-top: 27px;
}
.syappzuo .syappp1 {
	padding-top: 146px;
}
.syappyou .syappp1 {
	padding-top: 30px;
	font-size: 20px;
	font-size: 2rem;
}
.syappzuo .syappp2 {
	padding: 0 20px;
}
.syappyou .syappp2 {
	padding: 0 15px;
}
.syappyou .syappp3 {
	margin-top: 15px;
}
.syappyou {
	width: 598px;
}
.syappyou .syappbox {
	margin-bottom: 9px;
	margin-left: 20px;
	width: 289px;
}
.syappbox:hover .syappcover {
	top: 0;
}
.syappbox:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
 @media screen and (max-width: 1219px) {
.syappzuo .syappbox {
	width: 485px;
}
.syappyou {
	width: 490px;
}
.syappyou .syappbox {
	width: 240px;
	margin-left: 10px;
}
.syappp2 {
	margin-top: 20px;
}
.syappp1 {
	font-size: 20px;
	font-size: 2rem;
}
.syappzuo .syappp1 {
	padding-top: 120px;
	font-size: 24px;
	font-size: 2.4rem;
}
.syappyou .syappp1 {
	padding-top: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}
}
 @media screen and (max-width: 999px) {
.syappzuo {
	width: 57%;
}
.syappyou {
	width: 42%;
}
.syappzuo .syappbox {
	width: 100%;
}
.syappcover {
	position: static;
	padding-bottom: 10px;
}
.syappzuo .syappp1 {
	padding-top: 35px;
}
.syappyou .syappbox {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 10px;
}
.syappyou .syappp1 {
	padding-top: 18px;
}
.syappp1 {
	font-size: 16px;
	font-size: 1.6rem;
}
.syappp2 {
	font-size: 14px !important;
	font-size: 1.4rem !important;
	height: 72px;
	overflow: hidden;
	margin-top: 10px;
}
.syapp {
	padding-top: 60px;
}
.syapp .sybt {
	margin-bottom: 45px;
}
}
 @media screen and (max-width: 767px) {
.syappzuo {
	float: none;
	width: 80%;
	max-width: 585px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.syappyou {
	width: 100%;
	float: none;
	margin: 0 auto;
}
}
 @media screen and (max-width: 650px) {
.syappzuo {
	float: none;
	width: 96%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.syapp .sybt {
	margin-bottom: 30px;
}
.syapp {
	padding-top: 45px;
}
.syn {
	padding-top: 45px;
}
}
 @media screen and (max-width: 450px) {
.syappzuo .syappp2 {
	padding: 0 10px;
}
.syappyou .syappp2 {
	padding: 0 10px;
}
.syappzuo {
	width: 100%;
}
.syappp3 {
	min-width: 120px;
	margin-top: 12px;
}
.syappzuo .syappp1 {
	padding-top: 20px;
}
.syn {
	padding-top: 35px;
}
.syappzuo .syappp1 {
	font-size: 18px;
	font-size: 1.8rem;
}
.syappyou .syappp1 {
	font-size: 16px;
	font-size: 1.6rem;
}
}

.bottom {
	background: #f3f3f3;
	padding: 40px 0;
	font-size: 16px;
	font-size: 1.6rem;
}
.bottom p, .bottom li, .bottom a, .bottom span {
	color: #333333;
}
.bottom a:hover {
	color: #1367af;
}
.div > a, .div   span.sub_title {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	
	
	color: #1367af;
	margin-bottom: 5px;
	/*text-transform: uppercase;*/
}
.div1 {
	width: 63%;
	float: right;
	
}
.flex_list{
	display: flex;
	flex-wrap: wrap;
}
.div3 {
	width: 30%;

}
.div2 {
	width: 18%;
	margin: 0 1%;
}
.div1 .coxin {
	margin-top: 16px;
}
.div1 .coxin .xing {
	background: #fff url(../image/syxing.png) no-repeat 5px center !important;
}
.div1 .coxin .int1 {
	width: 320px;
	height: 40px;
	padding-left: 21px;
	margin-top: 8px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 46px;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.div1 .coxin .int2 {
	width: 320px;
	height: 40px;
	padding-left: 21px;
	margin-top: 8px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 46px;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.div1 .coxin textarea {
	width: 320px;
	height: 83px;
	background: #fff url(../image/syxing.png) no-repeat 10px 20px !important;
	padding-left: 21px;
	margin-top: 9px;
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 26px;
	padding-top: 10px;
	border: 1px solid #e5e5e5;
}
.div1 .coxin .int3 {
	width: 189px;
	height: 40px;
	border: 1px solid #e5e5e5;
	padding-left: 21px;
	margin-top: 9px;
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 46px;
}
.div1 .coyanzheng {
	width: 122px;
	height: 40px;
	float: right;
	margin-top: 9px;
	cursor: pointer;
}
.div1 .coxin .int4 {
	width: 100%;
	height: 42px;
	line-height: 42px;
	margin-top: 10px;
	background: #1367af;
	color: #fff;
	cursor: pointer;
	/*text-transform: uppercase;*/
}
.div1 .coxin .int4:hover {
	background: #333;
}
.div2 li {
	line-height: 36px;
}
.div3 li {
	line-height: 36px;
}
.div3 li i {
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 10px;
}
.bsjj a {
	margin-right: 10px;
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	top: 0;
}
.bsjj {
	padding-top: 7px;
	margin-right: 10px;
}
.bsjj a:hover {
	top: -5px;
}
.bsjj a i {
	color: #fff;
}
.bsjj a .icon-yf-bxl-vk{ font-size:20px; font-size:2rem}

.m-ftshare { float: right; margin-left: 20px; line-height: 0; font-size: 0; letter-spacing: 0; line-height: 0;}

.m-ftshare .share-item { margin-right: 12px; margin-bottom: 10px; width: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; transition: all 350ms;}

.m-ftshare .share-item svg { width: 100%; }

.m-ftshare .share-item:hover { transform: translate(0, -10px); }

.m-ftfix{
	overflow: hidden;
	text-align:center;
}

.copyright, .support {
	line-height: 30px;
}
.cnzz {
	padding-left: 10px;
}
.dibu {
	background: #1367af;
	padding-top: 29px;
	padding-bottom: 29px;
}
.dibu p, .dibu li, .dibu a, .dibu span, .dibu div {
	color: #fff;
}
.link {
	padding-top: 3px;
	line-height: 30px;
	min-height: 30px;
}
.link a {
	padding: 0 5px;
}
.link a, .link span {
	display: inline-block;
}
.dibu a:hover {
	color: #ccc;
}
 @media screen and (max-width: 1219px) {

.div2 {
	width: 50%;margin: 0;
}
.div > a, .div > span {
	font-size: 20px;
	font-size: 2rem;
}
.bottom {
	padding-top: 60px;
}
}
 @media screen and (max-width: 992px) {
.div1 {
	width: 100%;
	margin-bottom: 20px;
}
.bottom {
	padding-top: 40px;
}
.div1 .coxin .int1,.div1 .coxin .int2,.div1 .coxin textarea {
	width: -moz-calc(100% - 21px);
	width: calc(100% - 21px);
}
.div1 .coxin .int3 {
	width: -moz-calc(100% - 160px);
	width: calc(100% - 160px);
}
.div2, .div3 {
	width: 50%;
}
}
 @media screen and (max-width: 767px) {
.m-ftshare{
	float: none;
	margin-left: 0;
	text-align: center;
	margin-bottom: 20px;
}

.bottom {
	/* display: none; */
}
.link {
	display: none;
}
.dibu {
	padding-bottom: 80px;
}
}

.mianbao {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	color: #fff;
	min-height: 250px;
	text-align: center;
	/*background:url(../picture/Contact us.jpg) no-repeat center top;*/
}




.mianbao a {
	color: #fff;
}
.mianbao span {
	color: #fff;
}
.co00 {
	color: #fff;
	text-decoration: underline !important;
}
.dabt {

	color: #fff;
    
    /*text-transform: uppercase;*/
    font-size: 42px;
    font-size: 4.2rem;
    padding-top: 108px;
    margin-bottom: 40px;
    text-shadow: 2px 2px 11px rgb(0 0 0 / 80%);
}
.bPosition{padding: 15px 0;border-bottom: 1px solid #ccc;}
.fymain {
	padding-top: 62px;
	padding-bottom: 100px;
}

.pzuo {
	width: 23%;
}
.pyou {
	width: 77%;
}
.subNavBox .subNav {
	cursor: pointer;
	line-height: 22px;
	padding: 15px;
	padding-left: 12px;
	padding-right: 30px;
	background: #e8e8e8;
	margin-bottom: 12px;
	position: relative;
}
.subNavBox .subNav a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	
	
	display:block;
	word-break: break-all;
}
.subNavBox .subNav a i {
	font-size: 12px;
	font-size: 1.2rem;
	width: 15px;
	height: 15px;
	line-height: 14px;
	border-radius: 50%;
	text-align: center;
	background: #1367af;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 14px;
	top: 20px;
}
.subNavBox .subNav:hover {
	background: #0759a2;
}
.subNavBox .subNav:hover a {
	color: #fff;
}
.subNavBox .subNav:hover a i {
	color: #fff;
}
.subNavBox .subNav:hover a i {
	background: #fff;
	color: #000000;
}
.subNavBox .currentDd a {
	color: #fff;
}
.subNavBox .currentDd a i {
	color: #fff;
}
.subNavBox .currentDd a i {
	background: #fff;
	color: #000000;
}
.subNavBox .currentDt {
	background: #0759a2;
}
.subNavBox .navContent {
	display: none;
	background: #f7f7f7;
	padding-top: 10px;
	padding-bottom: 12px;
	margin-bottom: 4px;
	margin-top: -12px;
}
.subNavBox .navContent > li > a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	padding: 5px 15px;
	color: #333333;
	/*padding-left: 43px;*/
	position: relative;
}
.subNavBox .navContent > li > a i {
	font-size: 14px;
	font-size: 1.4rem;
	color: #999999;
	position: absolute;
	left: 14px;
	top: 5px;
	font-weight: bold;
}
.subNavBox .navContent > li > a:hover {
	color: #0759a2;
}
.subNavBox .navContent > li > a:hover i {
	color: #0759a2;
}
.subNavBox .navContent > li > a:hover i:before {
	content: "\e70f";
}
.subNavBox .navContent > li > a.current {
	color: #0759a2;
}
.subNavBox .navContent > li > a.current i {
	color: #0759a2;
}
.subNavBox .navContent > li > a.current i:before {
	content: "\e70f";
}
.subNavBox .navContent > li div {
	display: none
}
.subNavBox .navContent > li div p {
	line-height: 28px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 16px;
	font-size: 1.6rem;
}
.subNavBox .navContent > li div p a {
	display: block;
	color: #333333;
	padding-left: 43px;
}
.subNavBox .navContent > li div p:hover a {
	color: #0759a2;
}
.subNavBox .navContent > li div p.current a {
	color: #0759a2;
}
.title1 {
	text-align: left;
	padding-left: 12px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 41px;
	
	
	position: relative;
	background: #0759a2;
	display: block;
	margin-bottom: 5px;
}
.title1 a, .title1 span {
	color: #fff;
}
.title2 {
	margin-top: 17px;
}
.tags {
	line-height: 30px;
	padding-top: 4px;
	font-size: 16px;
	font-size: 1.6rem;
}
.tags a {
	color: #333333;
	padding-right: 5px;
	display: inline-block;
}
.tags a:hover {
	color: #0759a2;
}
.sypcon input {
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 999;
}
.sypcon {
	position: relative;
}
.product1 .sypcon {
	background: url(../image/fypyy1.jpg) no-repeat center bottom;
}
.product1 .sypbox:hover .sypcon {
	background: url(../image/fypyy2.jpg) no-repeat center bottom;
}
.product1 .sypbox {
	margin-bottom: 23px;
}
.ms_ye {
	position: relative;
	/* margin-top: 60px; */
	text-align: center;
}
.ms_ye a {
	display: inline-block;
	width: 35px;
	line-height: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	color: #333333;
	border: 1px solid #999999;
	margin-bottom: 10px;
	font-size: 14px;
}
.ms_ye a.pageEllipsis:hover{color: #333333 !important;
	border: 1px solid #999999 !important; background:#fff !important}
.ms_sx {
	line-height: 30px !important;
	vertical-align: top;
	width: 21px !important;font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #1367af !important;
}
.ms_sx:hover{color: #333 !important;}
.ms_sx:hover {
	color: #159fe5 !important;
}
.ms_ye .ms_current_ye {
	color: #159fe5;
}
.ms_ye a:hover {
	color: #159fe5;
}
.xiangshang {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 26px;
	background: url(../image/xs.jpg) no-repeat right 9px;
}
.xiangshang input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	min-width: 176px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #1367af;
}
.xiangshang input:hover {
	background: #333;
}
.product1 .ms_ye {
	text-align: center;
}
 @media screen and (max-width: 1219px) {
.pyou {
	width: 77%;
}
.product1 .sypbox {
	width: 31.333%;
}
.dabt {
	font-size: 36px;
	font-size: 3.6rem;
	padding-top: 80px;
}
.mianbao {
	min-height: 220px;
}
}
 @media screen and (max-width: 999px) {
.pyou {
	width: 100%;
}
.pzuo {
	width: 100%;
	margin-top: 30px;
	display: none;
}
.product1 .sypbox {
	margin: 0 1%;
	margin-bottom: 30px;
	float: left;
}
.fymain {
	padding-top: 45px;
	padding-bottom: 60px;
}
.ms_ye {
	margin-top: 0px;
	margin-bottom: 40px;
}
.product1 .ms_ye {
	text-align: center;
}
.xiangshang {
	position: static;
}
.mianbao {
	height: auto;
	min-height: 0;
	padding-bottom: 30px;
}
.dabt {
	padding-top: 50px;
	font-size: 30px;
	font-size: 3rem;
}
}
 @media screen and (max-width: 767px) {
.fymain {
	padding-top: 30px;
	padding-bottom: 40px;
}
.product1 .sypbox {
	width: 31.33%;
}
.dabt {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
}
.mianbao {
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 500px) {
.product1 .sypbox {
	width: 48%;
	margin-bottom: 20px;
}
.dabt {
	padding-top: 35px;
}
}


.m-propic {
	margin: 0 auto;
	width: 40%;
}
.zoom_1 {width: 100%;}
.m-propic .pic-big {
	position: relative;
	float: right;
	width: 429px;
}
.m-propic .big-img {
	display: block;
	line-height: 0;
	font-size: 0;
	border-radius: 0;
	border: 1px solid #ddd;
}
.m-propic .big-img .zoomPad {
	float: none;
	z-index: 8;
}
.m-propic .big-img img {
	border-radius: 0;
	max-width: 100%;
}
.m-propic .zoomWrapperImage img {
	max-width: 1200px;
}
.m-propic .pic-small {
	position: relative;
	float: left;
	width: 86px;
	padding-top: 27px;
	padding-bottom: 27px;
	overflow: hidden;
}
.m-propic .pic-btn {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 27px;
	line-height: 27px;
	cursor: pointer;
	text-align: center;
	background: #eeeeee;
}
.m-propic .pic-btn .iconfont {
	font-size: 14px;
	font-size: 1.4rem;
	color: #000000;
}
.m-propic .pic-btn:hover {
	background: #175eab;
}
.m-propic .pic-btn:hover .iconfont {
	color: #fff;
}
.m-propic .pic-btn.prev {
	top: 0;
}
.m-propic .pic-btn.next {
	bottom: 0;
}
.m-propic .pic-list {
	height: 361px;
	margin-top: 7px;
	margin-bottom: 7px;
	overflow: hidden;
}
.m-propic .pic-list ul {
	height: 2000px;
}
.m-propic .pic-list .list-item {
	margin-bottom: 5px;
	overflow: visible;
	padding-left: 0;
	position: relative;
	   padding-left: 0;

    padding-bottom: 100%;
}
.m-propic .pic-list .list-item .pxjiao {
	position: absolute;
	left: -3px;
	top: 50%;
	margin-top: -4px;
	display: none;
}
.m-propic .pic-list .list-item a {
	display: block;
	border-radius: 0;
	border: 1px solid #ddd;
	 text-align:center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;box-sizing:border-box
}
.m-propic .pic-list .item-pics img {
	width: 100%;
	display: block;
}
.m-propic .pic-list a img {max-width: 100% !important;
    max-height: 100% !important; display: block; }

.m-propic .pic-list .list-item a:hover, .m-propic .pic-list .list-item a.active { border-color: #0759a2; }

.m-propic .item-pics:hover .pxjiao, .m-propic .item-pics.zoomThumbActive .pxjiao {
	display: block;
}
.m-propic2 {
	display: none;
}
 @media screen and (max-width: 1219px) {
.zoomPad {
	cursor: default !important;
}
.zoomPup {
	display: none !important;
}
.zoomWindow {
	display: none !important;
}
.zoomPreload {
	display: none !important;
}

.m-propic .pic-big {
	height: auto;
}
 }
 @media screen and (max-width: 767px) {
.m-propic2 {
	position: relative;
	display: block;
	overflow: hidden;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}
.m-propic2 .box-btn {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	display: block;
	width: 24px;
	height: 24px;
}
.m-propic2 .box-btn .iconfont {
	font-size: 24px;
	font-size: 2.4rem;
	color: #888;
}
.m-propic2 .box-btn .iconfont:hover {
	color: #175eab;
}
.m-propic2 .box-btn.prev {
	left: 0;
}
.m-propic2 .box-btn.next {
	right: 0;
}
.m-propic2 .box-list {
	overflow: hidden;
}
.m-propic2 .box-list ul {
	width: 1000%;
}
.m-propic2 .list-item {
	float: left;
	margin-left: .1%;
	margin-right: .1%;
	margin-bottom: 0;
	width: 3.12%;
	border-radius: 0;
	border: 1px solid #d7d7d7;
	overflow: hidden;
}
.m-propic2 .list-item img {
	display: block;
	max-width: 100%;
}
}
 @media only screen and (max-width: 500px) {
.m-propic2 .list-item {
	float: left;
	margin-left: .1%;
	margin-right: .1%;
	margin-bottom: 0;
	width: 4.8%;
}
}
 @media only screen and (max-width: 480px) {
.m-propic2 .list-item {
	float: left;
	margin-left: .1%;
	margin-right: .1%;
	margin-bottom: 0;
	width: 9.8%;
}
}
.item-btns {
	margin-top: 4px;
}
.pro2-info .item-title {
	line-height: 1.2;
	font-size: 18px;
	font-size: 2.4rem;
	margin-bottom: 11px;
	font-weight: bold;
	
}
.pro2-info .pro-share {
	float: left;
	margin-top: 8px;
}
.pro2-info .item-btn {
	display: inline-block;
	width: 100%;
	height: 58px;
	line-height: 58px;
	background: #175eab;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	color: #555555;
}
.pro2-info .item-btn:hover {
	background-color: #175eab;
	color: #fff;
	border-color: #175eab;
}
.pro2-info .item-btn span {
	color: #fff;
	display: inline-block;
	padding-right: 50px;

}
 @media only screen and (max-width: 999px) {
.pro2-info {
	text-align: center;
}
.pro2-info .item-title {
	padding-right: 0;
}
.pro2-info .pro-share {
	float: none;
}
.pro2-info .item-btns {
	float: none;
	margin-top: 20px;
}
}
 @media only screen and (max-width: 767px) {
.pro2-info .item-title {
	line-height: 30px;
	font-size: 20px;
	font-size: 2rem;
	margin: 0px 0 10px;
}
.pro2-info .item-btn {
	height: 32px;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media only screen and (max-width: 400px) {
.pro2-info .item-btn {
	width: 45%;
}
.pro2-info .item-btn:first-child {
	margin-right: 5%;
}
}
.pro2-title {
	font-size: 24px;
	font-size: 2.4rem;
	border-bottom: solid 1px #BFBFBF;
	position: relative;
	padding-bottom: 15px;
	text-transform: capitalize;
}
.pro2-title, .pro2-title a {
	color: #175eab;
}
.pro2-title:after {
	position: absolute;
	content: '';
	width: 129px;
	height: 3px;
	background-color: #175eab;
	left: 0;
	bottom: -2px;
}
 @media screen and (max-width: 767px) {
.pro2-title {
	font-size: 20px;
	font-size: 2rem;
	padding-bottom: 10px;
}
}
.pro2-descbox {
	margin-top: 64px;
}
 @media screen and (max-width: 999px) {
.pro2-descbox {
	margin-top: 50px;
}
}
 @media screen and (max-width: 767px) {
.pro2-descbox {
	margin-top: 30px;
}
}
.pro2-spec {
	padding: 24px 0 52px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
}
.pro2-spec, .pro2-spec p, .pro2-spec li, .pro2-spec a, .pro2-spec span, .pro2-spec b, .pro2-spec strong, .pro2-spec dd, .pro2-spec em {
	color: #555;
}
.pro2-spec img, .pro2-spec iframe {
	max-width: 100%;
}
.pro2-spec table {
	border: 0;
}
.pro2-spec table tr:nth-child(odd) {
	background-color: #f3f3f3;
}
.pro2-spec table tr:first-child td {
	padding-top: 10px;
}
.pro2-spec table tr:last-child td {
	padding-bottom: 8px;
}
.pro2-spec table tr td {
	border: solid 2px #f3f3f3;
	line-height: 28px;
	padding: 0 24px;
	font-size: 16px;
	font-size: 1.6rem;
}
.pro2-spec table tr td:first-of-type {
	border-left: 0;
}
.pro2-spec table tr td:last-of-type {
	border-right: 0;
}
 @media screen and (max-width: 767px) {
.pro2-spec {
	padding: 24px 0 30px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
}
.pro2-spec table tr td {
	font-size: 14px;
	font-size: 1.4rem;
}
}

.pro2-parabox .pro2-spec {
	padding: 42px 0 70px;
}
 @media screen and (max-width: 999px) {
.pro2-parabox .pro2-spec {
	padding: 42px 0 50px;
}
}
 @media screen and (max-width: 767px) {
.pro2-parabox .pro2-spec {
	padding: 30px 0;
}
}


.related-pro .pro1-list {
	padding-bottom: 0;
}
.related-pro .pro1-list .list-item {
	margin-top: 45px;
	margin-bottom: 0;
}
 @media screen and (max-width: 767px) {
.related-pro .pro1-list .list-item {
	margin-top: 30px;
}
}
.related-pro .pro1-list .item-btnbox {
	text-align: center;
	padding-left: 0;
}


.cpxx {
	line-height: 30px;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.cpxx p, .cpxx li, .cpxx div, .cpxx span {
	    text-align: left;
	color: #333333;
}
.cpxx a {
	color: #175eab;
}
.pro2-info {
	padding-top: 5px;
	width: 55%;
	position: relative;
}
.share {
	margin-top: 50px;
}
.share1 {
	color: #333333;
	margin-right: 5px;
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
}
.share img {
	vertical-align: middle;
}
.pdownbtn {
	font-size: 16px;
	font-size: 1.6rem;
}
.pdownbtn i {
	display: inline-block;
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	border-radius: 3px;
	background: #1367af;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	margin-right: 12px;
}
.pdownbtn:hover {
	color: #1367af;
}
.btn {
	/* margin-top: 12px; */
}
.btn a {
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 27px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	background: #fff;
	color: #1367af;
	border: 1px solid #1367af; margin-bottom:5px
}
.btn a:hover {
	background: #1367af;
	color: #fff;
}
.btn a.none:hover {
	background: #fff !important;
	color: #1367af !important;
}
.btn1 {
	margin-right: 31px;
}
.chanpinx {
	line-height: 30px;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
}
.chanpinx li, .chanpinx span, .chanpinx b, .chanpinx p {
	color: #333333;
}
.chanpinx a {
	color: #175eab;
}
.chanpinx p{ margin-top:5px; margin-bottom:5px}
.chanpinx img {
	max-width: 100%;
}
.chanpinx iframe {
	max-width: 100%;
}
.chanpinx table, .nex table, .cpxx table {
	width: 97%;
	border-collapse: collapse;
	line-height: 52px;
	text-align: center;
}
.chanpinx tr td, .nex tr td, .cpxx tr td {
	line-height: 19px;
	padding: 2px;
}
.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
	border: 1px solid #aeaaaa;
	margin-top: 10px; margin-bottom:10px
}
.table table tr td {
	padding: 0 3px;
	border: 1px solid #333;
	line-height: 30px;
    color: #333333;
    font-size: 16px;
    font-size: 1.6rem;
}
.des {
	background: url(../image/desbg.jpg) repeat-x left bottom;
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: "OPEN SANS BOLD",Arial, Helvetica, sans-serif;
}
.des span {
	display: inline-block;
	padding: 0 16px;
	color: #fff;
	background: #1367af;
	line-height: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.tags2 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
}
.tags2 a:hover {
	color: #1367af;
}
 @media screen and (max-width: 1000px) {
.table {
	width: 100%;
	/*overflow: scroll;*/
}
.table table {
	/*width: 885px;*/
}
}
 @media screen and (max-width: 1219px) {
.btn1 {
	margin-right: 5px;
}

.cpxx {
	margin-bottom: 10px;
}
}
 @media screen and (max-width: 999px) {
.share {
	display: inline-block;
}
.table table {
	margin-top: 0;
}
.des {
	font-size: 18px;
	font-size: 1.8rem;
}
.pro2-info {
	width: 100%;
	padding-top: 30px;
}
.m-propic {
	max-width: 100%;
	float: none;
	width: 530px;
}
}
 @media screen and (max-width: 767px) {
.btn {
	display: block;
	    text-align: left;
}
.des {
	margin-top: 40px;
	margin-bottom: 25px;
	font-size: 16px;
	font-size: 1.6rem;
}
.share {
	margin-top: 29px;
}
.chanpinx {
	font-size: 14px;
	font-size: 1.4rem;
}
.cpxx {
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 500px) {
.pro2-info .item-title {
	font-size: 16px;
	font-size: 1.6rem;
}
}

.news1 { font-size:0; letter-spacing:0}
	.news1 .synbox {
		margin-bottom: 47px;
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 31.3333%;
		margin: 0 1%;
	}
 @media screen and (max-width: 767px) {
.news1 .synbox {
	margin-bottom: 30px;
	width: 100%;;
	margin: 0 0 25px 0;
}

}

.news2 h1 {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 32px;
	text-align: center;
	line-height: 30px;
	
	
}
.kejisj {
	text-align: center;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	padding-top: 9px;
	padding-bottom: 9px;
}
.kejisj .span {
	display: inline-block;
	color: #333333;
	vertical-align: top
}
.kejisj i {
	font-size: 22px;
	font-size: 2.2rem;
	color: #333333;
	margin-right: 5px;
}
.nshare {
	display: inline-block;
	margin-left: 10px;
	width: 100%;
    text-align: center;
}
.nshare1 {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666666;
	margin-right: 5px;
	vertical-align: top
}
.nshare2 {
	display: inline-block;
}
.nshare2 img {
	vertical-align: middle;
}
.nex {
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 54px;
	padding-bottom: 32px;
	margin-bottom: 40px;
	/*border-bottom: 1px solid #cccccd;*/
	color: #333;
}
.nex span, .nex li, .nex p, .nex b {
	color: #333;
}
.nex a {
	color: #1367af;
}
.nex img, .nex iframe {
	max-width: 100%;
}
.xwsx {
	line-height: 28px;
	margin-top: 14px;
}
.xwsx span {
	display: inline-block;
	width: 30px;
	height: 19px;
	line-height: 19px;
	border: 1px solid #999999;
	text-align: center;
	margin-right: 15px;
}
.xwsx span i {
	color: #1367af;
	font-size: 20px;
	font-size: 2rem;
}
.xwsx a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
}
.xwsx a:hover {
	color: #1367af;
}
.xwsx a.none:hover {
	color: #333333 !important;
}
@media screen and (max-width: 767px) {
.news2 h1 {
	font-size: 18px;
	font-size: 1.8rem;
}
.nex {
	padding-top: 30px;
	padding-bottom: 40px;
	font-size: 14px;
	font-size: 1.4rem;
}
.xwsx a {
	font-size: 14px;
	font-size: 1.4rem;
}
}

.azuo {
	margin-right: 33px;
}
.azuo img {
	display: block;
	width: 100%;
	max-width: 609px;
	max-height: 420px;
}
.ayou p, .danywb p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	margin-bottom: 15px;
}
.danywb p img, .danywb img {
	max-width: 100%;
	/*display:inline-block;*/
	vertical-align: unset;
}
.danywb p a {
	color: #333333;
}
.danywb p a:hover {
	color: #1367af;
}
.ditu img {
	display: block;
	width: 100%;
	max-width: 1920px;
}
.ditu {
	margin-bottom: 28px;
	padding-top: 16px;
}
.cbt2 {
	font-size: 30px;
	font-size: 3rem;
	
	
	text-align: center;
	margin-bottom: 16px;
	/*text-transform: uppercase;*/
	background: url(../image/abtbg.jpg) no-repeat center center;
	margin-top: 59px;
}
.acoxin {
	width: 1029px;
	margin: 0 auto;
}
.acoxin .xing {
	background: url(../image/syxing.png) no-repeat left 24px;
	padding-left: 18px;
}
.acoxin .tex.xing {
	background: url(../image/syxing.png) no-repeat left 58px;
	padding-left: 18px;
	float: none;
}
.coxinn .int1 {
	padding-left: 18px;
	margin-top: 32px;
}
.acoxin .int2 {
	padding-left: 18px;
	float: right;
	margin-top: 32px;
}
.acoxin .int1 input, .acoxin .int2 input {
	width: 463px;
	height: 48px;
	line-height: 48px;
	padding-left: 14px;
	border: 1px solid #575757;
	color: #666666;
	font-size: 16px;
	font-size: 1.6rem;
}
.acoxin textarea {
	width: 994px;
	height: 175px;
	padding-left: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 40px;
	border: 1px solid #575757;
	margin-top: 30px;
	color: #666666;
	padding-top: 10px;
}
.acoxin .int5 {
	float: none!important; margin-top:10px
}
.acoxin .int3 {
	width: 227px;
	height: 48px;
	line-height: 48px;
	padding-left: 13px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 42px;
	/*text-transform: uppercase;*/
	float: left;
	border: 1px solid #575757;
	color: #666666;
}
.acoxin .coyanzheng {
	float: left;
	margin-left: 8px;
	cursor: pointer;
}
.acoxin .int4 {
	width: 199px;
	height: 50px;
	float: left;
	background: #1367af;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	margin-left: 34px;
}
.acoxin .int4:hover {
	background: #0e5b9d;
}

.coxinn div{float: left;}

.coxinn div:nth-child(2n){float: right;}

 @media screen and (max-width: 1219px) {
.azuo {
	width: 500px;
}
.acoxin {
	width: 940px;
}
.acoxin .int1 input, .acoxin .int2 input {
	width: 420px;
}
.acoxin textarea {
	width: 905px;
}
}
 @media screen and (max-width: 999px) {
.azuo {
	width: 420px;
	margin-right: 20px;
}
.ayou p {
	font-size: 14px;
	font-size: 1.4rem;
}
.cbt2 {
	font-size: 24px;
	font-size: 2.4rem;
}
.acoxin {
	width: 100%;
}
.coxinn .int1, .coxinn .int2 {
	width: 46%;
}
.acoxin .int1 input, .acoxin .int2 input {
	width: -moz-calc(100% - 14px);
	width: calc(100% - 14px);
}
.acoxin textarea {
	width: -moz-calc(100% - 15px);
	width: calc(100% - 15px);
}
}
 @media screen and (max-width: 767px) {
.azuo {
	float: none;
	width: auto;
	max-width: 609px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.ayou p {
	margin-bottom: 20px;
}
.cbt2 {
	margin-top: 40px;
}
.acoxin .int1 input, .acoxin .int2 input {
	height: 40px;
	line-height: 40px;
}
.coxinn .int1, .coxinn .int2 {
	margin-top: 20px;
	width: auto;
}
.acoxin textarea {
	margin-top: 20px;
}
.acoxin .int3 {
	width: -moz-calc(100% - 195px);
	width: calc(100% - 195px);
}
.acoxin .coyanzheng {
	margin-left: 0;
	float: right;
}
.acoxin .int4 {
	margin-left: 0;
	width: 100%;
	margin-top: 20px;
}
.ditu {
	padding-top: 0;
}
.cbt2 {
	margin-bottom: 35px;
}
.coxinn div:nth-child(2n){float: none;}
.coxinn div:nth-child(2n+1){float: none;}

}
 @media screen and (max-width: 550px) {
.cbt2 {
	background: none;
	font-size: 20px;
	font-size: 2rem;
}
.acoxin .int3 {
	width: -moz-calc(100% - 13px);
	width: calc(100% - 13px);
}
.acoxin .coyanzheng {
	float: left;
	margin-top: 20px;
}
}

.bhang {
	background: #f5f5f5;
	padding-top: 15px;
	padding-left: 17px;
	padding-bottom: 16px;
	padding-right: 28px;
}
.bhangbox:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #e4e4e4;
	margin-top: 3px;
}
.bhangbox {
	margin-bottom: 26px;
}
.bhang .fyblog {
	width: 223px;
	margin-right: 47px;
}
.bhang .fyblog img {
	display: block;
	width: 100%;
	max-width: 585px;
	max-height: 439px;
}
.bhang .fyblognr {
	padding-top: 12px;
}
.fyblogp1 {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 16px;
	
	
}
.fyblogp2 {
	display: block;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 17px;
	font-size: 16px;
	font-size: 1.6rem;
}
.fyblogp3 {
	display: inline-block;
	height: 36px;
	line-height: 34px;
	min-width: 117px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	border-radius: 5px;
	text-align: center;
	background: transparent;
	color: #333333;
	border: 1px solid #1367af;
}
.fyblogp1:hover {
	color: #1367af;
}
.fyblogp2:hover {
	color: #1367af;
}
.fyblogp3:hover {
	background: #1367af;
	color: #fff;
}
.application1 .ms_ye {
	margin-top: 77px;
}
 @media screen and (max-width: 1219px) {
.fyblogp2 {
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 999px) {
.application1 .ms_ye {
	margin-top: 50px;
}
.fyblogp1 {
	font-size: 16px;
	font-size: 1.6rem;
}
.bhang .fyblog {
	margin-right: 25px;
}
}
 @media screen and (max-width: 767px) {
.bhang .fyblog {
	float: none;
	max-width: 500px;
	text-align: center;
	width: auto;
	display: block;
	margin: 0 auto;
}
.bhang {
	padding-bottom: 20px;
	margin-bottom: 18px;
}
.bhang .fyblognr {
	padding: 0px;
	padding-top: 20px;
}
.bhang {
	padding-left: 15px;
	padding-right: 15px;
}
}
 @media screen and (max-width: 600px) {
.subNav a {
	font-size: 16px;
	font-size: 1.6rem;
}
.navContent p a {
	font-size: 16px;
	font-size: 1.6rem;
}
.navContent p {
	margin-bottom: 0;
}
.machine1 .ms_ye {
	margin-top: 50px;
}
}

.application2 h1 {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	line-height: 30px;
	
	
}
.application2 .nex {
	padding-top: 31px;
}
 @media screen and (max-width: 767px) {
.application2 h1 {
	font-size: 18px;
	font-size: 1.8rem;
}
}

.downzuo {
	padding-right: 230px;
}
.dp1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #4d4d4d;
	line-height: 24px;
}
.dp1 a {
	color: #4d4d4d;
}
.dp1 i {
	font-size: 26px;
	font-size: 2.6rem;
	color: #1367af;
	vertical-align: middle;
	margin-right: 3px;
}
.dp1:hover a {
	color: #1367af;
}
.dp2 {
	margin-top: 17px;
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
}
.dp2 a {
	color: #666666;
}
.dp2 a:hover {
	color: #1367af;
}
.downbtn {
	display: block;
	min-width: 152px;
	height: 40px;
	line-height: 38px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	border-radius: 19px;
	text-align: center;
	color: #333333;
	border: 1px solid #333333;
	position: absolute;
	right: 0;
	bottom: 43px;
	text-transform: uppercase
}
.downbtn:hover {
	background: #1367af;
	color: #fff;
}
.downlist a {
	cursor: pointer
}
.downlist li {
	padding-bottom: 14px;
	background: url("../image/huixu.png") repeat-x left bottom;
	margin-bottom: 70px;
	position: relative;
}
.download .ms_ye {
	margin-top: 100px;
}
 @media screen and (max-width: 999px) {
.downzuo {
	padding-right: 170px;
}
.downlist li {
	margin-bottom: 50px;
}
.download .ms_ye {
	margin-top: 60px;
}
}
 @media screen and (max-width: 767px) {
.downzuo {
	padding-right: 0px;
}
.downlist li {
	padding-bottom: 70px;
}
.downbtn {
	bottom: 15px;
}
}

.danywb .lxp1 {
	text-align: center;
	
	
	font-size: 26px;
	font-size: 2.6rem;
	/*text-transform: uppercase;*/
}
.danywb .lxp2 {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	max-width: 1010px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 53px;
}
.contact ul {
	max-width: 1010px;
	margin: 0 auto;
	padding-bottom: 111px;
}
.contact ul li {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
}
.contact ul li span:first-child {
	
	
}
.contact ul li a:hover {
	color: #0759a2;
}
 @media screen and (max-width: 1219px) {
.contact ul {
	padding-bottom: 60px;
}
}
 @media screen and (max-width: 999px) {
.contact ul {
	padding-bottom: 35px;
}
.danywb .lxp2 {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 35px;
}
}
 @media screen and (max-width: 767px) {
.danywb .lxp1 {
	font-size: 20px;
	font-size: 2rem;
}
.contact ul li {
	font-size: 14px;
	font-size: 1.4rem;
}
.contact ul {
	padding-bottom: 20px;
}
}

.yiji {
	position: absolute;
	z-index: 9999;
	width: 268px;
	background: #fff;
	top: -9999px;
	left: 50%;
	margin-left: -98px;
	border-top: 1px solid #e4e4e4;
}
.yiji li {
	position: relative;
}
.yiji li a {
	display: block;
	color: #333;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-right: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
.yiji li:hover > a {
	background: #1367af;
	color: #fff;
}
.erji, .sanji {
	position: absolute;
	left: 100%;
	top: -9999999px;
	width: 268px;
	background: #fff;
	border-top: 1px solid #e4e4e4;
}
.navlist > li:hover .yiji {
	top: 100%;
}
.yiji > li:hover .erji {
	top: -1px;
}
.erji > li:hover .sanji {
	top: -1px;
}
 @media screen and (min-width: 1000px) and (max-width: 1219px) {
.yiji, .erji, .sanji {
	width: 220px;
}
.yiji li a {
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 999px) {
.yiji {
	display: none;
}
}
.hdtop {
	position: fixed;
	right: 80px;
	bottom: -100px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	cursor: pointer;
	z-index: 99999;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background: #1367af;
}
.hdtop i {
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
}
 @media screen and (max-width: 767px) {
.hdtop {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.hdtop i {
	font-size: 16px;
	font-size: 1.6rem;
}
}

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
	opacity: 1;
}
#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}
#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, -webkit-transform .4s ease;
	-o-transition: left .4s ease, -o-transform .4s ease;
	-moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
}
#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	-moz-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	-moz-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out;
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
	top: 50%;
	top: -moz-calc(50% - 30px);
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}
.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	-o-transition: background-color .4s ease;
	-moz-transition: background-color .4s ease;
	transition: background-color .4s ease;
}
.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
	right: 2%;
}
.baguetteBox-button#previous-button {
	left: 2%;
}
.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: -moz-calc(2% + 6px);
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}
.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}
.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	-moz-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1s;
	-moz-animation-delay: -1s;
	animation-delay: -1s;
}
 @-webkit-keyframes bounceFromRight {
0% {
margin-left: 0;
}
 50% {
margin-left: -30px;
}
 100% {
margin-left: 0;
}
}
 @-moz-keyframes bounceFromRight {
0% {
margin-left: 0;
}
 50% {
margin-left: -30px;
}
 100% {
margin-left: 0;
}
}
 @keyframes bounceFromRight {
0% {
margin-left: 0;
}
 50% {
margin-left: -30px;
}
 100% {
margin-left: 0;
}
}
 @-webkit-keyframes bounceFromLeft {
0% {
margin-left: 0;
}
 50% {
margin-left: 30px;
}
 100% {
margin-left: 0;
}
}
 @-moz-keyframes bounceFromLeft {
0% {
margin-left: 0;
}
 50% {
margin-left: 30px;
}
 100% {
margin-left: 0;
}
}
 @keyframes bounceFromLeft {
0% {
margin-left: 0;
}
 50% {
margin-left: 30px;
}
 100% {
margin-left: 0;
}
}
 @-webkit-keyframes bounce {
0%, 100% {
-webkit-transform: scale(0);
 transform: scale(0);
}
 50% {
-webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-moz-keyframes bounce {
0%, 100% {
-webkit-transform: scale(0);
 -moz-transform: scale(0);
 transform: scale(0);
}
 50% {
-webkit-transform: scale(1);
 -moz-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes bounce {
0%, 100% {
-webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
}
 50% {
-webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
}



.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}
.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../image/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
}
.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;

	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}
.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}
.zoomWrapper {
	position: relative;
	border: 1px solid #999;
	z-index: 110;
}
.zoomWrapperTitle {
	display: block;
	background: #999;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;
}
.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}
.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}




.at-resp-share-element .at4-share-count-container {
	text-decoration: none;
	float: right;
	padding-right: 15px;
	line-height: 25px !important;
}
.at-resp-share-element .at-icon {
	width: 24px!important;
	height: 24px!important;
}
.at-style-responsive .at-share-btn {
	padding: 0!important;
	border-radius: 2px!important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px!important;
	height: 24px!important;
}
.at-resp-share-element .at-share-btn {
	margin-bottom: 0!important;
	margin-right: 3px!important;
}
.at-resp-share-element .at-icon {
	width: 24px!important;
	height: 24px!important;
}
.at-style-responsive .at-share-btn {
	padding: 0!important;
	border-radius: 2px!important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px!important;
	height: 24px!important;
}
.at-resp-share-element .at-share-btn {
	margin-bottom: 0!important;
	margin-right: 3px!important;
}
@media screen and (max-width:1219px) {
.gaodeditu .iframe {
	overflow: scroll
}
}
.xunpanc {
	margin-top: 25px;
	margin-bottom: 14px;
}
.xunpanc table {
	border: 1px solid #333;
	text-align: center
}
.xunpanc table tr:first-child {
	height: 40px;
	color: #fff !important;
	background-color: #333;
}
.xunpanc table tr .td1 {
	width: 50%;
}
.xunpanc table tr .td2 {
	width: 30%;
}
.xunpanc table tr .td3 {
	width: 20%;
}

.xunpanc td a:hover {
	color: #1367af !important
}

.xunpanc table tr td {
	padding: 11px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.xunpanc table tr .td2 {
	font-size: 0;
	line-height: 0;
}
.down_file_content .submit {
	cursor: pointer !important
}
.m-classtext {
	margin-bottom: 36px;
}
.m-classtext .box-title {
	margin-bottom: 12px;
	line-height: 32px;
	font-size: 22px;
	font-size: 2.2rem;
}
.m-classtext .box-desc {
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
}
 @media screen and (max-width: 991px) {
.m-classtext .box-desc {
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
}


.zjplist { margin-top: 54px; }

.zjplist .img-scroll { position: relative; }

.zjbt { font-size: 24px; font-size: 2.4rem; margin-bottom: 33px; font-weight: bold; }

.zjbt a:hover { color: #1367af; }

.lbbtn { position: absolute; top: -60px; text-align: center; background: #fff; right: 0; width: 44px; }

.zjplist .prev, .zjplist .next { display: block; color: #fff; text-align: center; }

.zjplist .prev i, .zjplist .next i { font-size: 18px; font-size: 1.8rem; color: #333; }

.zjplist .prev:hover i, .zjplist .next:hover i { color: #1367af; }

.zjplist .prev { cursor: pointer; float: left; }

.zjplist .next { cursor: pointer; float: right; }

.zjplist .img-list { position: relative; width: 100%; overflow: hidden; margin: 0 auto; }

.zjplist .img-list ul { width: 10000%; }

.zjplist .img-list li { float: left; display: inline; width: 270px; margin-right: 24px; position: relative; position: relative; }

.zjptu2 { display: block; border: 1px solid #dcdcdc; }

.zjptu2 img { display: block; width: 100%; max-width: 418px; max-height: 320px; }

.zjpp12 { display: block; font-size: 18px; font-size: 1.8rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top: 18px; line-height: 28px; }

.zjpp12:hover { color: #1367af; }

@media screen and (max-width: 1219px) { .zjplist .img-list li { margin-right: 29px; width: 212px; } }

@media screen and (max-width: 999px) { .zjpp12 { font-size: 16px; font-size: 1.6rem; }
  .zjplist .img-list li { width: 0.21%; margin: 0.02%; }
  .zjbt { font-size: 20px; font-size: 2rem; margin-bottom: 12px; }
  .lbbtn { top: -22px; } }

@media screen and (max-width: 767px) { .zjplist .img-list li { width: 0.293333%; } }

@media screen and (max-width: 550px) { .zjplist .img-list li { width: 0.46%; }
  .zjplist { margin-top: 40px; }
  .zjbt { margin-bottom: 30px; } }

@media screen and (max-width: 380px) { .zjplist .img-list li { width: 0.96%; } }



.zspart { font-size: 0; letter-spacing: 0; }

.zsbox { width: 277px; display: inline-block; vertical-align: top; margin-left: 30px; margin-bottom: 46px; text-align: center; }

.zscon { position: relative; overflow: hidden; border: 1px solid #dad9d9; }

.zscon a:first-child{
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	display: block;
}

.zscon a:first-child img{
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
}

.zsbox img { display: block; width: 100%; max-width: 275px; max-height: 275px; }

.zscover { position: absolute; left: 0; top: -100%; width: 100%; height: 100%; background: url(../image/zscover.png); text-align: center; }

.zscover i { font-size: 40px; font-size: 4rem; color: #fff; position: absolute; left: 50%; top: 50%; margin-top: -20px; margin-left: -20px; }

.zsbox span { font-size: 20px; font-size: 2rem; color: #333333; display: block; margin-top: 23px; line-height: 30px; }

.zsbox:hover .zscover { top: 0; }

@media screen and (max-width: 1219px) { .zsbox { width: 222px; }
  .zsbox span { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 999px) { .zsbox { width: 31.333%; margin: 0 1%; margin-bottom: 30px; }
  .zsbox span { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .zscover { display: none; }
}

@media screen and (max-width: 600px) { .zsbox { width: 48%; }
  .mianbao { padding-top: 15px; } }

@media screen and (max-width: 400px) { .zsbox span { font-size: 14px; font-size: 1.4rem; margin-top: 10px; }
  .zsbox { margin-bottom: 20px; }
}


.vlist { font-size: 0; letter-spacing: 0; }

.vbox { width: 371px; display: inline-block; vertical-align: top; margin-left: 43px; margin-bottom: 31px; }

.vbox img { display: block; width: 100%; max-width: 371px; max-height: 279px; cursor: pointer; }

.vitu2 { position: relative; padding-bottom: 75.2021%; height: 0; overflow: hidden; }

.vitu2 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.vitu2 iframe body { margin: 0px !important; }

.vcon { padding-top: 21px; }

.vp1 { font-size: 20px; font-size: 2rem; line-height: 30px; }

.vp2 { font-size: 16px; font-size: 1.6rem; color: #666666; line-height: 30px; margin-top: 8px; }

.video .ms_ye { margin-top: 18px; }

@media screen and (max-width: 1219px) { .vbox { margin-left: 30px; width: 306px; }
  .vp1 { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 999px) { .vbox { width: 31.333%; margin: 0 1%; margin-bottom: 30px; }
  .vp1 { font-size: 16px; font-size: 1.6rem; line-height: 28px; }
  .vp2 { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 650px) { .vbox { width: 48%; margin-bottom: 20px; }
  .vcon { padding-top: 15px; } }

@media screen and (max-width: 370px) { .vbox { width: 98%; } }

.sp_tankuang { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 99999999999; background: rgba(0, 0, 0, 0.5); display: none; }

.sp_tankuang .spbox { width: 100%; max-width: 400px; margin: 0 auto; position: relative; top: 60px; }

.guanbi { position: absolute; right: 20px; top: 20px; cursor: pointer; }


.fbox { margin-bottom: 38px; }

.fyfp1 { padding: 0 20px; background: #f2f2f2; line-height: 26px; padding-top: 10px; padding-bottom: 10px; }

.fyfp1 p { font-size: 16px; font-size: 1.6rem; white-space:pre-wrap; }

.fyfp2 { border: 1px solid #e6e6e6; padding: 0 18px; padding-top: 26px; padding-bottom: 28px; border-top: none; }

.fyfp2 p { font-size: 16px; font-size: 1.6rem; color: #333333; line-height: 30px;white-space:pre-wrap; }

@media screen and (max-width: 767px) { .fyfp2 p { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .fyfp2 { padding-top: 15px; padding-bottom: 20px; }
  .fbox { margin-bottom: 25px; }
  .fyfp1 p { font-size: 14px; font-size: 1.4rem; } }

.img { background: url(../image/img.png) no-repeat; }

.no { height: 16px; width: 24px; background-position: 0 0; }

.ny { height: 16px; width: 24px; background-position: 0 -16px; }

.pa { height: 16px; width: 24px; background-position: 0 -32px; }

.my { height: 16px; width: 24px; background-position: 0 -48px; }

.ne { height: 16px; width: 24px; background-position: 0 -64px; }

.nl { height: 16px; width: 24px; background-position: 0 -80px; }

.pl { height: 16px; width: 24px; background-position: 0 -96px; }

.ru { height: 16px; width: 24px; background-position: 0 -112px; }

.sd { height: 16px; width: 24px; background-position: 0 -128px; }

.si { height: 16px; width: 24px; background-position: 0 -144px; }

.ps { height: 16px; width: 24px; background-position: 0 -160px; }

.pt { height: 16px; width: 24px; background-position: 0 -176px; }

.ro { height: 16px; width: 24px; background-position: 0 -192px; }

.lt { height: 16px; width: 24px; background-position: 0 -208px; }

.lv { height: 16px; width: 24px; background-position: 0 -224px; }

.mg { height: 16px; width: 24px; background-position: 0 -240px; }

.la { height: 16px; width: 24px; background-position: 0 -256px; }

.lb { height: 16px; width: 24px; background-position: 0 -272px; }

.lo { height: 16px; width: 24px; background-position: 0 -288px; }

.mi { height: 16px; width: 24px; background-position: 0 -304px; }

.mr { height: 16px; width: 24px; background-position: 0 -320px; }

.ms { height: 16px; width: 24px; background-position: 0 -336px; }

.mt { height: 16px; width: 24px; background-position: 0 -352px; }

.mk { height: 16px; width: 24px; background-position: 0 -368px; }

.ml { height: 16px; width: 24px; background-position: 0 -384px; }

.mn { height: 16px; width: 24px; background-position: 0 -400px; }

.tr { height: 16px; width: 24px; background-position: 0 -416px; }

.tw { height: 16px; width: 24px; background-position: 0 -432px; }

.uk { height: 16px; width: 24px; background-position: 0 -448px; }

.tg { height: 16px; width: 24px; background-position: 0 -464px; }

.th { height: 16px; width: 24px; background-position: 0 -480px; }

.tl { height: 16px; width: 24px; background-position: 0 -496px; }

.ur { height: 16px; width: 24px; background-position: 0 -512px; }

.yi { height: 16px; width: 24px; background-position: 0 -528px; }

.yo { height: 16px; width: 24px; background-position: 0 -544px; }

.zu { height: 16px; width: 24px; background-position: 0 -560px; }

.uz { height: 16px; width: 24px; background-position: 0 -576px; }

.vi { height: 16px; width: 24px; background-position: 0 -592px; }

.xh { height: 16px; width: 24px; background-position: 0 -608px; }

.sn { height: 16px; width: 24px; background-position: 0 -624px; }

.so { height: 16px; width: 24px; background-position: 0 -640px; }

.sq { height: 16px; width: 24px; background-position: 0 -656px; }

.sk { height: 16px; width: 24px; background-position: 0 -672px; }

.sl { height: 16px; width: 24px; background-position: 0 -688px; }

.sm { height: 16px; width: 24px; background-position: 0 -704px; }

.sr { height: 16px; width: 24px; background-position: 0 -720px; }

.sw { height: 16px; width: 24px; background-position: 0 -736px; }

.ta { height: 16px; width: 24px; background-position: 0 -752px; }

.te { height: 16px; width: 24px; background-position: 0 -768px; }

.st { height: 16px; width: 24px; background-position: 0 -784px; }

.su { height: 16px; width: 24px; background-position: 0 -800px; }

.sv { height: 16px; width: 24px; background-position: 0 -816px; }

.el { height: 16px; width: 24px; background-position: 0 -832px; }

.en { height: 16px; width: 24px; background-position: 0 -848px; }

.eo { height: 16px; width: 24px; background-position: 0 -864px; }

.cy { height: 16px; width: 24px; background-position: 0 -880px; }

.da { height: 16px; width: 24px; background-position: 0 -896px; }

.de { height: 16px; width: 24px; background-position: 0 -912px; }

.es { height: 16px; width: 24px; background-position: 0 -928px; }

.fi { height: 16px; width: 24px; background-position: 0 -944px; }

.fr { height: 16px; width: 24px; background-position: 0 -960px; }

.fy { height: 16px; width: 24px; background-position: 0 -976px; }

.et { height: 16px; width: 24px; background-position: 0 -992px; }

.eu { height: 16px; width: 24px; background-position: 0 -1008px; }

.img.fa { height: 16px; width: 24px; background-position: 0 -1024px; }

.az { height: 16px; width: 24px; background-position: 0 -1040px; }

.be { height: 16px; width: 24px; background-position: 0 -1056px; }

.bg { height: 16px; width: 24px; background-position: 0 -1072px; }

.af { height: 16px; width: 24px; background-position: 0 -1088px; }

.am { height: 16px; width: 24px; background-position: 0 -1104px; }

.ar { height: 16px; width: 24px; background-position: 0 -1120px; }

.bn { height: 16px; width: 24px; background-position: 0 -1136px; }

.cn { height: 16px; width: 24px; background-position: 0 -1152px; }

.co { height: 16px; width: 24px; background-position: 0 -1168px; }

.cs { height: 16px; width: 24px; background-position: 0 -1184px; }

.bs { height: 16px; width: 24px; background-position: 0 -1200px; }

.ca { height: 16px; width: 24px; background-position: 0 -1216px; }

.ceb { height: 16px; width: 24px; background-position: 0 -1232px; }

.it { height: 16px; width: 24px; background-position: 0 -1248px; }

.ja { height: 16px; width: 24px; background-position: 0 -1264px; }

.jv { height: 16px; width: 24px; background-position: 0 -1280px; }

.id { height: 16px; width: 24px; background-position: 0 -1296px; }

.ig { height: 16px; width: 24px; background-position: 0 -1312px; }

.is { height: 16px; width: 24px; background-position: 0 -1328px; }

.ka { height: 16px; width: 24px; background-position: 0 -1344px; }

.ko { height: 16px; width: 24px; background-position: 0 -1360px; }

.ku { height: 16px; width: 24px; background-position: 0 -1376px; }

.ky { height: 16px; width: 24px; background-position: 0 -1392px; }

.kk { height: 16px; width: 24px; background-position: 0 -1408px; }

.km { height: 16px; width: 24px; background-position: 0 -1424px; }

.kn { height: 16px; width: 24px; background-position: 0 -1440px; }

.gu { height: 16px; width: 24px; background-position: 0 -1456px; }

.ha { height: 16px; width: 24px; background-position: 0 -1472px; }

.haw { height: 16px; width: 24px; background-position: 0 -1488px; }

.ga { height: 16px; width: 24px; background-position: 0 -1504px; }

.gd { height: 16px; width: 24px; background-position: 0 -1520px; }

.gl { height: 16px; width: 24px; background-position: 0 -1536px; }

.he { height: 16px; width: 24px; background-position: 0 -1552px; }

.ht { height: 16px; width: 24px; background-position: 0 -1568px; }

.hu { height: 16px; width: 24px; background-position: 0 -1584px; }

.hy { height: 16px; width: 24px; background-position: 0 -1600px; }

.hi { height: 16px; width: 24px; background-position: 0 -1616px; }

.hmn { height: 16px; width: 24px; background-position: 0 -1632px; }

.hr { height: 16px; width: 24px; background-position: 0 -1648px; }

.nav_list { position: relative; margin-top: 2px; margin-left: 35px; }

.nav_list i { display: block; width: 29px; height: 29px; line-height: 29px; text-align: center; background: #4ba0f7; color: #fff; font-size: 18px; font-size: 1.8rem; cursor: pointer; }

.nav_xiala { position: absolute; padding: 5px 0;top: 100%; width: 224px; background: #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); z-index: 999; right: 0; display: none; }

.nav_xiala a { display: block; line-height: 24px; padding: 0 13px; padding-top: 6px; padding-bottom: 6px; margin: 0 5px; font-size: 16px; font-size: 1.6rem; font-weight: bold; }

.nav_xiala a:hover, .nav_xiala a.currentnav { background: #1367af; color: #fff; }

.nav_xiala li{
	position: relative;
}

.nav_xiala li:hover >a{
	background: #1367af; color: #fff;
}

.nav_xiala li:hover >ul{
	display: block;
}

.nav_xiala2, .nav_xiala3{
	position: absolute;
	right: 100%;
	top: 0;
	width: 100%;
	background-color: #fff;
	display: none;
}

@media screen and (max-width: 767px) {
	.nav_list{display: none;}
}

.provideo-box{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 999;}

.provideo { position: relative; overflow: hidden; padding-bottom: 100%; height: 0; border:1px solid #e5e5e5;overflow: hidden;}

.provideo iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.provideo iframe body { margin: 0px !important; }

.pzuo .attribute{font-size: 16px;}
.pzuo .attribute .name span{display: inline-block;width: 80%;overflow-y: hidden;color: #333;}
.pzuo .attribute .name{ height: 36px;line-height: 36px;border-bottom: 1px solid #dcdcdc;padding: 0 30px 0 0px;box-sizing: border-box;cursor: pointer;color: #333;margin-bottom: 20px;position: relative;}

.pzuo .attribute .name i{color: #999999;position: absolute;right: 5px;top: 0;}
.pzuo .attribute .name.active{border-bottom: 1px solid #0759a2;}
.pzuo .attribute .name.active span{color: #0759a2;}
.pzuo .attribute .name.active i:before{content: "\e722";color: #0759a2;}
.pzuo .attribute .item-box{background-color:#fff;padding: 10px 10px 10px 18px;box-sizing: border-box;max-height: 180px;overflow-y: auto;display: none;cursor: pointer;margin-top: -15px;margin-bottom: 20px;}
.pzuo .attribute .item-box div{padding:2px 0;color: #666f66;}
.pzuo .attribute .item-box p input{display: inline-block;margin-right: 15px;position: relative;top: 1px}
.pzuo .attribute .item-box div span{overflow-y: hidden;display: inline-block;vertical-align: middle;max-height: 24px;font-size:14px;font-size:1.4rem;color: #999;}
.pzuo .attribute .check-box-div{display: inline-block;vertical-align: middle;margin-right: 5px;}
.pzuo .attribute .check-box-div .icon{font-size: 18px}
.pzuo .attribute .item-box.active{display: block}

.check_list { margin-bottom: 16px; }

.check_list * { display: inline-block; vertical-align: middle; }

.check_list p { color: #666; font-size: 16px; font-size: 1.6rem; }

.check_list div { margin-right: 25px; }

.check_list div span { font-size: 14px; font-size: 1.4rem; color: #999; }

.check_list div input { cursor: pointer; margin-left: 5px; }

.des2 { margin-bottom: 13px; }

.des2 span { display: inline-block; font-size: 16px; font-size: 1.6rem; color: #fff; min-width: 170px; height: 43px; line-height: 43px; background: #1367af; text-align: center; }

@media screen and (max-width: 767px) {
  .des2 span { min-width: 130px; font-size: 14px; font-size: 1.4rem; height: 36px; line-height: 36px; }
}

.coxinn .attachment{float: left!important;margin-top: 10px;}
.coxinn .attachment.xing{
background: url(../image/syxing.png) no-repeat left 14px;}
.coxinn .attachment span { float: left; }

.coxinn .attachment #file-name { padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.coxinn .attachment .file-group { float: left; width: 240px; height: 36px; position: relative; overflow: hidden; }

.coxinn .attachment .file-group .file-btn { width: 100%; height: 100%; background-color: #1367af; color: #FFFFFF; padding-left: 0; font-size: 16px; font-size: 1.6rem; }

.coxinn .attachment .file-group .file-single { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

.coxinn .attachment .file-group .file { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

.coxinn .attachment .file-name-p {  display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; line-height: 50px; }

.coxinn .attachment .file-name-p i { cursor: pointer; }

.coxinn .attachment .file-name-p span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.zanwu{ font-size:14px; font-size:1.4rem; line-height:30px; margin-top:15px; margin-bottom:15px}
.disnone{ display:none}

.xunpanc {
	margin-top: 15px;
	margin-bottom: 15px; float:none !important; clear:both !important
}
.xunpanc .table{float:none !important; clear:both !important}
.xunpanc table {
	border: 1px solid #333;
	text-align: center
}
.xunpanc table tr:first-child {
	height: 40px;
	color: #fff !important;
	background-color: #333;
}
.xunpanc table tr .td1 {
	width: 50%;
}
.xunpanc table tr .td2 {
	width: 30%;
}
.xunpanc table tr .td3 {
	width: 20%;
}

.xunpanc td a:hover {
	color: #1367af !important
}

.xunpanc table tr td {
	padding: 11px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.xunpanc table tr .td2 {
	font-size: 0;
	line-height: 0;
}
.listcart a,.listcart button {
	display: inline-block;
	color: #fff;
	min-width: 160px;
	line-height: 40px;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 10px;
	border: solid 1px #666;
	text-align: center;
	margin-bottom: 20px;
	background: #666; cursor:pointer
}
.listcart a:hover,.listcart button:hover {
	border: solid 1px #1367af;
	background: #1367af;
	color: #fff;
}
 @media screen and (max-width: 640px) {
.listcart a ,.listcart button{
	width: 100%;
	display: block
}
}


.at-resp-share-element .at4-share-count-container {
    text-decoration: none;float: right; padding-right: 15px;line-height: 25px !important;
}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}

.pro2-hotpro .index-hotpro { margin-top: 0; }

.pro2-hotpro .index-item .item-title { font-size: 32px; font-size: 3.2rem; padding: 80px 0 40px; }

@media screen and (max-width: 1219px) { .pro2-hotpro .index-item .item-title { padding: 70px 0 40px; } }

@media screen and (max-width: 999px) { .pro2-hotpro .index-item .item-title { padding: 50px 0 20px; font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .pro2-hotpro .index-item .item-title { padding: 30px 0 0; font-size: 24px; font-size: 2.4rem; } }

 .inquiry-success{text-align: center;margin-top: 5%;margin-bottom: 10%;}
        .inquiry-success *{text-align: center;}
         .inquiry-success p i{font-size: 60px; font-size:6rem;color:#1367af}
        .inquiry-success .text{font-size: 20px;color: #333333;margin: 20px 0;}
        .inquiry-success .but a{display: inline-block;width: 200px;height: 50px;background-color: #1367af;color: #fff;line-height: 50px;padding: 0;border: 0;font-size: 16px; font-size:1.6rem}

.inquiry-success .but a:hover{ background:#333; color:#fff}
.list-paddingleft-2{
	max-width: 1010px;
 	margin: 0 auto;
	padding-bottom: 111px;
}
.dotList ul{height: 23px;}


.danywb ul li { font-size: 16px; font-size: 1.6rem; line-height: 32px; }






.danywb ul li a:hover { color: #0759a2; }



@media screen and (max-width: 1219px) { .danywb ul { padding-bottom: 60px; } }



@media screen and (max-width: 999px) { .danywb ul { padding-bottom: 35px; }

  .lxp2 { font-size: 14px; font-size: 1.4rem; margin-bottom: 35px; } }



@media screen and (max-width: 767px) { .lxp1 { font-size: 20px; font-size: 2rem; }

  .danywb ul li { font-size: 14px; font-size: 1.4rem; }

  .danywb ul { padding-bottom: 20px; } }


  @media screen and (max-width: 575px) {
	  .div3,.div2,.div1 span{width: 100%;text-align: left;    margin-bottom: 40px;}

		.wp {
			width: 92%;
			margin: auto;
		}
  }
  .syayou {margin-right: 10px;}

.pagelist {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .pages span a {
    list-style: none;
    padding: 2px 10px;
    margin: 5px;
    background: white;
    color: #333;
    border: 1px solid #ea8f2a;
    border-radius: 5px;
  }
  .pages  a {
    color: #333;
  }
  .pages a:hover a {
    color: white;
  }
  .pages span :hover {
    cursor: pointer; /* 鼠标样式 */
    border: 1px solid #ea8f2a;
    color: white;
    background: #ea8f2a;
  }
  .pages span {
    text-decoration: none;
  }
  .pages .ctxt a {
    background: #ea8f2a;
    color: white;
  }

/*****************************************/
/* ********************************************* */
a:hover {
    color: #1367af;
}
p img{max-width: 100%;display: block;margin: auto;}

.subNavBox .currentDd  i {
    background: #fff;
    color: #000000;
}
.subNavBox .currentDd  i {
    color: #fff;
}
.subNavBox .subNav  i {
    font-size: 12px;
    font-size: 1.2rem;
    width: 15px;
    height: 15px;
    line-height: 14px;
    border-radius: 50%;
    text-align: center;
    background: #1367af;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 14px;
    top: 20px;
}
#bigimg{

    border:1px solid #317a00;
    position:absolute;
    left:0px;
    top:0px;
    /*background-size: 250%;*/
    display:none;
    z-index: 10000;
}
/*@media screen and (max-width:575px){*/
/*        .synbox {*/
/*            width: 98%;*/
/*            margin-bottom: 30px;*/
/*        }*/
/*    }*/

h3.normal{font-weight:normal;font-size:inherit;margin:0}
.es{
        background-position: 0px;

    background: url(../image/es.png) no-repeat;
    height: 16px;
    width: 24px;
    }
.fr{
        background-position: 0px;
    height: 16px;
    width: 24px;
    background: url(../image/fr.png) no-repeat;
	}
	.shenfa{font-weight: bold;}