@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('../fonts/iconfont.eot?t=1585030040187'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1585030040187#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1585030040187') format('woff'),
  url('../fonts/iconfont.ttf?t=1585030040187') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1585030040187#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-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-top5:before {
  content: "\e651";
}

.icon-bottom2:before {
  content: "\e70f";
}

.icon-right2:before {
  content: "\e711";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

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

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

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-bottom13:before {
  content: "\e73b";
}

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

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-download1:before {
  content: "\e7a0";
}

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

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

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

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

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

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

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

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

.icon-calendar3:before {
  content: "\e7e1";
}

.icon-jia:before {
  content: "\e606";
}

.icon-xiazai:before {
  content: "\e60d";
}


/* CSS Document */
* { margin: 0; padding: 0; }

html { font-size: 62.5%; height: 100%; }

body { margin: 0 auto; font-family: "OPEN SANS"; 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: "OPEN SANS"; font-size: 14px; font-size: 1.4rem; color: #333; border: none; outline: none; }

.l { float: left; }

.r { float: right; }

.fix { *zoom: 1; }

.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

::-webkit-input-placeholder { /* WebKit browsers */ color: #333; }

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

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

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

.div1 ::-webkit-input-placeholder { /* WebKit browsers */ color: #666666; }

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

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

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

.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*/
.wap-hd-nav { display: none; }

.wap-nav { width: 5px; height: 100%; position: absolute; right: 0; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999999999; cursor: pointer; position: fixed; top: -5px; right: 0; display: block; }

.wap-nav .nav { overflow: hidden; width: 300px; background: rgba(0, 0, 0, 0.8); position: absolute; top: 0; right: 0; display: block; height: auto; overflow: scroll; }

.wap-nav .nav span { font-family: arial, helvetica, sans-serif; }

.wap-nav .nav form { margin: 15px auto; width: 258px; height: 26px; border: 1px solid #fff; }

.wap-nav .nav form .iptc { -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 15px; background-color: #fff; width: 80%; height: 26px; line-height: 26px; display: block; float: left; }

.wap-nav .nav form .ipsc { width: 20%; height: 26px; line-height: 26px; display: block; float: right; background: #fff url("../images/sousuo.png") no-repeat center center; }

.wap-nav .nav > ul { display: none; margin-top: 0px; margin-bottom: 0px; overflow: scroll; padding-top: 45px; -ms-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.wap-nav .nav > ul > li { line-height: 40px; font-size: 12px; font-size: 1.2rem; text-indent: 20px; position: relative; }

.wap-nav .addition { width: 20px; height: 20px; position: absolute; right: 15px; top: 10px; background: url("../images/shizi.png") no-repeat center center; }

.wap-nav .addition.active { background-image: url("../images/yizi.png"); }

.wap-nav .addition.fa:before { margin-right: 5px; color: #fff; text-indent: 0; }

.wap-nav .nav > ul > li > a { margin-right: 40px; color: #fff; font-size: 12px; font-size: 1.2rem; display: block; }

.wap-nav .nav > ul > li > a span { color: #fff; font-size: 12px; font-size: 1.2rem; }

.wap-nav .nav > ul > li .c-show { display: none; width: 100%; }

.wap-nav .nav > ul > li .c-show1 .c-s1 { position: relative; padding-left: 15px; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > a { position: relative; margin-right: 40px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 { position: relative; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 { position: relative; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a { margin-right: 40px; text-indent: 35px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 { position: relative; }

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a { margin-right: 40px; text-indent: 50px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.wap-nav .nav > ul > dl { padding: 20px; }

.wap-nav .nav > ul > dl dd { float: left; margin: 0 2px; }

.wap-nav .menubtn { width: 23px; height: 18px; position: absolute; top: 12px; right: 12px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

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

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

@media screen and (max-width: 991px) { .wap-hd-nav { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #000; }
  .wap-hd-nav-item { width: 25%; }
  .wap-hd-nav-item a { display: block; padding: 5px 0; line-height: 20px; font-size: 14px; color: white; text-align: center; background-color: #363636; }
  .wap-hd-nav-item a.active { color: white; background-color: #000; } }

/***********  lunbo  *************/
* { margin: 0; padding: 0; }

li { list-style: none; }

.slide { position: relative; }

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

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

.slide .carouse .slideItem .banner-img { width: 100%; display: block; }

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

.slide .dotList { position: absolute; width: 100%; bottom: 29px; text-align: center; }

.slide .dotList ul li { display: inline-block; width: 14px; height: 14px; background: #fff; margin: 0 8px; cursor: pointer; }

.slide .carousel-control { position: absolute; top: 50%; width: 52px; height: 52px; line-height: 52px; text-align: center; border-radius: 50%; border: 2px solid #0a4a88; z-index: 999; margin-top: -28px; }

.slide .carousel-control i { font-size: 24px; font-size: 2.4rem; color: #0a4a88; }

.slide .carousel-control:hover { background: #0a4a88; }

.slide .carousel-control:hover i { color: #fff; }

.slide .carousel-control.left { left: 8%; cursor: pointer; }

.slide .carousel-control.right { right: 8%; cursor: pointer; }

.slide .dotList ul li { cursor: pointer; background: url(../images/dian1.png) no-repeat center center; font-size: 0px; margin: 0 3px; border: none; outline: none; width: 19px; height: 19px; border-radius: 50%; }

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

.slide .slidedetail { display: none; }

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

@media screen and (max-width: 767px) { .slide .dotList { bottom: 5px; } }

/***********  toplx  ************/
.toplx { background: #1367af; padding-top: 2px; padding-bottom: 4px; }

.keys { color: #fff; line-height: 30px; }

.keys a { color: #fff; }

.keys a:hover { color: #ccc; }

.m-hdlang { position: relative; overflow: visible; float: right; background: no-repeat left center; height: 25px; line-height: 25px; text-align: center; margin-top: 4px; }

.m-hdlang .lang-list { position: absolute; left: 0; top: 100%; background-color: #fff; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); z-index: 999; /*width: 100%;*/ display: none; text-align: center; font-size: 12px; font-size: 1.2rem; border: solid 1px #fff; margin-top: 0px; padding-top: 3px; padding-bottom: 1px; padding-left: 5px; padding-right: 5px; }

.m-hdlang .lang-item { float: none; color: #fff; line-height: 25px; }

.m-hdlang .j-nextshow { text-transform: uppercase; }

.m-hdlang .lang-item a { color: #333; }

.m-hdlang .lang-item a:hover { color: #1367af; }

.m-hdlang > .lang-item { font-size: 14px; font-size: 1.4rem; display: inline-block; color: #fff; }

.m-hdlang > .lang-item i { font-size: 12px; font-size: 1.2rem; margin-left: 5px; }

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

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

.navlist { padding-top: 39px; }

.navlist2 { display: none; }

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

.navlist > li > a { font-size: 18px; font-size: 1.8rem; display: block; padding-bottom: 10px; }

.navlist > li:hover > a { background: no-repeat center bottom; color: #1367af; }

.navlist > li.currentnav > a { background: no-repeat center bottom; color: #1367af; }

.search { margin-top: 41px; position: relative; margin-left: 20px; }

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

.search > i { cursor: pointer; font-size: 20px; font-size: 2rem; color: #000000; }

.sou { width: 200px; height: 28px; line-height: 28px; padding-left: 10px; border: 1px solid #333; }

.suo { position: absolute; right: 1px; top: 1px; width: 26px; height: 26px; background: transparent; cursor: pointer; }

.search form i { position: absolute; right: 1px; top: 1px; width: 26px; height: 26px; line-height: 26px; text-align: center; }

@media screen and (max-width: 1219px) { .navlist > li { margin-left: 30px; } }

@media screen and (max-width: 999px) { .navlist { width: 100%; text-align: center; padding-top: 5px; }
  .navlist > li { display: inline-block; text-align: center; margin: 0 25px; float: none; display: inline-block; padding-bottom: 12px; }
  .navlist > li > a { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 880px) { .navlist > li { margin: 0 18px; } }

@media screen and (max-width: 767px) { .navlist1 { display: none; }
  .keys { display: none; }
  .bsjj { float: left; margin-right: 0; }
  .m-hdlang { float: left; margin-right: 15px; } }

/************  sya  **************/
.sya { padding-top: 87px; padding-bottom: 100px; }

.sybt { text-align: center; text-transform: uppercase; font-size: 60px; font-size: 6rem; font-family: 'AkzidenzGroteskExtraBoldCond'; margin-bottom: 72px; }

.sybt a:hover { color: #1367af; }

.syayou { padding-right: 24px; padding-bottom: 25px; background: url(../images/syabg.png) no-repeat right bottom; margin-left: 50px; }

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

.syazuo { padding-top: 5px; }

.syap1 { display: block; font-size: 24px; font-size: 2.4rem; color: #1c5896; font-family: "OPEN SANS BOLD"; text-transform: uppercase; }

.syap1:after { content: ""; display: inline-block; width: 79px; height: 5px; background: #1c5896; margin-left: 20px; }

.syap2 { display: block; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 27px; margin-bottom: 32px; text-indent: 2em; }

.syap3 { display: inline-block; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 17px; min-width: 130px; height: 43px; line-height: 43px; border-radius: 5px; background: #1367af; color: #fff; font-size: 16px; font-size: 1.6rem; }

.syap1:hover { color: #333; }

.syap2:hover { color: #1c5896; }

.syap3:hover { background: #333; }

@media screen and (max-width: 1219px) { .syayou { width: 500px; margin-left: 30px; }
  .syayou { padding-right: 18px; padding-bottom: 18px; }
  .sybt { font-size: 50px; font-size: 5rem; } }

@media screen and (max-width: 999px) { .syayou { width: 420px; padding-right: 15px; padding-bottom: 15px; background-size: 50%; }
  .syap2 { font-size: 14px; font-size: 1.4rem; }
  .syap1 { font-size: 20px; font-size: 2rem; }
  .sya { padding-top: 60px; }
  .sybt { font-size: 40px; font-size: 4rem; margin-bottom: 50px; } }

@media screen and (max-width: 850px) { .syayou { width: auto; float: none; max-width: 600px; margin: 0 auto; margin-bottom: 20px; }
  .syap2 { margin-top: 20px; margin-bottom: 20px; }
  .sybt { font-size: 32px; font-size: 3.2rem; margin-bottom: 30px; } }

@media screen and (max-width: 650px) { .sya { padding-top: 45px; } }

@media screen and (max-width: 450px) { .sybt { font-size: 24px; font-size: 2.4rem; margin-bottom: 25px; }
  .syap1 { font-size: 18px; font-size: 1.8rem; }
  .syap3 { font-size: 14px; font-size: 1.4rem; min-width: 110px; }
  .syap1:after { display: none; }
  .sya { padding-top: 30px; } }

/*************  syp  *************/
.syp { padding-top: 84px; padding-bottom: 80px; background: #f6f6f6; }

.syp .sybt { margin-bottom: 64px; }

#outer #tab { width: 23.75%; }

#outer #tab li { padding-left: 20px; padding-right: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 30px; padding-top: 11px; padding-bottom: 11px; font-size: 16px; font-size: 1.6rem; cursor: pointer; background: #e8e8e8; font-family: "OPEN SANS BOLD"; margin-bottom: 12px; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

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

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

#outer .ul { display: none; }

#content { width: 74.416%; }

.sypbox { width: 280px; float: left; margin-left: 26px; margin-bottom: 16px; text-align: center; }

.sypcon { padding-bottom: 33px; background: url(../images/pyy1.jpg) no-repeat center bottom; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.sypcon a { display: block; overflow: hidden; }

.sypcon img { display: block; width: 100%; max-width: 429px; max-height: 429px; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

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

.sypbox:hover .sypcon { background: url(../images/pyy2.jpg) no-repeat center bottom; }

.sypbox:hover .sypp1 { color: #1367af; }

.sypbox:hover .sypcon img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

@media screen and (max-width: 1219px) { .sypbox { margin-left: 18px; width: 231px; }
  #outer #tab li { padding-top: 8px; padding-bottom: 8px; } }

@media screen and (max-width: 999px) { .sypbox { width: 31.333%; margin: 0 1%; margin-bottom: 20px; }
  .sypp1 { font-size: 14px; font-size: 1.4rem; }
  #outer #tab li { font-size: 14px; font-size: 1.4rem; padding-left: 12px; }
  .sya { padding-bottom: 80px; }
  .syp { padding-top: 60px; }
  .syp .sybt { margin-bottom: 45px; } }

@media screen and (max-width: 767px) { .sypbox { width: 48%; }
  #content { width: 60%; }
  #outer #tab { width: 36.5%; }
  .sya { padding-bottom: 55px; } }

@media screen and (max-width: 550px) { .syp .sybt { margin-bottom: 35px; }
  .syp { padding-top: 40px; }
  #content { width: 100%; }
  #outer #tab { width: 100%; margin-bottom: 20px; }
  #outer #tab li { float: left; width: 49%; margin: 0 0.5%; margin-bottom: 5px; -moz-box-sizing: border-box; box-sizing: border-box; } }

@media screen and (max-width: 400px) { #outer #tab li { font-size: 12px; font-size: 1.2rem; padding-top: 3px; padding-bottom: 3px; } }

/*************  syn  *************/
.syn { padding-top: 90px; padding-bottom: 110px; }

.syn .sybt { margin-bottom: 80px; }

.synbox { width: 272px; float: left; margin-left: 37px; }

.syntu { display: block; overflow: hidden; }

.syntu img { display: block; width: 100%; max-width: 272px; max-height: 204px; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.synp1 { display: block; font-size: 18px; font-size: 1.8rem; line-height: 26px; font-family: "OPEN SANS BOLD"; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top: 37px; margin-bottom: 17px; }

.synp2 { display: block; font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 78px; overflow: hidden; margin-top: 10px; }

.synbox span { font-size: 16px; font-size: 1.6rem; color: #666666; }

.synbox span i { font-size: 16px; font-size: 1.6rem; color: #666666; margin-right: 8px; }

.synp1:hover { color: #1367af; }

.synp2:hover { color: #1367af; }

.synbox:hover .syntu img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

@media screen and (max-width: 1219px) { .synbox { margin-left: 20px; width: 230px; }
  .synp1 { margin-top: 25px; }
  .syn { padding-top: 75px; }
  .syn .sybt { margin-bottom: 60px; } }

@media screen and (max-width: 999px) { .syn .sybt { margin-bottom: 45px; }
  .synbox { width: 23%; margin: 0 1%; }
  .synp1 { font-size: 16px; font-size: 1.6rem; }
  .synp2 { font-size: 14px; font-size: 1.4rem; }
  .syn { padding-top: 60px; padding-bottom: 75px; } }

@media screen and (max-width: 767px) { .syp { padding-bottom: 55px; }
  .synbox { width: 31.333%; margin-bottom: 30px; }
  .syn { padding-bottom: 35px; } }

@media screen and (max-width: 550px) { .synbox { width: 48%; }
  .syn .sybt { margin-bottom: 30px; }
  .syn { padding-top: 45px; padding-bottom: 15px; }
  .synbox span { font-size: 14px; font-size: 1.4rem; }
  .synp1 { margin-top: 15px; } }

/*************  syapp  *************/
.syapp { padding-top: 95px; }

.syapp .sybt { margin-bottom: 64px; }

.syappbox { float: left; position: relative; overflow: hidden; }

.syappzuo .syappbox { width: 585px; }

.syappbox img { display: block; width: 100%; max-width: 585px; max-height: 439px; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.syappcover { position: absolute; left: 0; top: -100%; width: 100%; height: 100%; background: url(../images/appcover.png); text-align: center; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.syappcover a { color: #fff; display: block; }

.syappp1 { font-size: 36px; font-size: 3.6rem; font-family: 'HelveticaLTStdBlkCond'; text-transform: uppercase; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.syappp2 { font-size: 14px; font-size: 1.4rem; line-height: 24px; max-height: 48px; overflow: hidden; max-width: 260px; margin: 0 auto; margin-top: 14px; }

.syappp3 { display: inline-block !important; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 10px; min-width: 136px; height: 40px; line-height: 38px; background: #000; background: rgba(0, 0, 0, 0.43); text-transform: uppercase; border: 1px solid #fff; border: 1px solid rgba(255, 255, 255, 0.4); margin-top: 27px; }

.syappzuo .syappp1 { padding-top: 146px; }

.syappyou .syappp1 { padding-top: 30px; font-size: 20px; font-size: 2rem; }

.syappzuo .syappp2 { padding: 0 20px; }

.syappyou .syappp2 { padding: 0 15px; }

.syappyou .syappp3 { margin-top: 15px; }

.syappyou { width: 598px; }

.syappyou .syappbox { margin-bottom: 9px; margin-left: 20px; width: 289px; }

.syappbox:hover .syappcover { top: 0; }

.syappbox:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

@media screen and (max-width: 1219px) { .syappzuo .syappbox { width: 485px; }
  .syappyou { width: 490px; }
  .syappyou .syappbox { width: 240px; margin-left: 10px; }
  .syappp2 { margin-top: 20px; }
  .syappp1 { font-size: 20px; font-size: 2rem; }
  .syappzuo .syappp1 { padding-top: 120px; font-size: 24px; font-size: 2.4rem; }
  .syappyou .syappp1 { padding-top: 20px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 999px) { .syappzuo { width: 57%; }
  .syappyou { width: 42%; }
  .syappzuo .syappbox { width: 100%; }
  .syappcover { position: static; padding-bottom: 10px; }
  .syappzuo .syappp1 { padding-top: 35px; }
  .syappyou .syappbox { width: 48%; margin: 0 1%; margin-bottom: 10px; }
  .syappyou .syappp1 { padding-top: 18px; }
  .syappp1 { font-size: 16px; font-size: 1.6rem; }
  .syappp2 { font-size: 14px !important; font-size: 1.4rem !important; height: 72px; overflow: hidden; margin-top: 10px; }
  .syapp { padding-top: 60px; }
  .syapp .sybt { margin-bottom: 45px; } }

@media screen and (max-width: 767px) { .syappzuo { float: none; width: 80%; max-width: 585px; margin: 0 auto; margin-bottom: 10px; }
  .syappyou { width: 100%; float: none; margin: 0 auto; } }

@media screen and (max-width: 650px) { .syappzuo { float: none; width: 96%; margin: 0 auto; margin-bottom: 10px; }
  .syapp .sybt { margin-bottom: 30px; }
  .syapp { padding-top: 45px; }
  .syn { padding-top: 45px; } }

@media screen and (max-width: 450px) { .syappzuo .syappp2 { padding: 0 10px; }
  .syappyou .syappp2 { padding: 0 10px; }
  .syappzuo { width: 100%; }
  .syappp3 { min-width: 120px; margin-top: 12px; }
  .syappzuo .syappp1 { padding-top: 20px; }
  .syn { padding-top: 35px; }
  .syappzuo .syappp1 { font-size: 18px; font-size: 1.8rem; }
  .syappyou .syappp1 { font-size: 16px; font-size: 1.6rem; } }

/*************  bottom  ************/
.bottom { background: #f3f3f3; padding-top: 81px; font-size: 16px; font-size: 1.6rem; padding-bottom: 27px; }

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

.bottom a:hover { color: #1367af; }

.div > a, .div > span { display: block; font-size: 24px; font-size: 2.4rem; font-family: "OPEN SANS BOLD"; color: #1367af; margin-bottom: 17px; text-transform: uppercase; }

.div1 { width: 343px; margin-right: 150px; }

.div1 .coxin { margin-top: 16px; }

.div1 .coxin .xing { background: #fff url(../images/syxing.png) no-repeat 5px center !important; }

.div1 .coxin .int1 { width: 320px; height: 40px; padding-left: 21px; margin-top: 8px; font-size: 14px; font-size: 1.4rem; line-height: 46px; background: #fff; border: 1px solid #e5e5e5; }

.div1 .coxin .int2 { width: 320px; height: 40px; padding-left: 21px; margin-top: 8px; font-size: 14px; font-size: 1.4rem; line-height: 46px; background: #fff; border: 1px solid #e5e5e5; }

.div1 .coxin textarea { width: 320px; height: 83px; background: #fff url(../images/syxing.png) no-repeat 10px 20px !important; padding-left: 21px; margin-top: 9px; float: left; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding-top: 10px; border: 1px solid #e5e5e5; }

.div1 .coxin .int3 { width: 189px; height: 40px; border: 1px solid #e5e5e5; padding-left: 21px; margin-top: 9px; float: left; font-size: 14px; font-size: 1.4rem; line-height: 46px; }

.div1 .coyanzheng { width: 122px; height: 40px; float: right; margin-top: 9px; cursor: pointer; }

.div1 .coxin .int4 { width: 100%; height: 42px; line-height: 42px; margin-top: 10px; background: #1367af; color: #fff; cursor: pointer; text-transform: uppercase; }

.div1 .coxin .int4:hover { background: #333; }

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

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

.div3 li i { font-size: 16px; font-size: 1.6rem; margin-right: 10px; }

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

.bsjj { padding-top: 7px; margin-right: 10px; }

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

.bsjj a i { color: #fff; }

.copyright, .support { line-height: 30px; }

.cnzz { padding-left: 10px; }

.dibu { background: #1367af; padding-top: 17px; padding-bottom: 29px; }

.dibu p, .dibu li, .dibu a, .dibu span, .dibu div { color: #fff; }

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

.link a { padding: 0 5px; }

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

.dibu a:hover { color: #ccc; }

@media screen and (max-width: 1219px) { .div1 { margin-right: 50px; }
  .div3 { width: 400px; }
  .div > a, .div > span { font-size: 20px; font-size: 2rem; }
  .bottom { padding-top: 60px; } }

@media screen and (max-width: 999px) { .div1 { width: 100%; margin-bottom: 20px; }
  .bottom { padding-top: 40px; }
  .div1 .coxin .int1, .coxin .int2, .coxin textarea { width: -moz-calc(100% - 21px); width: calc(100% - 21px); }
  .div1 .coxin .int3 { width: -moz-calc(100% - 160px); width: calc(100% - 160px); }
  .div2, .div3 { width: 50%; } }

@media screen and (max-width: 767px) { .bottom { display: none; }
  .link { display: none; }
  .dibu { padding-bottom: 50px; } }

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

.mianbao a { color: #fff; }

.mianbao a:hover { text-decoration: underline; }

.co00 { text-decoration: underline !important; }

.dabt { color: #fff; font-family: 'AkzidenzGroteskExtraBoldCond'; text-transform: uppercase; font-size: 42px; font-size: 4.2rem; padding-top: 108px; margin-bottom: 16px; }

.fymain { padding-top: 62px; padding-bottom: 100px; }

/**********   product1   **********/
.pzuo { width: 269px; }

.pyou { width: 895px; }

.subNavBox .subNav { cursor: pointer; line-height: 22px; padding: 15px; padding-left: 12px; padding-right: 30px; background: #e8e8e8; margin-bottom: 12px; position: relative; }

.subNavBox .subNav a { font-size: 16px; font-size: 1.6rem; color: #333333; font-family: "OPEN SANS BOLD"; }

.subNavBox .subNav a i { font-size: 12px; font-size: 1.2rem; width: 15px; height: 15px; line-height: 14px; border-radius: 50%; text-align: center; background: #1367af; font-weight: bold; color: #fff; position: absolute; right: 14px; top: 20px; }

.subNavBox .subNav:hover { background: #0759a2; }

.subNavBox .subNav:hover a { color: #fff; }

.subNavBox .subNav:hover a i { color: #fff; }

.subNavBox .subNav:hover a i { background: #fff; color: #000000; }

.subNavBox .currentDd a { color: #fff; }

.subNavBox .currentDd a i { color: #fff; }

.subNavBox .currentDd a i { background: #fff; color: #000000; }

.subNavBox .currentDt { background: #0759a2; }

.subNavBox .navContent { display: none; background: #f7f7f7; padding-top: 10px; padding-bottom: 12px; margin-bottom: 4px; margin-top: -12px; }

.subNavBox .navContent > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 28px; padding: 5px 0; color: #333333; padding-left: 43px; position: relative; }

.subNavBox .navContent > li > a i { font-size: 14px; font-size: 1.4rem; color: #999999; position: absolute; left: 14px; top: 5px; font-weight: bold; }

.subNavBox .navContent > li > a:hover { color: #0759a2; }

.subNavBox .navContent > li > a:hover i { color: #0759a2; }

.subNavBox .navContent > li > a:hover i:before { content: "\e70f"; }

.subNavBox .navContent > li > a.current { color: #0759a2; }

.subNavBox .navContent > li > a.current i { color: #0759a2; }

.subNavBox .navContent > li > a.current i:before { content: "\e70f"; }

.subNavBox .navContent > li div p { line-height: 28px; padding-top: 6px; padding-bottom: 6px; font-size: 16px; font-size: 1.6rem; }

.subNavBox .navContent > li div p a { display: block; color: #333333; padding-left: 43px; }

.subNavBox .navContent > li div p:hover { background: #0759a2; }

.subNavBox .navContent > li div p:hover a { color: #fff; }

.subNavBox .navContent > li div p.current { background: #0759a2; }

.subNavBox .navContent > li div p.current a { color: #fff; }

.title1 { text-align: left; padding-left: 12px; font-size: 16px; font-size: 1.6rem; line-height: 41px; font-family: "OPEN SANS BOLD"; position: relative; background: #0759a2; display: block; margin-bottom: 5px; }

.title1 a { color: #fff; }

.title2 { margin-top: 17px; }

.tags { line-height: 30px; padding-top: 4px; font-size: 16px; font-size: 1.6rem; }

.tags a { color: #333333; padding-right: 5px; display: inline-block; }

.tags a:hover { color: #0759a2; }

.sypcon input { cursor: pointer; position: absolute; left: 10px; top: 10px; z-index: 999; }

.sypcon { position: relative; }

.product1 .sypcon { background: url(../images/fypyy1.jpg) no-repeat center bottom; }

.product1 .sypbox:hover .sypcon { background: url(../images/fypyy2.jpg) no-repeat center bottom; }

.product1 .sypbox { margin-bottom: 23px; }

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

.ms_ye a { display: inline-block; width: 32px; line-height: 30px; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; margin-left: 2px; margin-right: 2px; color: #333333; border: 1px solid #999999; margin-bottom: 10px; }

.ms_sx { line-height: 28px !important; vertical-align: top; width: 21px !important; }

.ms_sx i { font-size: 20px; font-size: 2rem; font-weight: bold; color: #1367af; }

.ms_sx:hover { color: #159fe5 !important; }

.ms_ye .ms_current_ye { color: #159fe5; }

.ms_ye a:hover { color: #159fe5; }

.xiangshang { display: inline-block; position: absolute; right: 0; top: 0; padding-right: 26px; background: url(../images/xs.jpg) no-repeat right 9px; }

.xiangshang input { -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 10px; min-width: 176px; height: 32px; line-height: 32px; text-align: center; color: #fff; cursor: pointer; background: #1367af; }

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

.product1 .ms_ye { text-align: left; }

@media screen and (max-width: 1219px) { .pyou { width: 690px; }
  .product1 .sypbox { width: 218px; }
  .dabt { font-size: 36px; font-size: 3.6rem; padding-top: 80px; }
  .mianbao { height: 220px; } }

@media screen and (max-width: 999px) { .pyou { width: 100%; }
  .pzuo { width: 100%; margin-top: 30px; }
  .product1 .sypbox { width: 23%; margin: 0 1%; margin-bottom: 30px; }
  .fymain { padding-top: 45px; padding-bottom: 60px; }
  .ms_ye { margin-top: 30px; }
  .product1 .ms_ye { text-align: center; }
  .xiangshang { position: static; }
  .mianbao { height: auto; padding-bottom: 30px; }
  .dabt { padding-top: 50px; font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .fymain { padding-top: 30px; padding-bottom: 40px; }
  .product1 .sypbox { width: 31.33%; }
  .dabt { font-size: 24px; font-size: 2.4rem; margin-bottom: 10px; }
  .mianbao { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 500px) { .product1 .sypbox { width: 48%; margin-bottom: 20px; }
  .dabt { padding-top: 35px; } }

/************  product2  *************/
/*-------------products2 start-------------------------------------------------------------*/
.m-propic { margin: 0 auto; width: 540px; }

.m-propic .pic-big { position: relative; float: right; width: 429px; }

.m-propic .big-img { display: block; line-height: 0; font-size: 0; border-radius: 0; border: 1px solid #ddd; }

.m-propic .big-img .zoomPad { float: none; z-index: 8; }

.m-propic .big-img img { border-radius: 0; max-width: 100%; }

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

.m-propic .pic-small { position: relative; float: left; width: 86px; padding-top: 27px; padding-bottom: 27px; overflow: hidden; }

.m-propic .pic-btn { position: absolute; margin: 0 auto; left: 0; right: 0; display: block; width: 100%; height: 27px; line-height: 27px; cursor: pointer; text-align: center; background: #eeeeee; }

.m-propic .pic-btn .iconfont { font-size: 14px; font-size: 1.4rem; color: #000000; }

.m-propic .pic-btn:hover { background: #175eab; }

.m-propic .pic-btn:hover .iconfont { color: #fff; }

.m-propic .pic-btn.prev { top: 0; }

.m-propic .pic-btn.next { bottom: 0; }

.m-propic .pic-list { height: 361px; margin-top: 7px; margin-bottom: 7px; overflow: hidden; }

.m-propic .pic-list ul { height: 2000px; }

.m-propic .pic-list .list-item { margin-bottom: 6px; overflow: visible; padding-left: 0; position: relative; }

.m-propic .pic-list .list-item .pxjiao { position: absolute; left: -3px; top: 50%; margin-top: -4px; display: none; }

.m-propic .pic-list .item-pics { display: block; border-radius: 0; border: 1px solid #ddd; position: relative; }

.m-propic .pic-list .item-pics img { width: 100%; display: block; }

.m-propic .item-pics:hover, .m-propic .item-pics.zoomThumbActive { border-color: #175eab; }

.m-propic .item-pics:hover .pxjiao, .m-propic .item-pics.zoomThumbActive .pxjiao { display: block; }

.m-propic2 { display: none; }

@media screen and (max-width: 1219px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; }
  .m-propic { max-width: 100%; float: none; }
  .m-propic .pic-big { height: auto; }
  /*.m-propic .pic-small { width: 110px; } .m-propic .pic-list { height: 444px; } .m-propic .list-item { margin-bottom: 40px; } */ }

@media screen and (max-width: 767px) { .m-propic1 { display: none; }
  .m-propic2 { position: relative; display: block; overflow: hidden; width: auto; padding-left: 30px; padding-right: 30px; }
  .m-propic2 .box-btn { position: absolute; top: 50%; margin-top: -12px; display: block; width: 24px; height: 24px; }
  .m-propic2 .box-btn .iconfont { font-size: 24px; font-size: 2.4rem; color: #888; }
  .m-propic2 .box-btn .iconfont:hover { color: #175eab; }
  .m-propic2 .box-btn.prev { left: 0; }
  .m-propic2 .box-btn.next { right: 0; }
  .m-propic2 .box-list { overflow: hidden; }
  .m-propic2 .box-list ul { width: 1000%; }
  .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 3.12%; border-radius: 0; border: 1px solid #d7d7d7; overflow: hidden; }
  .m-propic2 .list-item img { display: block; max-width: 100%; } }

@media only screen and (max-width: 500px) { .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 4.8%; } }

@media only screen and (max-width: 480px) { .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 9.8%; } }

.item-btns { margin-top: 4px; }

.pro2-info .item-title { line-height: 26px; font-size: 18px; font-size: 1.8rem; margin-bottom: 11px; font-family: "OPEN SANS BOLD"; }

.pro2-info .pro-share { float: left; margin-top: 8px; }

.pro2-info .item-btn { display: inline-block; width: 100%; height: 58px; line-height: 58px; background: #175eab; text-align: center; font-size: 20px; font-size: 2rem; color: #555555; }

.pro2-info .item-btn:hover { background-color: #175eab; color: #fff; border-color: #175eab; }

.pro2-info .item-btn span { color: #fff; display: inline-block; padding-right: 50px; background: no-repeat right center; }

@media only screen and (max-width: 999px) { .pro2-info { text-align: center; }
  .pro2-info .item-title { padding-right: 0; }
  .pro2-info .pro-share { float: none; }
  .pro2-info .item-btns { float: none; margin-top: 20px; } }

@media only screen and (max-width: 767px) { .pro2-info .item-title { line-height: 30px; font-size: 20px; font-size: 2rem; margin: 0px 0 10px; }
  .pro2-info .item-btn { height: 32px; line-height: 30px; font-size: 14px; font-size: 1.4rem; } }

@media only screen and (max-width: 400px) { .pro2-info .item-btn { width: 45%; }
  .pro2-info .item-btn:first-child { margin-right: 5%; } }

.pro2-title { font-size: 24px; font-size: 2.4rem; border-bottom: solid 1px #BFBFBF; position: relative; padding-bottom: 15px; text-transform: capitalize; }

.pro2-title, .pro2-title a { color: #175eab; }

.pro2-title:after { position: absolute; content: ''; width: 129px; height: 3px; background-color: #175eab; left: 0; bottom: -2px; }

@media screen and (max-width: 767px) { .pro2-title { font-size: 20px; font-size: 2rem; padding-bottom: 10px; } }

.pro2-descbox { margin-top: 64px; }

@media screen and (max-width: 999px) { .pro2-descbox { margin-top: 50px; } }

@media screen and (max-width: 767px) { .pro2-descbox { margin-top: 30px; } }

.pro2-spec { padding: 24px 0 52px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro2-spec, .pro2-spec p, .pro2-spec li, .pro2-spec a, .pro2-spec span, .pro2-spec b, .pro2-spec strong, .pro2-spec dd, .pro2-spec em { color: #555; }

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

.pro2-spec table { border: 0; }

.pro2-spec table tr:nth-child(odd) { background-color: #f3f3f3; }

.pro2-spec table tr:first-child td { padding-top: 10px; }

.pro2-spec table tr:last-child td { padding-bottom: 8px; }

.pro2-spec table tr td { border: solid 2px #f3f3f3; line-height: 28px; padding: 0 24px; font-size: 16px; font-size: 1.6rem; font-family: Verdana; }

.pro2-spec table tr td:first-of-type { border-left: 0; }

.pro2-spec table tr td:last-of-type { border-right: 0; }

@media screen and (max-width: 767px) { .pro2-spec { padding: 24px 0 30px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .pro2-spec table tr td { font-size: 14px; font-size: 1.4rem; } }

/* pro2-parabox start */
.pro2-parabox .pro2-spec { padding: 42px 0 70px; }

@media screen and (max-width: 999px) { .pro2-parabox .pro2-spec { padding: 42px 0 50px; } }

@media screen and (max-width: 767px) { .pro2-parabox .pro2-spec { padding: 30px 0; } }

/* pro2-parabox end */
/* related-pro start */
.related-pro .pro1-list { padding-bottom: 0; }

.related-pro .pro1-list .list-item { margin-top: 45px; margin-bottom: 0; }

@media screen and (max-width: 767px) { .related-pro .pro1-list .list-item { margin-top: 30px; } }

.related-pro .pro1-list .item-btnbox { text-align: center; padding-left: 0; }

/* related-pro end */
/*-------------products2 end---------------------------------------------------------------*/
.cpxx { line-height: 30px; color: #333333; font-size: 16px; font-size: 1.6rem; margin-bottom: 86px; }

.cpxx p, .cpxx li, .cpxx div, .cpxx span { color: #333333; }

.cpxx a { color: #175eab; }

.pro2-info { padding-top: 5px; width: 315px; }

.share { margin-top: 50px; }

.share1 { color: #333333; margin-right: 5px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }

.share img { vertical-align: middle; }

.pdownbtn { font-size: 16px; font-size: 1.6rem; }

.pdownbtn i { display: inline-block; width: 31px; height: 31px; line-height: 31px; text-align: center; border-radius: 3px; background: #1367af; color: #fff; font-size: 22px; font-size: 2.2rem; margin-right: 12px; }

.pdownbtn:hover { color: #1367af; }

.btn { margin-top: 12px; }

.btn a { display: inline-block; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 27px; height: 34px; line-height: 32px; text-align: center; background: #fff; color: #1367af; border: 1px solid #1367af; }

.btn a:hover { background: #1367af; color: #fff; }

.btn1 { margin-right: 31px; }

.chanpinx { line-height: 30px; color: #333333; font-size: 16px; font-size: 1.6rem; text-indent: 2em; }

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

.chanpinx a { color: #175eab; }

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

.chanpinx iframe { max-width: 100%; }

.chanpinx table, .nex table, .cpxx table { width: 97%; border-collapse: collapse; line-height: 52px; text-align: center; }

.chanpinx tr td, .nex tr td, .cpxx tr td { line-height: 19px; padding: 2px; }

.table table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #aeaaaa; margin-top: 40px; }

.table table tr td { padding: 0 3px; border: 1px solid #ececec; font-size: 12px; font-size: 1.2rem; }

.des { background: url(../images/desbg.jpg) repeat-x left bottom; font-size: 20px; font-size: 2rem; text-transform: uppercase; margin-bottom: 28px; margin-top: 56px; font-family: "OPEN SANS BOLD"; }

.des span { display: inline-block; padding: 0 16px; color: #fff; background: #1367af; line-height: 24px; padding-top: 8px; padding-bottom: 8px; }

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

.tags2 a:hover { color: #1367af; }

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

@media screen and (max-width: 1219px) { .btn1 { margin-right: 5px; }
  .pro2-info { width: 100%; padding-top: 30px; }
  .cpxx { margin-bottom: 40px; } }

@media screen and (max-width: 999px) { .share { display: inline-block; }
  .table table { margin-top: 0; }
  .des { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .btn { display: block; }
  .des { margin-top: 40px; margin-bottom: 25px; font-size: 16px; font-size: 1.6rem; }
  .share { margin-top: 29px; }
  .chanpinx { font-size: 14px; font-size: 1.4rem; }
  .cpxx { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 500px) { .pro2-info .item-title { font-size: 16px; font-size: 1.6rem; } }

/**********  news1  **********/
.news1 .synbox { margin-bottom: 47px; }

@media screen and (max-width: 767px) { .news1 .synbox { margin-bottom: 30px; } }

/**********  news2  **********/
.news2 h1 { font-size: 22px; font-size: 2.2rem; margin-bottom: 32px; text-align: center; line-height: 30px; font-family: "OPEN SANS BOLD"; }

.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; font-size: 14px; font-size: 1.4rem; color: #666666; margin-right: 5px; }

.nshare2 { display: inline-block; }

.nshare2 img { vertical-align: middle; }

.nex { line-height: 30px; font-size: 16px; font-size: 1.6rem; padding-top: 54px; padding-bottom: 32px; margin-bottom: 40px; border-bottom: 1px solid #cccccd; color: #333; text-indent: 2em; }

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

.nex a { color: #1367af; }

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

.xwsx { line-height: 28px; margin-top: 14px; }

.xwsx span { display: inline-block; width: 30px; height: 19px; line-height: 19px; border: 1px solid #999999; text-align: center; margin-right: 15px; }

.xwsx span i { color: #1367af; font-size: 20px; font-size: 2rem; }

.xwsx a { font-size: 16px; font-size: 1.6rem; color: #333333; }

.xwsx a:hover { color: #1367af; }

@media screen and (max-width: 767px) { .news2 h1 { font-size: 18px; font-size: 1.8rem; }
  .nex { padding-top: 30px; padding-bottom: 40px; font-size: 14px; font-size: 1.4rem; }
  .xwsx a { font-size: 14px; font-size: 1.4rem; } }

/********  about  *********/
.azuo { margin-right: 33px; }

.azuo img { display: block; width: 100%; max-width: 609px; max-height: 420px; }

.ayou p { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 25px; text-indent: 2em; }

.ditu img { display: block; width: 100%; max-width: 1920px; }

.ditu { margin-bottom: 28px; padding-top: 16px; }

.cbt2 { font-size: 30px; font-size: 3rem; font-family: "OPEN SANS BOLD"; text-align: center; margin-bottom: 16px; text-transform: uppercase; background: url(../images/abtbg.jpg) no-repeat center center; margin-top: 59px; }

.acoxin { width: 1029px; margin: 0 auto; }

.acoxin .xing { background: url(../images/xing.png) no-repeat left 24px; padding-left: 18px; }

.acoxin .tex.xing { background: url(../images/xing.png) no-repeat left 58px; padding-left: 18px; }

.coxinn .int1 { padding-left: 18px; float: left; margin-top: 32px; }

.acoxin .int2 { padding-left: 18px; float: right; margin-top: 32px; }

.acoxin .int1 input, .acoxin .int2 input { width: 463px; height: 48px; line-height: 48px; padding-left: 14px; border: 1px solid #575757; color: #666666; font-size: 16px; font-size: 1.6rem; }

.acoxin textarea { width: 994px; height: 175px; padding-left: 15px; font-size: 16px; font-size: 1.6rem; line-height: 40px; border: 1px solid #575757; margin-top: 30px; color: #666666; padding-top: 10px; }

.acoxin .int5 { margin-top: 28px; }

.acoxin .int3 { width: 227px; height: 48px; line-height: 48px; padding-left: 13px; font-size: 16px; font-size: 1.6rem; line-height: 42px; text-transform: uppercase; float: left; border: 1px solid #575757; color: #666666; }

.acoxin .coyanzheng { float: left; margin-left: 8px; cursor: pointer; }

.acoxin .int4 { width: 199px; height: 50px; float: left; background: #1367af; font-size: 16px; font-size: 1.6rem; color: #fff; cursor: pointer; transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -webkit-transition: 0.5s; margin-left: 34px; }

.acoxin .int4:hover { background: #0e5b9d; }

@media screen and (max-width: 1219px) { .azuo { width: 500px; }
  .acoxin { width: 940px; }
  .acoxin .int1 input, .acoxin .int2 input { width: 420px; }
  .acoxin textarea { width: 905px; } }

@media screen and (max-width: 999px) { .azuo { width: 420px; margin-right: 20px; }
  .ayou p { font-size: 14px; font-size: 1.4rem; }
  .cbt2 { font-size: 24px; font-size: 2.4rem; }
  .acoxin { width: 100%; }
  .coxinn .int1, .coxinn .int2 { width: 46%; }
  .acoxin .int1 input, .acoxin .int2 input { width: -moz-calc(100% - 14px); width: calc(100% - 14px); }
  .acoxin textarea { width: -moz-calc(100% - 15px); width: calc(100% - 15px); } }

@media screen and (max-width: 767px) { .azuo { float: none; width: auto; max-width: 609px; margin: 0 auto; margin-bottom: 20px; }
  .ayou p { margin-bottom: 20px; }
  .cbt2 { margin-top: 40px; }
  .acoxin .int1 input, .acoxin .int2 input { height: 40px; line-height: 40px; }
  .coxinn .int1, .coxinn .int2 { margin-top: 20px; float: none; width: auto; }
  .acoxin textarea { margin-top: 20px; }
  .acoxin .int5 { margin-top: 20px; }
  .acoxin .int3 { width: -moz-calc(100% - 195px); width: calc(100% - 195px); }
  .acoxin .coyanzheng { margin-left: 0; float: right; }
  .acoxin .int4 { margin-left: 0; width: 100%; margin-top: 20px; }
  .ditu { padding-top: 0; }
  .cbt2 { margin-bottom: 35px; } }

@media screen and (max-width: 550px) { .cbt2 { background: none; font-size: 20px; font-size: 2rem; }
  .acoxin .int3 { width: -moz-calc(100% - 13px); width: calc(100% - 13px); }
  .acoxin .coyanzheng { float: left; margin-top: 20px; } }

/****************  application1  ****************/
.bhang { background: #f5f5f5; padding-top: 15px; padding-left: 17px; padding-bottom: 16px; padding-right: 28px; }

.bhangbox:after { content: ""; display: block; width: 100%; height: 1px; background: #e4e4e4; margin-top: 3px; }

.bhangbox { margin-bottom: 26px; }

.bhang .fyblog { width: 223px; margin-right: 47px; }

.bhang .fyblog img { display: block; width: 100%; max-width: 585px; max-height: 439px; }

.bhang .fyblognr { padding-top: 12px; }

.fyblogp1 { display: block; font-size: 18px; font-size: 1.8rem; line-height: 26px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 16px; font-family: "OPEN SANS BOLD"; }

.fyblogp2 { display: block; line-height: 26px; height: 52px; overflow: hidden; margin-bottom: 17px; font-size: 16px; font-size: 1.6rem; }

.fyblogp3 { display: inline-block; height: 36px; line-height: 34px; min-width: 117px; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 10px; border-radius: 5px; text-align: center; background: transparent; color: #333333; border: 1px solid #1367af; }

.fyblogp1:hover { color: #1367af; }

.fyblogp2:hover { color: #1367af; }

.fyblogp3:hover { background: #1367af; color: #fff; }

.application1 .ms_ye { margin-top: 77px; }

@media screen and (max-width: 1219px) { .fyblogp2 { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 999px) { .application1 .ms_ye { margin-top: 50px; }
  .fyblogp1 { font-size: 16px; font-size: 1.6rem; }
  .bhang .fyblog { margin-right: 25px; } }

@media screen and (max-width: 767px) { .bhang .fyblog { float: none; max-width: 500px; text-align: center; width: auto; display: block; margin: 0 auto; }
  .bhang { padding-bottom: 20px; margin-bottom: 18px; }
  .bhang .fyblognr { padding: 0px; padding-top: 20px; }
  .bhang { padding-left: 15px; padding-right: 15px; } }

@media screen and (max-width: 600px) { .subNav a { font-size: 16px; font-size: 1.6rem; }
  .navContent p a { font-size: 16px; font-size: 1.6rem; }
  .navContent p { margin-bottom: 0; }
  .machine1 .ms_ye { margin-top: 50px; } }

/****************  application2  ****************/
.application2 h1 { font-size: 24px; font-size: 2.4rem; text-align: center; line-height: 30px; font-family: "OPEN SANS BOLD"; }

.application2 .nex { padding-top: 31px; }

@media screen and (max-width: 767px) { .application2 h1 { font-size: 18px; font-size: 1.8rem; } }

/********  download  *********/
.downzuo { padding-right: 230px; }

.dp1 { font-size: 16px; font-size: 1.6rem; color: #4d4d4d; line-height: 24px; }

.dp1 a { color: #4d4d4d; }

.dp1 i { font-size: 26px; font-size: 2.6rem; color: #1367af; vertical-align: middle; margin-right: 3px; }

.dp1:hover a { color: #1367af; }

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

.dp2 a { color: #666666; }

.dp2 a:hover { color: #1367af; }

.downbtn { display: block; min-width: 152px; height: 40px; line-height: 38px; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 10px; border-radius: 19px; text-align: center; color: #333333; border: 1px solid #333333; position: absolute; right: 0; bottom: 43px; }

.downbtn:hover { background: #1367af; color: #fff; }

.downlist li { padding-bottom: 14px; background: url("../images/huixu.png") repeat-x left bottom; margin-bottom: 70px; position: relative; }

.download .ms_ye { margin-top: 100px; }

@media screen and (max-width: 999px) { .downzuo { padding-right: 170px; }
  .downlist li { margin-bottom: 50px; }
  .download .ms_ye { margin-top: 60px; } }

@media screen and (max-width: 767px) { .downzuo { padding-right: 0px; }
  .downlist li { padding-bottom: 70px; }
  .downbtn { bottom: 15px; } }

/************  contact  ************/
.lxp1 { text-align: center; font-family: "OPEN SANS BOLD"; font-size: 26px; font-size: 2.6rem; text-transform: uppercase; }

.lxp2 { text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 30px; max-width: 1010px; margin: 0 auto; margin-top: 15px; margin-bottom: 53px; }

.contact ul { max-width: 1010px; margin: 0 auto; padding-bottom: 111px; }

.contact ul li { font-size: 16px; font-size: 1.6rem; line-height: 32px; }

.contact ul li span { font-family: "OPEN SANS BOLD"; }

.contact ul li a:hover { color: #0759a2; }

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

@media screen and (max-width: 999px) { .contact ul { padding-bottom: 35px; }
  .lxp2 { font-size: 14px; font-size: 1.4rem; margin-bottom: 35px; } }

@media screen and (max-width: 767px) { .lxp1 { font-size: 20px; font-size: 2rem; }
  .contact ul li { font-size: 14px; font-size: 1.4rem; }
  .contact ul { padding-bottom: 20px; } }

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

.yiji li { position: relative; }

.yiji li a { display: block; color: #333; line-height: 30px; padding-top: 10px; padding-bottom: 10px; padding-left: 16px; padding-right: 10px; font-size: 16px; font-size: 1.6rem; }

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

.erji, .sanji { position: absolute; left: 100%; top: -999px; width: 268px; background: #fff; border-top: 1px solid #e4e4e4; }

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

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

.erji > li:hover .sanji { top: -1px; }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .yiji, .erji, .sanji { width: 220px; }
  .yiji li a { font-size: 14px; font-size: 1.4rem; } }

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

.hdtop { position: fixed; right: 20px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 99999; width: 50px; height: 50px; line-height: 50px; text-align: center; border-radius: 50%; background: #1367af; }

.hdtop i { color: #fff; font-size: 20px; font-size: 2rem; }

@media screen and (max-width: 767px) { .hdtop { width: 40px; height: 40px; line-height: 40px; }
  .hdtop i { font-size: 16px; font-size: 1.6rem; } }

/*********************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; 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: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; }

.baguetteBox-button#previous-button { left: 2%; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

.spinner { width: 40px; height: 40px; display: inline-block; position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px; }

.double-bounce1, .double-bounce2 { width: 100%; height: 100%; border-radius: 50%; background-color: #fff; opacity: .6; position: absolute; top: 0; left: 0; -webkit-animation: bounce 2s infinite ease-in-out; -moz-animation: bounce 2s infinite ease-in-out; animation: bounce 2s infinite ease-in-out; }

.double-bounce2 { -webkit-animation-delay: -1s; -moz-animation-delay: -1s; animation-delay: -1s; }

@-webkit-keyframes bounceFromRight { 0% { margin-left: 0; }
  50% { margin-left: -30px; }
  100% { margin-left: 0; } }

@-moz-keyframes bounceFromRight { 0% { margin-left: 0; }
  50% { margin-left: -30px; }
  100% { margin-left: 0; } }

@keyframes bounceFromRight { 0% { margin-left: 0; }
  50% { margin-left: -30px; }
  100% { margin-left: 0; } }

@-webkit-keyframes bounceFromLeft { 0% { margin-left: 0; }
  50% { margin-left: 30px; }
  100% { margin-left: 0; } }

@-moz-keyframes bounceFromLeft { 0% { margin-left: 0; }
  50% { margin-left: 30px; }
  100% { margin-left: 0; } }

@keyframes bounceFromLeft { 0% { margin-left: 0; }
  50% { margin-left: 30px; }
  100% { margin-left: 0; } }

@-webkit-keyframes bounce { 0%, 100% { -webkit-transform: scale(0);
    transform: scale(0); }
  50% { -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes bounce { 0%, 100% { -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }
  50% { -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce { 0%, 100% { -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% { -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@font-face { font-family: "OPEN SANS"; src: url("../fonts/OPEN SANS.woff2") format("woff2"), url("../fonts/OPEN SANS.woff") format("woff"), url("../fonts/OPEN SANS.ttf") format("truetype"), url("../fonts/OPEN SANS.eot") format("embedded-opentype"), url("../fonts/OPEN SANS.svg") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: "OPEN SANS BOLD"; src: url("../fonts/OPEN SANS BOLD.woff2") format("woff2"), url("../fonts/OPEN SANS BOLD.woff") format("woff"), url("../fonts/OPEN SANS BOLD.ttf") format("truetype"), url("../fonts/OPEN SANS BOLD.eot") format("embedded-opentype"), url("../fonts/OPEN SANS BOLD.svg") format("svg"); font-weight: normal; font-style: normal; }

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

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

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

/*# 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-image: url(../images/zoomloader.gif);
   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
/*********************************************************/

.listcart{ width:100%; margin-top:40px;margin-bottom: 40px;}
.listcart a{ background:#fff;display:inline-block;height: 30px; width:200px; line-height: 30px;cursor: pointer;border: none;overflow: hidden;color: #1367af;cursor: pointer;  border:1px solid #1367af; padding-left:10px; padding-right:10px; text-align:center; font-size:14px; font-size:1.4rem; margin-left:10px;}
.listcart a:hover{  border:#1367af solid 1px; background:#1367af; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px }
.listcart{ width:100%;
}
}
@media screen and (max-width:420px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    font-size: 9pt;
    position: relative;
    top: -4px;
    height: 24px;
}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.ppp{line-height: 30px;margin-bottom: 20px;margin-top: 20px;}
.xunpanc table tr td a:hover{color: #1367af;}

body{font-family:"Microsoft Yahei","微软雅黑"!important;}
body a{font-family:"Microsoft Yahei","微软雅黑"!important;}
body p{font-family:"Microsoft Yahei","微软雅黑"!important;}
body div{font-family:"Microsoft Yahei","微软雅黑"!important;}

.l .bshare-custom{margin-top: 5px;}
.ayou p img{width: 100%;}