@charset "UTF-8";
/* 上海银象网络科技有限公司（www.seo120.com.cn）做最好的企业官方网站模版 */
/* QQ:1378789413 */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.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
}
/*# sourceMappingURL=fonts.css.map */

@font-face {
	font-family: "iconfont";
 src: url('../fonts/iconfont.eot'); /* IE9 */
 src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAA2wAAsAAAAAF1QAAA1hAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCGOAqcJJcTATYCJANoCzYABCAFhG0HghIbwxOjopaTVsjI/jJBlzC0ziujtyF6fLbdNFu91iU6wBuIX+2ejxPvAqGroIAREAl+QtU2YONJUYdSQk9Nf/vuUvovrUpqG49CehRIB5rB6AShsBmebv47hKEBDroafKPYDXIfENtcqz1Ad/PCVKgjUk+k0Ge7KSyln+ZImFfyp3KmK8uQaI1H5oQPA0jHkhVCO0geF1bpT2r5gENHCFptkV/t4xUe8nfv/Jsk25RIJSpdk2xKk6LalV+ECgTsLJvoL15WwGMeUBjQ3ocG2IXVAwR9wSeXLXuh9vE11DiMQuJcsseV3WSZC31vab1JBiMRahu9qi9NUoR7pHwhzL9Q+t2cAe1XEysIiU25QNvNH5VUzG+HQGSMBVof37+SPoeRxIDDW0j6pQJOj2gJ8jzl1PT1iUbQvJtxgI/44/WCKeaB4RbMnV73hyy5rrpQZlFJOFv+ECanAO2zwIIjgAN9qvrPpuIxppE23PEjMGcgX8dUnV/kjT/jFRoUuYUrRmZObj5SsKWE3r46tkaCHuxxL3E+RpW562sSa8YCsABPxQgXHkjx+O3/yAuEIrFEKlNRpUiJMhWq1KjToAmGWuz+CUALbT0gz3wEF3mOIOQawSI3CB7yVmIU9oPgoKgRAhQNQohCIkQoFEKMouMkMAcnhfVwMtgApwIb4VRhM5wabIdThx1wGrATThN2w2nBXjht2AenA4twurAEQg/4s6MwAPqh7gnAi8SZAa7YTdivoDooaWxTUxJ86iC4oiPApX79kqL+sT1qW+aFePppEFx3M6tTPbs0PG0YVkenarEYousmfeKbLsntVK1O6qhLhYVMLYZKkrrM4sL0/kR1gBHbAYAso2JohoKUQKB08IKMj6YWWRdOZIWV1joFwld3EGMgy2x+a2We8y1ZmJ1VWsj0y2zOypMyl5pqJXz2Ur4CbyaEVxSPLHOMBnryG1srhaq2puVFIz2oezjcz9CCcqh+3JVhV/V6BaCOHCSYuyXFZFOU4ChVIjMAQPYSXpBcIFekuDSKggCFpkIphoIqhioPzz8FGEqQntaugxwP2YJO3oO8zk2KIsrsJO+WIyPszp3YiLFE+KaphS+JoNxeKvHUqONER5qDgiBjfGm5XFsGI0Y/iYagDEr2TBfHAAQlZzoFQWZIRkixGJ01X091lklRmQB4AGLEMCodSoHhA219C8fZWYUdl7ml1a3GeOvgNoAxV78pOHxcZsRwjOFvf/FC2NT+K0qQzSfyaoUse9bPO2cxvlQkLecyUbsY7skSAvLvLP6DI3/xyp9nmcIwD5uyjBHTrGfSpdBTqSlnfIlXryUErib5vMkBcwbr9XFXLYjFy1+76vGZ68xH5UXa1/ig5QRZqnujXJ2NyH4YEXIjd5Mxn6K5nEUjM9YRFvAUKmYYsXRJnloGoVQCrohKkvIRP0cknIhfsNPyeVHeISOuYy0+YTcRPJ2KX4z2lgpdUtS1EtQeyBhflq94JnwFgRwuKrBzmeWRKSmZPVs7RkL3maZ0a8xE0XPjUnJuUis0CuG9LD+B4XJJgYXq8TVbLq46/Slyi0wc4mx/owScAr95bV32kTcdWqTQc15fKlCj52lhmnTrtQfm+ygflypZ+Wspj4TK1tHGcE9aYVoaJUCpoaSkwI/oooRZhRHl8W6AajpGNnIDoQWomRFbSwNDrxwgDCUyRTi0lTxx9YdsnVpKWNi753tim+jGMRwgV0/ABIwsn8pEm1WMCgKLIH3WSJke0ibVGVlentq1Gifmt4NczElkIZwgSKqEzvCybV3RYS1SPLVK+MtV2Y5dbZFhL3eDfHlNAJavjjDH8g14I8zKowjxFJSgYrFVaLtYGEgRP3n+Q0SXk4YiOM8UuZxWGrazBL2EK8xOWRbA8uWfFZ58x+NvvH3b9zB28XD7XBVkdde3l3/+emcHcQaM9d1Ai3o2mpr6KJ3Q+7yxl/RJPe7c7jP7g00fRWkEYNDx+cqETjHyajHa3s1SlxD9KFM6pJgmchB4xHb829eMPH9zcaPF8GOVb1XfNnupfSancba9VFSfG6sG/Iog1r7ydkqk1n4bfqWXnZ49MyssONd8uAr6oC4VNGdsDEcSijd1ub9cckdDYUP1WwuFhwJX+R1+TsqFikXoF8aeESY5uf+VDrX4mW4cgtfeo6qg9lN95eorWvlX8CQPo+Hr8Sn79TW5Ws77Sz53W53Vuj/bJF347fheq8BBfGqzj0/sC/TzNeXm5qu3QV8fPAq+gAi/b+zL7K9+/sD/a/Lrv/nRRiPWkivJa82HcH+9e+sngyhtaXmdst4u0L9cjXY5aWFaZpgpS0XZ3nzEdMTO7UHmlqnq/JCSPyqxlGx4tvBcRQ0fzKNpqcjV9SUy9AlKDjI7a0m0Yku/6ZUg6g7cBre33DBRjuld2njFQebu+nFqGn8deV3nIW3CvJ52vzZWgdU16ugtBJM68HS+uZaSENETUClWhd6AoLiv7Eusp2dj/b+ytn10rzJTkz1bMqYPA7sfd2TcoP+t7ztiCO5Uww0/27wvf7iFcu9hXNJBcPJj1hruQMDxuGJfhTd/h+7JCXSDAq1sL81mb/ZibqSRNL8Q3Kbpv68CA5m5YEtW7s4LErdkQ5Yh936gC5Fl7lpwqxLOnYM7+uncvBfOm88fMz+3xVyerX9s8D82WCl/fOB/NliEVF7VOLRIcMsiuOyutCyhwrqKxWmwTkFI9jE+EbyUKkN9wE/R7XcM8VF0RoM1JYQ9fA8U69ja6uX532Djv5MjqCtrbBEQINnTSw2EdVQyKI4iA+2Q7ZZR0KMiiE3syijIk1/iWjgABz8adsebT61SNW9Z1w4T8wS4mXMq1kzIKcoRNEWaT2wNkBEROmg/VVHnUr0nBx2WDDl0otk1ZB88a5VsHhEQcg3uiLc0T0z1lhRqu2GY0KrTWhC9OIAFb58ee64+Rk02zOYc/1l7TWgZAV+0SGHlj21U8ig8nmVY+qHuK8PMmjn/GuWRq9fXTpqasteCa6hLB72WvHb0/q7WQzvIx9G+1zQubfRafiKXCyxCGhbBN2S6gFJ46PD50bbQbVdX35mlNiIFN+TXU9OxsTT9SXPx84QAHV1hwC5FcMooXERsErhyDeOWd58zyyTf7KWF9QlBbNf9axExytfPCXANkAmh2JKcDUioeitZJUDmeYoYx0M8alPD5Vnh92eHg+cGriSafe/2cKWS6qk+aVaoZkGKoE9eG9XS/5yqaWXurfAliWEUNoyqhymzTjhW3V3uvtzsP2R2H3Js6PZNYfip/DDZdyHxDEHE+a7byQgddcrLcxoNZfTcPlbXAF3RIGcCxdvyUif2qPYQEnRVzwfv9q9J1EQ01a+XALKtNd3JNwJuoERF3+1vD1rJcZg7cIpiiJXFkQxndxCLqal7vB2N2NvqQryI1d3QdHfneUT7Zyk3k7rHt7XCLbB/Mbm7FFlMoh3le7gBQSiPodv09s0beDP8fojOjogeCBIyGkc8xzzk1jAjalThoePtB8rEt2O+3RTNZChni1d+bXDReOPMCfrp/oUOeAjetnB6PG/3Qi+sP/3q+mbt1Bz/ol3FH9uh/AuF4OXqy48Cf5dQxLerb8eBPd5NqtiMkVCtWo8gVyBffsvbqbBN4UfeOm4g5MuAjkHHs3ICYZR6s6D+3rGZqadebE3aN9aMtpCO562O2OVNSrYQqU4qTSmJNCwpforXwHgELTPYaBJgstEgvopyy0aeGHg93PUzvf7h94aQKRWxL0ujCT5trBZ52K22DV+9eX+k5+pNEbZr7DxAMaGYiiSSb0DSTJpG4jubsBBMJyb0WYw0JjxAKToqoddX60/o9t0+VQnUQV1kD8SKUre2+mffm5TvTwx/kd5J+n0AAEB+8z0Jp5AmxDqhLUBf3n67eh0h2dAcEiN5IXmEOhEtS22XP8mWFrpI3aAklhuem61AZuH/80mmHd+o8OW64Vb1yjYho4uiydD255LcO/iyCgjPxDz/e9iq69dpCvv5vUD+eofe4M4RJfaZJvVtAZsNiNwt8IxcWXd/0eTWwLlvCeRWDg3fCFqBJXD8j9AVO4GewD2MHHidHWso1aIMgb02C0rVBmhkvqBVdQ44/vegq+0d9FSDhpG3uLpkbB03hneMIJip9KK8ptpUsQyTgR9oDyVw0RnH/yBH36Bmq9ZUO56wRp7EEfFo5yJGGaZKPVp3w7IkFZhy1DJ2ImE/We3VjhxrqpKhZwwBCdNnlFSXrDk0UjM7i2Ht939A1kEJcI8Zf7L+QCzyu1f4OHgDgCdaDzTjogwvc2TNlYtiKH88IxXFUxRUuq1EKdbNckgTY9kjNAd7XFkpc1A6nr1cHRuUvW9Wc41+qGTlyJUnX4FCvWZWJ0p1L/0KVJVFQQpWiEIVJqtsssshJ9QdNKZExSD4WpAxSr/0dYGZr3sXOsghxZ6cvOhX76XeWuRF5zGF2UpzG41sug+9dZFQUGdLXQvfp86/UUcBy1D1IgJrt+o/cyARQuhBls3gM8SeplpASxcr8OWs86i4BGwbOM+aD367J9SDWneCoxq7FaW+xD//qXcKAAAA') format('woff2'),  url('../fonts/iconfont.woff') format('woff'),  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.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-bigger3:before {
	content: "\e649";
}
.icon-top15:before {
	content: "\e65b";
}
.icon-left7:before {
	content: "\e724";
}
.icon-right7:before {
	content: "\e725";
}
.icon-left14:before {
	content: "\e740";
}
.icon-right14:before {
	content: "\e741";
}
.icon-instagram:before {
	content: "\e79d";
}
.icon-search5:before {
	content: "\e7b3";
}
.icon-whatsapp:before {
	content: "\e7c1";
}
.icon-address:before {
	content: "\e7c2";
}
.icon-contact:before {
	content: "\e7c3";
}
.icon-email1:before {
	content: "\e7c5";
}
.icon-skype:before {
	content: "\e7c9";
}
.icon-fax1:before {
	content: "\e7ca";
}
.icon-qq:before {
	content: "\e7cb";
}
.icon-wechat:before {
	content: "\e7cd";
}
.icon-phone:before {
	content: "\e7cf";
}
.icon-mobile:before {
	content: "\e7d0";
}
.icon-left10:before {
	content: "\e7f0";
}
.icon-right10:before {
	content: "\e7f1";
}
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	margin: 0 auto;
	font-family: "OpenSans-Regular_1";
	font-size: 14px;
	font-size: 1.4rem;
	height: 100%;
	overflow-x: hidden;
	max-width: 1920px;
}
img {
	border: none;
}
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;
}
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-family: "OpenSans-Regular_1";
	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;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #333;
}

:-o-placeholder { /* Mozilla Firefox 4 to 18 */
color: #333;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #333;
opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #333;
}
.wp {
	width: 1200px;
	margin: auto;
}
 @media screen and (min-width: 1420px) {
.wp {
	width: 1400px;
	margin: auto;
}
}
 @media screen and (min-width: 1220px) and (max-width: 1419px) {
.wp {
	width: 1200px;
	margin: auto;
}
}
 @media screen and (min-width: 1000px) and (max-width: 1219px) {
.wp {
	width: 980px;
	margin: auto;
}
}
 @media screen and (max-width: 999px) {
.wp {
	width: 95%;
	margin: auto;
}
}
.no_margin {
	margin-left: auto\0 !important;
}
 @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 !important;
}
}
/*.container*/
.container {
	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;
}
.container .nav {
	overflow: hidden;
	width: 300px;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: auto;
	overflow: scroll;
}
.container .nav form {
	margin: 15px auto;
	width: 258px;
	height: 26px;
	border: 1px solid #fff;
	position: relative;
	background: #fff;
}
.container .nav form .iptc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 80%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
}
.container .nav form .ipsc {
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	background: transparent;
	position: relative;
	z-index: 99;
}
.container .nav form i {
	position: absolute;
	right: 10px;
	top: 5px;
}
.container .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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container .nav > ul > li {
	line-height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	text-indent: 20px;
	position: relative;
}
.container .nav > ul > li .addition {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	background: url("fonts/shizi.png") no-repeat center center;
}
.container .nav > ul > li .addition.fa:before {
	margin-right: 5px;
	color: #fff;
	text-indent: 0;
}
.container .nav > ul > li > a {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	margin-right: 40px;
}
.container .nav > ul > li > a span {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}
.container .nav > ul > li .c-show {
	display: none;
	width: 100%;
}
.container .nav > ul > li .c-show1 .c-s1 {
	position: relative;
	padding-left: 15px;
}
.container .nav > ul > li .c-show1 .c-s1 > a {
	position: relative;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
	margin-right: 40px;
}
.container .nav > ul > li .c-show1 .c-s1 > a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.container .nav > ul > li .c-show1 .c-s1 > .c-show2 {
	position: relative;
}
.container .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 {
	position: relative;
}
.container .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a {
	text-indent: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
	margin-right: 40px;
}
.container .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.container .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 {
	position: relative;
}
.container .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
	text-indent: 50px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
.container .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.container .nav > ul > dl {
	padding: 20px;
}
.container .nav > ul > dl dd {
	float: left;
	margin: 0 2px;
}
.container .menubtn {
	width: 33px;
	height: 18px;
	position: absolute;
	top: 22px;
	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;
}
.container .menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 6px;
	background-color: #104a9c;
}
 @media screen and (min-width: 768px) {
.container, .nav {
	display: none !important;
}
}
/***********  lunbo  *************/
#wowslider-container1 {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;
	max-width: 1920px;
	max-height: 701px;
	margin: 0px auto 0px;
	z-index: 90;
	text-align: left; /* reset align=center */
	font-size: 10px;
	text-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
* html #wowslider-container1 {
	width: 1920px;
}
#wowslider-container1 .ws_images ul {
	position: relative;
	width: 10000%;
	height: 100%;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	overflow: visible; /*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li {
	position: relative;
	width: 1%;
	height: 100%;
	line-height: 0;
	overflow: hidden;
	float: left;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}
#wowslider-container1 .ws_images {
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	max-height: 701px;
	max-width: 1920px;
	vertical-align: top;
	border: none;
	overflow: hidden;
}
#wowslider-container1 .ws_images ul a {
	width: 100%;
	height: 100%;
	max-height: 701px;
	display: block;
	color: transparent;
}
#wowslider-container1 img {
	max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img, #wowslider-container1 .ws_images > div > img {
	width: 100%;
	border: none 0;
	max-width: none;
	padding: 0;
	margin: 0;
}
#wowslider-container1 .ws_images > div > img {
	max-height: 701px;
}
#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}
#wowslider-container1 .ws-title > div {
	display: inline-block !important;
}
#wowslider-container1 a {
	text-decoration: none;
	outline: none;
	border: none;
}
#wowslider-container1 .ws_bullets {
	float: left;
	position: absolute;
	z-index: 70;
}
#wowslider-container1 .ws_bullets div {
	position: relative;
	font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container1 .ws_bullets a {
	line-height: 0;
}
#wowslider-container1 .ws_script {
	display: none;
}
#wowslider-container1 sound, #wowslider-container1 object {
	position: absolute;
}
/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}
#wowslider-container1 .ws_photoItem {
	border: 2em solid #fff;
	margin-left: -2em;
	margin-top: -2em;
}
#wowslider-container1 .ws_cube_side {
	background: #A6A5A9;
}
/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets, #wowslider-container1.ws_video_playing .ws_fullscreen, #wowslider-container1.ws_video_playing .ws_next, #wowslider-container1.ws_video_playing .ws_prev {
	display: none;
}
.ws-title-wrapper {
	display: none;
}
/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube, #wowslider-container1 .ws_video_btn.ws_vimeo {
	display: block;
}
#wowslider-container1 .ws_video_btn div {
	position: absolute;
	-webkit-background-size: 200% 200%;
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}
#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important;
}
#wowslider-container1 .ws_bullets a {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: url(../images/dian1.png) no-repeat center center;
	display: inline-block;
	position: relative;
	margin: 0 6px;
}
#wowslider-container1 .ws_bullets a:hover {
	background-position: 0 50%;
}
#wowslider-container1 .ws_bullets a.ws_selbull {
	background: url(../images/dian2.png) no-repeat center center;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	-webkit-background-size: 200% 200%;
	background-size: 200%;
	position: absolute;
	top: 50%;
	margin-top: -2.4em;
	z-index: 60;
	height: 6.4em;
	width: 6.4em;
	display: none !important;
}
#wowslider-container1 a.ws_next {
	background-position: 100% 0;
	right: 0.5em;
}
#wowslider-container1 a.ws_prev {
	left: 0.5em;
	background-position: 0 0;
}
#wowslider-container1 a.ws_next:hover {
	background-position: 100% 100%;
}
#wowslider-container1 a.ws_prev:hover {
	background-position: 0 100%;
}
/*playpause*/
#wowslider-container1 .ws_playpause {
	width: 6.4em;
	height: 6.4em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -2.5em;
	margin-top: -2.5em;
	z-index: 59;
}
#wowslider-container1 .ws_pause {
	-webkit-background-size: 100% 100%;
	background-size: 100%;
}
#wowslider-container1 .ws_play {
	-webkit-background-size: 100% 100%;
	background-size: 100%;
}
#wowslider-container1 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
	background-position: 100% 100% !important;
}
/* bottom center */
#wowslider-container1 .ws_bullets {
	bottom: 32px;
	left: 0;
	width: 100%;
	text-align: center;
}
#wowslider-container1 .ws-title {
	position: absolute;
	display: block;
	font: 2em 'Arimo', sans-serif;
	bottom: -0.2em;
	left: 0;
	margin: 1.8em 0.7em;
	padding: 0.6em 0.5em;
	color: #777777;
	z-index: 50;
	line-height: 1em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.3);
	border: 0.05em solid #ffffff;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
#wowslider-container1 .ws-title div {
	margin-top: 0.3em;
	font-size: 0.8em;
	line-height: 1.15em;
	font-weight: normal;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev, #wowslider-container1 .ws_playpause {
	display: none;
}
* html #wowslider-container1 a.ws_next, * html #wowslider-container1 a.ws_prev {
	display: block;
}
#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev, #wowslider-container1:hover .ws_playpause {
	display: block;
}
#wowslider-container1 .ws_images > ul {
	animation: wsBasic 16s infinite;
	-moz-animation: wsBasic 16s infinite;
	-webkit-animation: wsBasic 16s infinite;
}
 @keyframes wsBasic {
0% {
left: -0%;
}
 12.5% {
left: -0%;
}
 25% {
left: -100%;
}
 37.5% {
left: -100%;
}
 50% {
left: -200%;
}
 62.5% {
left: -200%;
}
 75% {
left: -300%;
}
 87.5% {
left: -300%;
}
}
 @-moz-keyframes wsBasic {
0% {
left: -0%;
}
 12.5% {
left: -0%;
}
 25% {
left: -100%;
}
 37.5% {
left: -100%;
}
 50% {
left: -200%;
}
 62.5% {
left: -200%;
}
 75% {
left: -300%;
}
 87.5% {
left: -300%;
}
}
 @-webkit-keyframes wsBasic {
0% {
left: -0%;
}
 12.5% {
left: -0%;
}
 25% {
left: -100%;
}
 37.5% {
left: -100%;
}
 50% {
left: -200%;
}
 62.5% {
left: -200%;
}
 75% {
left: -300%;
}
 87.5% {
left: -300%;
}
}
#wowslider-container1 .ws_bullets a img {
	text-indent: 0;
	display: block;
	bottom: 25px;
	left: -74px;
	visibility: hidden;
	position: absolute;
	border: 1px solid rgba(220, 220, 220, 0.6);
	border-radius: 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	max-width: none;
}
#wowslider-container1 .ws_bullets a:hover img {
	visibility: visible;
}
#wowslider-container1 .ws_bulframe div div {
	height: 48px;
	overflow: visible;
	position: relative;
}
#wowslider-container1 .ws_bulframe div {
	left: 0;
	overflow: hidden;
	position: relative;
	width: 148px;
	background-color: #FFFFFF;
}
#wowslider-container1 .ws_bullets .ws_bulframe {
	display: none;
	bottom: 29px;
	overflow: visible;
	position: absolute;
	cursor: pointer;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	border: 1px solid #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
#wowslider-container1 .ws_bulframe span {
	display: block;
	position: absolute;
	bottom: -8px;
	margin-left: 1px;
	left: 74px;
	width: 15px;
	height: 6px;
}
#wowslider-container1 .ws_bulframe div div {
	height: auto;
}
 @media all and (max-width: 760px) {
#wowslider-container1 .ws_fullscreen {
	display: block;
}
}
 @media all and (max-width: 500px) {
#wowslider-container1 .ws_bullets {
	bottom: 10px;
}
#wowslider-container1 .ws_bullets a {
	width: 12px;
	height: 12px;
}
}
/***********  toplx  ************/
.toplx {
	padding-top: 15px;
	background: #f6f6f6;
}
.m-hdlang {
	position: relative;
	overflow: visible;
	float: right;
	padding-left: 15px;
	padding-right: 12px;
	background: url(../images/shu.jpg) no-repeat right 10px;
	margin-top: 3px;
}
.m-hdlang .lang-list {
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #FFF;
	z-index: 999;
	width: 100%;
	display: none;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	border: solid 1px #C5C5C5;
	margin-top: -2px;
	padding-top: 3px;
	padding-bottom: 1px;
}
.m-hdlang .lang-item {
	float: none;
	color: #888888;
	line-height: 24px;
}
.m-hdlang .lang-item a {
	color: #555;
}
.m-hdlang .lang-item a:hover {
	color: #104a9c;
}
.m-hdlang > .lang-item {
	background: url(../images/web13.png) no-repeat right center;
	padding-right: 18px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 32px;
	padding-bottom: 6px;
	display: inline-block;
}
.yx {
	color: #888888;
	line-height: 30px;
	padding-right: 18px;
	background: url(../images/shu.jpg) no-repeat right center;
	margin-top: 4px;
}
.yx a {
	color: #888888;
}
.yx a:hover {
	color: #104a9c;
}
/***********  head  ************/
.head {
	background: #f6f6f6;
}
.logo1 img {
	max-width: 100%;
}
.logo2 img {
	max-width: 100%;
}
.logo2 {
	margin-top: 6px;
}
.logo1 {
	margin-top: -19px;
}
.navlist {
	padding-top: 27px;
	margin-left: 100px;
}
.navlist2 {
	display: none;
}
.navlist > li {
	float: left;
	position: relative;
	padding-bottom: 21px;
}
.navlist > li > a {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	display: block;
	padding: 0 26px;
	line-height: 38px;
	border-radius: 19px;
}
.navlist > li:hover > a {
	background: #104a9c;
	color: #fff;
}
.navlist > li.currentnav > a {
	background: #104a9c;
	color: #fff;
}
.search {
	position: relative;
	margin-right: 22px;
}
.search form {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99;
	display: none;
}
.search > i {
	cursor: pointer;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 5px;
	background: #104a9c;
	text-align: center;
	color: #fff;
	display: block;
}
.sou {
	width: 200px;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	border: 1px solid #333;
}
.suo {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 18px;
	height: 18px;
	background: transparent;
	cursor: pointer;
}
.search form i {
	position: absolute;
	right: 5px;
	top: 6px;
	width: 18px;
	height: 18px;
}
 @media screen and (max-width: 1419px) {
.navlist > li > a {
	padding: 0 22px;
	font-size: 16px;
	font-size: 1.6rem;
}
.navlist {
	margin-left: 40px;
}
}
 @media screen and (max-width: 1219px) {
.navlist {
	margin-left: 50px;
}
.logo1 {
	width: 280px;
}
.logo2 {
	width: 100px;
}
.navlist > li > a {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 10px;
}
}
 @media screen and (max-width: 999px) {
.navlist {
	width: 100%;
	margin: 0;
	text-align: center;
}
.navlist > li {
	float: none;
	display: inline-block;
	margin: 0 18px;
	text-align: center;
	padding-bottom: 12px;
}
.navlist > li > a {
	padding: 0 10px;
}
}
 @media screen and (max-width: 880px) {
.navlist > li {
	margin: 0 12px;
}
}
 @media screen and (max-width: 767px) {
.yx, .search {
	display: none;
}
.toplx {
	padding-top: 0;
}
.m-hdlang {
	padding-right: 30px;
	background: none;
}
.navlist {
	padding-top: 20px;
}
.navlist2 {
	display: block;
}
.navlist1 {
	display: none;
}
.navlist > li {
	width: 25%;
	margin: 0;
	text-align: center;
	float: left;
}
.navlist > li > a {
	padding: 0;
}
}
 @media screen and (max-width: 500px) {
.logo1 {
	width: 200px;
	margin-top: -10px;
}
.logo2 {
	width: 80px;
}
}
 @media screen and (max-width: 400px) {
.navlist > li > a {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 32px;
}
}
/*****************  sycase  ****************/
.sycase {
	padding-top: 99px;
	padding-bottom: 18px;
	background: url(../images/sybg1.jpg) no-repeat center top;
}
.sybt {
	text-align: center;
	font-family: "OpenSans-Bold_1";
	font-size: 36px;
	font-size: 3.6rem;
	text-transform: uppercase;
}
.sydes {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 54px;
}
.sydes a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666666;
}
.sydes a:hover {
	color: #104a9c;
}
.syappbox {
	float: left;
	position: relative;
	overflow: hidden;
}
.syappzuo .syappbox {
	width: 648px;
}
.syappbox img {
	display: block;
	max-width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.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);
}
.syappcover {
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: url(../images/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: 30px;
	font-size: 3rem;
	font-family: "OpenSans-Bold_1"; /*overflow: hidden; white-space: nowrap; text-overflow: ellipsis; */
}
.syappp2 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	margin-top: 20px;
}
.syappp3 {
	display: block;
	font-family: "OPENSANS-SEMIBOLD";
	width: 178px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 28px;
	color: #fff;
	background: #14a7ce;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto;
	margin-top: 76px;
}
.syappzuo .syappp1 {
	padding-top: 179px;
}
.syappyou .syappp1 {
	padding-top: 42px;
	font-size: 24px;
	font-size: 2.4rem;
}
.syappzuo .syappp2 {
	padding: 0 30px;
}
.syappyou .syappp2 {
	padding: 0 15px;
	font-size: 14px;
	font-size: 1.4rem;
}
.syappyou .syappp3 {
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	margin-top: 32px;
}
.syappyou {
	width: 721px;
}
.syappyou .syappbox {
	margin-bottom: 60px;
	margin-left: 29px;
	width: 346px;
}
.syappbox:hover .syappcover {
	top: 0;
}
 @media screen and (max-width: 1419px) {
.syappzuo .syappbox {
	width: 560px;
}
.syappyou {
	width: 610px;
}
.syappyou .syappbox {
	width: 295px;
	margin-left: 20px;
}
.syappp2 {
	margin-top: 20px;
}
.syappp1 {
	font-size: 24px;
	font-size: 2.4rem;
}
.syappyou .syappp1 {
	font-size: 18px;
	font-size: 1.8rem;
}
.syappzuo .syappp1 {
	padding-top: 150px;
}
}
 @media screen and (max-width: 1219px) {
.syappzuo .syappbox {
	width: 460px;
}
.syappyou {
	width: 500px;
}
.syappyou .syappbox {
	width: 242px;
	margin-left: 15px;
	margin-bottom: 29px;
}
.syappp1 {
	font-size: 20px;
	font-size: 2rem;
}
.syappyou .syappp1 {
	font-size: 18px;
	font-size: 1.8rem;
}
.syappzuo .syappp1 {
	padding-top: 100px;
}
.syappyou .syappp1 {
	padding-top: 25px;
}
.syappp2 {
	margin-top: 12px;
}
.syappyou .syappp3 {
	margin-top: 17px;
}
}
 @media screen and (max-width: 999px) {
.sybt {
	font-size: 30px;
	font-size: 3rem;
}
.sycase {
	padding-top: 70px;
}
.syappp3 {
	margin-top: 31px;
}
.syappzuo {
	width: 54%;
}
.syappyou {
	width: 45%;
}
.syappzuo .syappbox {
	width: 100%;
}
.syappcover {
	position: static;
	padding-bottom: 10px;
}
.syappzuo .syappp1 {
	padding-top: 18px;
}
.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;
	line-height: 28px;
	height: 56px;
	margin: 0 15px;
	padding: 0 !important;
	margin-top: 10px;
}
.syappyou .syappp1 {
	font-size: 14px;
	font-size: 1.4rem;
}
.syappyou .syappp3 {
	font-size: 14px;
	font-size: 1.4rem;
	width: 118px;
	height: 32px;
	line-height: 32px;
}
}
 @media screen and (max-width: 767px) {
.syappzuo {
	float: none;
	width: 100%;
	max-width: 648px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.syappyou {
	width: 98%;
	float: none;
	margin: 0 auto;
}
.sydes {
	margin-bottom: 35px;
}
.syappp3 {
	width: 118px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 15px;
}
}
 @media screen and (max-width: 650px) {
.sybt {
	font-size: 24px;
	font-size: 2.4rem;
}
.sydes a {
	font-size: 14px;
	font-size: 1.4rem;
}
.sydes {
	margin-bottom: 25px;
}
.sycase {
	padding-top: 45px;
}
.syappyou {
	width: 100%;
}
}
 @media screen and (max-width: 450px) {
.syappzuo .syappp2 {
	padding: 0 10px;
}
.syappyou .syappp2 {
	padding: 0 10px;
}
.syappp2 {
	margin: 0 10px;
}
}
 @media screen and (max-width: 350px) {
.syappyou .syappbox {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
}
}
/*****************  syp  ****************/
.syp {
	padding-top: 136px;
	padding-bottom: 50px;
	background: url(../images/sybg2.jpg) no-repeat center top;
}
#outer #tab {
	text-align: center;
}
#outer #tab li {
	display: inline-block;
	padding: 0 19px;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	cursor: pointer;
	line-height: 62px;
	border-radius: 31px;
	margin: 0 33px;
	color: #777777;
}
#outer #tab li.current {
	background: #104a9c;
	color: #fff;
}
#outer #tab li:hover {
	background: #104a9c;
	color: #fff;
}
#outer .ul {
	display: none;
	padding-top: 44px;
}
.plunbo .img-scroll {
	position: relative;
}
.plunbo .prev, .plunbo .next {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -8px;
	color: #2c2c2c;
	text-align: center;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 50%;
	background: #d2d2d2;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.plunbo .prev i, .plunbo .next i {
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
}
.plunbo .prev:hover, .plunbo .next:hover {
	background: #104a9c;
}
.plunbo .prev {
	left: 9px;
	cursor: pointer;
}
.plunbo .next {
	right: 9px;
	cursor: pointer;
}
.plunbo .img-list {
	position: relative;
	margin-left: 28px;
	margin-right: 28px;
	overflow: hidden;
	padding: 10px;
}
.plunbo .img-list ul {
	width: 10000%;
}
.plunbo .img-list li {
	float: left;
	display: inline;
	width: 420px;
	margin-right: 32px;
	position: relative;
	position: relative;
	text-align: center;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.plunbo .img-list li img {
	width: 100%;
	max-width: 300px;
	max-height: 400px;
	display: block;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.sypbox {
	position: relative;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
	padding: 0 8px;
	padding-bottom: 29px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.syptu {
	display: block;
	overflow: hidden;
}
.sypp {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	text-transform: uppercase;
	border-top: 1px solid #c2c2c2;
	padding-top: 22px;
	margin-top: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sypbox:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.sypbox:hover .sypp {
	border-top: 1px solid #eeeeee;
}
.sypbox:hover .syptu 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);
}
.plunbo .img-list li:nth-child(2n-1) {
	margin-top: 60px;
}
 @media screen and (max-width: 1419px) {
.plunbo .img-list li {
	width: 354px;
}
}
 @media screen and (max-width: 1219px) {
.plunbo .img-list li {
	margin-right: 25px;
	width: 285px;
}
#outer #tab li {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 10px;
}
}
 @media screen and (max-width: 999px) {
.plunbo .img-list li {
	width: 0.31333%;
	margin: 0 0.01%;
}
#outer #tab li {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 48px;
	margin: 0 5px;
}
.plunbo .img-list li:nth-child(2n-1) {
	margin-top: 0;
}
}
 @media screen and (max-width: 900px) {
#outer #tab li {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 10px;
	line-height: 42px;
}
.sypp {
	font-size: 16px;
	font-size: 1.6rem;
}
}
 @media screen and (max-width: 767px) {
.plunbo .img-list li {
	width: 0.48%;
}
#outer #tab li {
	width: 50%;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	text-align: center;
	padding: 0;
	float: left;
}
.syp {
	padding-top: 90px;
}
#outer .ul {
	padding-top: 30px;
}
}
 @media screen and (max-width: 450px) {
.plunbo .img-list li {
	width: 0.98%;
}
#outer #tab li {
	width: 100%;
}
.syp {
	background: none;
	padding-top: 30px;
}
}
/*****************  sya  ****************/
.sya {
	padding-top: 85px;
	padding-bottom: 86px;
	background: #f3f4f9;
}
.syazuo {
	width: 686px;
	padding: 8px;
	background: #fff;
	border: 1px solid #e6e6e7;
	margin-right: 66px;
}
.vitu {
	position: relative;
	padding-bottom: 58.137%;
	height: 0;
	overflow: hidden;
}
.vitu iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.vitu iframe body {
	margin: 0px !important;
}
.vitu video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.vitu video body {
	margin: 0px !important;
}
.syayou {
	padding-top: 41px;
}
.syap1 {
	display: inline-block;
	font-family: "OpenSans-Bold_1";
	font-size: 36px;
	font-size: 3.6rem;
	text-transform: uppercase;
}
.syap1::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #bfbfbf;
	margin-top: 17px;
}
.syap2 {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	margin-top: 32px;
	margin-bottom: 35px;
}
.syap3 {
	display: inline-block;
	width: 178px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 28px;
	color: #fff;
	background: #104a9c;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "OPENSANS-SEMIBOLD";
}
.syap1:hover {
	color: #104a9c;
}
.syap2:hover {
	color: #104a9c;
}
.syap3:hover {
	background: #333;
}
 @media screen and (max-width: 1419px) {
.syazuo {
	width: 630px;
	margin-right: 45px;
}
.syayou {
	padding-top: 12px;
}
.syap2 {
	margin-bottom: 25px;
}
}
 @media screen and (max-width: 1219px) {
.syazuo {
	width: 490px;
	margin-right: 30px;
}
.syayou {
	padding-top: 0;
}
.syap1 {
	font-size: 30px;
	font-size: 3rem;
}
.syap2 {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 15px;
}
.syap2 {
	margin-bottom: 15px;
}
.syap3 {
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
}
}
 @media screen and (max-width: 999px) {
.syazuo {
	float: none;
	max-width: 686px;
	margin: 0 auto;
	width: auto;
}
.sya {
	padding-top: 60px;
}
.syayou {
	padding-top: 25px;
}
}
 @media screen and (max-width: 767px) {
.syp {
	padding-bottom: 25px;
}
.sya {
	padding-top: 45px;
	padding-bottom: 50px;
}
}
 @media screen and (max-width: 500px) {
.syap1 {
	font-size: 24px;
	font-size: 2.4rem;
}
.syap3 {
	font-size: 14px;
	font-size: 1.4rem;
}
}
/*****************  syn  ****************/
.syn {
	padding-top: 150px;
	padding-bottom: 152px;
	background: url(../images/sybg3.jpg) no-repeat center top;
}
.synzuo {
	width: 654px;
}
.sjkuai {
	width: 135px;
	height: 135px;
	background: transparent;
	border: 2px solid #cccccc;
	text-align: center;
}
.sjkuai .ri {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 72px;
	font-size: 7.2rem;
	line-height: 65px;
	height: 60px;
	margin-top: 26px;
}
.sjkuai .yue {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.nzuohang {
	position: relative;
	margin-bottom: 38px;
	padding-bottom: 26px;
	background: url(../images/nxu.png) repeat-x center bottom;
}
.nzuohang .sjkuai {
	position: absolute;
	top: 0;
	left: 0;
}
.synnr {
	padding-left: 180px;
	padding-top: 9px;
}
.nra1 {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: "OPENSANS-SEMIBOLD";
}
.nra1::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #bfbfbf;
	margin-top: 6px;
}
.nra2 {
	color: #666666;
	display: block;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 18px;
	font-size: 16px;
	font-size: 1.6rem;
}
.nra1:hover {
	color: #104a9c;
}
.nra2:hover {
	color: #104a9c;
}
.syn .syap1 {
	margin-bottom: 51px;
}
.synyou {
	width: 672px;
	position: relative;
}
.syncover {
	position: absolute;
	right: -24px;
	bottom: -19px;
	z-index: 99;
}
.block_home_slider {
	text-align: center;
	position: relative;
}
.block_home_slider .slide {
	position: relative;
}
.block_home_slider .flex-direction-nav {
	display: none;
}
.block_home_slider .flex-control-paging {
	position: absolute;
	bottom: -18px;
	right: 40px;
	padding: 0px;
	margin: 0px;
	margin-left: -79px;
	display: inline-block;
}
.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
}
.block_home_slider .flex-control-paging li a {
	width: 17px;
	height: 9px;
	display: block;
	margin-left: 7px;
	background: url(../images/d1.png) no-repeat left center;
	text-indent: -9000px;
	cursor: pointer;
}
.block_home_slider .flex-control-paging li a.flex-active {
	background: url(../images/d2.png) no-repeat left center;
}
.block_home_post_feature {
	width: 300px;
}
.block_home_post_feature p {
	padding-bottom: 0px;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
 @media screen and (max-width: 1419px) {
.synyou {
	width: 640px;
}
.synzuo {
	width: 500px;
}
}
 @media screen and (max-width: 1219px) {
.synyou {
	width: 530px;
}
.synzuo {
	width: 385px;
}
.sjkuai {
	width: 100px;
	height: 100px;
}
.synnr {
	padding-left: 125px;
	padding-top: 0;
}
.sjkuai .ri {
	font-size: 50px;
	font-size: 5rem;
	margin-top: 5px;
}
.syn .syap1 {
	margin-bottom: 30px;
}
.syn {
	padding-top: 110px;
	padding-bottom: 100px;
}
.nra2 {
	margin-top: 10px;
}
}
 @media screen and (max-width: 999px) {
.synyou {
	float: none;
	width: auto;
	max-width: 679px;
	margin: 0 auto;
}
.synzuo {
	float: none;
	width: auto;
}
.syn {
	padding-top: 60px;
	padding-bottom: 70px;
}
}
 @media screen and (max-width: 767px) {
.block_home_slider .flex-control-paging {
	bottom: 10px;
}
.syncover {
	display: none;
}
}
 @media screen and (max-width: 550px) {
.syn {
	padding-top: 35px;
	padding-bottom: 40px;
}
}
 @media screen and (max-width: 400px) {
.nra1 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
}
.nra2 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 26px;
}
.sjkuai .ri {
	font-size: 40px;
	font-size: 4rem;
	height: 40px;
	line-height: 40px;
}
.synnr {
	padding-left: 88px;
}
.nzuohang {
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.sjkuai .yue {
	font-size: 12px;
	font-size: 1.2rem;
}
.sjkuai {
	width: 70px;
	height: 70px;
}
}
/*************  bottom  ************/
.bottom {
	background: url(../images/sybg4.jpg) no-repeat center bottom;
	padding-top: 68px;
}
.bottom p, .bottom li, .bottom a, .bottom span {
	color: #c6c6c6;
}
.bottom a:hover {
	color: #104a9c;
}
.div > a, .div > span {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	color: #c6c6c6;
	font-family: "OpenSans-Bold_1";
	margin-bottom: 44px;
}
.div1 {
	margin-right: 172px;
}
.div1 li {
	line-height: 30px;
}
.div2 {
	margin-right: 207px;
}
.div2 li {
	line-height: 34px;
}
.div3 li {
	line-height: 34px;
}
.div4 {
	width: 370px;
}
.bsjj a {
	margin-left: 39px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.bsjj {
	padding-top: 42px;
}
.bsjj a i {
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
}
.bsjj a i:hover {
	color: #104a9c;
}
.copyright, .support {
	line-height: 24px;
}
.cnzz {
	padding-left: 10px;
}
.dibu {
	background: #000000;
	background: rgba(0, 0, 0, 0.4);
	margin-top: 75px;
	padding-top: 9px;
	padding-bottom: 12px;
}
.link {
	line-height: 24px;
	min-height: 24px;
	color: #FFFFFF;
}
.link a {
	padding: 0 2px;
}
.link a, .link span {
	display: inline-block;
}
.link a:hover {
	color: #104a9c;
}
.key {
	line-height: 24px;
}
.key a {
	padding: 0 20px;
}
 @media screen and (max-width: 1419px) {
.div1 {
	margin-right: 100px;
}
.div2 {
	margin-right: 130px;
}
}
 @media screen and (max-width: 1219px) {
.div1 {
	margin-right: 50px;
}
.div2 {
	margin-right: 50px;
}
}
 @media screen and (max-width: 999px) {
.div {
	width: 50%;
	margin-right: 0;
	min-height: 270px;
}
.div > a, .div > span {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
}
.bottom {
	padding-top: 40px;
}
.dibu {
	margin-top: 15px;
	padding-bottom: 50px;
}
}
 @media screen and (max-width: 767px) {
.div1, .div2, .div3 {
	display: none;
}
.div4 > span {
	display: none;
}
.div4 {
	width: 100%;
	min-height: 0;
}
.bottom {
	padding-top: 20px;
}
.link {
	display: none;
}
.bsjj {
	padding-top: 22px;
}
.bsjj a {
	margin-left: 0;
	margin-right: 30px;
}
}
 @media screen and (max-width: 500px) {
.bsjj a i {
	font-size: 20px;
	font-size: 2rem;
}
.bsjj a {
	margin-right: 25px;
}
}
/************  bread  *************/
.mianbao {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	color: #333333;
	padding-top: 28px;
	padding-bottom: 38px;
}
.mianbao a {
	color: #333333;
}
.mianbao a:hover {
	color: #104a9c;
}
.co00 {
	color: #104a9c !important;
}
.fymain {
	padding-top: 3px;
	padding-bottom: 100px;
}
/**************  about1  **************/
.about {
	padding-top: 0;
}
.afl {
	background: #ffffff;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 72px;
	text-align: center;
	border-top: 1px solid #e6e6e6;
}
.afl li {
	display: inline-block;
	width: 230px;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 6px;
	position: relative;
	margin: 0 42px;
}
.afl li img {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: -12px;
	display: none;
}
.afl li a {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	color: #666666;
	line-height: 30px;
	padding-top: 43px;
	font-family: "OpenSans-Bold_1";
}
.afl1 a {
	background: url(../images/abiao1.png) no-repeat center top;
}
.afl2 a {
	background: url(../images/abiao2.png) no-repeat center top;
}
.afl3 a {
	background: url(../images/abiao3.png) no-repeat center top;
}
.afl4 a {
	background: url(../images/abiao4.png) no-repeat center top;
}
.afl1:hover a {
	background: url(../images/abiao1h.png) no-repeat center top;
	color: #fff;
}
.afl2:hover a {
	background: url(../images/abiao2h.png) no-repeat center top;
	color: #fff;
}
.afl3:hover a {
	background: url(../images/abiao3h.png) no-repeat center top;
	color: #fff;
}
.afl4:hover a {
	background: url(../images/abiao4h.png) no-repeat center top;
	color: #fff;
}
.afl1.current a {
	background: url(../images/abiao1h.png) no-repeat center top;
	color: #fff;
}
.afl2.current a {
	background: url(../images/abiao2h.png) no-repeat center top;
	color: #fff;
}
.afl3.current a {
	background: url(../images/abiao3h.png) no-repeat center top;
	color: #fff;
}
.afl4.current a {
	background: url(../images/abiao4h.png) no-repeat center top;
	color: #fff;
}
.afl li:hover {
	background: #275ca6;
}
.afl li.current {
	background: #275ca6;
}
.afl li:hover img {
	display: block;
}
.afl li.current img {
	display: block;
}
.ayou {
	width: 686px;
	padding-right: 17px;
	padding-top: 18px; /*background: url(../images/akuai.jpg) no-repeat right top; */
	margin-left: 20px;
}
.ap1 {
	font-family: "OpenSans-Bold_1";
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 47px;
}
.ap2 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	margin-bottom: 30px;
}
.vitu2 {
	position: relative;
	padding-bottom: 56.13%;
	height: 0;
	overflow: hidden;
}
.vitu2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.vitu2 iframe body {
	margin: 0px !important;
}
.vitu2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.vitu2 video body {
	margin: 0px !important;
}
.ap1::after {
	content: "";
	display: block;
	width: 181px;
	height: 3px;
	background: #333333;
	margin-top: 10px;
}
.azuo {
	padding-top: 29px;
}
.abg {
	height: 522px;
	background: url(../images/abg.jpg) no-repeat center top; /*margin-top: 84px;*/
	text-align: center;
	margin-bottom: 40px;
}
.abg img {
	padding-top: 95px;
	max-width: 100%;
}
.ap3 {
	font-family: "OpenSans-Bold_1";
	font-size: 36px;
	font-size: 3.6rem;
	color: #fff;
	text-transform: uppercase;
	margin-top: 32px;
	margin-bottom: 53px;
}
.ap4 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #fff;
}
 @media screen and (max-width: 1419px) {
.ayou {
	width: 600px;
}
.afl li {
	margin: 0 25px;
}
}
 @media screen and (max-width: 1219px) {
.ayou {
	width: 500px;
}
.ap1 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 30px;
}
.afl li a {
	font-size: 16px;
	font-size: 1.6rem;
}
.afl li {
	margin: 0 5px;
}
}
 @media screen and (max-width: 999px) {
.ayou {
	float: none;
	width: auto;
	max-width: 686px;
	margin: 0 auto;
}
.afl li {
	width: 50%;
	margin: 0;
	float: left;
}
.abg {
	margin-top: 40px;
}
.ap3 {
	font-size: 30px;
	font-size: 3rem;
}
}
 @media screen and (max-width: 767px) {
.afl {
	margin-bottom: 50px;
}
.ap1 {
	font-size: 24px;
	font-size: 2.4rem;
}
.ap2 {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.ap3 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: 25px;
	margin-bottom: 30px;
}
.abg {
	height: auto;
	padding-bottom: 30px;
}
.abg img {
	padding-top: 50px;
}
}
 @media screen and (max-width: 450px) {
.afl li {
	width: 100%;
}
.ap3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ap4 {
	font-size: 14px;
	font-size: 1.4rem;
}
.abg img {
	padding-top: 30px;
}
.abg {
	margin-bottom: 20px;
}
.ap1 {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
}
}
/**************  about2  **************/
.about1-his .img-scroll {
	position: relative;
	padding: 0 63px;
	margin-top: 34px;
}
.about1-his .img-scroll .prev, .about1-his .img-scroll .next {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #8b8b8b;
	top: 50%;
	margin-top: -16px;
}
.about1-his .img-scroll .prev {
	left: 0;
	cursor: pointer;
}
.about1-his .img-scroll .next {
	right: 0;
	cursor: pointer;
}
.about1-his .img-list {
	position: relative;
	overflow: hidden;
	padding: 0 7px;
}
.about1-his .img-list ul {
	width: 10000%;
	background: url(../images/about6.png) repeat-x left center;
}
.about1-his .img-list li {
	width: 0.5%;
	float: left;
	display: inline;
	margin-right: 7px;
}
.about1-his .img-list li .item-body {
	width: 50%;
	padding-left: 16px;
	border-left: 1px solid #7d7d7d;
	position: relative;
}
.about1-his .img-list li .item-desc {
	line-height: 30px;
	height: 125px;
	overflow: hidden;
	font-size: 16px;
	font-size: 1.6rem;
}
.about1-his .img-list li .item-date {
	font-size: 30px;
	font-size: 3rem;
	line-height: 30px;
	margin: 0px 0 6px;
	color: #333333;
	font-family: "OpenSans-Bold_1";
}
.about1-his .img-list li .item-body.l img {
	position: absolute;
	left: -7px;
	bottom: -7px;
}
.about1-his .img-list li .item-body.r img {
	position: absolute;
	left: -7px;
	top: -7px;
}
.about1-his .img-list li .item-body.r .item-date {
	padding-top: 30px;
}
.about1-his .img-list li .item-body.l .item-desc {
	padding-bottom: 30px;
}
 @media screen and (max-width: 1419px) {
.about1-his .img-list li .item-date {
	font-size: 24px;
	font-size: 2.4rem;
}
}
 @media screen and (max-width: 1219px) {
.about1-his .img-list li .item-date {
	font-size: 20px;
	font-size: 2rem;
}
.about1-his .img-list li .item-desc {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 26px;
}
}
 @media screen and (max-width: 767px) {
.about1-his .img-list li {
	width: 1%;
	margin-right: 14px;
}
}
 @media screen and (max-width: 450px) {
.about1-his .img-scroll {
	padding: 0 40px;
}
.about1-his .img-list li .item-date {
	font-size: 16px;
	font-size: 1.6rem;
}
.about1-his .img-list li .item-body {
	width: 70%;
}
}
/**************  about3  **************/
img {
	border: 0;
}
/*1*/
.ban {
	width: 1206px;
	height: 970px;
	position: relative; /*overflow:hidden;*/
	margin: 0px auto 0 auto;
}
.ban2 {
	width: 1206px;
	height: 787px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	right: 0px;
	-webkit-box-shadow: 0px 4px 10px 2px #d8d8d8;
	box-shadow: 0px 4px 10px 2px #d8d8d8;
}
.ban2 ul {
	position: absolute;
	left: 0;
	top: 0;
}
.ban2 ul li {
	width: 1179px;
	height: 763px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 13px;
	padding-bottom: 9px;
	background: #fff;
}
.prev {
	float: left;
	cursor: pointer;
}
/*2*/
.num {
	height: 194px;
	overflow: hidden;
	width: 1206px;
	position: relative;
	float: left;
}
.min_pic {
	padding-top: 15px;
}
.num ul {
	position: absolute;
	left: 0;
	top: 0;
}
.num ul li {
	width: 278px;
	height: 181px;
	margin-right: 29px;
	padding: 0px;
	padding-top: 11px;
}
.num ul li a {
	display: block;
	background: transparent;
	padding: 3px;
	padding-right: 2px;
}
.num ul li a img {
	width: 272px;
	height: 174px;
	display: block;
}
.num ul li.on a {
	background: #333333;
}
.num ul li.on {
	background: url(../images/sjt.png) no-repeat center top;
}
.prev_btn1 {
	width: 16px;
	text-align: center;
	height: 21px;
	margin-top: 47px;
	margin-right: 30px;
	cursor: pointer;
	float: left;
}
.next_btn1 {
	width: 16px;
	text-align: center;
	height: 21px;
	margin-top: 47px;
	cursor: pointer;
	float: right;
}
.prev1 {
	position: absolute;
	top: 350px;
	left: -105px;
	z-index: 9;
	cursor: pointer;
}
.next1 {
	position: absolute;
	top: 350px;
	right: -105px;
	z-index: 9;
	cursor: pointer;
}
.prev1 i, .next1 i {
	font-size: 70px;
	font-size: 7rem;
	color: #333;
}
.prev1 i:hover, .next1 i:hover {
	color: #275ca6;
}
.mhc {
	z-index: 99999;
	background: #000;
	width: 100%;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(Opacity=50);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
.tukuang {
	position: relative;
	display: block;
}
.tukuang img {
	display: block;
	max-width: 100%;
}
.lunboa {
	padding-bottom: 0px;
	padding-top: 3px;
}
.lunboa .ban .ban2 ul li {
	position: relative;
}
.lunboa .ban .ban2 ul li .mzz {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
	height: 54px;
	color: #fff;
	line-height: 54px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 22px;
	font-size: 2.2rem;
}
.lunboa .ban .ban2 ul li .mzz a {
	width: 100%;
}
.xiaoping {
	display: none;
}
.xiaoping li {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 20px;
	float: left;
}
.xiaoping li img {
	width: 100%;
	max-width: 845px;
	max-height: 546px;
}
.xiaoping li p {
	text-align: center;
	margin-top: 10px;
}
 @media screen and (max-width: 1419px) {
.ban {
	width: 920px;
}
.ban2 {
	width: 920px;
}
.ban2 ul li {
	width: 895px;
}
.ban2 ul li {
	height: 580px;
}
.ban2 {
	height: 603px;
}
.num {
	width: 920px;
}
.num ul li a img {
	width: 205px;
	height: 127px;
}
.num ul li {
	width: 211px;
	margin-right: 25px;
}
.num {
	height: 145px;
}
.ban {
	height: 763px;
}
.prev1 i, .next1 i {
	font-size: 60px;
	font-size: 6rem;
}
.prev1, .next1 {
	top: 270px;
}
}
 @media screen and (max-width: 1219px) {
.lunboa {
	display: none;
}
.xiaoping {
	display: block;
	padding-top: 20px;
}
}
 @media screen and (max-width: 999px) {
.xiaoping {
	padding-top: 0;
}
.fymain {
	padding-bottom: 40px;
}
}
/**************  about4  **************/
.zsbox {
	width: 288px;
	float: left;
	margin-left: 82px;
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
}
.zsbox img {
	display: block;
	width: 100%;
	max-width: 288px;
	max-height: 390px;
}
.zscover {
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: url(../images/zscover.png);
	text-align: center;
}
.zscover i {
	font-size: 38px;
	font-size: 3.8rem;
	color: #fff;
	margin-top: 49%;
	display: block;
}
.zscover span {
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	color: #fff;
	display: block;
	margin-top: 20px;
}
.zsbox:hover .zscover {
	top: 0;
}
.ms_ye {
	position: relative;
	text-align: center;
}
.ms_ye a {
	display: inline-block;
	width: 33px;
	line-height: 28px;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 16px;
	font-size: 1.6rem;
	background: #fff;
	color: #333333;
	border: 1px solid #e5e5e5;
}
.ms_sx {
	width: auto !important;
	padding: 0 18px !important;
	background: none !important;
	color: #333 !important;
}
.ms_sx:hover {
	color: #fff !important;
	background: #275ca6 !important;
	border: 1px solid #275ca6 !important;
}
.ms_ye .ms_current_ye, .ms_ye .active {
	color: #fff;
	border: 1px solid #275ca6;
	background: #275ca6;
}
.ms_ye a:hover {
	color: #fff;
	border: 1px solid #275ca6;
	background: #275ca6;
}
 @media screen and (max-width: 1419px) {
.zsbox {
	margin-left: 30px;
	width: 277px;
}
}
 @media screen and (max-width: 1219px) {
.zsbox {
	margin-left: 30px;
	width: 222px;
}
}
 @media screen and (max-width: 999px) {
.zsbox {
	width: 23%;
	margin: 0 1%;
	margin-bottom: 30px;
}
.zscover {
	position: static;
	background: none;
}
.zscover span {
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
}
.zscover i {
	display: none;
}
.ms_ye a {
	margin-bottom: 10px;
}
}
 @media screen and (max-width: 700px) {
.zsbox {
	width: 31.333%;
}
.zscover span {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 15px;
}
}
 @media screen and (max-width: 450px) {
.zsbox {
	width: 48%;
}
}
/**********   product1   **********/
.pzuo {
	width: 301px;
}
.pyou {
	width: 1058px;
}
.title1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 60px;
	font-family: "OpenSans-Bold_1";
	border-bottom: 1px solid #bfbfbf;
	padding-top: 12px;
}
.zitib {
	color: #333333;
	display: block;
	padding-left: 18px;
}
.subNav {
	line-height: 33px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #bfbfbf;
}
.subNav i {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 40px;
	color: #fff;
}
.subNav a {
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
	padding-left: 20px;
	margin-right: 60px;
}
.subNav:hover {
	background: #275ca6;
}
.subNav:hover i {
	color: #fff;
}
.subNav:hover a {
	color: #fff;
}
.subNav.currentDd {
	background: #275ca6;
}
.subNav.currentDd a {
	color: #fff;
}
.navContent {
	background: #f3f3f3;
	padding-top: 8px;
	padding-bottom: 14px;
}
.navContent p {
	line-height: 34px;
	padding-left: 33px;
}
.navContent p a {
	display: block;
	color: #666666;
}
.navContent p.currentp a {
	color: #275ca6;
}
.navContent p:hover a {
	color: #275ca6;
}
.navContent ul li {
	line-height: 34px;
	padding-left: 50px;
}
.navContent ul li a {
	color: #666666;
}
.navContent ul li:hover a {
	color: #275ca6;
}
.pbox {
	/*width: 343px;*/
	width: 23%;
	float: left;
	margin-left: 10px;
	text-align: center;
	margin-bottom: 42px;
}
.ptu {
	display: block;
	border: 1px solid #c8c8c8;
}
.ptu img {
	display: block;
	width: 100%;
	max-width: 508px;
	max-height: 394px;
}
.pp1 {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 17px;
}
.pp2 {
	margin-top: 18px;
	display: inline-block;
	position: relative;
}
.pp2 a {
	display: inline-block;
	width: 176px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-radius: 27px;
	border: 1px solid #d0d0d0;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
}
.pp2 input {
	cursor: pointer;
	position: absolute;
	top: 22px;
	left: -25px;
}
.pp1:hover {
	color: #275ca6;
}
.pp2 a:hover {
	color: #fff;
	border: 1px solid #275ca6;
	background: #275ca6;
}
.pcon {
	position: relative;
	overflow: hidden;
}
.pcover {
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: url(../images/lvbg.png);
}
.pcover img {
	width: 54px;
	height: 55px;
	position: absolute;
	left: 50%;
	margin-left: -27px;
	top: 50%;
	margin-top: -27px;
}
.pbox:hover .pcover {
	top: 0;
}
.xiangshang {
	display: inline-block;
	margin-left: 3px;
}
.xiangshang input {
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #275ca6;
	font-size: 16px;
	font-size: 1.6rem;
}
.xiangshang input:hover {
	background: #333;
}
.product1 .ms_ye {
	margin-top: 40px;
}
 @media screen and (max-width: 1419px) {
.pyou {
	width: 870px;
}
.pbox {
	width: 280px;
}
}
 @media screen and (max-width: 1219px) {
.pyou {
	width: 655px;
}
.pbox {
	width: 209px;
}
.pp2 a {
	width: 140px;
	height: 40px;
	line-height: 40px;
}
.pp2 input {
	top: 14px;
}
}
 @media screen and (max-width: 999px) {
.pyou {
	width: 100%;
}
.pzuo {
	width: 100%;
}
.pbox {
	width: 23%;
	margin: 0 1%;
	margin-bottom: 30px;
}
.pp1 {
	font-size: 14px;
	font-size: 1.4rem;
}
.pp2 a {
	font-size: 14px;
	font-size: 1.4rem;
	width: 112px;
}
.pcover {
	display: none;
}
.product1 .ms_ye {
	margin-top: 20px;
}
}
 @media screen and (max-width: 800px) {
.pp1 {
	margin-top: 10px;
}
.pbox {
	width: 31.333%;
}
.pp2 input {
	left: -18px;
}
}
 @media screen and (max-width: 550px) {
.pbox {
	width: 48%;
}
.pp2 {
	margin-top: 10px;
}
.subNav a {
	font-size: 16px;
	font-size: 1.6rem;
}
.subNav i {
	right: 15px;
}
.subNav a {
	margin-right: 40px;
}
}
 @media screen and (max-width: 370px) {
.pp2 a {
	width: 96px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
}
}
/************  product2  *************/
/*-------------2-2-products start----------------------------------------------------------*/
.product2 .prob-pic {
	width: 510px;
	float: left;
}
.product2 .prob-pic-big {
	position: relative;
	border: 1px solid #bfbfbf;
	padding-left: 100px;
}
.product2 .prob-pic-big-img {
	display: block;
	line-height: 0;
	font-size: 0;
}
.product2 .prob-pic-big-img .zoomPad {
	float: none;
	z-index: 8;
}
.product2 .prob-pic-big-img .zoomPad > img {
	max-width: 100%;
}
.product2 .zoomWrapperImage img {
	max-width: 1200px;
}
.product2 .prob-pic-small {
	position: relative;
	margin-top: 16px;
	padding: 0 36px;
}
.product2 .prob-pic-btn {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	display: block;
	text-align: center;
}
.product2 .prob-pic-btn i {
	color: #c4c4c4;
	font-size: 26px;
	font-size: 2.6rem;
}
.product2 .prob-pic-btn i:hover {
	color: #275ca6;
}
.product2 .prob-pic-btn.prev {
	left: 0px;
}
.product2 .prob-pic-btn.next {
	right: 0px;
}
.product2 .prob-pic-list {
	overflow: hidden;
}
.product2 .prob-pic-list ul {
	width: 1000%;
	overflow: hidden;
}
.product2 .prob-pic-list ul li {
	position: relative;
	float: left;
	margin-right: 0.6%;
	width: 2.93%;
}
.product2 .prob-pic-item .item-pic {
	border: 1px solid #c3c3c3;
	overflow: inherit;
	display: block;
}
.product2 .prob-pic-item .item-pic img {
	display: block;
}
.product2 .prob-pic-item .item-pic.zoomThumbActive {
	border: solid 1px #275ca6;
}
.product2 .prob-pic-item .item-pic img {
	-webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
	max-width: 100%;
	display: block;
}
.share-title {
	display: inline-block;
	color: #666666;
	position: relative;
	top: -8px;
	margin-right: 8px;
}
.share-pic {
	display: inline-block;
}
 @media screen and (max-width: 1219px) {
.zoomPad {
	cursor: default !important;
}
.zoomPup {
	display: none !important;
}
.zoomWindow {
	display: none !important;
}
.zoomPreload {
	display: none !important;
}
}
 @media screen and (max-width: 767px) {
.product2 .prob-pic {
	width: 100%;
}
.product2 .prob-pic-big {
	display: none;
}
.product2 .prob-pic-small {
	margin-top: 0;
}
.product2 .prob-pic-list ul li {
	margin-right: .2%;
	width: 4.9%;
}
.product2 .prob-pic-item .item-pic:before {
	display: none !important;
}
.product2 .prob-pic-item .item-pic.zoomThumbActive {
	border: 1px solid #c3c3c3;
}
}
 @media screen and (max-width: 650px) {
.product2 .prob-pic-list ul li {
	margin-right: .2%;
	width: 4.9%;
}
}
 @media screen and (max-width: 480px) {
.product2 .prob-pic-list ul li {
	margin-right: 0%;
	width: 10%;
}
}
/* pro-info */
.pro-info {
	width: 835px;
}
.pro-info .pro-title {
	font-size: 24px;
	font-size: 2.4rem;
	border-bottom: solid 1px #dcdcdc;
	line-height: 32px;
	font-style: normal;
	padding-bottom: 14px;
	margin-bottom: 15px;
	margin-top: 33px;
	font-family: "OpenSans-Bold_1";
}
.pro-info .pro-desc {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 26px;
	color: #282828;
	min-height: 97px;
	margin: 0 0 16px;
}
.pro-btn {
	display: inline-block;
	width: 170px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	background-color: #aaaaaa;
	color: #fff;
	margin-bottom: 15px;
}
.pro-btn:hover {
	background-color: #275ca6;
	color: #fff;
}
.pro-btns {
	margin-top: 49px;
	margin-bottom: 45px;
}
.pro-btn:first-child {
	margin-right: 57px;
}
 @media screen and (max-width: 1219px) {
.pro-info .pro-desc {
	height: auto;
	min-height: auto;
}
.pro-btn:first-child {
	margin-right: 25px;
}
}
 @media screen and (max-width: 767px) {
.pro-info {
	margin: 30px auto 0;
}
.pro-info .pro-title {
	font-size: 20px;
	font-size: 2rem;
	line-height: 30px;
}
.pro-btns {
	text-align: center;
}
.pro-btn:first-child {
	margin-right: 10px;
}
}
 @media screen and (max-width: 650px) {
.pro-btn {
	display: inline-block;
}
}
 @media screen and (max-width: 550px) {
.pro-btn {
	width: 45%;
	margin: 0 2%;
}
.pro-btn:first-child {
	margin-right: 0;
}
}
.pro2-detail {
	margin-top: 61px;
}
 @media screen and (max-width: 767px) {
.pro2-detail {
	margin-top: 30px;
}
}
.pro2-detail .item-desc {
	padding: 28px 0 30px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
}
.pro2-detail .item-desc, .pro2-detail .item-desc a, .pro2-detail .item-desc p, .pro2-detail .item-desc li, .pro2-detail .item-desc span, .pro2-detail .item-desc strong, .pro2-detail .item-desc b, .pro2-detail .item-desc i, .pro2-detail .item-desc em {
	color: #333;
}
.pro2-detail .item-desc img, .pro2-detail .item-desc iframe {
	max-width: 100%;
}
 @media screen and (max-width: 767px) {
.pro2-detail .item-desc {
	padding: 15px 0;
	line-height: 24px;
}
}
.pro2-title {
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	text-transform: uppercase;
	border-bottom: solid 1px #ccc;
	line-height: 34px;
	padding: 5px 0;
}
.pro2-title, .pro2-title a {
	color: #253E86;
}
 @media screen and (max-width: 767px) {
.pro2-title {
	font-size: 18px;
	font-size: 1.8rem;
}
}
/*-------------2-2-products end------------------------------------------------------------*/
.cpxx {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #333333;
}
.cpxx p, .cpxx strong, .cpxx li {
	color: #333333;
}
.cpxx a {
	color: #275ca6;
}
.cpxx img, .cpxx iframe {
	max-width: 100%;
}
.des {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #275ca6;
	margin-bottom: 58px;
	background: url(../images/desbg.jpg) repeat-x left center;
	margin-top: 48px;
	text-transform: uppercase;
}
.des span {
	color: #275ca6;
	display: inline-block;
	padding-right: 28px;
	background: #fff;
}
.chanpinx {
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
}
.chanpinx p, .chanpinx li, .chanpinx span, .chanpinx b {
	color: #333333;
}
.chanpinx a {
	color: #275ca6;
}
.chanpinx img {
	max-width: 100%;
}
.chanpinx iframe {
	max-width: 100%;
}
.chanpinx table, .nex table, .cpxx table {
	width: 97%;
	border-collapse: collapse;
}
.chanpinx tr td, .nex tr td, .cpxx tr td {
	line-height: 35px;
	padding: 0 2px;
}
.table {
	margin-top: 23px;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.chanpinx .table table td {
	border: 1px solid #dbdbdb;
	text-align: center;
}
.chanpinx .table table tr:first-child {
	background: #f2f2f2;
}
.chanpinx .table table tr td:first-child {
	background: #f2f2f2;
}
.chanpinx .table table td:first-child {
	text-align: center;
}
.zjpbt {
	text-align: center;
	font-size: 32px;
	font-size: 3.2rem;
	text-transform: uppercase;
	font-family: "OpenSans-Bold_1";
	background: url(../images/zjbg.jpg) no-repeat center center;
	margin-top: 80px;
	margin-bottom: 57px;
}
.zjpbt a {
	color: #275ca6;
}
.zjplunbo .img-scroll {
	position: relative;
}
.zjplunbo .prev, .zjplunbo .next {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -43px;
	color: #2c2c2c;
	text-align: center;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 50%;
	background: #d2d2d2;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.zjplunbo .prev i, .zjplunbo .next i {
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
}
.zjplunbo .prev:hover, .zjplunbo .next:hover {
	background: #104a9c;
}
.zjplunbo .prev {
	left: 0px;
	cursor: pointer;
}
.zjplunbo .next {
	right: 0px;
	cursor: pointer;
}
.zjplunbo .img-list {
	position: relative;
	margin-left: 28px;
	margin-right: 28px;
	overflow: hidden;
}
.zjplunbo .img-list ul {
	width: 10000%;
}
.zjplunbo .img-list li {
	float: left;
	display: inline;
	width: 327px;
	margin-right: 12px;
	position: relative;
	position: relative;
	text-align: center;
}
.zjplunbo .img-list li img {
	width: 100%;
	max-width: 508px;
	max-height: 394px;
	display: block;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.fyptu {
	display: block;
	border: 1px solid #bfbfbf;
}
.fypp {
	display: block;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 12px;
}
.fypp:hover {
	color: #104a9c;
}
 @media screen and (max-width: 1000px) {
.table {
	width: 100%;
	overflow: scroll;
}
.table table {
	width: 885px;
}
}
 @media screen and (max-width: 1419px) {
.pro-info {
	width: 655px;
}
.zjplunbo .img-list li {
	width: 277px;
}
}
 @media screen and (max-width: 1219px) {
.pro-info {
	width: 100%;
	margin-top: 20px;
}
.pro-info .pro-title {
	font-size: 24px;
	font-size: 2.4rem;
	padding-bottom: 15px;
}
.product2 .prob-pic {
	float: none;
	margin: 0 auto;
}
.zjplunbo .img-list li {
	width: 222px;
}
}
 @media screen and (max-width: 999px) {
.product2 .prob-pic {
	float: none;
	margin: 0 auto;
}
.pro-info {
	width: 100%;
	text-align: center;
	margin-top: 0px;
}
.pro-btns {
	margin-top: 35px;
}
.des {
	margin-bottom: 30px;
}
.zjplunbo .img-list li {
	width: 0.313333%;
	margin: 0 0.01%;
}
.zjpbt {
	margin-top: 55px;
	margin-bottom: 40px;
}
}
 @media screen and (max-width: 767px) {
.product2 .prob-pic-btn i {
	color: #333;
}
.des {
	font-size: 22px;
	font-size: 2.2rem;
	margin-top: 50px;
}
.zjpbt {
	font-size: 24px;
	font-size: 2.4rem;
}
.fypp {
	font-size: 16px;
	font-size: 1.6rem;
}
.zjplunbo .img-list li {
	width: 0.48%;
}
}
 @media screen and (max-width: 550px) {
.pro-info .pro-title {
	font-size: 20px;
	font-size: 2rem;
}
.chanpinx {
	font-size: 14px;
	font-size: 1.4rem;
}
.des {
	font-size: 20px;
	font-size: 2rem;
}
.zjpbt {
	background: none;
	margin-top: 30px;
	margin-bottom: 20px;
}
}
 @media screen and (max-width: 450px) {
.zjplunbo .img-list li {
	width: 0.98%;
}
}
/***************  case1  ***************/
.cbox {
	width: 329px;
	float: left;
	margin-left: 35px;
	margin-bottom: 39px;
	text-align: center;
}
.ctu img {
	display: block;
	width: 100%;
	max-width: 329px;
}
.cp1 {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 30px;
	margin-top: 21px;
}
.cp1:hover {
	color: #104a9c;
}
 @media screen and (max-width: 1419px) {
.cbox {
	margin-left: 25px;
	width: 273px;
}
}
 @media screen and (max-width: 1219px) {
.cbox {
	margin-left: 15px;
	width: 208px;
	margin-bottom: 25px;
}
.cp1 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 12px;
}
}
 @media screen and (max-width: 999px) {
.cbox {
	width: 23%;
	margin: 0 1%;
	margin-bottom: 25px;
}
}
 @media screen and (max-width: 767px) {
.cbox {
	width: 31.333%;
}
}
 @media screen and (max-width: 500px) {
.cbox {
	width: 48%;
}
.cp1 {
	font-size: 14px;
	font-size: 1.4rem;
}
}
/***************  video  ***************/
.vilie {
	width: 404px;
	float: left;
	margin-left: 94px;
	margin-bottom: 51px;
}
.vitu3 {
	position: relative;
	padding-bottom: 74.5%;
	height: 0;
	overflow: hidden;
}
.vitu3 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.vitu3 iframe body {
	margin: 0px !important;
}
.vizi {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	margin-top: 29px;
}
.video .ms_ye {
	margin-top: 10px;
}
 @media screen and (max-width: 1419px) {
.vilie {
	margin-left: 50px;
	width: 366px;
}
}
 @media screen and (max-width: 1219px) {
.vilie {
	margin-left: 30px;
	width: 306px;
}
}
 @media screen and (max-width: 999px) {
.vilie {
	width: 31.3333%;
	margin: 0 1%;
	margin-bottom: 30px;
}
.vizi {
	margin-top: 15px;
	height: 40px;
}
}
 @media screen and (max-width: 767px) {
.vilie {
	width: 48%;
}
}
 @media screen and (max-width: 420px) {
.vilie {
	width: 98%;
	margin-bottom: 20px;
}
}
/**********  news1  **********/
.m3_tl {
	width: 135px;
	height: 135px;
	background: #fff;
	border: 2px solid #cccccc;
	margin-top: 54px;
}
.m3_tl span {
	display: block;
	width: 100%;
	text-align: center;
	color: #333333;
}
.m3_tl .sp1 {
	font-size: 72px;
	font-size: 7.2rem;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 23px;
	line-height: 70px;
}
.m3_tl .sp2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
}
.m3_tc {
	padding-left: 410px;
	color: #333;
	padding-top: 36px;
	margin-right: 190px;
}
.m3_tc a {
	color: #333333;
	display: block;
}
.m3_tc a:hover {
	color: #1e4a9e;
}
.main3 .title:hover {
	color: #1e4a9e;
}
.m3_tc .tit {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	font-family: "OpenSans-Bold_1";
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.m3_tc .p1 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	color: #666666;
	margin-top: 27px;
	margin-bottom: 36px;
}
.m3_tc .p2 {
	display: inline-block;
	width: 176px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-radius: 27px;
	border: 1px solid #d0d0d0;
	font-size: 16px;
	font-size: 1.6rem;
}
.m3_tc .p2:hover {
	background: #1e4a9e;
	border: 1px solid #1e4a9e;
	color: #fff;
}
.m3_tr {
	width: 374px;
	position: relative;
}
.m3_tr img {
	max-width: 374px;
	max-height: 279px;
	display: block;
	width: 100%;
}
.m3_tc2 {
	position: relative;
	top: -5px;
}
.main3_top {
	margin-bottom: 39px;
}
.news1 .ms_ye {
	margin-top: 97px;
}
 @media screen and (max-width: 1219px) {
.m3_tr {
	width: 320px;
}
.m3_tc {
	padding-left: 345px;
	padding-top: 10px;
}
.m3_tc .p1 {
	margin-bottom: 20px;
}
}
 @media screen and (max-width: 999px) {
.m3_tr {
	width: 270px;
}
.m3_tc {
	padding-left: 290px;
	padding-top: 2px;
	margin-right: 110px;
}
.m3_tc .p1 {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 15px;
}
.m3_tc .p2 {
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
}
.m3_tl {
	width: 90px;
	height: 90px;
	margin-top: 20px;
}
.m3_tl .sp1 {
	font-size: 40px;
	font-size: 4rem;
	line-height: 44px;
	margin-top: 12px;
}
}
 @media screen and (max-width: 767px) {
.m3_tc .tit {
	font-size: 16px;
	font-size: 1.6rem;
}
.m3_tr {
	width: 230px;
}
.m3_tc {
	padding-left: 249px;
}
.m3_tc .p1 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.m3_tc .p1 {
	line-height: 28px;
	height: 84px;
}
}
 @media screen and (max-width: 600px) {
.m3_tr {
	width: 350px;
}
.m3_tc {
	padding-top: 280px;
	padding-left: 0;
	margin-right: 0;
}
.m3_tl {
	margin-top: 0;
}
}
 @media screen and (max-width: 480px) {
.m3_tr {
	width: 300px;
}
.m3_tc {
	padding-top: 240px;
}
}
 @media screen and (max-width: 420px) {
.m3_tr {
	width: 250px;
}
.m3_tc {
	padding-top: 200px;
}
}
 @media screen and (max-width: 370px) {
.m3_tr {
	width: 220px;
}
.m3_tc {
	padding-top: 178px;
}
.m3_tl .sp1 {
	font-size: 34px;
	font-size: 3.4rem;
	margin-top: 4px;
}
.m3_tl {
	width: 74px;
	height: 74px;
}
}
/**********  news2  **********/
.news2 h1 {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 29px;
	text-align: center;
	line-height: 30px;
	font-family: "OpenSans-Bold_1";
}
.kejisj {
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 6px;
	padding-bottom: 7px;
}
.kejisj span {
	line-height: 30px;
	display: inline-block;
	color: #333333;
}
.kejisj i {
	font-size: 22px;
	font-size: 2.2rem;
	color: #333333;
	margin-right: 5px;
}
.nshare {
	display: inline-block;
	margin-left: 10px;
}
.nshare1 {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666666;
	margin-right: 13px;
}
.nshare2 {
	display: inline-block;
	top: 5px;
	position: relative;
}
.nshare2 img {
	vertical-align: middle;
}
.nex {
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 33px;
	padding-bottom: 48px;
	margin-bottom: 38px;
	border-bottom: 1px solid #cccccc;
	color: #333;
}
.nex span, .nex li, .nex p, .nex b {
	color: #333;
}
.nex a {
	color: #1e4a9e;
}
.nex img, .nex iframe {
	max-width: 100%;
}
.xwsx {
	line-height: 28px;
	margin-top: 14px;
}
.xwsx span {
	display: inline-block;
	width: 84px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #dcdcdc;
	text-align: center;
	margin-right: 15px;
	color: #333333;
}
.xwsx a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
}
.xwsx a:hover {
	color: #1e4a9e;
}
 @media screen and (max-width: 767px) {
.news2 h1 {
	font-size: 18px;
	font-size: 1.8rem;
}
.nex {
	padding-top: 30px;
	padding-bottom: 40px;
}
}
/*****************  contact  ****************/
.contact {
	background: url(../images/contactbg.jpg) no-repeat center top;
}
.lxlist {
	background: url(../images/lxxu.png) repeat-x center 42px;
	padding-bottom: 42px;
}
.lxlist li {
	float: left;
	text-align: center;
	width:16%;
}
.lxlist li span {
	display: block;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	border: 1px solid #333333;
	line-height: 88px;
	text-align: center;
	margin: 0 auto;
}
.lxlist li span i {
	font-size: 32px;
	font-size: 3.2rem;
}
.lxlist li:hover span {
	background: #275ca6;
}
.lxlist li:hover span i {
	color: #fff;
}
.lxlist li b {
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	display: block;
	margin-top: 16px;
	margin-bottom: 10px;
	font-family: "OpenSans-Bold_1";
	text-transform: uppercase;
}
.lxlist li p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	color: #333333;
}
.lxlist li p a {
	color: #333333;
}
.lxlist li p a:hover {
	color: #275ca6;
}
.like1 {
	color: #1e4a9e;
	font-size: 36px;
	font-size: 3.6rem;
	font-family: "OpenSans-Bold_1";
	text-align: center;
}
.like2 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #1e4a9e;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 48px;
	text-align: center;
}
.lxyou form {
	width: 628px;
	margin: 0 auto;
}
.lxyou .xing input {
	width: 265px;
	height: 44px;
	padding-left: 10px;
	color: #333333;
	border-radius: 5px;
	background: #e4e4e4;
}
.lxyou .xing {
	padding-left: 14px;
	margin-bottom: 17px;
}
.lxyou .xing2 {
	background: url("../images/xing.png") no-repeat left 20px;
}
.lxyou .xing select {
	width: 613px;
	height: 44px;
	padding-left: 10px;
	color: #333333;
	border-radius: 5px;
	background: #e4e4e4;
	border: none;
}
.lxyou .textarea {
	width: 603px;
	padding-left: 10px;
	line-height: 40px;
	height: 178px;
	color: #333333;
	background: #e4e4e4;
	border-radius: 5px;
}
.lxyou .xing input.capt {
	width: 127px;
	padding-left: 10px;
	color: #333333;
	height: 44px;
	line-height: 44px;
}
.lxyou .yzm {
	cursor: pointer;
	vertical-align: middle;
	margin-left: 19px;
}
.lxyou .xing3 {
	display: inline-block;
}
.lxyou .csub {
	width: 320px;
	height: 44px;
	text-align: center;
	text-align: center;
	background: #275ca6;
	color: #fff;
	float: right;
	cursor: pointer;
	line-height: 44px;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 5px;
	font-family: "OpenSans-Bold_1";
}
.lxyou .csub:hover {
	background: #333;
}
.ditu {
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	max-width: 1371px;
	margin: 0 auto;
	margin-top: 59px;
}
.ditu img {
	display: block;
	width: 100%;
	max-width: 1371px;
	max-height: 552px;
}
 @media screen and (max-width: 1419px) {
.lxlist li {
	width: 171px;
}
}
 @media screen and (max-width: 1219px) {
.lxlist li p {
	font-size: 14px;
	font-size: 1.4rem;
}
.lxlist li {
	width: 140px;
}
}
 @media screen and (max-width: 999px) {
.lxlist li {
	width: 33.33%;
	margin-bottom: 20px;
}
.lxlist {
	background: none;
}
}
 @media screen and (max-width: 767px) {
.like1 {
	font-size: 24px;
	font-size: 2.4rem;
}
.ditu {
	margin-top: 30px;
}
.lxyou form {
	width: 100%;
}
.zydiv {
	width: 100%;
}
.lxyou .xing input {
	width: -webkit-calc(100% - 12px);
	width: -moz-calc(100% - 12px);
	width: calc(100% - 12px);
}
.lxyou .xing select {
	width: 100%;
}
.lxyou .textarea {
	width: -webkit-calc(100% - 12px);
	width: -moz-calc(100% - 12px);
	width: calc(100% - 12px);
}
.lxyou .xing input.capt {
	width: -webkit-calc(100% - 12px);
	width: -moz-calc(100% - 12px);
	width: calc(100% - 12px);
}
.lxyou .xing3 {
	display: block;
}
}
 @media screen and (max-width: 650px) {
.lxlist li {
	width: 33.333%;
}
}
 @media screen and (max-width: 500px) {
.lxlist li {
	width: 50%;
}
.lxyou .csub {
	width: -webkit-calc(100% - 14px);
	width: -moz-calc(100% - 14px);
	width: calc(100% - 14px);
	margin-top: 17px;
}
.like1 {
	font-size: 20px;
	font-size: 2rem;
}
.like2 {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 30px;
}
}
/***********  xiala  ***********/
.yiji {
	position: absolute;
	z-index: 9999;
	width: 284px;
	background: #d8d8d8;
	top: -9999px;
	left: 0;
}
.yiji li {
	position: relative;
}
.yiji li a {
	display: block;
	color: #333333;
	line-height: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 28px;
	padding-right: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
.yiji li:hover > a {
	background: #104a9c;
	color: #fff;
}
.erji {
	position: absolute;
	left: 100%;
	top: -999px;
	width: 284px;
	background: #d8d8d8;
}
.navlist > li:hover .yiji {
	top: 100%;
}
.yiji > li:hover .erji {
	top: 0px;
}
 @media screen and (max-width: 999px) {
.yiji {
	display: none;
}
}
.ce {
	position: fixed;
	right: 0px;
	top: 30%;
	width: 69px;
	text-align: center;
	z-index: 9999999999;
}
.ce li {
	height: 69px;
	line-height: 69px;
	cursor: pointer;
	margin-bottom: 2px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	border-radius: 5px;
}
.ce li a {
	display: block;
	height: 69px;
}
.ce li i {
	font-size: 30px;
	font-size: 3rem;
	color: #fff;
}
.ce1 {
	background: #389ab6;
}
.ce .ce1 .tel {
	position: absolute;
	top: 1px;
	left: 125px;
	max-width: 200px;
	background-color: #0099CC;
	font-size: 20px;
	color: #FF0000;
	margin-left: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 700;
}
.ce .ce1:hover .tel {
	left: -260px;
}
.ce2 {
	background: #13c1f3;
}
.ce3 {
	background: #157eee;
}
.ce4 {
	background: #00bb0c;
}
.ce .ce4 .ewm {
	position: absolute;
	bottom: 0;
	left: 125px;
	max-width: 120px;
	width: 120px;
	height: 120px;
}
.ce .ce4:hover .ewm {
	left: -125px;
}
 @media screen and (max-width: 767px) {
.ce {
	bottom: 0;
	top: auto;
	width: 100%;
}
.ce li {
	width: 50%;
	margin: 0;
	float: left;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.link {
	padding-bottom: 10px;
}
.ce .ce4 .ewm {
	position: absolute;
	bottom: 50px;
	left: 80%;
	margin-left: -60px;
	display: none;
}
.ce .ce4:hover .ewm {
	left: 80%;
}
.ce li i {
	font-size: 24px;
	font-size: 2.4rem;
}
.ce .ce1 .tel {display: none;}
}
.hdtop {
	position: fixed;
	right: 20px;
	bottom: -100px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	cursor: pointer;
	z-index: 99999;
}
.hdtop i {
	font-size: 60px;
	font-size: 6rem;
	color: #104a9c;
}
 @media screen and (max-width: 767px) {
.hdtop i {
	font-size: 40px;
	font-size: 4rem;
}
}
/*********************fangdaxiaoguo**********************/
#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;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	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);
	font-family: Verdana, Geneva, sans-serif;
}
#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: -webkit-calc(50% - 30px);
	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: -webkit-calc(2% + 6px);
	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);
}
}
@font-face {
	font-family: "OpenSans-Bold_1";
	src: url("../fonts/OpenSans-Bold_1.woff2") format("woff2"), url("../fonts/OpenSans-Bold_1.woff") format("woff"), url("../fonts/OpenSans-Bold_1.ttf") format("truetype"), url("../fonts/OpenSans-Bold_1.eot") format("embedded-opentype"), url("../fonts/OpenSans-Bold_1.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "OpenSans-Regular_1";
	src: url("../fonts/OpenSans-Regular_1.woff2") format("woff2"), url("../fonts/OpenSans-Regular_1.woff") format("woff"), url("../fonts/OpenSans-Regular_1.ttf") format("truetype"), url("../fonts/OpenSans-Regular_1.eot") format("embedded-opentype"), url("../fonts/OpenSans-Regular_1.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "OPENSANS-SEMIBOLD";
	src: url("../fonts/OPENSANS-SEMIBOLD.woff2") format("woff2"), url("../fonts/OPENSANS-SEMIBOLD.woff") format("woff"), url("../fonts/OPENSANS-SEMIBOLD.ttf") format("truetype"), url("../fonts/OPENSANS-SEMIBOLD.eot") format("embedded-opentype"), url("../fonts/OPENSANS-SEMIBOLD.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
/*
font-family: "OpenSans-Bold_1";
font-family: "OPENSANS-SEMIBOLD";
*/
/*
font-family: "OpenSans-Bold_1";
font-family: "OPENSANS-SEMIBOLD";
*/

/*# sourceMappingURL=index.css.map */

.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;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
 * width:100px;
 * height:49px;
}
.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;
	/*opacity:0.5;*/
	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;
}
/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/








.ms_ye a.no:hover {
	background: #fff!important;
	color: #333333!important;
	border: 1px solid #e5e5e5!important;
}
.tukuang {
	cursor: default;
}
.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: 1400px) {
.yiji {
	position: absolute;
	z-index: 9999;
	width: 204px;
	background: #d8d8d8;
	top: -9999px;
	left: 10%;
}
}
.listcart {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.listcart a {
	background: #fff;
	display: inline-block;
	height: 30px;
	width: 200px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	color: #104a9c;
	cursor: pointer;
	border: 1px solid #104a9c;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px;
}
.listcart a:hover {
	border: #104a9c solid 1px;
	background: #104a9c;
	color: #fff!important;
}
 @media screen and (max-width:999px) {
.listcart a {
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-top: 1rem
}
}
.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;
}
.ppp {
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}
body {
	font-family: "Microsoft Yahei", "微软雅黑"!important;
}
body a {
	font-family: "Microsoft Yahei", "微软雅黑"!important;
}
body p {
	font-family: "Microsoft Yahei", "微软雅黑"!important;
}
body div {
	font-family: "Microsoft Yahei", "微软雅黑"!important;
}
.nra2, .syap2, .ap2, .about1-his .img-list li .item-body.l .item-desc, .cpxx, .chanpinx p, .m3_tc .p1, .nex p, .about1-his .img-list li .item-desc {
	text-indent: 2em!important;
}
.chanpinx p img {
	text-indent: 0em!important;
	display: block;
	margin: 0 auto;
}
.bshare-custom a {
	padding-left: 19px;
	height: 16px;
	_height: 18px;
	text-decoration: none;
	display: none;
	zoom: 1;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	margin-right: -19px!important;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
 @media screen and (max-width:767px) {
.bshare-custom.icon-medium-plus a {
	padding-left: 59px!important;
	height: 32px;
}
}
.lxbox {
	width: 100%;
	margin-left: 2%;
	float: left;
	margin-bottom: 30px;
}
.lxbox div {
	padding: 20px;
	border: 1px solid #ddd;
}
.lxbox span {
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
	font-family: "OpenSans-Bold_1";
	line-height: 30px;
	margin-top: 10px;
}
.lxbox p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
}
 @media screen and (max-width: 1219px) {
.lxbox span {
	font-size: 16px;
	font-size: 1.6rem;
}
.lxbox p {
	font-size: 14px;
	font-size: 1.4rem;
}
}
@media screen and (max-width: 999px) {
.lxbox {
	width: 31.333%;
	margin: 0 1%;
	margin-bottom: 30px;
}
}
@media screen and (max-width: 650px) {
.lxbox {
	width: 98%;
	margin-bottom: 20px;
}
.lxbox span {
	margin-top: 2px;
}
}
