@charset "UTF-8";/*!
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('../home_files/iconfont.eot?t=1567991828549'); /* IE9 */
  src: url('../home_files/iconfont.eot?t=1567991828549#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAzkAAsAAAAAFkQAAAyVAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCGBAqacJVdATYCJANgCzIABCAFhG0HgXgbtxIjETaLskpC9tcHdFyNXWBtAdcjmQiSTSlGiNuOqEvHscU+lbrkC/2Sxv08lJIHaq73bZK7yyegthoAFQD4SlRkOxWOhKzG8UAqW5TVPwCGp23+u8DgRKLM6bRxYUSsMO/AWCQsi7k4toatwe5VW7nIO+7ror9/v4scILCMlmu6inh3/95RVGfWvvXaE7JIDGbZM4RNGENfUQABP+3n6kQbP7TZoa8tRkq5m99u4nCYe6YlMUlbRCVDyIWQOimic0pFf1oByY49wHM1URdOJqBav1lh4+adB+UymjNAiysXz5+Ux4KyEiHIPeWcHbM8PFKSJw+SB3jo/nz4Y0XISZRS2qn2ntt0xtoi7c87hFwmj6QHPOmPg9mNFLPICD9yMz+B1KezLqvOa595Sa9G8rK1xZZiTpEePePV2BOHJscmH04+mfxu8qdv3pnNJeLZgke8ou+bHJ18IPtxaBoPenVxvzBoWD9t1jxbnOGf8zIlibKKXJVqNWrVqdegUZNmLVq1adchEMqweS2EUfB3OBWLCaQUs4GMYg5QokgHEqIHUCZ6AhXiFSAnXgWqiD1ANbEPqCH2A7XEAaCOOAjUE4eABuIo0EgcA5qID4Bm4kOghfgEaCV+B7QRfwTaiT8BHfx5Z73SWSeuvojVZBmlp4T8eWUmkV5/NOjSVJ64sxJWSRPZ11IVddr6e2WJkw2HGIltBRYWjjb8hTleU+xkAq6NjaUl19Iex4bH84diXB0FAok1m49hEI/Ns0T5fBZcSxMYoeQwjDtSZ1LYUtQmbY++i+zUdSs8efm1rEPYMFvXBiFFUvUKI4AgmGzxWL28xSG2TKpuH/IlIC2G6Y0AkGLCaNfiIy3xKqQvUnFNonhCsU1fKphJJf2JoCgVpG3XtwKApYZsYbMB6ZFC3W6obccKKAqnaYJhlCbTMvlNWp/EMylKwTNFUb0lzXpPonQ+tV6KMu2SXksh6uOupu0gk0mjkyiKhiETyCdbRNsHiIVWepWZW9xYWiIapfxLCtRZy1dkFi7PVqtyCpkTBD2OE80Vy0tEmYaGZhdzVFDvFaYDebReyWgVJh1OkWojadBJoGe6zI5BkVbK6JfpTNmmA8rnjJ7OovfjT6iFOiqaIokuWs/EtaDdM+AyVdtGXsZ3RSvZuU5nmqMdxAeD8Ti/9pkD1ZJ+E6RVTpUzemLOnCbxyfeiluqN4ts0tto6JJ1QOq2EsbG7GTYS1rzsEuVlmnApY4hWSmSgE7pocfFd75vnC0seeDSYFNUvoGXSmhvtidIOH4OhtC+ia0xsbJYWS/2Km8dBy1+xepdMHXJc+XAE0WTgy8L9TfQF3qGbkb8NwxCDlGstnTLCuNeZsjMo3MQFNbyjiO4WdRObp/NYpSoBaOXTEP7N5y4srcMWVTHG14sXqNRGgJI7iySsYumKTbx3QTVh1EuVKwxEaZcnp7kHgrTdXjYNnXY7yrrZNjpzwXhpR2VVdyhbd8sJlHSybXXdDpD2ghf7WqcTWtkVgunb21ymB+Pqu+wBacSwmz0urC3aC3fu3fBSFDUVFV14Zfrrra2NdYEeSPvMxNZRD3oBeblrLIQYEjeSt9i6O22BsWEHIGlMzzxmCJJi69KvXXKF5UFal35oGEwvv+mg40YA6dS3qJghaEpioGIeEoSRzmAYOU3j1JeypokNhmH3cibkOk0YO7xumBzLTEqDKSUaSkReCm0zOUQKsXPbhMCV1+kQrKwKYhhF4+VeT3dHe3dxk+X0jnk0V/RWhH7Em1A8ZpYWtUmK27H8NKIpuJRHoe21XmBB9oVwbw5Altr+nTf6mQF9n3Nlb8EdRG04yuIOz9G3AiUGcxBMpeIDnlrdru3W+SxvIS+9cn2PVrYl4F16vyxyRfp0nTjB9Q4XAo+HPll2vemC4iECd0k4H4WLnp7uciR2R8yO2CMvnX3/kRiz8Atn2x3wFHeA9BBWpcVn4SpJnNXy/NiCuCRLIEmUywv/s+GI60fsmfnGifGJ544ts5eu57Rzv7bG924190fOTn1qC1aBHby6ulfFq75raPy1JCx7CLW0RLN82NJiCJU3tECHQW505U37o9ygKUHcox3nPsWdHZFdRzLatC2qR8Yn0Hrmj4/XI6F/HHEWHJ8Ap1SrwVX16luPRa8GbRqRV6+QJqSx6jau2Q5XVsIpbK+syoCrqsKrV1Ve9eZOdxka/hFM5w4P/QR+kj9EeVz0IfKAx3+AEumsh0ALcLk2zzUXkM+TyBIuTn7lR77CdBg5f6ItDGrjlra3tznjTq0d7WXOSU8+K7hBXEvxnrwF43R5eysNz57tugn8uW/CLKsZZK0M+G8i8SlbucOkJlOr2biVP3Px3qRE1r2Ksp32pS/bzhytKO3ISk7ap/AVb163a9/cp9vyie8LCEX+N4q8AsX3+Qpl3jevvNTi78XbwXjt+Hbx/+Id8ln3QQmRfTqqdFthghqXnI6uPxN9FBY8diYqsyJ0sTchz6LhIGbsGlx2Sv16x6TAwODQo2FBTpSA58KozQ4y+DRhaxm2QDhNahGPjvPCPfYlL/HM9cAPHVS453kMOQb+fB74f8wAv3HOYu7PgX+stA+9i/71G3obvVXBu2j49W/FTt2K0H6dJV8+lxxuzU6g27bOAxvebF7LWtaZuTQrKjZ0djbsXNB4QTU3AKqsF34PAjNvlBm/ROdY5UxdOWP4rcWK4BACXuyzZNpa4yVByvrhMk7DD1fPTVVpKudphOeolQElnp7TOwCNOjmhdE6A4XXsnb5o5rhsDs1yckRpRsnJCbgie2phhkIaLdf3pS00HMq+Ts1cV2G1F2lkqNrHT+Ryjs1N9OR0ptzJ2VSzzgbYYIA3LFzEsocLuB/47jS70TzeiTj2pwFAWG+vRBQutOh1+OmnL53DrY+eDj991DrcyQSgRSZNAFKDBriskifKMZFlBCvOlYWiERYiObZzSU18fFbKrqU4F3c8m8SD10KrqTVDNQH2/vYB1IKu1ol/VAc5DjoGsdlGLhiMf6YXMbB50cuOA22zdncUOgRZb3Wue+vtb4Yx+H//KDFL7OsQ5ChwdLcOFPwgjPP/H8ZA4eq0iGPfeQMXbNpZeoI9Ldt+3ZKgE1xH1MHl56X2od6zeL8skrnlnEWlOcJpIw4zXno6P7ul6eM59zkE6+Yskc0V/eGR+DirgCQL5py/Jcs2xK5ZE2vIlukn5qR/HxB1wXbD/OVrlJo58/u2hCnvPspJW5AuyQxXx4dk8FkLEzl7DwW3+BeyLLv+V0XmBq6PT43nrP7q2jHbIrjqVxsUB6JlWx2uJCYK5qzJ4H9X9rJFcJP1X/57nhq12nEcBGX7y5y139bVwVfg70eQciL3VEawbO+5VGOKrb8foRHDZ4Y7k7fUTPhNhMr8ZMKVNRXYlRldOuTpPGR7d/UR+Ax8vfr+v9qd6uOwS9nnlWGOS1fN23B74493Me5+XmaTtGkQAOUU/Pgb0hvxIGCA9HC95CH3uOTqHkZ44JJ/DUh7G/sWCXr7kiMqFdWYbjZcBJy4XxXXEle1qbnJKn11Oji5d+e+lMi2CLztyv7J1LbLRER7ZArYSOYsGvefGZjHkN+RcNSe9StCio+LNdr9/kR2ZZKsZBvoDzKnu6X/aWvCkAX0RF22F+T78keRPUDLR/6DX2LlJf8j+FiL3UTCzI/M6/2FHCC0F6tE8jIPW9t35gktbcsPcEYKgaLecd23fyZX8ubB9LvHG6L/59g/Z8nH8jciNPVH+iFQIZfQsgI/ir2ypuVHZM9YG4Y6M3GY5nTqylIJy4+yJvNo+k5HVcoTVOtz+HnMbfZtTt62z3ge5DELgxIVfSiVGxVn8llUUmMVKsutQdVmbKlbo8UtKdRZVfa0O4CCRq9Qot5rlGr0QZzJv6KSdv9QWWNIUbXDQXjAGuOrNtUbAidoWH1jRthRKkKV1/Ib1KnnGLW5mn9Ab0rYYjpP1nzBCNjHJv6slkSSSbQD+yROB31vmUPbgqCpJnLH2UzmbToVdggqGxA42Ukbpr4ZG2FHOT9Vqe//BnXqOZYMKBn/A3qTySz+9gesIf5iY60B59Len9USIZfM7I52YD6RQ69XWsblL9eCoCndotwdzXAiWZdNx3cPtwRz8Q2qvZfOkZCKqumGadmO6/kn795/+Pjp85ev8qvgPVeQaDtAXhulABeufLXgOu1B0i5Do/TulnvgKPQa1toUF83Jc+dKut4i502DfW6XCzsSF5TCwE2f2YsuYsmvqe9uDuLjzc8uIJpskQ22Nj2kZN1ing2Fm+ViwWIeBAAA') format('woff2'),
  url('../home_files/iconfont.woff?t=1567991828549') format('woff'),
  url('../home_files/iconfont.ttf?t=1567991828549') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../home_files/iconfont.svg?t=1567991828549#iconfont') 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-message:before {
  content: "\ebe1";
}

.icon-home:before {
  content: "\e64e";
}

.icon-bigger1:before {
  content: "\e647";
}

.icon-bigger3:before {
  content: "\e649";
}

.icon-bigger4:before {
  content: "\e64a";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-search5:before {
  content: "\e7b3";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address:before {
  content: "\e7c2";
}

.icon-contact:before {
  content: "\e7c3";
}

.icon-email:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-fax:before {
  content: "\e7c8";
}

.icon-skype:before {
  content: "\e7c9";
}

.icon-tel:before {
  content: "\e7cc";
}

.icon-wechat:before {
  content: "\e7cd";
}

.icon-mobile:before {
  content: "\e7d0";
}

.icon-top10:before {
  content: "\e7ed";
}

.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: Arial, Helvetica, sans-serif; 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: Arial, Helvetica, sans-serif; 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: #999999; }

:-o-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999999; }

::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999999; opacity: 1; }

:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #999999; }

.wp { width: 1200px; margin: auto; }

@media screen and (min-width: 1220px) { .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: 23px; height: 18px; position: absolute; top: 15px; right: 12px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.container .menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #333; }

@media screen and (min-width: 768px) { .container, .nav { display: none !important; } }

/***********  lunbo  *************/
.banner { position: relative; z-index: 2; overflow: hidden; }

.banner .carouse { max-height: 916px; overflow: hidden; }

.banner .slideItem { position: relative; }

.banner video { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; min-height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0; }

.banner .dotList { position: absolute; left: 0; width: 100%; bottom: 106px; }

.banner .dotList ul { text-align: center; }

.banner .dotList ul li { position: relative; margin: 0 8px; width: 18px; height: 18px; background: url("./dian1.png") no-repeat center; }

.banner .dotList ul li.active { background: url("./dian2.png") no-repeat center; }

.banner.hide { display: none; }

.banner .carousel-control.left { left: 55px; width: 62px; height: 62px; background-position: -35px 0; background-repeat: no-repeat; cursor: pointer; }

.banner .carousel-control.right { right: 55px; width: 62px; height: 62px; background-position: -35px 0; background-repeat: no-repeat; cursor: pointer; }

@media screen and (max-width: 959px) { .banner { display: block; }
  .banner .dotList { bottom: 10px; }
  .banner .dotList ul li { margin: 0 5px; }
  .banner.hide { display: block; }
  .n-banner { display: none; } }

.slide .carouse { width: 100%; overflow: hidden; position: relative; }

.slide .slideItem .banner-img { width: 100%; cursor: pointer; }

.slide .carouse .slideItem { width: 100%; position: absolute; }

.slide .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }

.slide .dotList { text-align: center; margin-top: 20px; }

.slide .dotList ul li { display: inline-block; width: 14px; height: 14px; cursor: pointer; }

.slide .dotList ul li.active { background-position: 0 0; }

.slide .carousel-control { position: absolute; top: 45%; width: 30px; height: 30px; z-index: 999; }

.slide .carousel-control.left { left: 0; background-position: 0; cursor: pointer; }

.slide .carousel-control.right { right: 0; background-position: 0; cursor: pointer; }

.slide .slidedetail { display: none; }

.imgtoVideo img { width: 100%; }

.imgtoVideo > div { padding: 1px; position: relative; cursor: pointer; width: 49%; display: inline-block; }

.imgtoVideo > div:hover .imgtoVideoDetail { display: block; }

.imgtoVideo .imgtoVideoDetail { width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 1px; display: none; }

.imgtoVideo .imgtoVideoDetail > div { background: rgba(0, 98, 197, 0.8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49); width: 100%; height: 100%; text-align: center; }

.imgtoVideo .tovideo .imgtoVideoDetail { display: block; }

.imgtoVideo .tovideo .imgtoVideoDetail > div { background: #0c2d47; width: 60px; height: 60px; color: #fff; line-height: 60px; vertical-align: middle; margin: 0 auto; margin-top: 17%; }

.imgtoVideo .imgtoVideoDetail .fa-search { color: #fff; font-size: 25px; margin-top: 21%; }

.contentIV { position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 100%; display: table; background: rgba(20, 43, 73, 0.8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49); margin: 0 auto; z-index: -999; max-width: 1024px; display: none; }

#picturetoVideo .carouse .slideItem { display: table; height: 100%; }

#picturetoVideo .carouse .slideItem > div { display: table-cell; vertical-align: middle; text-align: center; }

#picturetoVideo .carouse .slideItem .banner-img { max-width: 100%; width: auto; }

.closeContentIV { position: absolute; top: 10px; right: 10px; font-size: 25px; color: #fff; font-weight: bold; cursor: pointer; z-index: 999; }

/***********  toplx  ************/
.toplx { background: #c9a367; padding-top: 4px; padding-bottom: 7px; }

.toplx ul { float: right; }

.toplx p, .toplx a { color: #fff; }

.toplx ul li { line-height: 30px; }

.key { line-height: 30px; }

.toplx a:hover { color: #333; }

/***********  head  ************/
.head { background: #fff; }

.logo { padding-top: 9px; }

.logo img { max-width: 100%; }

.navlist { padding-top: 46px; }

.navlist2 { display: none; }

.navlist > li { float: left; position: relative; padding-bottom: 25px; }

.navlist > li > a { font-size: 16px; font-size: 1.6rem; font-weight: bold; display: block; padding: 0 7px; line-height: 36px; border-radius: 18px; }


.navlist > li:hover > a { background: #c9a367; color: #fff; }

.navlist > li.currentnav > a { background: #c9a367; color: #fff; }
.navlist > .active > a{ background: #c9a367; color: #fff; }

.search { margin-top: 53px; position: relative; margin-left: 10px; }

.search form { position: absolute; top: 100%; right: 0; z-index: 99; display: none; }

.search > i { cursor: pointer; font-size: 18px; font-size: 1.8rem; color: #090909; }

.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: 1219px) { .navlist > li > a { padding: 0 10px; }
.navlist > li > a { font-size: 14px; font-size:1.4rem;} }

@media screen and (max-width: 999px) { .navlist { width: 100%; padding-top: 25px; }
  .navlist > li { padding-bottom: 15px; } }

@media screen and (max-width: 880px) { .navlist > li > a { font-size: 14px; font-size: 1.4rem; } }

@media screen and (min-width: 768px) and (max-width: 880px) { .navlist > li > a { font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 800px) { .navlist > li > a { padding: 0 8px; } }

@media screen and (max-width: 767px) { .navlist2 { display: block; }
  .navlist1 { display: none; }
  .navlist > li { width: 25%; margin: 0; text-align: center; }
  .navlist > li > a { padding: 0; }
  .toplx { display: none; }
  .logo { float: none; display: block; width: 100%; margin: 0 auto; }
  .search { margin-top: 0; position: absolute; top: 63px; right: 30px; } }

@media screen and (max-width: 550px) { .navlist > li > a { line-height: 32px; } }

@media screen and (max-width: 400px) { .navlist > li > a { font-size: 12px; font-size: 1.2rem; }
  .navlist > li { padding-bottom: 10px; } }

/***************  sya  *************/
.sya { background: url(./sybg1.jpg) no-repeat center top; }

.sya .wp { padding-top: 306px; padding-bottom: 50px; position: relative; }

.syailist { position: absolute; left: 0; top: -70px; z-index: 99999; }

.syibox { width: 33.3333%; height: 306px; float: left; /*cursor: pointer;*/ }

.syibox1 { background: #ccc; }

.syibox2 { background: #525252; }

.syibox3 { background: #373737; }

.syicon { padding-left: 40px; padding-right: 30px; padding-top: 32px; }

.syai1 { display: block; font-size: 24px; font-size: 2.4rem; font-family: "Montserrat-Bold"; color: #fff !important; }

.syai1 img { vertical-align: middle; margin-right: 20px; }

.syai2 { color: #fff !important; display: block; font-family: 'PoppinsRegular'; font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 190px; overflow: hidden; margin-top: 50px; }

.syibox:hover { background: #c9a367; }

.syayou { margin-left: 80px; border-radius: 10px; overflow: hidden; display: block; }

.syayou img { display: block; width: 100%; max-width: 483px; max-height: 445px; }

.syap1 { display: block; font-size: 40px; font-size: 4rem; font-weight: bold; color: #373737; }

.syap1::after { content: ""; display: block; width: 79px; height: 5px; background: #c9a367; margin-top: 18px; }

.syap2 { display: block; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 48px; margin-bottom: 25px; }

.syap3 {text-transform: uppercase; display: block; width: 131px; height: 38px; line-height: 38px; border-radius: 19px; text-align: center; background: #c9a367; color: #fff; }

.syazuo { padding-top: 20px; }

.syap1:hover { color: #c9a367; }

.syap2:hover { color: #c9a367; }

.syap3:hover { background: #333; }

@media screen and (max-width: 1219px) { .syai1 { font-size: 18px; font-size: 1.8rem; }
  .syicon { padding-left: 30px; }
  .syayou { width: 400px; margin-left: 35px; }
  .syap1 { font-size: 34px; font-size: 3.4rem; }
  .syap2 { margin-top: 20px; } }

@media screen and (max-width: 999px) { .syicon { padding-left: 20px; padding-right: 20px; padding-top: 20px; }
  .syailist { position: static; margin-bottom: 40px; }
  .sya .wp { padding-top: 50px; }
  .syayou { width: 345px; }
  .syap2 { font-size: 14px; font-size: 1.4rem; }
  .syazuo { padding-top: 0; }
  .syai2 { margin-top: 18px; font-size: 14px; font-size: 1.4rem; }
  .syibox { height: 240px; }
  .syai1 { font-size: 16px; font-size: 1.6rem; }
  .syai1 img { margin-right: 5px; }
  .banner .dotList { bottom: 10px; } }

@media screen and (max-width: 850px) { .syibox { width: 50%; }
  .syibox3 { width: 100%; height: auto; padding-bottom: 20px; }
  .syibox3 .syai2 { height: auto; }
  .sya { background: #f0eeed; } }

@media screen and (max-width: 767px) { .syayou { float: none; width: auto; max-width: 483px; margin: 0 auto; margin-bottom: 20px; }
  .sya { background: #efeded; } }

@media screen and (max-width: 600px) { .syibox { width: 100%; height: auto; padding-bottom: 20px; }
  .syai2 { height: auto; }
  .sya .wp { padding-top: 30px; padding-bottom: 30px; }
  .syap1 { font-size: 30px; font-size: 3rem; }
  .syap1::after { margin-top: 10px; }
  .syailist { margin-bottom: 30px; } }

@media screen and (max-width: 450px) { .syap1 { font-size: 24px; font-size: 2.4rem; }
  .syap2 { line-height: 28px; } }

/***************  syp  *************/
.syp { padding-top: 84px; }

.sybt { text-align: center; font-size: 40px; font-size: 4rem; font-weight: bold; }

.sybt a:hover { color: #c9a367; }

#outer { margin-top: 37px; }

#outer #tab { text-align: center; }

#outer #tab li { display: inline-block; padding: 0 13px; line-height: 25px; padding-top: 10px; padding-bottom: 10px; border-radius: 23px; text-align: center; font-size: 18px; font-size: 1.8rem; font-weight: bold; cursor: pointer; margin: 0 15px; }

#outer #tab li.current { background: #c9a367; color: #fff; }

#outer #tab li:hover { background: #c9a367; color: #fff; }

#outer .ul { display: none; padding-top: 62px; }

.sypbox { width: 283px; float: left; margin-left: 22px; text-align: center; }

.sypcon { position: relative; overflow: hidden; padding-bottom: 56px; }

.syptu img { display: block;height:200px; width: 100%; max-width: 493px; max-height: 450px; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.sypcover { position: absolute; left: 0; bottom: -56px; width: 100%; background: #c9a367; padding-bottom: 18px; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.sypp1 {padding: 0 8px; display: block; line-height: 56px; font-size: 18px; font-size: 1.8rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #fff; }

.sypp2 { display: block; width: 131px; height: 38px; line-height: 38px; border-radius: 19px; text-align: center; background: #3d4142; color: #fff; text-transform: uppercase; margin: 0 auto; }

.sypbox:hover .sypcover { bottom: 0; }

.sypbox:hover .sypcover { background: #3d4142; }

.sypbox:hover .sypp2 { background: #c9a367; }

.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); }

@media screen and (max-width: 1219px) { .sypbox { margin-left: 20px; width: 230px; }
  #outer .ul { padding-top: 40px; } }

@media screen and (max-width: 999px) { .syp { padding-top: 50px; }
  #outer #tab li { font-size: 16px; font-size: 1.6rem; }
  .sypbox { width: 23%; margin: 0 1%; }
  .sypp1 { font-size: 16px; font-size: 1.6rem; line-height: 34px; }
  .sypcover { position: static; padding-top: 5px; }
  .sypcon { padding-bottom: 0; } }

@media screen and (max-width: 800px) { .sybt { font-size: 30px; font-size: 3rem; }
  #outer { margin-top: 30px; }
  #outer #tab li { margin: 0 5px; } }

@media screen and (max-width: 767px) { #outer #tab li { width: 40%; padding: 0; padding-top: 5px; padding-bottom: 5px; margin-bottom: 5px; }
  #outer .ul { padding-top: 20px; }
  .sypp2 { width: 120px; } }

@media screen and (max-width: 600px) { #outer #tab li { width: 45%; }
  .syp { padding-top: 35px; }
  .sypbox { width: 48%; margin-bottom: 10px; } }

@media screen and (max-width: 550px) { #outer #tab li { width: 95%; } }

/***************  syshow  *************/
.syshow { padding-top: 98px; padding-bottom: 68px; }

.sybt2 { font-size: 40px; font-size: 4rem; font-weight: bold; }

.sybt2 a { display: inline-block; }

.sybt2 a:hover { color: #c9a367; }

.sybt2 a::after { content: ""; display: inline-block; width: 79px; height: 5px; background: #c9a367; margin-left: 10px; }

.sydes { display: block; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-right: 240px; margin-top: 21px; }

.sydes:hover { color: #c9a367; }

.syshow .img-scroll { position: relative; z-index: 9; padding-top: 35px; }

.syshow .ab1nav { width: 130px; height: 54px; position: absolute; right: 0px; top: -90px; z-index: 999; }

.syshow .img-scroll .prev, .syshow .img-scroll .next { position: absolute; display: block; width: 50px; height: 50px; line-height: 50px; text-align: center; border: 2px solid #bfbfbf; z-index: 9999; }

.syshow .img-scroll .prev i, .syshow .img-scroll .next i { color: #2c2c2c; }

.syshow .img-scroll .prev:hover i, .syshow .img-scroll .next:hover i { color: #bfbfbf; }

.syshow .img-scroll .prev { left: 0; cursor: pointer; }

.syshow .img-scroll .next { right: 0; cursor: pointer; }

.syshow .img-list { position: relative; width: auto; overflow: hidden; z-index: 99; }

.syshow .img-list ul { width: 9999px; }

.syshow .img-list li { float: left; display: inline; width: 357px; margin-right: 64px; text-align: center; }

.systu img { display: block; width: 100%; max-width: 357px; max-height: 286px; height:250px}

.sysp { display: block; font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top: 24px; }

.sysp:hover { color: #c9a367; }

@media screen and (max-width: 1219px) { .syshow .img-list li { margin-right: 35px; width: 303px; } }

@media screen and (max-width: 999px) { .syshow { padding-top: 65px; }
  .sybt2 { font-size: 32px; font-size: 3.2rem; }
  .syshow .img-list ul { width: 10000%; }
  .syshow .img-list li { width: 0.31333%; margin: 0 0.01%; }
  .syshow .img-scroll .prev, .syshow .img-scroll .next { width: 40px; height: 40px; line-height: 40px; }
  .syshow .ab1nav { width: 110px; height: 44px; }
  .sydes { margin-right: 160px; }
  .syshow .ab1nav { top: -55px; } }

@media screen and (max-width: 767px) { .sybt2 { font-size: 24px; font-size: 2.4rem; }
  .sydes { font-size: 14px; font-size: 1.4rem; margin-right: 0; }
  .sybt2 a::after { width: 50px; }
  .syshow .img-scroll { padding-top: 65px; }
  .syshow .ab1nav { top: 5px; } }

@media screen and (max-width: 600px) { .syshow { padding-top: 40px; }
  .syshow .img-scroll .prev, .syshow .img-scroll .next { width: 30px; height: 30px; line-height: 30px; }
  .syshow .ab1nav { width: 86px; height: 34px; } }

@media screen and (max-width: 450px) { .syshow .img-list li { width: 0.48%; }
  .sysp { margin-top: 15px; }
  .syshow { padding-top: 30px; } }

/***************  syn  *************/
.syn { padding-top: 89px; padding-bottom: 54px; background: #eeeeee url(../images/sybg2.jpg) no-repeat center top; }

.synzuo { display: block; border-radius: 10px; overflow: hidden; margin-right: 46px; }

.synzuo img { display: block; width: 100%; max-width: 483px; max-height: 445px; }

.synyou { overflow: hidden; padding-top: 20px; }

.m3_tl { width: 102px; height: 102px; border-radius: 15px; border: 2px solid #c9a367; background: #eeeeee; position: absolute; left: 0; top: 0; }

.m3_tl span { display: block; width: 100%; text-align: center; color: #666666; }

.m3_tl .sp1 { font-size: 30px; font-size: 3rem; padding-top: 25px; color: #c9a367; line-height: 30px; font-family: 'PoppinsRegular'; }

.m3_tl .sp2 { font-size: 20px; font-size: 2rem; color: #c9a367; font-family: 'PoppinsRegular'; }

.m3_tc { padding-left: 128px; padding-top: 5px; }

.m3_tc a { color: #333333; display: block; }

.m3_tc a:hover { color: #c9a367; }

.main3 .title:hover { color: #c9a367; }

.m3_tc .tit { display: block; font-size: 20px; font-size: 2rem; line-height: 30px; color: #333333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-family: "Montserrat-Bold"; margin-bottom: 11px; }

.m3_tc .p1 { font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #333333; height: 60px; overflow: hidden; }

.m3_tc2 { position: relative; top: -5px; }

.main3_top { padding-bottom: 5px; margin-bottom: 60px; position: relative; }

.syn .sybt2 { margin-bottom: 62px; }

.main3_top:hover .m3_tl { background: #c9a367; }

.main3_top:hover .m3_tl .sp1, .main3_top:hover .m3_tl .sp2 { color: #fff; }

@media screen and (max-width: 1219px) { .synzuo { width: 400px; }
  .syn .sybt2 { margin-bottom: 40px; }
  .main3_top { margin-bottom: 30px; } }

@media screen and (max-width: 999px) { .synzuo { width: 350px; margin-right: 25px; }
  .synyou { padding-top: 5px; }
  .m3_tl .sp1 { font-size: 20px; font-size: 2rem; padding-top: 16px; }
  .m3_tl .sp2 { font-size: 16px; font-size: 1.6rem; }
  .m3_tc .tit { font-size: 16px; font-size: 1.6rem; margin-bottom: 4px; }
  .m3_tc .p1 { font-size: 14px; font-size: 1.4rem; }
  .m3_tl { width: 80px; height: 80px; }
  .m3_tc { padding-left: 100px; padding-top: 0; }
  .syn { padding-top: 60px; } }

@media screen and (max-width: 767px) { .synzuo { width: auto; max-width: 483px; margin: 0 auto; float: none; margin-bottom: 20px; }
  .syshow { padding-bottom: 40px; }
  .syn { padding-top: 45px; padding-bottom: 25px; } }

@media screen and (max-width: 450px) { .syn .sybt2 { margin-bottom: 25px; }
  .m3_tl .sp2 { font-size: 14px; font-size: 1.4rem; }
  .m3_tl { width: 66px; }
  .m3_tc { padding-left: 80px; } }

/*************  bottom  ************/
.bottom { background: #373737; padding-top: 34px; }

.div2, .div3, .div4 { padding-top: 45px; }

.bottom p, .bottom li, .bottom a, .bottom span { color: #cccccc; }

.bottom a:hover { color: #fff; }

.div > a, .div > span { display: block; font-size: 24px; font-size: 2.4rem; color: #cacaca; margin-bottom: 19px; font-family: "Montserrat-Bold"; }

.div1 > a { margin-bottom: 0; }

.div1 { width: 347px; margin-right: 57px; }

.div1 p { line-height: 30px; margin-top: 10px; }

.div2 { margin-right: 37px; }

.div2 li { line-height: 30px; font-size: 16px; font-size: 1.6rem; }

.div3 { width: 268px; }

.div3 li { line-height: 30px; font-size: 16px; font-size: 1.6rem; }

.div4 { width: 248px; }

.div4 li { line-height: 36px; }

.div3 li { line-height: 30px; font-size: 16px; font-size: 1.6rem; }

.bsjj a { margin-right: 14px; position: relative; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; top: 0; }

.bsjj { padding-top: 9px; }

.bsjj a:hover { top: -10px; }

.copyright { line-height: 30px; font-size: 16px; font-size: 1.6rem; margin-bottom: 8px; }

.cnzz { padding-left: 10px; }

.dibu { border-top: 1px solid #bfbfbf; margin-top: 63px; padding-top: 20px; padding-bottom: 16px; }

.link { line-height: 30px; min-height: 30px; }

.link a { padding: 0 20px; }

.link a, .link span { display: inline-block; }

.keyword { line-height: 30px; }

.keyword a { padding: 0 20px; }

.link a:hover { color: #fff; }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .div1 { margin-right: 30px; width: 330px; }
  .div2 li { font-size: 14px; font-size: 1.4rem; }
  .div2 { margin-right: 30px; }
  .div3 li { font-size: 14px; font-size: 1.4rem; }
  .div3 { width: 210px; }
  .div4 { width: auto; }
  .bsjj a { margin-right: 6px; } }

@media screen and (max-width: 999px) { .div1, .div3 { width: 65%; margin-right: 2%; }
  .div2, .div4 { width: 33%; margin-right: 0; }
  .div > a, .div > span { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .div3, .div2, .div4 { display: none; }
  .div1 { width: 100%; margin-top: 0; }
  .div1 > a, .div1 > p { display: none; }
  .dibu { margin-top: 20px; }
  .copyright { font-size: 14px; font-size: 1.4rem; }
  .bottom { padding-top: 20px; padding-bottom: 50px; }
  .link { display: none; }
  .bsjj { padding-top: 0; } }

/************  bread  *************/
.mianbao { font-size: 16px; font-size: 1.6rem; color: #fff; height: 230px; background: url(./bannerf.jpg) no-repeat center top; text-align: center; }

.mianbao a { color: #fff; }

.mianbao a:hover { color: #c9a367; }

.co00 { color: #c9a367 !important; }

.dabt { padding-top: 89px; color: #fff; font-weight: bold; font-size: 36px; font-size: 3.6rem; margin-bottom: 15px; }

.fymain { padding-top: 50px; padding-bottom: 10px; }

/**********   product1   **********/
.pzuo { width: 420px; padding: 15px; background: url(../images/pbg.jpg) no-repeat center center; -webkit-background-size: 100% 100%; background-size: 100%; margin-right: 32px; }

.pzuo img { display: block; width: 100%; max-width: 493px; max-height: 450px; }

.pyou { text-align: center; margin-left: 480px; padding-top: 37px; }

.pp1 { display: block; font-size: 36px; font-size: 3.6rem; font-weight: bold; }

.pp1::after { content: ""; display: block; width: 139px; height: 5px; background: #c9a367; margin: 0 auto; margin-top: 25px; }

.pp2 { display: block; margin-top: 37px; margin-bottom: 63px; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 120px; overflow: hidden; }

.pp3 a { display: inline-block; width: 131px; height: 38px; line-height: 38px; border-radius: 19px; background: #c9a367; color: #fff; margin-left: 17px; text-align:center;}

.pbox { padding-bottom: 37px; border-bottom: 1px solid #dcdcdc; margin-bottom: 54px; }

.pp3 input { cursor: pointer; }

.pp1:hover { color: #c9a367; }

.pp2:hover { color: #c9a367; }

.pp3 a:hover { background: #333; }

.ms_ye { position: relative; margin-top: 42px; text-align: center; }

.ms_ye a { display: inline-block; padding:0 10px; line-height: 28px; text-align: center; margin-left: 2px; margin-right: 3px; background: #fff; color: #333333; border: 1px solid #e5e5e5; }

.ms_sx { width: auto !important; padding: 0 12px !important; background: none !important; color: #333 !important; }

.ms_sx:hover { color: #fff !important; border: 1px solid #c9a367 !important; background: #c9a367 !important; }

.ms_ye .ms_current_ye { color: #fff; border: 1px solid #c9a367; background: #c9a367; }

.ms_ye a:hover { color: #fff; border: 1px solid #c9a367; background: #c9a367; }

.xiangshang { display: inline-block; padding-right: 19px; background: url(../images/xs.jpg) no-repeat right 6px; margin-left: 12px; }

.xiangshang input { width: 150px; height: 30px; line-height: 30px; text-align: center; color: #fff; cursor: pointer; background: #c9a367; }

.xiangshang input:hover { background: #333; }

@media screen and (max-width: 1219px) { .pp1 { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 999px) { .pzuo { width: 350px; }
  .pyou { margin-left: 405px; padding-top: 20px; }
  .pp1 { font-size: 24px; font-size: 2.4rem; }
  .pp1::after { margin-top: 15px; }
  .pp2 { margin-top: 20px; margin-bottom: 40px; }
  .dabt { font-size: 30px; font-size: 3rem; padding-top: 60px; }
  .mianbao { height: 175px; }
  .fymain { padding-top: 30px; padding-bottom: 40px; }
  .ms_ye a { margin-bottom: 10px; } }

@media screen and (max-width: 800px) { .pzuo { width: 300px; margin-right: 20px; }
  .pyou { margin-left: 345px; }
  .pp2 { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .dabt { font-size: 24px; font-size: 2.4rem; padding-top: 40px; }
  .mianbao { font-size: 14px; font-size: 1.4rem; height: 135px; }
  .pp1 { font-size: 20px; font-size: 2rem; }
  .pp2 { margin-bottom: 25px; }
  .pzuo { width: 270px; }
  .pyou { margin-left: 310px; }
  .pbox { margin-bottom: 35px; } }

@media screen and (max-width: 700px) { .pzuo { float: none; width: auto; max-width: 420px; margin: 0 auto; }
  .pyou { margin: 0; } }

@media screen and (max-width: 450px) { .dabt { font-size: 20px; font-size: 2rem; padding-top: 30px; }
  .mianbao { height: 115px; } }

/************  product2  *************/
/*-------------2-2-products start----------------------------------------------------------*/
.product2 .prob-pic { width: 493px; float: left; }

.product2 .prob-pic-big { position: relative; }

.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 .prob-pic-big-img img { max-width: 100%; }

.product2 .zoomWrapperImage img { max-width: 1200px; }

.product2 .prob-pic-small { position: relative; margin-top: 42px; padding: 0 53px; }

.product2 .prob-pic-btn { position: absolute; top: 50%; margin-top: -20px; display: block; text-align: center; width: 44px; height: 44px; border-radius: 50%; line-height: 44px; text-align: center; background: #989898; }

.product2 .prob-pic-btn i { color: #fff; font-size: 22px; font-size: 2.2rem; }

.product2 .prob-pic-btn:hover { background: #c9a367; }

.product2 .prob-pic-btn.prev { left: -7px; }

.product2 .prob-pic-btn.next { right: -7px; }

.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.45%; width: 3.03%; }

.product2 .prob-pic-item .item-pic { border: 1px solid transparent; overflow: inherit; display: block; }

.product2 .prob-pic-item .item-pic img { display: block; }

.product2 .prob-pic-item .item-pic.zoomThumbActive { border: solid 1px #c9a367; }

.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; font-size: 16px; font-size: 1.6rem; color: #333333; 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: 3.2%; }
  .product2 .prob-pic-item .item-pic:before { display: none !important; }
  .product2 .prob-pic-item .item-pic.zoomThumbActive { border: 1px solid transparent; } }

@media screen and (max-width: 550px) { .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: 630px; }

.pro-info .pro-title { font-size: 36px; font-size: 3.6rem; line-height: 30px; font-style: normal; padding-bottom: 28px; border-bottom: 1px solid #bfbfbf; margin-bottom: 44px; margin-top: 47px; font-weight: bold; }

.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: 114px; height: 40px; line-height: 40px; border-radius: 5px; font-size: 16px; font-size: 1.6rem; text-align: center; background-color: #fff; color: #333333; border: 1px solid #c9a367; }

.pro-btn:hover { background-color: #c9a367; border: 1px solid #c9a367; color: #fff; }

.pro-btn:first-child { width: 194px; margin-right: 56px; }

.pro-btns { margin-top: 55px; margin-bottom: 30px; }

@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-btns { text-align: center; }
  .pro-btn:first-child { margin-right: 10px; } }

@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; }

.cpxx a { color: #c9a367; }

.cpxx img, .cpxx iframe { max-width: 100%; }

.des { font-size: 18px; font-size: 1.8rem; color: #333333; margin-bottom: 27px; font-weight: bold; }

.des a:hover { color: #c9a367; }
.chanpinx p strong {font-size: 18px; font-size: 1.8rem; color: #333333; margin-bottom: 27px;}

.chanpinx { line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #333333; }

.chanpinx p, .chanpinx li, .chanpinx span, .chanpinx b { color: #333333; }

.chanpinx a { color: #c9a367; }

.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: 32px; padding: 0 2px; }

.table table { width: 100%; border-collapse: collapse; }

.chanpinx .table table td { border: 1px solid #aeaaaa; }

.chanpinx .table table td:first-child { text-align: center; }

#outer2 { margin-top: 53px; }

.huitiao { background: #545454; }

#tab2 li { width: 232px; background: #545454; line-height: 30px; padding-top: 10px; padding-bottom: 10px; float: left; font-size: 20px; font-size: 2rem; color: #fff; border-right: 2px solid #fff; text-align: center; cursor: pointer; }

#tab2 { border-left: 2px solid #fff; }

#content2 .ul2 { display: none; padding-top: 35px; }

#tab2 li.current2 { background: #c9a367; }

#tab2 li:hover { background: #c9a367; }

.mmbox { width: 371px; float: left; margin-left: 43px; margin-bottom: 48px; }

.mmbox img { display: block; width: 100%; max-width: 371px; max-height: 269px; }

.mmbox a { display: block; position: relative; overflow: hidden; }

.mmbox span { position: absolute; left: 0; top: -100%; width: 100%; height: 100%; background: url(../images/fypcover.png); -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.mmbox span i { color: #fff; font-size: 34px; font-size: 3.4rem; position: absolute; left: 50%; margin-left: -17px; top: 50%; margin-top: -17px; }

.mmbox:hover span { top: 0; }

@media screen and (max-width: 1000px) { .table { width: 100%; overflow: scroll; }
  .table table { width: 885px; } }

@media screen and (max-width: 1219px) { .pro-info { width: 455px; }
  .pro-info .pro-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 15px; }
  .mmbox { width: 298px; } }

@media screen and (max-width: 999px) { .product2 .prob-pic { float: none; margin: 0 auto; }
  .pro-info { width: 100%; text-align: center; }
  .pro-btns { margin-top: 35px; }
  .des { margin-bottom: 25px; }
  .chanpinx p strong { margin-bottom: 25px; }
  .mmbox { width: 31.333%; margin: 0 1%; margin-bottom: 25px; }
  .mmbox span { display: none; } }

@media screen and (max-width: 767px) { .product2 .prob-pic-btn i { color: #fff; }
  #tab2 li { font-size: 16px; font-size: 1.6rem; width: 170px; }
  .chanpinx { font-size: 14px; font-size: 1.4rem; }
  .pro-info .pro-title { margin-bottom: 25px; font-size: 22px; font-size: 2.2rem; margin-top: 30px; }
  .product2 .prob-pic-btn { width: 34px; height: 34px; line-height: 34px; }
  .product2 .prob-pic-btn i { font-size: 16px; font-size: 1.6rem; } }

@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; }
  .chanpinx p strong { font-size: 20px; font-size: 2rem; }
  #outer2 { margin-top: 35px; }
  #tab2 li { padding-top: 5px; padding-bottom: 5px; border: none; width: 50%; }
  #tab2 { border: none; }
  .mmbox { width: 48%; margin-bottom: 20px; }
  .pro-btn:first-child { width: 45%; }
  .cpxx { font-size: 14px; font-size: 1.4rem; } }

/**********  case1  **********/
.nbox { width: 378px; float: left; margin-left: 33px; position: relative; margin-bottom: 47px; text-align: center; }

.ntu { display: block; border-radius: 10px; overflow: hidden; }

.ntu img { width: 100%; max-width: 483px; max-height: 445px; display: block;height:250px; }

.np1 { font-size: 18px; font-size: 1.8rem; line-height: 28px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block; margin-top: 21px; margin-bottom: 17px; }

.np2 { display: block; font-size: 16px; font-size: 1.6rem; color: #333333; line-height: 24px; height: 72px; overflow: hidden; }

.np1:hover { color: #c9a367; }

.np2:hover { color: #c9a367; }

.fydate { width: 80px; height: 80px; background: #c9a367; border-radius: 10px; text-align: center; position: absolute; left: 0; top: 0; font-family: 'PoppinsRegular'; }

.fydate div { font-size: 23px; font-size: 2.3rem; color: #fff; padding-top: 19px; line-height: 22px; }

.fydate p { font-size: 16px; font-size: 1.6rem; color: #fff; }

@media screen and (max-width: 1219px) { .nbox { margin-left: 22px; width: 312px; } }

@media screen and (max-width: 999px) { .nbox { width: 31.333%; margin: 0 1%; margin-bottom: 40px; }
  .np1 { font-size: 16px; font-size: 1.6rem; margin-top: 15px; margin-bottom: 10px; }
  .np2 { font-size: 14px; font-size: 1.4rem; }
  .fydate div { font-size: 20px; font-size: 2rem; padding-top: 14px; }
  .fydate p { font-size: 14px; font-size: 1.4rem; }
  .fydate { width: 66px; height: 66px; }
  .ms_ye { margin-top: 25px; } }

@media screen and (max-width: 650px) { .nbox { width: 48%; } }

@media screen and (max-width: 400px) { .nbox { width: 98%; margin-bottom: 30px; } }

/**********  case2  **********/
.case2 h1 { font-size: 18px; font-size: 1.8rem; font-weight: bold; margin-bottom: 31px; text-align: center; line-height: 28px; }

.kejisj { text-align: center; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; padding-top: 9px; padding-bottom: 4px; }

.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; color: #333333; margin-right: 4px; }

.nshare2 { display: inline-block; vertical-align: middle;}

.nshare2 img { vertical-align: middle; }

.nex { line-height: 30px; font-size: 16px; font-size: 1.6rem; padding-top: 34px; margin-bottom: 50px; color: #333; }

.nex span, .nex li, .nex p, .nex b { color: #333; }

.nex a { color: #c9a367; }

.nex img, .nex iframe { max-width: 100%; }

.xwsx { line-height: 28px; margin-top: 14px; font-size: 16px; font-size: 1.6rem; }

.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 { color: #333333; }

.xwsx a:hover { color: #c9a367; }

.caselunbo .img-scroll { position: relative; border-bottom: 1px solid #cccccd; padding-bottom: 70px; margin-bottom: 31px; }

.caselunbo .prev, .caselunbo .next { position: absolute; display: block; top: 43%; margin-top: -14px; background: #c9a367; text-align: center; width: 28px; height: 28px; border-radius: 50%; text-align: center; line-height: 28px; }

.caselunbo .prev i, .caselunbo .next i { font-size: 16px; font-size: 1.6rem; color: #fff; }

.caselunbo .prev:hover, .caselunbo .next:hover { background: #333; }

.caselunbo .prev { left: 0px; cursor: pointer; }

.caselunbo .next { right: 0px; cursor: pointer; }

.caselunbo .img-list { position: relative; margin-left: 38px; margin-right: 38px; overflow: hidden; }

.caselunbo .img-list ul { width: 10000%; }

.caselunbo .img-list li { float: left; display: inline; width: 266px; margin-right: 20px; position: relative; position: relative; text-align: center; }

.caselunbo .img-list li img { width: 100%; max-width: 483px; max-height: 445px; display: block; }

.casebox { position: relative; overflow: hidden; }

.casebox span { position: absolute; left: 0; top: -100%; width: 100%; height: 100%; background: url(../images/fypcover.png); -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.casebox span i { color: #fff; font-size: 32px; font-size: 3.2rem; position: absolute; left: 50%; margin-left: -16px; top: 50%; margin-top: -16px; }

.casebox:hover span { top: 0; }

.des2 { font-size: 30px; font-size: 3rem; font-weight: bold; text-align: center; background: url(../images/des2bg.jpg) no-repeat center center; margin-top: 81px; margin-bottom: 54px; }

@media screen and (max-width: 1219px) { .caselunbo .img-list li { width: 211px; } }

@media screen and (max-width: 999px) { .caselunbo .img-list li { width: 0.23%; margin: 0 0.01%; }
  .casebox span { display: none; } }

@media screen and (max-width: 767px) { .case2 h1 { font-size: 16px; font-size: 1.6rem; }
  .nex { font-size: 14px; font-size: 1.4rem; margin-bottom: 35px; }
  .caselunbo .img-list li { width: 0.31333%; }
  .caselunbo .img-scroll { padding-bottom: 45px; }
  .xwsx { font-size: 14px; font-size: 1.4rem; }
  .des2 { margin-top: 50px; margin-bottom: 40px; } }

@media screen and (max-width: 550px) { .caselunbo .img-list li { width: 0.48%; }
  .des2 { background: none; font-size: 24px; font-size: 2.4rem; margin-bottom: 30px; } }

@media screen and (max-width: 400px) { .caselunbo .img-list li { width: 0.98%; } }

/**********  contact  **********/
/*** a_part1 ***/
.a_part1 { padding-bottom: 80px; }

.azuo { margin-right: 18px; }

.azuo img { display: block; width: 100%; max-width: 579px; }

.ayou { overflow: scroll; }

.ap1 { padding-left: 14px; background: url(../images/ashu.jpg) no-repeat left top; margin-bottom: 20px; }

.ap1 strong { display: block; font-size: 24px; font-size: 2.4rem; text-transform: uppercase; }

.ap1 span { display: block; font-size: 18px; font-size: 1.8rem; font-weight: bold; text-transform: uppercase; display: block; margin-top: 3px; }

.ap2 { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 30px; }

.ayou .ap2 { padding-left: 17px; }

.atulist { margin-top: 13px; }

.atubox { width: 392px; position: relative; overflow: hidden; text-align: center; float: left; margin-left: 12px; }

.atubox p { position: absolute; left: 0; bottom: 0; width: 100%; background: url(../images/zscover.png); color: #fff; line-height: 33px; padding-top: 10px; padding-bottom: 10px; z-index: 99; text-transform: uppercase; font-size: 14px; font-size: 1.4rem; }

.atubox a span { position: absolute; left: 0; top: -100%; width: 100%; height: 100%; background: url(../images/fypcover.png); -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.atubox a span i { color: #fff; font-size: 32px; font-size: 3.2rem; position: absolute; left: 50%; margin-left: -16px; top: 50%; margin-top: -16px; }

.atubox:hover a span { top: 0; }

.atubox img { display: block; width: 100%; max-width: 392px; max-height: 252px; }

@media screen and (max-width: 1219px) { .azuo { width: 450px; }
  .ap2 { font-size: 14px; font-size: 1.4rem; margin-bottom: 12px; }
  .ap1 span { font-size: 16px; font-size: 1.6rem; }
  .ap1 strong { font-size: 22px; font-size: 2.2rem; }
  .ap1 { margin-bottom: 12px; }
  .atubox { width: 318px; }
  .atulist { margin-top: 40px; } }

@media screen and (max-width: 999px) { .azuo { width: auto; float: none; max-width: 579px; margin: 0 auto; margin-bottom: 20px; }
  .atubox { width: 31.333%; margin: 0 1%; }
  .atubox p { position: static; line-height: 26px; }
  .atubox a span { display: none; }
  .a_part1 { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .atulist { margin-top: 20px; font-size: 0; letter-spacing: 0; }
  .atubox { float: none; display: inline-block; vertical-align: top; } }

@media screen and (max-width: 600px) { .atubox { width: 48%; margin-bottom: 20px; }
  .a_part1 { padding-bottom: 25px; } }

@media screen and (max-width: 380px) { .atubox { width: 98%; }
  .a_part1 { padding-bottom: 15px; } }

/*** a_part2 ***/
.a_part2 { padding-top: 80px; padding-bottom: 90px; background: url(../detail_files/abg.jpg) no-repeat center bottom; }

.ap3 { font-size: 30px; font-size: 3rem; text-transform: uppercase; color: #fff; font-weight: bold; margin-bottom: 40px; }

.ap3::before { content: ""; display: block; width: 54px; height: 9px; background: #fff; margin-bottom: 22px; }

.ap4 { color: #fff; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 30px; }

@media screen and (max-width: 1219px) { .a_part2 { padding-top: 60px; padding-bottom: 60px; } }

@media screen and (max-width: 999px) { .ap3 { font-size: 24px; font-size: 2.4rem; margin-bottom: 25px; }
  .ap4 { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .a_part2 { padding-top: 40px; padding-bottom: 30px; } }

/*** a_part3 ***/
.a_part3 { padding-top: 29px; padding-bottom: 25px; }

/*** a_part4 ***/
.a_part4 { padding-top: 46px; padding-bottom: 71px; background: #f6f6f6; }

.oc { text-align: center; font-size: 30px; font-size: 3rem; color: #333333; font-weight: bold; }

.zspart .img-scroll { position: relative; z-index: 9; }

.zspart .ab1nav { width: 65px; height: 29px; position: absolute; right: 9px; top: -20px; z-index: 999; }

.zspart .img-scroll .prev, .zspart .img-scroll .next { position: absolute; display: block; width: 26px; height: 26px; line-height: 26px; border-radius: 50%; border: 1px solid #c9a367; text-align: center; z-index: 9999; background: #fff; }

.zspart .img-scroll .prev i, .zspart .img-scroll .next i { color: #c9a367; }

.zspart .img-scroll .prev { left: 0; cursor: pointer; }

.zspart .img-scroll .next { right: 0; cursor: pointer; }

.zspart .img-scroll .prev:hover, .zspart .img-scroll .next:hover { background: #c9a367; }

.zspart .img-scroll .prev:hover i, .zspart .img-scroll .next:hover i { color: #fff; }

.zspart .img-list { position: relative; width: auto; overflow: hidden; z-index: 99; }

.zspart .img-list ul { width: 9999px; }

.zspart .img-list li { float: left; display: inline; width: 246px; margin-right: 72px; margin-top: 44px; }

.zspart .zhengshu { max-width: 246px; width: 100%; position: relative; overflow: hidden; z-index: 9; }

.zspart .zhengtu { max-width: 246px; width: 100%; }

.zspart .zhengtu img { width: 100%; max-width: 246px; max-height: 334px; display: block; }

.zspart .zhengfu { background: url(../images/zscover.png); position: absolute; width: 100%; height: 100%; top: 100%; left: 0px; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.zspart .fangda2 { display: block; position: absolute; width: 100%; height: 100%; z-index: 99; }

.zspart .fangda2 i { color: #fff; font-size: 32px; font-size: 3.2rem; position: absolute; left: 50%; margin-left: -16px; top: 50%; margin-top: -56px; }

.zspart .zhengfu p { position: absolute; width: 80%; left: 10%; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #fff; top: 50%; z-index: 10; margin-top: -9px; font-family: Arial, Helvetica, sans-serif; }

.zspart .img-list li:hover .zhengfu { top: 0px; }

@media screen and (max-width: 1219px) { .zspart .img-list li { margin-right: 30px; width: 222px; } }

@media screen and (max-width: 999px) { .zspart .img-list li { width: 0.23%; margin: 0 0.01%; margin-top: 40px; }
  .zspart .img-list ul { width: 10000%; }
  .zspart .zhengfu { position: static; background: none; }
  .zspart .zhengfu p { position: static; color: #333; width: 100%; margin-top: 15px; }
  .zspart .fangda2 { display: none; } }

@media screen and (max-width: 767px) { .zspart .img-list li { width: 0.31333%; }
  .a_part4 { padding-bottom: 50px; } }

@media screen and (max-width: 600px) { .oc { font-size: 24px; font-size: 2.4rem; }
  .zspart .img-list li { margin-top: 55px; }
  .zspart .ab1nav { top: 10px; } }

@media screen and (max-width: 450px) { .zspart .img-list li { width: 0.48%; }
  .a_part4 { padding-top: 30px; padding-bottom: 35px; } }

/*** a_part5 ***/
.a_part5 { padding-top: 70px; padding-bottom: 19px; }

.a_part5 .oc { margin-bottom: 41px; }

.facbox { position: relative; overflow: hidden; margin-bottom: 7px; }

.facbox img { max-width: 100%; display: block; }

.facbox1 img { max-width: 595px; }

.facbox2 img { max-width: 394px; }

.faccover { position: absolute; left: 0; top: -100%; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); text-align: center; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.faccover i { color: #fff; font-size: 32px; font-size: 3.2rem; display: inline-block; padding-top: 21%; }

.facbox2 .faccover i { padding-top: 6%; }

.faccover span { font-size: 24px; font-size: 2.4rem; font-weight: bold; display: block; margin-top: 25px; color: #fff; margin-bottom: 9px; }

.faccover p { line-height: 30px; color: #fff; max-width: 440px; margin: 0 auto; padding: 0 10px; }

.facbox2 { float: left; margin-left: 9px; }

.facbox:hover .faccover { top: 0; }

@media screen and (max-width: 1219px) { .facbox1 { width: 49.5%; }
  .facbox2 { width: 320px; }
  .faccover span { font-size: 18px; font-size: 1.8rem; margin-top: 15px; }
  .facbox2 .faccover i { padding-top: 2%; } }

@media screen and (max-width: 999px) { .facbox2 { width: 31.333%; margin: 0 1%; }
  .faccover { position: static; padding-bottom: 10px; }
  .faccover i { display: none; }
  .faccover span { padding-top: 15px; margin-top: 0; font-size: 16px; font-size: 1.6rem; }
  .a_part5 { padding-top: 40px; } }

@media screen and (max-width: 767px) { .ap3 { margin-top: 20px; } }

@media screen and (max-width: 600px) { .facbox2 { width: 49%; margin: 0 0.5%; margin-bottom: 7px; }
  .fyap2 { margin-bottom: 25px; font-size: 14px; font-size: 1.4rem; }
  .a_part5 .oc { margin-bottom: 25px; } }

@media screen and (max-width: 410px) { .facbox { width: 98%; margin: 0 1%; margin-bottom: 7px; } }

.ditu { margin-top: 53px; }

.ditu img { display: block; width: 100%; max-width: 1200px; max-height: 395px; }

.huibg { background: #f2f2f2; padding-left: 70px; padding-right: 70px; padding-top: 46px; padding-bottom: 44px; margin-top: 37px; margin-bottom: 30px; border-radius: 5px; }

.huizuo { width: 50%; }

.huiyou { width: 45%; }

.huibg > p { text-align: center; font-size: 24px; font-size: 2.4rem; font-weight: bold; color: #333333; text-transform: uppercase; margin-bottom: 44px; }

.huizuo ul li { font-size: 16px; font-size: 1.6rem; line-height: 46px; max-width: 95%; }

.huizuo ul li i { font-size: 24px; font-size: 2.4rem; color: #999999; float: left; margin-right: 5px; }

.huizuo ul li p { overflow: hidden; }

.huizuo ul li a:hover { color: #c9a367; }

.xinl { width: 462px; float: left; }

.xinr { width: 656px; float: right; }

.write { font-size: 16px; font-size: 1.6rem; line-height: 34px; margin-bottom: 21px; color: #666666; }

.write span { font-size: 30px; font-size: 3rem; text-transform: uppercase; margin-right: 5px; vertical-align: middle; }

.cuxin .int1 { padding-left: 16px; margin-top: 19px; position: relative; }

.cuxin .int1 i, .cuxin .int2 i { font-size: 20px; font-size: 2rem; color: #999999; position: absolute; left: 25px; top: 13px; }

.cuxin .xing { background: url(../images/xing.jpg) no-repeat left 22px; }

.cuxin .int1 input { width: 405px; height: 48px; border: 1px solid #aaa; padding-left: 37px; line-height: 48px; font-size: 16px; font-size: 1.6rem; }

.cuxin .int2 { padding-left: 16px; margin-top: 19px; position: relative; }

.cuxin .int3 { padding-left: 16px; margin-top: 14px; }

.cuxin textarea { width: 598px; height: 186px; border: 1px solid #aaa; padding-left: 40px; line-height: 44px; font-size: 16px; font-size: 1.6rem; }

.cuxin .int4 { width: 230px; height: 48px; border: 1px solid #aaa; padding-left: 11px; line-height: 48px; float: left; font-size: 16px; font-size: 1.6rem; }

.cuxin .cuyanzheng { width: 161px; height: 50px; float: left; margin-left: 8px; cursor: pointer; }

.cuxin .int5 { width: 184px; height: 50px; border: none; background: #c9a367; float: right; cursor: pointer; color: #fff; padding-left: 0; text-transform: uppercase; font-size: 16px; font-size: 1.6rem; }

.cuxin .int5:hover { background: #b8945a; }

@media screen and (max-width: 1219px) { .cuxin .int1 input { width: 355px; }
  .cuxin textarea { width: 492px; }
  .cuxin .int4 { width: 135px; }
  .cuxin .int5 { width: 192px; }
  .xinl { width: 410px; }
  .xinr { width: 550px; }
  .huibg { padding-left: 40px; padding-right: 40px; } }

@media screen and (max-width: 999px) { .cuxin .int1 input { width: -webkit-calc(100% - 37px); width: -moz-calc(100% - 37px); width: calc(100% - 37px); }
  .cuxin textarea { width: -webkit-calc(100% - 40px); width: -moz-calc(100% - 40px); width: calc(100% - 40px); }
  .cuxin .int4 { width: 180px; }
  .xinl { width: 100%; }
  .xinr { width: 100%; }
  .huibg > p { font-size: 20px; font-size: 2rem; margin-bottom: 30px; }
  .huizuo ul li { line-height: 36px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .cuxin .int4 { width: -webkit-calc(100% - 11px); width: -moz-calc(100% - 11px); width: calc(100% - 11px); margin-bottom: 18px; }
  .cuxin .cuyanzheng { margin-left: 0; }
  .huizuo { width: 100%; }
  .huizuo ul li { max-width: 100%; font-size: 14px; font-size: 1.4rem; }
  .ditu { margin-top: 30px; } }

@media screen and (max-width: 650px) { .huibg > p { font-size: 20px; font-size: 2rem; margin-bottom: 20px; }
  .write span { font-size: 24px; font-size: 2.4rem; }
  .huibg > p { font-size: 18px; font-size: 1.8rem; }
  .huibg { padding-left: 25px; padding-right: 25px; padding-bottom: 30px; margin-top: 20px; } }

@media screen and (max-width: 400px) { .cuxin .int5 { width: 100%; margin-top: 19px; }
  .huibg { padding-left: 15px; padding-right: 15px; margin-top: 0; }
  .huizuo ul li i { font-size: 20px; font-size: 2rem; } }

/***********  xiala  ***********/
.yiji { position: absolute; z-index: 9999; width: 196px; background: #fff; top: -9999px; left: 50%; margin-left: -98px;  }

.yiji li { position: relative; }

.yiji li a { display: block; color: #333; line-height: 28px; padding-top: 10px; padding-bottom: 10px; padding-left: 25px; padding-right: 10px; }

.yiji li:hover > a { background: #c9a367; color: #fff; }

.erji { position: absolute; left: 100%; top: -999px; width: 196px; background: #fff; padding-top: 2px; padding-bottom: 8px; }

.navlist > li:hover .yiji { top: 100%; }

.yiji > li:hover .erji { top: -2px; }

@media screen and (max-width: 999px) { .yiji { display: none; } }

.ce { position: fixed; right: 0px; top: 30%; width: 50px; text-align: center; z-index: 9999999999; }

.ce li { height: 50px; line-height: 50px; cursor: pointer; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.ce li a { display: block; height: 50px; }

.ce li i { font-size: 26px; font-size: 2.6rem; color: #fff; }

.ce1 { background: #1672d5; }

.ce2 { background: #00aff0; }

.ce3 { background: #21b566; }

.ce4 { background: #22ac38; }

.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: 25%; 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; } }

.hdtop { position: fixed; right: 20px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 99999; width: 69px; height: 69px; line-height: 69px; text-align: center; border-radius: 5px; background: #c9a367; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }

.hdtop i { color: #fff; font-size: 30px; font-size: 3rem; }

@media screen and (max-width: 767px) { .hdtop { width: 50px; height: 50px; line-height: 50px; }
  .hdtop i { font-size: 24px; font-size: 2.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: "Montserrat-Bold"; src: url("../home_files/Montserrat-Bold.woff2") format("woff2"), url("../home_files/Montserrat-Bold.woff") format("woff"), url("../home_files/Montserrat-Bold.ttf") format("truetype"), url("../home_files/Montserrat-Bold.eot") format("embedded-opentype"), url("../home_files/Montserrat-Bold.svg") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'PoppinsRegular'; src: url("../home_files/PoppinsRegular.eot"); src: url("../home_files/PoppinsRegular.eot") format("embedded-opentype"), url("../home_files/PoppinsRegular.woff2") format("woff2"), url("../home_files/PoppinsRegular.woff") format("woff"), url("../home_files/PoppinsRegular.ttf") format("truetype"), url("../home_files/PoppinsRegular.svg#PoppinsRegular") format("svg"); }

/*
font-family: "Montserrat-Bold";
font-family: 'PoppinsRegular';
*/

/*# 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 {color: #333!important;border: 1px solid #e5e5e5!important; background: #fff!important;}
.ppp{line-height: 30px;}
.actives{color: #d52c2c!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;margin-bottom: 40px;text-align: center;}
.listcart a {
    display: inline-block;
    height: 38px;
    width: 180px;
    line-height: 38px;
    cursor: pointer;
    border: none;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
        border-radius: 19px;
  background-color: #c9a367;
    }
.listcart a:hover{background-color: #333;border: none;}
    .xunpanc{margin-top: 20px;}
    .xunpanc table tr td{border: 1px solid #ccc;}


.pyvr{ padding-top:20px; padding-bottom:20px;}
.pyvr li{    width: 378px;    float: left;    margin-left: 33px;    margin-bottom: 47px; position:relative; overflow:hidden;} 
.pyvr li img{    width: 100%;    max-width: 483px;    display: block; }
.pppy{        font-size: 18px;    font-size: 1.8rem;    line-height: 28px;    font-weight: bold;    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;    display: block;    margin-top: 10px;    margin-bottom: 10px; text-align:center;}
.pyvr li .pp3 a{ display:block; margin:0 auto;  }
.pyvr li .pp3{position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -65px; z-index:999999999; transition:1s; display:none;}
	.pyvr li:hover .pp3{ display:block;}

.pro1-top { padding: 19px 0 0; font-size: 16px; font-size: 1.6rem; line-height: 28px; }
.pro1-txt .pro1-desc { overflow: hidden; line-height: 24px; }

.pro1-txt .pro1-desc p { min-height: 24px; }
.pro1-txt .pro1-desc p a:hover{color: #c9a367;}
.pro1-txt .more_btn { display: none; color: #c9a367; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 22px; margin-top: 10px; }

.pro1-txt .more_btn span {  color: #c9a367;cursor: pointer; }

.contact .a_part4{display:none;}
