@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"; /* Project id 2693748 */
  src: url('../fonts/iconfont.woff2?t=1627001363849') format('woff2'),
       url('../fonts/iconfont.woff?t=1627001363849') format('woff'),
       url('../fonts/iconfont.ttf?t=1627001363849') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

.icon-edit:before {
  content: "\e611";
}

.icon-facebook1:before {
  content: "\e620";
}

.icon-vk:before {
  content: "\e735";
}

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

.icon-jian2:before {
  content: "\e600";
}

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

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

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

.icon-jia2:before {
  content: "\e608";
}

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

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

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

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

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

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download11:before {
  content: "\e7a7";
}

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

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

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

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

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

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

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

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

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

.icon-phone1:before {
  content: "\e7cb";
}

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

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

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

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

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

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

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

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

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

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

.icon-message:before {
  content: "\e7da";
}

.icon-calendar1:before {
  content: "\e7e3";
}

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

.icon-youbian:before {
  content: "\e60f";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-icon-test9:before {
  content: "\e64f";
}

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

.icon-icon-test12:before {
  content: "\e653";
}

.icon-list:before {
  content: "\e671";
}

.icon-top15:before {
  content: "\e65b";
}

.icon-VK:before {
  content: "\e656";
}

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

.icon-insgram:before {
  content: "\e66a";
}

.icon-facebook:before {
  content: "\e66c";
}

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

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

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

.icon-left2:before {
  content: "\e710";
}

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

.icon-left13:before {
  content: "\e73c";
}

.icon-right13:before {
  content: "\e73d";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-up25:before {
  content: "\e785";
}

.icon-bottom25:before {
  content: "\e786";
}

.icon-left25:before {
  content: "\e787";
}

.icon-right25:before {
  content: "\e788";
}

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

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

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

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

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

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

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

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}






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

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

body { margin: 0 auto; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 14px; font-size: 1.4rem; height: 100%; overflow-x: hidden; max-width: 1920px; }

img { border: none; }

ul li { list-style-type: none; }

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span { margin: 0; padding: 0; list-style: none; color: #333; }

a { text-decoration: none; color: #333; outline: none; transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; }

h1 { margin: 0; padding: 0; font-weight: normal; color: #333; }

.clear { clear: both; }

.maln { margin-left: auto !important; }

input, textarea { font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 14px; font-size: 1.4rem; color: #333; border: none; outline: none; }

.l { float: left; }

.r { float: right; }

.fix { *zoom: 1; }

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

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

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

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

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

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

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

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

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

.pfbd-bd ::-webkit-input-placeholder { /* WebKit browsers */ color: #999; }

.pfbd-bd :-o-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999; }

.pfbd-bd ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999; opacity: 1; }

.pfbd-bd :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #999; }

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

@media screen and (min-width: 1220px) { .wp { width: 1200px; margin: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .wp { width: 980px; margin: auto; } }

@media screen and (max-width: 999px) { .wp { width: 95%; margin: auto; } }

.no_margin { margin-left: auto\0 !important; }

@media screen and (min-width: 1220px) { .no_margin { margin-left: auto !important; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .no_margin { margin-left: auto !important; } }

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

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

.container .nav form { margin: 15px auto; width: 258px; height: 26px; border: 1px solid #fff; position: relative; background: #fff; }

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

.container .nav form .ipsc { width: 20%; height: 26px; line-height: 26px; display: block; float: right; background: transparent; position: relative; z-index: 99; }

.container .nav form i { position: absolute; right: 10px; top: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container .menubtn { width: 23px; height: 18px; position: absolute; top: 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; }

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

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

/***********  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: 12px; 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%; z-index: 9; margin-top: -50px; }

.slide .carousel-control i { font-size: 100px; font-size: 10rem; color: #fff; }

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

.slide .carousel-control.left { left: 6%; background-repeat: no-repeat; cursor: pointer; }

.slide .carousel-control.right { right: 6%; background-repeat: no-repeat; cursor: pointer; }

.slide .dotList ul li { cursor: pointer; background: url(../images/dian1.png) no-repeat center center; font-size: 0px; margin-left: 13px; margin-right: 13px; border: none; outline: none; width: 28px; height: 28px; }

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

.slide .slidedetail { display: none; }

@media screen and (max-width: 1220px) { .slide .carousel-control i { font-size: 60px; font-size: 6rem; }
  .slide .carousel-control { margin-top: -30px; } }

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

@media screen and (max-width: 767px) { .slide .dotList { bottom: 5px; }
  .slide .dotList ul li { width: 16px; height: 16px; border-radius: 50%; margin-left: 8px; margin-right: 8px; } }

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

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

.headyou { padding-top: 8px; }

.m-hdlang { position: relative; overflow: visible; float: right; width: 130px; height: 33px; line-height: 33px; border-radius: 16px; background: #f3f3f3; text-align: center; }

.m-hdlang .lang-list { position: absolute; left: 0; top: 100%; background-color: #FFF; z-index: 999; width: 100%; display: none; text-align: center; font-size: 12px; font-size: 1.2rem; border: solid 1px #C5C5C5; margin-top: -2px; padding-top: 3px; padding-bottom: 1px; }

.m-hdlang .lang-item { float: none; line-height: 22px; }

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

.m-hdlang .lang-item a:hover { color: #2059a6; }

.m-hdlang > .lang-item { font-size: 12px; font-size: 1.2rem; display: inline-block; color: #666666; }

.m-hdlang > .lang-item i { font-size: 20px; font-size: 2rem; color: #000000; vertical-align: middle; margin-left: 20px; }

.h-select { float: right; position: relative; margin-right: 20px; }

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

.h-select .iconfont { display: block; font-size: 26px; font-size: 2.6rem; line-height: 30px; color: #333; cursor: pointer; }

.h-select .box-yiji { display: none; position: absolute; right: 0; top: 100%; width: 224px; background: #FFFFFF; box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21); z-index: 99; padding: 10px 0; }

.h-select .box-yiji li { position: relative; padding: 0 10px; }

.h-select .box-yiji li > a { line-height: 20px; display: block; padding: 6px 13px; text-transform: capitalize; font-size: 16px; font-size: 1.6rem; color: #333; }

@media screen and (max-width: 1219px) { .h-select .box-yiji li > a { font-size: 14px; font-size: 1.4rem; } }

.h-select .box-yiji li.active > a, .h-select .box-yiji li:hover > a { background-color: #276DC1; color: #fff; }

.h-select .box-yiji li:hover .box-erji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.h-select .box-erji li:hover .box-sanji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.h-select .box-erji, .h-select .box-sanji { position: absolute; right: 100%; top: 0; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; width: 224px; background: #FFFFFF; box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21); border-radius: 0; padding: 10px 0; }


.navlist { padding-top: 15px; }

.navlist2 { display: none; }

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

.navlist > li > a { font-size: 16px; font-size: 1.6rem; font-weight: bold; display: block; padding-bottom: 21px; border-bottom: 2px solid transparent; }

.navlist > li:hover > a { border-bottom: 2px solid #2059a6; color: #2059a6; }

.navlist > li.currentnav > a { border-bottom: 2px solid #2059a6; color: #2059a6; }

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

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

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

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

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

.search form i { position: absolute; right: 5px; top: 6px; width: 18px; height: 18px; }

.logo{
	line-height: 106px;
	overflow: hidden;
}
.logo img{
	vertical-align: middle;
	max-height: 106px;
}

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

@media screen and (max-width: 999px) { .navlist > li { margin-left: 17px; }
  .navlist > li > a { font-size: 14px; font-size: 1.4rem; padding-bottom: 12px; } }

@media screen and (max-width: 999px) { .headyou { width: 100%; }
  .navlist { width: 100%; padding-top: 20px; }
  .headtop { position: absolute; right: 60px; top: 20px; }
  .search { position: absolute; right: 20px; margin: 0; top: 25px; }
  .navlist > li { width: 14.28%; text-align: center; margin: 0; }
  .logo { padding-top: 25px; } }

@media screen and (max-width: 999px) { .navlist2 { display: block; }
  .navlist1 { display: none; }
  .navlist > li { width: 25%; margin-left: 0; text-align: center; }
  .logo { padding-top: 18px; }
  .search { display: none; }
  .headyou { padding-top: 0; }
  .head { padding-bottom: 10px; }
  .headtop { top: 16px; }
  .headtop { position: static; float: none; text-align: center; }
  .logo { float: none; text-align: center; line-height: 80px; margin: 0 auto; display: block; margin-bottom: 10px; }
  .logo img{max-height: 80px;}
  .m-hdlang { float: none; display: inline-block; } }

@media screen and (max-width: 767px) { .logo { line-height: 60px; } .logo img{max-height: 60px;} }

/**************  syp  **************/
.syp { padding-top: 97px; padding-bottom: 91px; }

.sybt { text-align: center; padding-bottom: 23px; background: url(../images/sybtbg.jpg) no-repeat center bottom; font-family: "VERLAG-BOLD"; font-size: 34px; font-size: 3.4rem; text-transform: uppercase; margin-bottom: 50px; }

.sybt a:hover { color: #2059a6; }

.sypbox { width: 281px; float: left; margin-left: 25px; position: relative; }

.syptu img { display: block; width: 100%; max-width: 418px; max-height: 418px; }

.syptu { border: 1px solid #e5e5e5; display: block; }

.sypp { position: absolute; left: 0; bottom: 0; width: 100%; line-height: 30px; padding-top: 10px; padding-bottom: 10px; background: #999999; background: rgba(0, 0, 0, 0.4); text-align: center; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.sypp a { display: block; margin: 0 10px; font-size: 16px; font-size: 1.6rem; color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.sypbox:hover .sypp { background: #4172b3; background: rgba(32, 89, 166, 0.85); bottom: 40%; }

@media screen and (max-width: 1219px) { .sypbox { margin-left: 20px; width: 230px; }
  .syp { padding-top: 75px; } }

@media screen and (max-width: 999px) { .sypbox { width: 23%; margin: 0 1%; }
  .syp { padding-top: 60px; }
  .sybt { font-size: 30px; font-size: 3rem; }
  .sypp a { font-size: 14px; font-size: 1.4rem; }
  .sypp { padding-top: 2px; padding-bottom: 2px; } }

@media screen and (max-width: 767px) { .sybt { font-size: 24px; font-size: 2.4rem; padding-bottom: 15px; margin-bottom: 35px; }
  .syp { padding-top: 50px; } }

@media screen and (max-width: 650px) { .sypbox { width: 48%; margin-bottom: 20px; } }

@media screen and (max-width: 400px) { .syp { padding-top: 40px; }
  .sybt { margin-bottom: 30px; } }

/**************  syfl  **************/
.syfl { padding-top: 152px; padding-bottom: 50px; background: url(../images/sybg1.jpg) no-repeat center top; }

.syfl .sybt { font-size: 40px; font-size: 4rem; }

.syfl .sybt a { color: #fff; }

.syfl .sybt a:hover { color: #2059a6; }

.fllie { margin-left: 15px; }

.fllie1 { width: 400px; }

.fllie2 { width: 370px; }

.fllie3 { width: 400px; }

.flbox { text-align: center; margin-bottom: 9px; }

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

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

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

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

.syflcover1 { position: absolute; left: 0; bottom: 0; width: 100%; background: #7f7f7f; background: rgba(0, 0, 0, 0.5); -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.syflcover1 a { display: block; margin: 0 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 28px; padding-top: 5px; padding-bottom: 5px; color: #fff; font-size: 16px; font-size: 1.6rem; }

.syflcover2 { position: absolute; left: 0; top: -100%; width: 100%; height: 100%; background: #4172b3; background: rgba(32, 89, 166, 0.85); -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.syflp1 { display: block; color: #fff; font-size: 24px; font-size: 2.4rem; font-weight: bold; margin-top: 35%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.syflp2 { display: block; color: #fff; line-height: 30px; height: 60px; overflow: hidden; margin: 0 50px; margin-top: 24px; }

.flbox:hover .syflcover1 { bottom: -100%; }

.flbox:hover .syflcover2 { top: 0; }

.flbox2 { border: 1px solid #ffffff; height: 188px; }

.flbox2 a { display: block; width: 146px; height: 31px; line-height: 31px; border: 2px solid #fff; text-align: center; color: #fff; margin: 0 auto; margin-top: 78px; }

.flbox2 a:hover { background: #2059a6; border: 2px solid #2059a6; }

@media screen and (max-width: 1219px) { .fllie1, .fllie3 { width: 335px; }
  .fllie2 { width: 280px; }
  .flbox2 { height: 150px; }
  .flbox2 a { margin-top: 57px; }
  .syflp2 { margin-left: 15px; margin-right: 15px; }
  .syflp1 { font-size: 20px; font-size: 2rem; }
  .syp { padding-bottom: 50px; } }

@media screen and (max-width: 999px) { .syp { padding-bottom: 70px; }
  .syfl { background: #323847; padding-top: 80px; }
  .fllie { width: 31.333%; margin: 0 1%; }
  .syflcover1 { display: none; }
  .syflcover2 { position: static; padding-top: 15px; padding-bottom: 10px; }
  .syflp1 { margin-top: 0; font-size: 16px; font-size: 1.6rem; }
  .syflp2 { margin-top: 12px; }
  .syfl { padding-top: 65px; }
  .syfl .sybt { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .syp { padding-bottom: 50px; }
  .syfl { padding-top: 50px; }
  .syflp2 { margin-left: 10px; margin-right: 10px; }
  .syfl .sybt { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 550px) { .fllie2, .fllie3 { width: 48%; margin: 0 1%; }
  .fllie1 { width: 100%; margin: 0; }
  .fllie1 .flbox { width: 48%; margin: 0 1%; float: left; }
  .fllie1 .flbox2 { width: 48%; float: left; margin-left: 1%; }
  .syp { padding-bottom: 25px; } }

@media screen and (max-width: 400px) { .syflp2 { font-size: 12px; font-size: 1.2rem; }
  .syflp1 { font-size: 14px; font-size: 1.4rem; }
  .flbox2 a { width: 120px; }
  .flbox2 { height: 120px; }
  .flbox2 a { margin-top: 43px; } }

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

.sya .sybt { margin-bottom: 69px; }

.syazuo { width: 585px; margin-right: 58px; padding-left: 16px; padding-bottom: 16px; background: url(../images/syabg.jpg) no-repeat left bottom; }

.vitu { position: relative; padding-bottom: 75.04%; height: 0; overflow: hidden; }

.vitu iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.vitu iframe body { margin: 0px !important; }

.syayou { padding-top: 54px; overflow: hidden; }

.syap1 { display: block; font-family: "VERLAG-BOLD"; font-size: 34px; font-size: 3.4rem; text-transform: uppercase; }

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

.syap3 { display: inline-block; width: 146px; height: 31px; line-height: 31px; text-align: center; border: 2px solid #1094d5; color: #1094d5; }

.syap1:hover { color: #2059a6; }

.syap2:hover { color: #2059a6; }

.syap3:hover { background: #1094d5; color: #fff; }

@media screen and (max-width: 1219px) { .syazuo { width: 500px; -webkit-background-size: 95% 95%; background-size: 95%; margin-right: 40px; }
  .syap1 { font-size: 26px; font-size: 2.6rem; }
  .syayou { padding-top: 30px; }
  .syap2 { font-size: 14px; font-size: 1.4rem; margin-top: 25px; margin-bottom: 50px; } }

@media screen and (max-width: 999px) { .sya { padding-top: 50px; }
  .sya .sybt { margin-bottom: 45px; }
  .syazuo { width: 430px; }
  .syayou { padding-top: 10px; }
  .syap2 { margin-bottom: 30px; margin-top: 15px; line-height: 28px; }
  .syap1 { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 900px) { .syazuo { width: 380px; margin-right: 25px; }
  .syayou { padding-top: 0; }
  .syap2 { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .syazuo { float: none; width: auto; max-width: 585px; margin: 0 auto; margin-bottom: 20px; } }

@media screen and (max-width: 500px) { .syap1 { font-size: 18px; font-size: 1.8rem; }
  .syazuo { padding-left: 9px; padding-bottom: 9px; } }

/**************  syn  **************/
.syn { padding-top: 50px; padding-bottom: 82px; background: url(../images/sybg2.jpg) repeat-y center top; }

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

.synbox { width: 370px; float: left; margin-left: 45px; position: relative; }

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

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

.riqi { position: absolute; left: 20px; top: 14px; text-align: center; border-radius: 2px; width: 50px; }

.riqi span { display: block; line-height: 35px; background: #2059a6; color: #fff; font-size: 24px; font-size: 2.4rem; }

.riqi p { line-height: 25px; background: #9299a9; color: #fff; font-size: 12px; font-size: 1.2rem; }

.syncon { border: 1px solid #ececec; border-top: none; padding-left: 28px; padding-right: 25px; padding-top: 12px; padding-bottom: 29px; }

.synp1 { display: block; font-size: 16px; font-size: 1.6rem; color: #555555; font-weight: bold; line-height: 24px; height: 48px; overflow: hidden; }

.synp2 { display: block; color: #8c8c8c; line-height: 22px; height: 44px; overflow: hidden; margin-top: 22px; margin-bottom: 9px; }

.synp3 { color: #ffa842; }

.synp3 i { font-size: 12px; font-size: 1.2rem; margin-left: 10px; }

.sydes { display: block; max-width: 910px; margin: 0 auto; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 28px; margin-bottom: 32px; }

.sydes:hover { color: #2059a6; }

.synbox:hover .syncon { border: 1px solid #2059a6; border-top: none; background: #2059a6; }

.synbox:hover .synp1 { color: #fff; }

.synbox:hover .synp2 { color: #fff; }

.synbox:hover .synp3 { color: #fff; }

.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: 25px; width: 310px; } }

@media screen and (max-width: 999px) { .synbox { width: 31.333%; margin: 0 1%; }
  .synp1 { font-size: 14px; font-size: 1.4rem; }
  .synp2 { margin-top: 15px; }
  .syncon { padding-left: 15px; padding-right: 15px; }
  .sya { padding-bottom: 60px; }
  .syn { padding-bottom: 60px; } }

@media screen and (max-width: 767px) { .sya { padding-bottom: 45px; }
  .sydes { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 700px) { .synbox { width: 48%; margin-bottom: 20px; }
  .syn { padding-bottom: 30px; } }

@media screen and (max-width: 450px) { .synbox { float: none; width: auto; max-width: 370px; margin: 0 auto; margin-bottom: 15px; }
  .syn { padding-top: 40px; }
  .syncon { padding-bottom: 20px; } }

/*************  bottom  ************/
.bottom { background: #1c2429; padding-top: 44px; padding-bottom: 26px; }

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

.bottom a:hover { color: #2059a6; }

.div > a, .div > span { display: block; font-size: 20px; font-size: 2rem; color: #fff; margin-bottom: 20px; text-transform: uppercase; font-family: "VERLAG-BOLD"; }

.div1 { width: 350px; padding-right: 15px; box-sizing: border-box;}

.div1 li { line-height: 30px; }

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

.div2 { width: 450px; padding-right: 15px; box-sizing: border-box;}

.div3 { width: 400px; }

.div3 form { padding-top: 5px; }

.div3 .xing { margin-bottom: 13px; }

.div3 .xing input { height: 31px; line-height: 31px; color: #333; padding-left: 10px; font-size: 12px; font-size: 1.2rem; font-family: Arial, Helvetica, sans-serif; }

.div3 .intbox1 input { width: 184px; }

.div3 .intbox2 input { width: 474px; }

.div3 .intbox3 textarea { width: 392px; padding-left: 10px; line-height: 26px; padding-top: 3px; height: 75px; color: #333; font-size: 12px; font-size: 1.2rem; font-family: Arial, Helvetica, sans-serif; }

.div3 .intbox4 input.syint1 { width: 184px; float: left; }

.div3 .intbox4 input.syint2 { padding: 0; width: 100%; height: 32px; line-height: 32px; text-align: center; background: #2059a6; color: #fff; font-size: 12px; font-size: 1.2rem; float: none; cursor: pointer; text-transform: uppercase; margin-top:13px; }

.div3 .intbox4 img {  cursor: pointer; float:right}

.div3 .intbox4 input.syint2:hover { background: #143e87; color: #fff; }

.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: 1px; }

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

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

.copyright { line-height: 26px; }

.cnzz { padding-left: 10px; }

.dibu { background: #12181c; padding-top: 10px; padding-bottom: 2px; text-align: center; }

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

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

.link a { padding: 0 20px; }

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

.link a:hover { color: #2059a6; }

.dibu a:hover { color: #2059a6; }

.f-keys{line-height: 30px;}

@media screen and (max-width:1219px) {
	.div1 { width: 200px; }
	.div2 { width: 380px; }
	.div3 { width: 400px; }
}
@media screen and (max-width:999px) {
	.div1 { width: 50%; margin-bottom: 20px;}
	.div2 { width: 50%; margin-bottom: 20px;}
	.div3 { width: 400px;float: none; }
}
@media screen and (max-width:767px) {	}

@media screen and (max-width: 767px) { .div1, .div2 { display: none; }
  .div3 { width: 100%; margin-top: 0; text-align: center; }
  .div3 > a,.div3 > span, .div3 > form { display: none; }
  .bottom { padding-top: 15px; padding-bottom: 15px; background:#12181c; }
  .link,.f-keys { display: none; }
  .dibu { padding-bottom: 80px; } }

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

.mianbao a { color: #666666; }

.mianbao a:hover { color: #2059a6; }

.dabt { font-size: 30px; font-size: 3rem; padding-top: 67px; margin-bottom: 35px; }

.co00 { color: #2059a6 !important; cursor: auto;}

.co00 span{ color: #2059a6 !important; }

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

.fymain p{ line-height: 30px; }
/***************  about  ***************/
.ap1 { text-align: center; font-size: 36px; font-size: 3.6rem; font-weight: bold; color: #2059a6; margin-bottom: 31px; }

.ap2 { line-height: 30px; margin-bottom: 30px; text-align: center; }

.atu img { display: block; width: 100%; max-width: 1200px; }

.atu { margin-bottom: 40px; }

.aditu img { display: block; width: 100%; max-width: 1200px; }

.aditu { margin-top: 59px; }

.about form { border: 1px solid #e1e1e1; border-radius: 5px; padding-left: 53px; padding-right: 52px; padding-top: 32px; padding-bottom: 49px; margin-top: 76px; }

.about form p { text-align: center; font-size: 36px; font-size: 3.6rem; color: #2059a6; margin-bottom: 27px; }

.about .coxin .xing { background: url(../images/xing2.jpg) no-repeat left top; }

.about .coxin .int1 { width: 503px; height: 48px; border: 1px solid #d2d2d2; padding-left: 21px; margin-top: 21px; float: left; line-height: 48px; font-family: Arial, Helvetica, sans-serif; }

.about .coxin .int1:nth-child(even){float: right;}

.about .coxin .int2 { width: 503px; height: 48px; border: 1px solid #d2d2d2; padding-left: 21px; margin-top: 21px; float: right; line-height: 48px; font-family: Arial, Helvetica, sans-serif; }

.about .coxin textarea { width: 1070px; height: 109px; background: url(../images/xing2.jpg) no-repeat left 0px; border: 1px solid #d2d2d2; padding-left: 21px; margin-top: 24px; float: left; line-height: 33px; padding-top: 4px; font-family: Arial, Helvetica, sans-serif; }

.about .coxin .int3 { width: 282px; height: 48px; border: 1px solid #d2d2d2; padding-left: 21px; margin-top: 21px; float: left; line-height: 48px; font-family: Arial, Helvetica, sans-serif; }

.about .coyanzheng { width: 137px; height: 50px; float: left; margin-top: 21px; margin-left: 60px; cursor: pointer; }

.about .coxin .int4 { width: 524px; height: 48px; float: right; margin-top: 21px; background: #2059a6; font-size: 16px; font-size: 1.6rem; color: #fff; cursor: pointer; }

.about .coxin .int4:hover { background: #194d93; }

@media screen and (max-width: 1219px) { .about .coxin .int1 { width: 400px; }
  .about .coxin .int2 { width: 400px; }
  .about .coxin textarea { width: 850px; }
  .about .coxin .int4 { width: 344px; }
  .about .coyanzheng { margin-left: 40px; }
  .fymain { padding-top: 60px; padding-bottom: 60px; } }

@media screen and (max-width: 999px) { .ap1 { font-size: 30px; font-size: 3rem; }
  .about form p { font-size: 30px; font-size: 3rem; }
  .about form { margin-top: 50px; }
  .about .coxin .int1 { width: -webkit-calc(100% - 21px); width: -moz-calc(100% - 21px); width: calc(100% - 21px); }
  .about .coxin .int2 { width: -webkit-calc(100% - 21px); width: -moz-calc(100% - 21px); width: calc(100% - 21px); }
  .about .coxin textarea { width: -webkit-calc(100% - 21px); width: -moz-calc(100% - 21px); width: calc(100% - 21px); }
  .about .coxin .int3 { width: -webkit-calc(100% - 21px); width: -moz-calc(100% - 21px); width: calc(100% - 21px); }
  .about .coyanzheng { margin-left: 0; }
  .fymain { padding-top: 40px; padding-bottom: 40px; }
  .aditu { margin-top: 35px; } }

@media screen and (max-width: 767px) { .ap1 { font-size: 24px; font-size: 2.4rem; }
  .ap2 { margin-bottom: 20px; }
  .about form { margin-top: 35px; padding-left: 20px; padding-right: 20px; }
  .about form p { font-size: 24px; font-size: 2.4rem; margin-bottom: 20px; }
  .about .coxin .int4 { width: 100%; } }

@media screen and (max-width: 500px) { .about form p { margin-bottom: 0; } }

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

.pyou { width: 871px; }

.title1 {margin-bottom: 1px; text-align: center; font-size: 22px; font-size: 2.2rem; line-height: 60px; background: #2059a6; font-family: "VERLAG-BOLD"; }

.zitib { text-transform: uppercase; color: #fff; }

.subNav { line-height: 44px; background: #f3f3f3; padding-left: 15px; margin-bottom: 5px; position: relative; }

.subNav a,.subNav p { font-size: 16px; font-size: 1.6rem; display: block; line-height: 44px;}

.subNav a i,.subNav p i {cursor: pointer; font-size: 14px; font-size: 1.4rem; color: #666666; position: absolute; right: 14px; top: 0; }

.subNav:hover { background: #2059a6; }

.subNav:hover a,
.subNav:hover p{ color: #fff; }

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

.subNav:hover a i::before,
.subNav:hover a p::before{ content: "\e7ef"; }

.subNav.currentDd,.subNav.active { background: #2059a6; }

.subNav.currentDd a,
.subNav.active p{ color: #fff; }

.subNav.currentDd a i,
.subNav.active p i{ color: #fff; }

.subNav.currentDd a i::before,
.subNav.active p i::before{ content: "\e7ef"; }

.navContent { background: #f3f3f3; padding-top: 8px; padding-bottom: 9px; margin-top: -5px; margin-bottom: 5px; }

.navContent p,.navContent label { line-height: 34px; padding-left: 33px; }

.navContent label input{margin-right: 5px;}

.navContent p a,.navContent label { display: block; color: #666666; cursor: pointer;}

.navContent p.currentp a,
.navContent label.currentp { color: #2059a6; }

.navContent p:hover a,
.navContent label:hover{ color: #2059a6; }

.navContent ul li { line-height: 34px; padding-left: 60px; }

.navContent ul li a { color: #666666; }

.navContent ul li:hover a { color: #2059a6; }

.title2 { margin-top: 46px; text-align: left; padding-left: 14px; }

.tags { line-height: 30px; padding-top: 10px; color: #666666; padding-left: 17px; padding-right: 17px; padding-bottom: 5px; background: #f1f1f1; }

.tags a { color: #666666; }

.tags a:hover { color: #2059a6; }

.plbt { line-height: 24px; font-size: 24px; font-size: 2.4rem; margin-bottom: 16px; }

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

.plxx a { color: #666; }

.pbox { width: 270px; float: left; margin-left: 30px; text-align: center; margin-bottom: 51px; }

.ptu { display: block; border: 1px solid #d8d8d8; }

.ptu img { display: block; width: 100%; max-width: 418px; max-height: 418px; }

.pp1 { display: block; line-height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top: 11px; }

.pp2 { margin-top: 11px; text-align: center; }

.pp2 a { display: inline-block; width: 113px; height: 28px; line-height: 28px; text-align: center; color: #666666; background: #fff; border: 1px solid #999999; }

.pp2 input { cursor: pointer; margin-right: 8px; }

.pp1:hover { color: #2059a6; }

.pp2 a:hover { color: #fff; background: #2059a6; border: 1px solid #2059a6; }

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

.ms_ye a { display: inline-block; width: 33px; line-height: 28px; text-align: center; margin-left: 2px; margin-right: 2px; font-size: 12px; font-size: 1.2rem; background: #eeeeee; color: #333333; border: 1px solid #e5e5e5; }

.ms_sx { color: #666666 !important; }

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

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

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

.xiangshang { position: absolute; left: 0; bottom: 0; padding-left: 23px; background: url(../images/xs.jpg) no-repeat left 6px; }

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

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

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

@media screen and (max-width: 1219px) { .pyou { width: 685px; }
  .pbox { width: 215px; margin-left: 20px; } }

@media screen and (max-width: 999px) { .pyou { width: 100%; }
  .pzuo { width: 100%; margin-top: 50px; }
  .pbox { width: 23%; margin: 0 1%; margin-bottom: 30px; }
  .xiangshang { position: static; display: inline-block; }
  .product1 .ms_ye { text-align: center; }
  .ms_ye a { margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .pbox { width: 31.333%; }
  .plbt { font-size: 20px; font-size: 2rem; }
  .plxx { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 550px) { .pbox { width: 48%; }
  .ms_sx { margin: 0 6px !important; } }

@media screen and (max-width: 400px) { .pp2 a { width: 100px; }
  .pzuo { margin-top: 40px; } }

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

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

.product2 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; border: 1px solid #d8d8d8; }

.product2 .prob-pic-big .provideo-box { border-radius: 0; width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9; }

.product2 .prob-pic-big .provideo-box .provideo { position: relative; overflow: hidden; padding-bottom: 100%; height: 0; }

.product2 .prob-pic-big .provideo-box .provideo iframe, .product2 .prob-pic-big .provideo-box .provideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.product2 .prob-pic-big .provideo-box .provideo iframe body { margin: 0px !important; }


.product2 .prob-pic-big-img .zoomPad { float: none; z-index: 8; }

.product2 .prob-pic-big-img .zoomPad > img { max-width: 100%; }

.product2 .prob-pic-big img { max-width: 100%; }

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

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

.product2 .prob-pic-btn { position: absolute; top: 50%; margin-top: -12px; display: block; text-align: center; }

.product2 .prob-pic-btn i { color: #666666; font-size: 24px; font-size: 2.4rem; }

.product2 .prob-pic-btn i:hover { color: #1c76d1; }

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

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

.product2 .prob-pic-list { overflow: hidden; }

.product2 .prob-pic-list ul { width: 1000%; overflow: hidden; }

.product2 .prob-pic-list ul li { position: relative; float: left; margin-right: 0.6%; width: 2.92%; }

.product2 .prob-pic-item .item-pic,
.product2 .prob-pic-item .item-video{ border: 1px solid #d8d8d8; overflow: inherit; display: block; }

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

.product2 .prob-pic-item .item-pic.active,
.product2 .prob-pic-item .item-video.active{ border: solid 1px #1c76d1; }

.product2 .prob-pic-item .item-pic img,
.product2 .prob-pic-item .item-video img{ -webkit-transition: none; -o-transition: none; -moz-transition: none; transition: none; max-width: 100%; display: block; }

.share-title { display: inline-block; font-size: 16px; font-size: 1.6rem; color: #666666; position: relative; top: -8px; margin-right: 8px; }

.share-pic { display: inline-block; }

@media screen and (max-width: 1219px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; } }

@media screen and (max-width: 767px) { .product2 .prob-pic { width: 100%; }
  .product2 .prob-pic-big { display: none; }
  .product2 .prob-pic-small { margin-top: 0; }
  .product2 .prob-pic-list ul li { margin-right: .2%; width: 3.2%; }
  .product2 .prob-pic-item .item-pic:before { display: none !important; }
  .product2 .prob-pic-item .item-pic.zoomThumbActive { border: 1px solid #d8d8d8; } }

@media screen and (max-width: 550px) { .product2 .prob-pic-list ul li { margin-right: .2%; width: 4.9%; } }

@media screen and (max-width: 480px) { .product2 .prob-pic-list ul li { margin-right: 0%; width: 10%; } }

/* pro-info */
.pro-info { width: 418px; }

.pro-info .pro-title { font-size: 24px; font-size: 2.4rem; line-height: 30px; font-style: normal; margin-bottom: 19px; }

.pro-info .pro-title::after { content: ""; display: block; width: 85px; height: 3px; background: #2059a6; margin-top: 22px; }

.pro-info .pro-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; color: #282828; min-height: 97px; margin: 0 0 16px; }

.pro-btn { display: inline-block; min-width: 173px; height: 43px; line-height: 43px; border-radius: 0; font-size: 18px; font-size: 1.8rem; text-align: center; background-color: #d4d4d4; color: #333333; }

.pro-btn:hover { background-color: #2059a6; color: #fff; }

/*.pro-btn:first-child { margin-right: 66px; }*/

.pro-btns { margin-top: 27px; margin-bottom: 47px; }

@media screen and (max-width: 1219px) { .pro-info .pro-desc { height: auto; min-height: auto; }
  .pro-btn:first-child { margin-right: 25px; } }

@media screen and (max-width: 767px) { .pro-info .pro-title { font-size: 20px; font-size: 2rem; line-height: 30px; }
  .pro-btns { text-align: center; }
  .pro-btn:first-child { margin-right: 10px; } }

@media screen and (max-width: 550px) { .pro-btn { width: 45%; margin: 0 2%; }
  .pro-btn:first-child { margin-right: 0; } }

.pro2-detail { margin-top: 61px; }

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

.pro2-detail .item-desc { padding: 28px 0 30px; font-size: 14px; font-size: 1.4rem; line-height: 30px; }

.pro2-detail .item-desc, .pro2-detail .item-desc a, .pro2-detail .item-desc p, .pro2-detail .item-desc li, .pro2-detail .item-desc span, .pro2-detail .item-desc strong, .pro2-detail .item-desc b, .pro2-detail .item-desc i, .pro2-detail .item-desc em { color: #333; }

.pro2-detail .item-desc img, .pro2-detail .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 767px) { .pro2-detail .item-desc { padding: 15px 0; line-height: 24px; } }

.pro2-title { font-weight: bold; font-size: 22px; font-size: 2.2rem; text-transform: uppercase; border-bottom: solid 1px #ccc; line-height: 34px; padding: 5px 0; }

.pro2-title, .pro2-title a { color: #253E86; }

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

/*-------------2-2-products end------------------------------------------------------------*/
.cpxx { line-height: 30px; margin-bottom: 48px; color: #666666; }

.cpxx p, .cpxx span { color: #666666; }

.cpxx a { color: #1c76d1; }

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

.cxdown span { font-size: 18px; font-size: 1.8rem; font-weight: bold; color: #2059a6; text-decoration: underline; }

.cxdown i { color: #2059a6; font-size: 26px; font-size: 2.6rem; margin-right: 5px; vertical-align: middle; }

.des { font-size: 26px; font-size: 2.6rem; color: #2059a6; margin-bottom: 15px; background: url(../images/desbg.jpg) repeat-x center center; margin-top: 35px; font-weight: bold; text-transform: uppercase; }

.des span, .des a { color: #2059a6; display: inline-block; padding-right: 22px; background: #fff; }

.des2 { margin-top: 92px; margin-bottom: 32px; }

.chanpinx { line-height: 30px; color: #333333; }

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

.chanpinx a { color: #1c76d1; }

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

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

.chanpinx table, .nex table, .cpxx table { width: 97%; border-collapse: collapse; }

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

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

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

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

.tags2 { padding-top: 24px; border-top: 1px solid #cdcdcd; margin-top: 44px; }

.tags2 a { display: inline-block; padding: 0 17px; line-height: 32px; border-radius: 16px; border: 1px solid #cccccc; margin-right: 10px; margin-bottom: 5px; }

.tags2 a:hover { color: #2059a6; }

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

@media screen and (max-width: 1219px) { .pro-info { width: 100%; margin-top: 30px; }
  .pro-info .pro-title { font-size: 24px; font-size: 2.4rem; }
  .product2 .prob-pic { float: none; margin: 0 auto; } }

@media screen and (max-width: 999px) { .product2 .prob-pic { float: none; margin: 0 auto; }
  .pro-info { width: 100%; text-align: center; }
  .pro-btns { margin-top: 35px; }
  .pro-info .pro-title::after { margin: 0 auto; margin-top: 10px; }
  .cpxx { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .product2 .prob-pic-btn i { color: #333; } }

@media screen and (max-width: 550px) { .pro-info .pro-title { font-size: 20px; font-size: 2rem; }
  .des { font-size: 20px; font-size: 2rem; } }

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

.zjpbox { width: 270px; float: left; margin-left: 40px; text-align: center; }

.zjptu { display: block; border: 1px solid #d8d8d8; }

.zjptu img { display: block; width: 100%; max-width: 418px; max-height: 418px; }

.zjpp { display: block; line-height: 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top: 14px; }

.zjpp:hover { color: #2059a6; }

@media screen and (max-width: 1219px) { .zjpbox { margin-left: 20px; width: 230px; } }

@media screen and (max-width: 999px) { .dabt { padding-top: 38px; margin-bottom: 20px; }
  .mianbao { height: 140px; }
  .des2 { margin-top: 65px; }
  .zjpbox { width: 23%; margin: 0 1%; }
  .news1 .synbox { margin-bottom: 45px; } }

@media screen and (max-width: 700px) { .zjpbox { width: 31.333%; margin-bottom: 20px; } }

@media screen and (max-width: 500px) { .zjpbox { width: 48%; }
  .des2 { margin-top: 40px; }
  .news1 .synbox { margin-bottom: 30px; }
  .dabt { font-size: 24px; font-size: 2.4rem; margin-bottom: 12px; padding-top: 25px; }
  .mianbao { font-size: 14px; font-size: 1.4rem; height: 110px; } }

/********************  news2  *********************/
.nzuo { width: 890px; }

.nyou { width: 255px; padding-right: 11px; padding-left: 12px; border: 1px solid #dcdcdc; padding-top: 13px; }

.xwh1 { font-size: 20px; font-size: 2rem; line-height: 30px; margin-bottom: 19px; }

.nxsj { float: left; }

.nxsj span { color: #666666; }

.nxsj i { color: #666666; margin-right: 5px; }

.nshare { float: left; }

.nshare div { float: left; }

.nshare1 { font-size: 16px; font-size: 1.6rem; color: #666666; padding-right: 5px; line-height: 26px; }

.nxsj span { color: #666666; padding-right: 27px; line-height: 26px; }

.nex2 { line-height: 30px; padding-top: 17px; border-top: 1px solid #2059a6; margin-top: 17px; padding-bottom: 25px; }

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

.xwsx { line-height: 32px; color: #666666; }

.xwsx1 { background: url(../images/xwxu.png) repeat-x center bottom; }

.xwsx span { color: #666666; }

.xwsx i { font-size: 16px; font-size: 1.6rem; color: #999999; margin-right: 5px; }

.xwsx a { color: #666666; }

.xwsx a:hover { color: #2059a6; }

.cenlist li { margin-bottom: 27px; }

.centu img { width: 100%; max-width: 370px; max-height: 277px; display: block; }

.centu { display: block; }

.cenlist li a.cewen { display: block; line-height: 20px; margin-top: 16px; color: #333333; font-size: 18px; font-size: 1.8rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.cenlist li a.cewen2 { display: block; line-height: 30px; margin-top: 6px; color: #666666; }

.cenlist li a.cewen:hover { color: #011e9e; }

.cenlist li a.cewen2:hover { color: #011e9e; }

.zjn { font-size: 24px; font-size: 2.4rem; display: block; font-family: "VERLAG-BOLD"; margin-bottom: 16px; padding-left: 12px; background: url(../images/lanshu.png) no-repeat left center; color: #2059a6; }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .nzuo { width: 645px; } }

@media screen and (max-width: 999px) { .xwh1 { font-size: 18px; font-size: 1.8rem; }
  .nzuo { width: 68%; }
  .nyou { width: 28%; } }

@media screen and (max-width: 767px) { .nzuo { width: 100%; padding-right: 0; border-right: none; float: none; }
  .nyou { margin-top: 30px; float: none; width: auto; }
  .cenlist li { text-align: center; }
  .centu { max-width: 370px; margin: 0 auto; } }

@media screen and (max-width: 600px) { .xwh1 { font-size: 16px; font-size: 1.6rem; line-height: 24px; } }

/***************  project1  ***************/
.project1 .fwp { border: 1px solid #ececec; margin-bottom: 54px; }

.project1 .swp img { width: 100%; max-width: 370px; max-height: 277px; display: block; }

.project1 .zi { padding-left: 409px; padding-top: 25px; }

.project1 .zi .nlp1 { display: block; line-height: 26px; font-size: 16px; font-size: 1.6rem; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 40px; }

.project1 .zi .nlp2 { display: block; margin-bottom: 52px; color: #666666; line-height: 30px; height: 90px; overflow: hidden; }

.project1 .zi .more { display: block; font-size: 14px; font-size: 1.4rem; color: #ffa842; }

.project1 .zi .more i { font-size: 12px; font-size: 1.2rem; margin-left: 5px; }

.project1 .zi .nlp1:hover { color: #2059a6; }

.project1 .zi .nlp2:hover { color: #2059a6; }

.project1 .zi .more:hover { color: #2059a6; }

.project1 .ms_ye { margin-top: 52px; }

@media screen and (max-width: 999px) { .project1 .swp { width: 300px; }
  .project1 .zi { padding-left: 325px; }
  .project1 .zi .nlp1 { margin-bottom: 10px; }
  .project1 { padding-bottom: 50px; } }

@media screen and (max-width: 700px) { .project1 .swp { width: 280px; }
  .project1 .zi { padding-left: 305px; }
  .project1 .zi .nlp1 { padding-top: 0; font-size: 14px; font-size: 1.4rem; }
  .project1 .zi .nlp2 { margin-bottom: 10px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 639px) { .time { float: none; width: 280px; margin: 0 auto; }
  .project1 .zi { padding-left: 0; margin-top: 20px; }
  .project1 { padding-top: 30px; padding-bottom: 30px; }
  .project1 .zi .more { width: 130px; height: 35px; line-height: 35px; } }

/**********  project2  **********/
.project2 .nshare { float: none; text-align: center; }

.project2 .xwh1 { text-align: center; font-size: 24px; font-size: 2.4rem; }

.project2 .nshare div { float: none; display: inline-block; }

.project2 .nshare .nshare1 { position: relative; top: -10px; }

.project2 .nex2 { border-top: none; margin-top: 0; padding-top: 10px; }

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

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

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

.dp1 a { color: #4d4d4d; }

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

.dp1:hover a { color: #2059a6; }

.dp2 { margin-top: 13px; line-height: 28px; }

.dp2 a { color: #666666; }

.dp2 a:hover { color: #2059a6; }

.downbtn { display: block; width: 150px; height: 38px; line-height: 38px; border-radius: 19px; text-align: center; color: #fff; border: 1px solid #2059a6; background: #2059a6; position: absolute; right: 0; bottom: 40px; }

.downbtn:hover { background: #fff; color: #2059a6; }

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

@media screen and (max-width: 999px) { .downzuo { padding-right: 170px; } }

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

/************  contact  **********/
.lxp1 { text-align: center; font-size: 34px; font-size: 3.4rem; color: #2059a6; }

.lxp2 { text-align: center; line-height: 30px; margin-top: 20px; max-width: 910px; margin: 0 auto; margin-top: 15px; margin-bottom: 26px; }

.lxlist li { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-bottom: 10px; }

.lxlist li a:hover { color: #2059a6; }

.contact.about form { margin-top: 60px; }

.cditu img { display: block; width: 100%; max-width: 1200px; }

.cditu { margin-top: 61px; }

@media screen and (max-width: 1219px) { .lxlist li { margin-bottom: 20px; } }

@media screen and (max-width: 999px) { .lxlist li { margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .lxlist li { font-size: 14px; font-size: 1.4rem; }
  .contact.about form { margin-top: 40px; }
  .lxp1 { font-size: 24px; font-size: 2.4rem; }
  .cditu { margin-top: 30px; } }

/***********  xiala  ***********/
.yiji { position: absolute; z-index: 9999; width: 162px; background: #3c3c3c; background: rgba(60, 60, 60, 0.95); top: -9999px; left: 50%; margin-left: -81px; }

.yiji li { position: relative; }

.yiji li a { display: block; color: #fff; line-height: 29px; padding-top: 5px; padding-bottom: 5px; padding-left: 29px; padding-right: 10px; font-size: 16px; font-size: 1.6rem; position: relative; }

.yiji li a i { font-size: 12px; font-size: 1.2rem; vertical-align: middle; color: transparent; position: absolute; left: 15px; top: 5px; }

.yiji li:hover > a { background: #2059a6; }

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

.erji, .sanji { position: absolute; left: 100%; top: -999px; padding-left: 1px; }

.erji ul, .sanji ul { width: 162px; background: #3c3c3c; background: rgba(60, 60, 60, 0.95); }

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

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

.erji li:hover .sanji { top: 0px; }

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

.hdtop i { font-size: 58px; font-size: 5.8rem; color: #2059a6; }

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

.pfbd { position: fixed; *position: absolute; right: 10px; bottom: -287px; z-index: 10; width: 196px; height: 321px; overflow: hidden; border-radius: 5px; background-color: #fff; }

.pfbd-hd { padding-top: 5px; padding-bottom: 5px; line-height: 24px; text-align: center; color: #fff; cursor: pointer; background-color: #4d4d4d; }

.pfbd-hd i { color: #fff; }

.pfbd-hd span { color: #fff; }

.pfbd-hd img { vertical-align: middle; margin-top: -4px; }

.pfbd-bd { padding-left: 11px; padding-right: 11px; border: 1px solid #d4d4d4; padding-bottom: 9px; }

.pfbd-form { margin-top: 8px; }

.pfbd-form-text { margin-bottom: 9px; padding-left: 8px; padding-right: 10px; width: 100%; height: 30px; line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #999; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d4d4d4; border-radius: 5px; }

.pfbd-form-btn { width: 100%; height: 30px; line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #fff; background-color: #2059a6; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 5px; }

.pfbd-form-img { margin-bottom: 18px; display: block; }

.pfbd-form-text-1 { background-color: white; }

.pfbd-form-text-2 { background-color: white; }

.pfbd-form-text-3 { height: 68px; line-height: 98px / 3; background-color: white; }

.pfbd-form-text-4 { margin-bottom: 10px; padding-left: 12px; background-color: white; width: 103px; }

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

/*********************fangdaxiaoguo**********************/
#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease,-webkit-transform .4s ease; transition: left .4s ease,-moz-transform .4s ease; transition: left .4s ease,-webkit-transform .4s ease; -o-transition: left .4s ease,-o-transform .4s ease; -moz-transition: left .4s ease,transform .4s ease,-moz-transform .4s ease; transition: left .4s ease,transform .4s ease; transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease,-o-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
font-family: "VERLAG-BOLD";
*/

/*# 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
/*********************************************************/

.attachment { float: left; width: 100%; position: relative; margin-top: 20px; }
 
 @media screen and (max-width: 767px) {.attachment { margin-top: 10px; } }
 
.attachment span { float: left; }
 
.attachment #file-name { padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
 
.attachment .file-group { float: left; width: 48.07339%; height: 40px; line-height: 40px; background-color: #2059a6; position: relative; overflow: hidden; border-radius: 0; }
 
  @media screen and (max-width: 999px) {.attachment .file-group { width: 100%; } }
 
 @media screen and (max-width: 480px) {.attachment .file-group { width: 100%; } }
 
.attachment .file-group .file-btn { border-radius: 0; width: 100%; height: 100%; background-color: #2059a6; color: #FFFFFF; border: 0; border-radius: 0; line-height: 40px; }
 
.attachment .file-group .file-single { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }
 
.attachment .file-group .file { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }
 
.attachment .file-group .file-name-p { overflow: hidden; height: 34px; line-height: 34px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; }
 
.attachment .file-group .file-name-p i { cursor: pointer; }
 
.attachment .file-group .file-name-p span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }


.pro1-spec{
	overflow: hidden;
	margin-bottom: 20px;
}
.more-btn{
	text-transform: uppercase;
	margin-bottom: 30px;
	cursor: pointer;
	text-decoration: underline;
}
.nlazy { min-width: 20%; }
.no_marginl { margin-left: auto !important; }
.item-table { display: table; table-layout: fixed; width: 100%; height: 100%; }

.item-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }

@media screen and (min-width: 992px) { .an-bd1 .item-backdrop { position: absolute; left: 0px; top: 0px; bottom: 0; right: 0; -webkit-transition: all 900ms ease; -o-transition: all 900ms ease; -moz-transition: all 900ms ease; transition: all 900ms ease; -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; -o-transition: -o-transform 0.4s ease; -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
  .an-bd1 .item-backdrop:before { position: absolute; content: ''; left: 0px; top: 0px; right: 0px; bottom: 0px; opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; background-color: #2059a6; } }

@media screen and (min-width: 992px) { .an-bd1:hover .item-backdrop { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; } }


.faq-list { padding-bottom: 35px; }

@media screen and (max-width: 999px){ .faq-list { padding-bottom: 30px; } }

@media screen and (max-width: 767px) { .faq-list { padding-bottom: 15px; } }

.faq-list .list-item { margin-bottom: 30px; }

.faq-list .list-item:first-child .item-desc { display: block; }

@media screen and (max-width: 1219px) { .faq-list .list-item { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .faq-list .list-item { margin-bottom: 15px; } }

.faq-list .item-title { background-color: #f2f2f2; line-height: 26px; font-size: 16px; font-size: 1.6rem; padding: 10px 40px 10px 30px; cursor: pointer; position: relative; }

@media screen and (max-width: 1219px) { .faq-list .item-title { padding: 8px 40px 8px 15px; } }

@media screen and (max-width: 767px) { .faq-list .item-title { font-size: 14px; font-size: 1.4rem; padding: 5px 28px 5px 10px; } }

.faq-list .item-title:before { position: absolute; content: '\e725'; font-family: "iconfont" !important; font-size: 16px; font-size: 1.6rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; right: 19px; }

@media screen and (max-width: 767px) { .faq-list .item-title:before { right: 10px; } }

.faq-list .item-title.active { background-color: #2059a6; color: #fff; }

.faq-list .item-title.active:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.faq-list .item-desc { display: none; padding: 18px 30px 0; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.faq-list .item-desc p { min-height: 30px; }

@media screen and (max-width: 1219px) { .faq-list .item-desc { padding: 15px 15px 0; line-height: 26px; }
  .faq-list .item-desc p { min-height: 26px; } }

@media screen and (max-width: 999px){ .faq-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .faq-list .item-desc p { min-height: 24px; } }

@media screen and (max-width: 767px) { .faq-list .item-desc { padding: 10px 10px 0; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .faq-list .item-desc p { min-height: 20px; } }

/* video-list start */
.video-list { font-size: 0; letter-spacing: 0; padding-bottom: 20px; /* .item-videobox start */ /* .item-videobox end */ }

@media screen and (max-width: 767px) { .video-list { padding-bottom: 10px; } }

.video-list .list-item { display: inline-block; vertical-align: top; width: 31.25%; margin-left: 3.125%; margin-bottom: 34px; /* @media screen and (max-width:400px) { width: 98%; } */ }

@media screen and (max-width: 999px){ .video-list .list-item { width: 32%; margin-left: 2%; bottom: 25px; } }

@media screen and (max-width: 640px) { .video-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

.video-list .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; border-radius: 0; }

.video-list .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 74.93333%; height: 0; }

.video-list .item-videobox .item-video iframe, .video-list .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.video-list .item-videobox .item-video iframe body { margin: 0px !important; }

.video-list .item-pic { border-radius: 0; }

.video-list .item-pic img { cursor: pointer; width: 100%; }

.video-list .item-title { text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 1.2; margin-top: 15px; }

@media screen and (max-width: 999px){ .video-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 15px; } }

@media screen and (max-width: 767px) { .video-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 8px; } }

/* video-list end */
.video-backdrop { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.7); z-index: 9999999999; /* .item-videobox start */ /* .item-videobox end */ }

.video-backdrop .item-close { position: absolute; right: 2.60417%; top: 2.60417%; color: #fff; font-size: 36px; font-size: 3.6rem; cursor: pointer; }

@media screen and (max-width: 767px) { .video-backdrop .item-close { font-size: 26px; font-size: 2.6rem; } }

.video-backdrop .item-videobox { overflow: hidden; max-width: 600px; border-radius: 0; position: absolute; top: 50%; left: 50%; width: 95%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.video-backdrop .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 74.83333%; height: 0; }

.video-backdrop .item-videobox .item-video iframe, .video-backdrop .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.video-backdrop .item-videobox .item-video iframe body { margin: 0px !important; }

.cer-list { font-size: 0; letter-spacing: 0; padding-bottom: 10px; }

.cer-list .list-item { display: inline-block; vertical-align: top; width: 31.08333%; margin-left: 3.375%; margin-bottom: 33px; }

@media screen and (max-width: 767px) { .cer-list .list-item { margin-bottom: 30px; } }

@media screen and (max-width: 400px) { .cer-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

.cer-list .item-pics {text-align: center; display: block; overflow: hidden; position: relative; padding-bottom: 100%; border: solid 1px #DCDCDC; }

.cer-list .item-pics img { max-width: 100% !important; max-height: 100% !important; }

.cer-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }

.cer-list .item-backdrop .iconfont { display: inline-block; width: 50px; height: 50px; border-radius: 50%; background-color: #fff; line-height: 50px; font-size: 24px; font-size: 2.4rem; color: #2059a6; position: relative; }

@media screen and (max-width: 999px){ .cer-list .item-backdrop { display: none; } }

.cer-list .item-title { font-size: 18px; font-size: 1.8rem; text-align: center; line-height: 1.2; margin-top: 16px; }

@media screen and (max-width: 1219px) { .cer-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 999px){ .cer-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 15px; } }

@media screen and (max-width: 767px) { .cer-list .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 10px; } }


.attr-slide{
	margin-top: 30px;
}


.item-kind { font-size: 0; letter-spacing: 0; margin-top: 20px; text-align: left;font-family: "Montserrat-Light";}

.item-kind > * { display: inline-block; vertical-align: top; font-size: 14px; font-size: 1.4rem; color: #999; margin-right: 20px; }

@media screen and (max-width: 999px){ .item-kind { margin-bottom: 15px; }
  .item-kind > * { font-size: 14px; font-size: 1.4rem; margin-right: 15px; } }

@media screen and (max-width: 767px) { .item-kind { margin-bottom: 10px; }
  .item-kind > * { font-size: 12px; font-size: 1.2rem; } }
  
  
  .index-cer .cer-scroll { position: relative; overflow: hidden; }
  
  .index-cer .cer-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 10px; }
  
  .index-cer .cer-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 28px; font-size: 2.8rem; color: #13548A; }
  
  .index-cer .cer-scroll .scroll-btns .scroll-btn:hover { color: #000; }
  
  @media screen and (max-width: 999px) { .index-cer .cer-scroll .scroll-btns .scroll-btn { font-size: 28px; font-size: 2.8rem; } }
  
  @media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-btns .scroll-btn { font-size: 24px; font-size: 2.4rem; } }
  
  .index-cer .cer-scroll .scroll-btns .prev { margin-right: 29px; }
  
  @media screen and (max-width: 999px) { .index-cer .cer-scroll .scroll-btns .prev { margin-right: 20px; } }
  
  @media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-btns .prev { margin-right: 10px; } }
  
  .index-cer .cer-scroll .scroll-list-box { width: 100%; overflow: hidden; }
  
  .index-cer .cer-scroll .scroll-list { width: 10000%; }
  
  .index-cer .cer-scroll .scroll-list .list-item { float: left; width: 0.23083%; margin-right: 0.02556%; }
  
  @media screen and (max-width: 1219px) { .index-cer .cer-scroll .scroll-list .list-item { width: 0.235%; margin-right: 0.02%; } }
  
  @media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-list .list-item { width: 0.32%; } }
  
  @media screen and (max-width: 480px) { .index-cer .cer-scroll .scroll-list .list-item { width: 0.49%; } }
  
  .index-cer .cer-scroll .scroll-list .item-pics {text-align: center; display: block; overflow: hidden; position: relative; padding-bottom: 100%; background-color: #F2F2F2; }
  
  .index-cer .cer-scroll .scroll-list .item-pics img {display: block; max-width: 100% !important; max-height: 100% !important; }
  
  .index-cer .cer-scroll .scroll-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }
  
  .index-cer .cer-scroll .scroll-list .item-backdrop:before { background-color: #000; opacity: 0.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  
  .index-cer .cer-scroll .scroll-list .item-backdrop .iconfont { font-size: 36px; font-size: 3.6rem; color: #fff; position: relative; }
  
  @media screen and (max-width: 999px) { .index-cer .cer-scroll .scroll-list .item-backdrop { display: none; } }
  
  .index-cer .cer-scroll .scroll-list .item-title { font-size: 20px; font-size: 2rem; text-align: center; line-height: 1.2; margin-top: 25px; }
  
  @media screen and (max-width: 1219px) { .index-cer .cer-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 20px; } }
  
  @media screen and (max-width: 999px) { .index-cer .cer-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 15px; } }
  
  @media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-list .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 10px; } }
  
  
  .index-video,
  .index-faq,
  .index-cer,
  .index-app,
  .index-download{ padding-top: 50px; }
  
  @media screen and (max-width: 991px) { .index-video,
  .index-faq,
  .index-cer,
  .index-app,
  .index-download { padding-top: 40px; } }
  
  @media screen and (max-width: 767px) { .index-video,
  .index-faq,
  .index-cer,
  .index-app,
  .index-download { padding-top: 30px; } }
  
  .index-video .index-item,
  .index-faq .index-item,
  .index-cer .index-item,
  .index-app .index-item,
  .index-download .index-item{ margin-bottom: 35px; }
  
  @media screen and (max-width: 767px) { .index-video .index-item,
  .index-faq .index-item,
  .index-cer .index-item,
  .index-app .index-item,
  .index-download .index-item { margin-bottom: 25px; } }
  
  .index-faq .faq-list,
  .index-download .download-list,
  .index-video .video-list,
  .index-app .project1{padding-bottom: 0;}
  
  
  
  
 