/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

/*# sourceMappingURL=fonts.css.map */

@font-face {font-family: "iconfont";
  src: url('../font/iconfont.eot'); /* IE9 */
  src: url('../font/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../font/iconfont.woff') format('woff'),
  url('../font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../font/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-wechat1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7c1";
}

.icon-country_icon:before {
  content: "\e625";
}

.icon-calendar3:before {
  content: "\e7e1";
}

.icon-bigger3:before {
  content: "\e649";
}

.icon-top10:before {
  content: "\e7ed";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-right14:before {
  content: "\e741";
}

.icon-up26:before {
  content: "\e789";
}

.icon-bottom26:before {
  content: "\e78a";
}

.icon-left26:before {
  content: "\e78b";
}

.icon-right26:before {
  content: "\e78c";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-search5:before {
  content: "\e7b3";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-email1:before {
  content: "\e7c4";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-message:before {
  content: "\e7da";
}

.icon-address:before {
  content: "\e7c2";
}

.icon-email11:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7cb";
}

.icon-home:before {
  content: "\e611";
}




/* CSS Document */
* { margin: 0; padding: 0; }

html { font-size: 62.5%; height: 100%; }

body { margin: 0 auto; font-family: "Montserrat-Regular"; 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: "Montserrat-Regular"; 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: #1b1b1b; }

:-o-placeholder { /* Mozilla Firefox 4 to 18 */ color: #1b1b1b; }

::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #1b1b1b; opacity: 1; }

:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #1b1b1b; }

.wp { width: 1200px; margin: auto; }

@media screen and (min-width: 1220px) { .wp { width: 1200px; margin: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .wp { width: 980px; margin: auto; } }

@media screen and (max-width: 999px) { .wp { width: 95%; margin: auto; } }

.no_margin { margin-left: auto\0 !important; }

@media screen and (min-width: 1220px) { .no_margin { margin-left: auto !important; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .no_margin { margin-left: auto !important; } }

/*.container*/
.wap-hd-nav { display: none; }

.wap-nav { width: 5px; height: 100%; position: absolute; right: 0; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999999999; cursor: pointer; position: fixed; top: -5px; right: 0; display: block; }

.wap-nav .nav { overflow: hidden; width: 300px; background: rgba(0, 0, 0, 0.8); position: absolute; top: 0; right: 0; display: block; height: auto; overflow: scroll; }

.wap-nav .nav span { font-family: arial, helvetica, sans-serif; }

.wap-nav .nav form { margin: 15px auto; width: 258px; height: 26px; border: 1px solid #fff; }

.wap-nav .nav form .iptc { -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 15px; background-color: #fff; width: 80%; height: 26px; line-height: 26px; display: block; float: left; }

.wap-nav .nav form .ipsc { width: 20%; height: 26px; line-height: 26px; display: block; float: right; background: #fff url("../image/sousuo.png") no-repeat center center; }

.wap-nav .nav > ul { display: none; margin-top: 0px; margin-bottom: 0px; overflow: scroll; padding-top: 45px; -ms-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.wap-nav .nav > ul > li { line-height: 40px; font-size: 12px; font-size: 1.2rem; text-indent: 20px; position: relative; }

.wap-nav .addition { width: 20px; height: 20px; position: absolute; right: 15px; top: 10px; background: url("../image/shizi.png") no-repeat center center; }

.wap-nav .addition.active { background-image: url("../image/yizi.png"); }

.wap-nav .addition.fa:before { margin-right: 5px; color: #fff; text-indent: 0; }

.wap-nav .nav > ul > li > a { margin-right: 40px; color: #fff; font-size: 12px; font-size: 1.2rem; display: block; }

.wap-nav .nav > ul > li > a span { color: #fff; font-size: 12px; font-size: 1.2rem; }

.wap-nav .nav > ul > li .c-show { display: none; width: 100%; }

.wap-nav .nav > ul > li .c-show1 .c-s1 { position: relative; padding-left: 15px; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > a { position: relative; margin-right: 40px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 { position: relative; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 { position: relative; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a { margin-right: 40px; text-indent: 35px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 { position: relative; }

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a { margin-right: 40px; text-indent: 50px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.wap-nav .nav > ul > dl { padding: 20px; }

.wap-nav .nav > ul > dl dd { float: left; margin: 0 2px; }

.wap-nav .menubtn { width: 23px; height: 18px; position: absolute; top: 12px; right: 12px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.wap-nav .menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #fdb616; }

@media screen and (min-width: 768px) { .wap-nav, .menubtn { display: none; } }

@media screen and (max-width: 991px) { .wap-hd-nav { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #fdb616; }
  .wap-hd-nav-item { width: 25%; }
  .wap-hd-nav-item a { display: block; padding: 5px 0; line-height: 20px; font-size: 14px; color: white; text-align: center; background-color: #363636; }
  .wap-hd-nav-item a.active { color: white; background-color: #fdb616; } }

/***********  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: 23px; text-align: center; }

.slide .dotList ul li { display: inline-block; width: 14px; height: 14px; background: #fff; margin: 0 8px; cursor: pointer; }

.slide .carousel-control { position: absolute; top: 50%; width: 60px; height: 60px; z-index: 999; margin-top: -30px; display: none; }

.slide .dotList ul li { cursor: pointer; background: url(../image/dian1.png) no-repeat center center; font-size: 0px; margin: 0 7px; border: none; outline: none; width: 18px; height: 18px; border-radius: 50%; }

.slide .dotList ul li.active { background: url(../image/dian2.png) no-repeat center center; }

.slide .slidedetail { display: none; }

@media screen and (max-width: 767px) { .slide .dotList ul li { width: 14px; height: 14px; }
  .slide .dotList { bottom: 5px; } }

/***********  toplx  ************/
.toplx { background: #e1e1e1; padding-top: 5px; padding-bottom: 5px; }

.toplx p, .toplx a { color: #333333; }

.toplx ul li { float: left; line-height: 30px; margin-right: 41px; font-size: 16px; font-size: 1.6rem; font-family: "Montserrat-Light"; }

.toplx a:hover { color: #fdb616; }

/***********  head  ************/
.head { background: #fff; }

.logo { padding-top: 10px; }

.logo img { max-width: 100%; }

.navlist { padding-top: 24px; }

.navlist2 { display: none; }

.navlist > li { float: left; position: relative; padding-bottom: 36px; }

.navlist > li > a { font-size: 18px; font-size: 1.8rem; display: block; line-height: 47px; padding: 0 17px; border-radius: 24px; font-family: "Montserrat-Light"; }

.navlist > li:hover > a { background: #fdb616; color: #333333; }

.navlist > li.currentnav > a { background: #fdb616; color: #333333; }

.search { margin-top: 31px; position: relative; margin-left: 5px; }

.search form { position: absolute; top: 100%; right: 0; z-index: 99; display: none; }

.search > i { cursor: pointer; display: block; width: 38px; height: 38px; border-radius: 5px; background: #fdb616; line-height: 38px; text-align: center; color: #fff; font-size: 16px; font-size: 1.6rem; }

.sou { width: 200px; height: 28px; line-height: 28px; padding-left: 10px; border: 1px solid #333; }

.suo { position: absolute; right: 1px; top: 1px; width: 26px; height: 26px; background: transparent; cursor: pointer; }

.search form i { position: absolute; right: 1px; top: 1px; width: 26px; height: 26px; line-height: 26px; text-align: center; }

@media screen and (max-width: 1219px) { .navlist > li > a { font-size: 14px; font-size: 1.4rem; padding: 0 14px; line-height: 40px; border-radius: 20px; }
  .navlist { padding-top: 30px; } }

@media screen and (max-width: 999px) { .navlist { width: 100%; text-align: center; }
  .navlist > li { float: none; display: inline-block; padding-bottom: 15px; margin: 0 10px; } }

@media screen and (max-width: 820px) { .navlist > li { margin: 0; }
  .navlist { padding-top: 25px; } }

@media screen and (max-width: 767px) { .navlist2 { display: block; }
  .navlist1 { display: none; }
  .navlist > li { width: 25%; margin: 0; text-align: center; float: left; }
  .toplx ul li { font-size: 14px; font-size: 1.4rem; margin-right: 25px; }
  .navlist > li > a { padding: 0; } }

@media screen and (max-width: 550px) { .search { display: none; }
  .logo { float: none; display: block; width: 270px; margin: 0 auto; } }

@media screen and (max-width: 400px) { .navlist > li > a { font-size: 12px; font-size: 1.2rem; line-height: 34px; } }

/*************  sywhat  ************/
.sywhat { padding-top: 94px; /*padding-bottom: 85px;*/ }

.sybt { text-align: center; font-size: 48px; font-size: 4.8rem; font-family: "Montserrat-Bold"; text-transform: uppercase;margin-top: 56px; }

.sybt a:hover { color: #fdb616; }

.sydes { text-align: center; display: block; font-size: 16px; font-size: 1.6rem; color: #555555; text-transform: uppercase; line-height: 26px; }

.sydes:hover { color: #fdb616; }

.syw_part1 { border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7;  }

.sywbox { width: 33.333%; float: left; }

.sywcon { padding-top: 41px; padding-bottom: 46px; padding-left: 36px; border-right: 1px solid #d7d7d7; padding-right: 20px; }

.sywbox:first-child .sywcon { border-left: 1px solid #d7d7d7; }

.sywcon img { margin-right: 10px; }

.sywcon div { overflow: hidden; padding-top: 7px; }

.sywp1 { font-size: 20px; font-size: 2rem; line-height: 30px; display: block; margin-bottom: 4px; }

.sywp2 { display: block; font-size: 16px; font-size: 1.6rem; line-height: 22px; height: 90px; font-family: "Montserrat-Light"; }

/*.sywp1:hover { color: #fdb616; }

.sywp2:hover { color: #fdb616; }*/

.syw_part2 { padding-top: 63px; }

.syw_part2 .img-scroll { position: relative; z-index: 9; }

.syw_part2 .ab1nav { width: 65px; height: 29px; position: absolute; right: 9px; top: 10px; z-index: 999; }

.syw_part2 .img-scroll .prev, .syw_part2 .img-scroll .next { position: absolute; display: block; z-index: 9999; top: 50%; margin-top: -50px; }

.syw_part2 .img-scroll .prev i, .syw_part2 .img-scroll .next i { font-size: 32px; font-size: 3.2rem; color: #b2b2b2; }

.syw_part2 .img-scroll .prev:hover i, .syw_part2 .img-scroll .next:hover i { color: #4c4c4c; }

.syw_part2 .img-scroll .prev { left: 0; cursor: pointer; }

.syw_part2 .img-scroll .next { right: 0; cursor: pointer; }

.syw_part2 .img-list { position: relative; overflow: hidden; z-index: 99; margin: 0 78px; }

.syw_part2 .img-list ul { width: 10000%; }

.syw_part2 .img-list li { float: left; display: inline; width: 306px; margin-right: 61px; text-align: center; }

.syw_part2 .img-list li img { display: block; width: 100%; max-width: 306px; max-height: 306px; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.syw_part2 .img-list li p { font-size: 18px; font-size: 1.8rem; line-height: 32px; margin-top: 15px; }

.syw_part2 .img-list li p a { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.syw_part2 .img-list li p a:hover { color: #fdb616; }

.sywtu { display: block; border-radius: 50%; overflow: hidden; }

.sywtu:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

@media screen and (max-width: 1219px) { .syw_part2 .img-list li { width: 240px; margin-right: 51px; }
  .sywp1 { font-size: 18px; font-size: 1.8rem; }
  .sywp2 { font-size: 14px; font-size: 1.4rem; }
  .sybt { font-size: 40px; font-size: 4rem; } }

@media screen and (max-width: 999px) { .sybt { font-size: 34px; font-size: 3.4rem; }
  .sydes { font-size: 14px; font-size: 1.4rem; }
  .sywhat { padding-top: 60px; padding-bottom: 65px; }
  .sywcon { padding-left: 15px; padding-right: 15px; padding-top: 30px; padding-bottom: 35px; }
  .syw_part1 { margin-top: 40px; }
  .syw_part2 .img-list li { width: 0.3133%; margin: 0 0.01%; }
  .syw_part2 .img-list li p { font-size: 16px; font-size: 1.6rem; }
  .syw_part2 .img-list { margin: 0 45px; } }

@media screen and (max-width: 850px) { .sywcon img { width: 40px; }
  .sywcon div { padding-top: 0; }
  .sywp1 { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .syw_part2 { padding-top: 45px; } }

@media screen and (max-width: 650px) { .syw_part2 .img-list li { width: 0.48%; }
  .sywbox { width: 100%; }
  .sywcon { border: none !important; border-bottom: 1px solid #d7d7d7 !important; padding-top: 20px; padding-bottom: 20px; }
  .sybt { font-size: 30px; font-size: 3rem; }
  .sywhat { padding-top: 40px; }
  .syw_part1 { margin-top: 30px; } }

@media screen and (max-width: 450px) { .syw_part2 .img-list li { width: 0.98%; }
  .syw_part2 .img-list { margin: 0 60px; }
  .sybt { font-size: 24px; font-size: 2.4rem; }
  .sydes { font-size: 12px; font-size: 1.2rem; }
  .sywhat { padding-bottom: 45px; } }

/*************  sya  ************/
.sya { padding-top: 71px; padding-bottom: 106px; background: #f7f7f7; }

.syazuo { width: 658px; padding-left: 28px; padding-top: 32px; position: relative; margin-right: 38px; }

.syazuo a { display: block; overflow: hidden; }

.syazuo img { display: block; width: 100%; max-width: 658px; max-height: 523px; position: relative; z-index: 9; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.syazuo::before { content: ""; display: block; width: 325px; height: 232px; background: #a9a9a9; position: absolute; left: 0; top: 0; }

.syazuo:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }

.syayou { padding-top: 85px; }

.syap1 { display: block; font-size: 24px; font-size: 2.4rem; color: #fdb616; text-transform: uppercase; }

.syap2 { display: block; font-size: 33px; font-size: 3.3rem; font-family: "Montserrat-Bold"; line-height: 42px; margin-top: 8px; margin-bottom: 28px; }

.syap3 { display: block; font-size: 16px; font-size: 1.6rem; color: #555555; line-height: 28px; font-family: "Montserrat-Light"; }

.syap4 { display: inline-block; width: 172px; height: 58px; line-height: 58px; background: #000264; text-align: center; font-size: 16px; font-size: 1.6rem; color: #fff; text-transform: uppercase; font-family: "Montserrat-Bold"; margin-top: 35px; }

.syap4:hover{background: #fdb616;}

@media screen and (max-width: 1219px) { .syazuo { width: 500px; }
  .syap2 { font-size: 24px; font-size: 2.4rem; line-height: 34px; margin-bottom: 15px; }
  .syayou { padding-top: 10px; }
  .syap4 { margin-top: 20px; } }

@media screen and (max-width: 999px) { .syazuo { float: none; width: auto; max-width: 658px; margin: 0 auto; margin-bottom: 20px; }
  .sya { padding-bottom: 70px; } }

@media screen and (max-width: 767px) { .sya { padding-top: 55px; padding-bottom: 50px; }
  .syap1 { font-size: 18px; font-size: 1.8rem; }
  .syap2 { font-size: 20px; font-size: 2rem; line-height: 30px; }
  .syap3 { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 600px) { .syazuo { padding-top: 13px; padding-left: 13px; }
  .syazuo::before { width: 35%; height: 35%; } }

@media screen and (max-width: 400px) { .sya { padding-top: 40px; } }

/*************  syp  ************/
.syp { padding-top: 66px; }

.syp .sydes::after { content: ""; display: block; width: 99px; height: 6px; background: #fdb616; margin: 0 auto; margin-top: 20px; }

#outer #tab { margin: 0 auto; padding-top: 32px;  padding-bottom: 19px; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; margin-top: 64px; }

#outer #tab li { display: inline-block; text-align: center; font-size: 18px; font-size: 1.8rem; cursor: pointer; line-height: 24px; padding-bottom: 16px; margin: 0 10px; border-bottom: 1px solid transparent; color: #777777; font-family: 'LatoRegular'; }

#outer #tab li.current { color: #333333; border-bottom: 1px solid #636363; }

#outer #tab li:hover { color: #333333; border-bottom: 1px solid #636363; }

#outer .ul { display: none; padding-top: 38px; }

.sypcon { position: relative; overflow: hidden; border-right: 1px solid #f0f0f0; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }

.syptu { display: block; overflow: hidden; }

.syptu img { display: block; width: 100%; max-width: 406px; max-height: 405px; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.sypbox:hover .syptu img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.sypcover { position: absolute; left: 0; top: -100%; width: 100%; height: 100%; background: url(../image/sypcover.png); -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.sypp1 { display: block; font-size: 24px; font-size: 2.4rem; color: #e5e5e5; font-family: 'LatoRegular'; line-height: 30px; margin: 0 27px; margin-top: 56px; margin-bottom: 15px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.sypp2 { display: block; font-size: 16px; font-size: 1.6rem; color: #fffefe; line-height: 30px; height: 90px; overflow: hidden; margin: 0 27px; font-family: "Montserrat-Light"; }

.sypp3 { position: absolute; right: 0; bottom: 0; }

.sypp3 img { display: block; }

.sypp4 { display: block; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-left: 27px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top: 20px; }

.sypp4:hover { color: #fdb616; }

.sypbox:hover .sypcover { top: 0; }

@media screen and (max-width: 1500px) { .sypp1 { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 1219px) { .sypp1 { margin-top: 38px; margin-left: 15px; margin-right: 15px; }
  .sypp2 { font-size: 14px; font-size: 1.4rem; margin-left: 15px; margin-right: 15px; }
  .sypp4 { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 999px) { #outer #tab li { margin: 0 20px; }
  .sypcover { position: static; padding-top: 10px; padding-bottom: 10px; }
  .sypp3 { display: none; }
  .sypp1 { margin-top: 10px; font-size: 16px; font-size: 1.6rem; }
  .sypp4 { display: none; } }

@media screen and (max-width: 767px) { #outer #tab li { font-size: 16px; font-size: 1.6rem; }
  .syp { padding-top: 55px; }
  #outer #tab { margin-top: 40px; }
}

@media screen and (max-width: 700px) { #outer #tab li { margin: 0 12px; } }

@media screen and (max-width: 600px) { #outer #tab li { margin: 0; width: 46%; margin-bottom: 10px; }
  #outer #tab { padding-top: 22px; padding-bottom: 5px; } }

@media screen and (max-width: 400px) { #outer #tab li { margin: 0; width: 96%; margin-bottom: 10px; }
}

/*************  syn  ************/
.syn { padding-top: 102px; padding-bottom: 82px; }

.syn .sydes::after { content: ""; display: block; width: 99px; height: 6px; background: #fdb616; margin: 0 auto; margin-top: 20px; }

.syn .sydes { margin-bottom: 50px; }

.synbox { width: 368px; float: left; margin-left: 48px; }

.syntu { display: block; overflow: hidden; }

.syntu img { display: block; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; width: 100%; max-width: 368px; max-height: 272px; }

.syntu: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); }

.synbox span { display: block; font-size: 16px; font-size: 1.6rem; color: #666666; font-family: "Montserrat-Light"; line-height: 30px; margin-top: 14px; margin-bottom: 9px; }

.synp1 { display: block; font-size: 18px; font-size: 1.8rem; color: #666666; line-height: 30px; height: 60px; overflow: hidden; margin-bottom: 30px; }

.synp2 { font-size: 16px; font-size: 1.6rem; font-family: "Montserrat-Light"; }

.synp2::before { content: ""; display: inline-block; width: 75px; height: 2px; background: #acacac; vertical-align: middle; margin-right: 10px; }

.synp1:hover { color: #fdb616; }

.synp2:hover { color: #fdb616; }

.synp2:hover::before { background: #fdb616; }

@media screen and (max-width: 1219px) { .synbox { margin-left: 30px; width: 306px; }
  .synp1 { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 999px) { .synbox { width: 31.333%; margin: 0 1%; }
  .syn { padding-top: 70px; } }

@media screen and (max-width: 767px) { .synbox { width: 48%; margin: 0 1%; margin-bottom: 30px; }
  .syn { padding-bottom: 45px; } }

@media screen and (max-width: 450px) { .syn { padding-top: 45px; padding-bottom: 25px; }
  .synp2::before { width: 52px; }
  .synp1 { font-size: 14px; font-size: 1.4rem; }
  .synp2 { font-size: 14px; font-size: 1.4rem; }
  .synbox span { font-size: 14px; font-size: 1.4rem; } }

/***********  sylx  ************/
.sylx { padding-top: 70px; padding-bottom: 80px; background: url(../image/sybg1.jpg) no-repeat center top; }

.sylxbt { text-align: center; font-size: 48px; font-size: 4.8rem; font-family: 'LatoRegular'; }

.sylxbt a { color: #fff; }

.sylxbt a:hover { color: #fdb616; }

.sydes2 { color: #fff; display: block; text-align: center; margin-top: 15px; font-family: 'LatoRegular'; font-size: 20px; font-size: 2rem; margin-bottom: 50px; }

.sydes2:hover { color: #fdb616; }

.sylx ul li { text-align: center; float: left; margin-left: 300px; }

.sylx ul li i { display: block; width: 188px; height: 188px; border-radius: 50%; border: 2px solid #e6e6e6; line-height: 188px; text-align: center; font-size: 76px; font-size: 7.6rem; color: #e6e6e6; }

.sylx ul li p a { color: #fff; display: block; font-family: "Montserrat-Light"; }

.sylx ul li p { margin-top: 32px; color: #fff; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.sylx ul li p a:hover { color: #fdb616; }

.sylxli{position: relative;}

.sylxli img{position: absolute;left: 50%;margin-left: -50px;top: -999999px;width: 100px;}

.sylxli:hover img{top: 100%;}

@media screen and (max-width: 1219px) { .sylx ul li { margin-left: 108px; }
  .sylx ul li i { width: 160px; height: 160px; line-height: 160px; } }

@media screen and (max-width: 999px) { .sylx ul li { margin: 0; width: 25%; }
  .sylx ul li i { width: 120px; height: 120px; line-height: 120px; font-size: 50px; font-size: 5rem; margin: 0 auto; }
  .sylxbt { font-size: 34px; font-size: 3.4rem; }
  .sydes2 { font-size: 16px; font-size: 1.6rem; } 
  .sylxli img{top: 100%;display: none;}
}

@media screen and (max-width: 767px) { .sylx ul li i { width: 80px; height: 80px; line-height: 80px; }
  .sylx ul li i { font-size: 30px; font-size: 3rem; }
  .sylx { padding-top: 50px; padding-bottom: 50px; } }

@media screen and (max-width: 650px) { .sylx ul li { width: 50%; margin-bottom: 30px; }
  .sylx ul li p { margin-top: 22px; }
  .sylxbt { font-size: 24px; font-size: 2.4rem; }
  .sydes2 { font-size: 14px; font-size: 1.4rem; }
  .sylx { padding-bottom: 30px; } }

/*************  bottom  ************/
.bottom { background: #232323; padding-top: 81px; font-family: "Montserrat-Light"; font-size: 16px; font-size: 1.6rem; padding-bottom: 11px; }

.bottom p, .bottom li, .bottom a, .bottom span { color: #fff; }

.bottom a:hover { color: #fdb616; }

.div > a, .div > span { display: block; font-size: 24px; font-size: 2.4rem; color: #fff; margin-bottom: 28px; font-family: "Montserrat-Bold"; }

.div1 { width: 390px; margin-right: 22px; }

.div1 p { line-height: 30px; }

.bsjj a { margin-right: 33px; position: relative; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; top: 0; }

.bsjj a i { font-size: 28px; font-size: 2.8rem; color: #999999; }

.bsjj { padding-top: 21px; }

.bsjj a:hover { top: -10px; }

.div2 { margin-right: 132px; }

.div2 li { line-height: 36px; }

.div3 li { line-height: 36px; }

.div4 { width: 258px; }

.div4 li { line-height: 24px; margin-bottom: 13px; }

.copyright, .support { line-height: 30px; }

.cnzz { padding-left: 10px; }

.dibu { border-top: 1px solid #ffffff; margin-top: 25px; padding-top: 22px; }

.dibu p, .dibu div { font-size: 14px; font-size: 1.4rem; }

.link { padding-top: 9px; line-height: 30px; min-height: 30px; }

.link a { padding: 0 20px; }

.link a, .link span { display: inline-block; }

.link a:hover { color: #fdb616; }

@media screen and (max-width: 1219px) { .bottom { font-size: 14px; font-size: 1.4rem; padding-top: 50px; }
  .div1 { margin-right: 30px; width: 300px; }
  .div2 { margin-right: 35px; }
  .bsjj a { margin-right: 15px; }
  .div > a, .div > span { font-size: 20px; font-size: 2rem; }
  .bsjj a i { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 999px) { .div { width: 50%; margin-right: 0; margin-bottom: 20px; }
  .div > a, .div > span { margin-bottom: 12px; } }

@media screen and (max-width: 767px) { .div2, .div3, .div4 { display: none; }
  .div1 { width: 100%; margin-bottom: 0; }
  .div1 > a, .div1 > p { display: none; }
  .bsjj { padding-top: 5px; }
  .dibu { padding-top: 15px; }
  .bottom { padding-top: 20px; padding-bottom: 55px; }
  .link { display: none; } }

/************  bread  *************/
.mianbao { font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #333333; padding-top: 18px; padding-bottom: 16px; border-bottom: 1px solid #b7b7b7; font-family: "Montserrat-Light"; }

.mianbao a { color: #333333; }

.mianbao a:hover { color: #fdb616; }

.co00 { color: #fdb616 !important; }

.fymain { padding-top: 63px; padding-bottom: 100px; font-family: 'LatoRegular'; }

/**********   product1   **********/
.prr { width: 876px; }

.prl { width: 285px; }

.subNavBox .subNav { display: table; width: 100%; cursor: pointer; min-height: 60px; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 24px; padding: 6px; padding-left: 16px; padding-right: 15px; background: #eeeeee; margin-bottom: 6px; font-family: 'LatoRegular'; }

.subNavBox .subNav a { display: table-cell; vertical-align: middle; font-size: 16px; font-size: 1.6rem; color: #333333; }

.subNavBox .subNav:hover { background: #03034a; }

.subNavBox .subNav:hover a { color: #fff; }

.subNavBox .currentDd a { color: #fff; }

.subNavBox .currentDt { background: #03034a; }

.subNavBox .navContent { display: none; background: #f7f7f7; padding-top: 13px; padding-bottom: 13px; padding-left: 15px; margin-bottom: 6px; margin-top: -6px; font-family: 'LatoRegular'; }

.subNavBox .navContent > li a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 7px 0; color: #666666; }

.subNavBox .navContent > li a:hover { color: #03034a; }

.prlb { padding-top: 57px; }

.prlblie { padding-top: 18px; padding-bottom: 14px; margin-bottom: 13px; background: #eeeeee; padding-left: 8px; padding-right: 10px; font-family: 'LatoRegular'; }

.cenp1 { display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; color: #333333; }

.prlblie span { display: block; color: #888888; line-height: 30px; margin-top: 7px; font-size: 12px; font-size: 1.2rem; margin-bottom: 2px; }

.prlblie span i { font-size: 14px; font-size: 1.4rem; margin-right: 6px; }

.cenp2 { display: block; font-size: 14px; font-size: 1.4rem; color: #666666; line-height: 24px; height: 48px; overflow: hidden; margin-bottom: 9px; }

.cenp3 { font-size: 14px; font-size: 1.4rem; color: #555555; text-transform: uppercase; }

.prlblie a:hover { color: #03034a; }

.peo_ul { width: 100%; }

.peo_ul li { width: 100%; padding-bottom: 90px; }

.peo_ul li .dan_wrap { position: relative; min-height: 240px; }

.peo_ul li .img { position: absolute; left: 0px; top: 0px; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #bfbfbf; }

.peo_ul li .img > a img { display: block; max-width: 322px; max-height: 285px; width: 100%; }

.peo_ul li .img input { position: absolute; top: 10px; left: 10px; z-index: 9999; cursor: pointer; }

.peo_ul li .dan_wrap_rifgt { padding-left: 371px; padding-top: 17px; }

.peo_ul li .przz { font-size: 24px; font-size: 2.4rem; font-weight: bold; }

.peo_ul li .przz a { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.peo_ul li .wenzi444 { display: block; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; overflow: hidden; margin-top: 31px; }

.peo_ul li .innow { display: block; width: 189px; height: 37px; line-height: 37px; text-align: center; color: #ea2a16; border: 1px solid #ea2a16; margin-top: 32px; }

.peo_ul li .przz a:hover { color: #ea2a16; }

.peo_ul li .wenzi444:hover { color: #ea2a16; }

.peo_ul li .innow:hover { background: #ea2a16; color: #fff; }

.peo_ul li:hover .img { border: 1px solid #dc3133; }

.title1 { text-align: center; line-height: 59px; font-size: 26px; font-size: 2.6rem; text-transform: uppercase; font-family: "Montserrat-Bold"; border-top: 5px solid #fdb616; }

.pbox { width: 279px; float: left; margin-left: 19px; margin-bottom: 31px; font-family: 'LatoRegular'; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0); -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.ptu { display: block; border: 1px solid #ebebeb; }

.ptu img { display: block; width: 100%; max-width: 406px; max-height: 405px; }

.pp1 { display: block; font-size: 18px; font-size: 1.8rem; line-height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.pp2 { margin-top: 5px; }

.pp2 a { display: inline-block; font-size: 14px; font-size: 1.4rem; }

.pp2 input { cursor: pointer; margin-right: 8px; vertical-align: middle; }

.pp1:hover { color: #fdb616; }

.pp2 a:hover { color: #fdb616; }

.pcon { padding: 0 18px; padding-top: 14px; padding-bottom: 20px; border: 1px solid #ebebeb; border-top: none; }

.pbox:hover { box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); }

.ms_ye { position: relative; margin-top: 95px; text-align: right; }

.ms_ye a,.ms_ye span { display: inline-block; width: 33px; line-height: 28px; text-align: center; margin-left: 2px; margin-right: 2px; background: #fff; color: #333333; border: 1px solid #e5e5e5; font-size: 12px; font-size: 1.2rem; }

.ms_sx { width: auto !important; background: none !important; color: #333 !important; padding: 0 16px; }

.ms_sx:hover { border: 1px solid #535353; background: #535353 !important; color: #fff !important; }

.ms_ye .ms_current_ye,.ms_ye .active { border: 1px solid #535353; background: #535353; color: #fff; }

.ms_ye a:hover { border: 1px solid #535353; background: #535353; color: #fff; }

.xiangshang { display: inline-block; margin-left: 21px; }

.xiangshang input { width: 150px; height: 30px; line-height: 30px; text-align: center; color: #fff; cursor: pointer; background: #535353; font-family: 'LatoRegular'; }

.xiangshang input:hover { background: #333; }

@media screen and (max-width: 1219px) { .prr { width: 675px; }
  .pbox { width: 211px; margin-left: 20px; }
  .pp1 { font-size: 16px; font-size: 1.6rem; }
  .ms_ye { margin-top: 60px; } }

@media screen and (max-width: 999px) { .prr { width: 100%; }
  .prl { width: 100%; margin-top: 50px; }
  .pbox { width: 23%; margin: 0 1%; margin-bottom: 30px; }
  .pp1 { font-size: 14px; font-size: 1.4rem; }
  .ms_ye { text-align: center; margin-top: 35px; }
  .fymain { padding-top: 35px; padding-bottom: 40px; }
  .ms_ye a { margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .pbox { width: 31.333%; }
  .ms_ye { margin-top: 20px; } }

@media screen and (max-width: 550px) { .pbox { width: 48%; } }

@media screen and (max-width: 400px) { .pcon { padding-left: 10px; padding-right: 10px; }
  .pp2 input { margin-right: 4px; } }

/************  product2  *************/
/*-------------products2 start-------------------------------------------------------------*/
.m-propic { margin: 0 auto; width: 505px; }

.m-propic .pic-big { position: relative; float: left; width: 408px; }

.m-propic .big-img { display: block; line-height: 0; font-size: 0; border-radius: 0; border: 1px solid #ebebeb; }

.m-propic .big-img .zoomPad { float: none; z-index: 8; }

.m-propic .big-img img { border-radius: 0; max-width: 100%; }

.m-propic .zoomWrapperImage img { max-width: 1200px; }

.m-propic .pic-small { position: relative; float: right; width: 85px; padding-top: 21px; padding-bottom: 21px; overflow: hidden; }

.m-propic .pic-btn { position: absolute; margin: 0 auto; left: 0; right: 0; display: block; width: 100%; cursor: pointer; text-align: center; }

.m-propic .pic-btn .iconfont { font-size: 18px; font-size: 1.8rem; color: #878787; }

.m-propic .pic-btn .iconfont:hover { color: #131355; }

.m-propic .pic-btn.prev { top: 0; }

.m-propic .pic-btn.next { bottom: 0; }

.m-propic .pic-list { height: 360px; margin-top: 4px; margin-bottom: 4px; overflow: hidden; }

.m-propic .pic-list ul { height: 2000px; }

.m-propic .pic-list .list-item { margin-bottom: 7px; overflow: visible; padding-left: 0; position: relative; }

.m-propic .pic-list .list-item .pxjiao { position: absolute; left: -3px; top: 50%; margin-top: -4px; display: none; }

.m-propic .pic-list .item-pics { display: block; border-radius: 0; border: 1px solid #ebebeb; position: relative; }

.m-propic .pic-list .item-pics img { width: 100%; display: block; }

.m-propic .item-pics:hover, .m-propic .item-pics.zoomThumbActive { border-color: #fdb616; }

.m-propic .item-pics:hover .pxjiao, .m-propic .item-pics.zoomThumbActive .pxjiao { display: block; }

.m-propic2 { display: none; }

@media screen and (max-width: 1219px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; }
  .m-propic { max-width: 100%; float: none; }
  .m-propic .pic-big { height: auto; }
  /*.m-propic .pic-small { width: 110px; } .m-propic .pic-list { height: 444px; } .m-propic .list-item { margin-bottom: 40px; } */ }

@media screen and (max-width: 767px) { .m-propic1 { display: none; }
  .m-propic2 { position: relative; display: block; overflow: hidden; width: auto; padding-left: 30px; padding-right: 30px; }
  .m-propic2 .box-btn { position: absolute; top: 50%; margin-top: -12px; display: block; width: 24px; height: 24px; }
  .m-propic2 .box-btn .iconfont { font-size: 24px; font-size: 2.4rem; color: #888; }
  .m-propic2 .box-btn .iconfont:hover { color: #bd2a2c; }
  .m-propic2 .box-btn.prev { left: 0; }
  .m-propic2 .box-btn.next { right: 0; }
  .m-propic2 .box-list { overflow: hidden; }
  .m-propic2 .box-list ul { width: 1000%; }
  .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 3.11%; border-radius: 0; border: 1px solid #d7d7d7; overflow: hidden; }
  .m-propic2 .list-item img { display: block; max-width: 100%; } }

@media only screen and (max-width: 500px) { .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 4.8%; } }

@media only screen and (max-width: 480px) { .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 9.8%; } }

.item-btns { margin-top: 4px; }

.pro2-info .item-title { line-height: 26px; font-size: 24px; font-size: 2.4rem; margin-bottom: 37px; color: #333333; }

.pro2-info .pro-share { float: left; margin-top: 8px; }

.pro2-info .item-btn { display: inline-block; width: 100%; height: 58px; line-height: 58px; background: #bd2a2c; text-align: center; font-size: 20px; font-size: 2rem; color: #555555; }

.pro2-info .item-btn:hover { background-color: #bd2a2c; color: #fff; border-color: #bd2a2c; }

.pro2-info .item-btn span { color: #fff; display: inline-block; padding-right: 50px; }

@media only screen and (max-width: 999px) { .pro2-info { text-align: center; }
  .pro2-info .item-title { padding-right: 0; }
  .pro2-info .pro-share { float: none; }
  .pro2-info .item-btns { float: none; margin-top: 20px; } }

@media only screen and (max-width: 767px) { .pro2-info .item-title { line-height: 30px; font-size: 20px; font-size: 2rem; margin: 0px 0 10px; }
  .pro2-info .item-btn { height: 32px; line-height: 30px; font-size: 14px; font-size: 1.4rem; } }

@media only screen and (max-width: 400px) { .pro2-info .item-btn { width: 45%; }
  .pro2-info .item-btn:first-child { margin-right: 5%; } }

.pro2-title { font-size: 24px; font-size: 2.4rem; border-bottom: solid 1px #BFBFBF; position: relative; padding-bottom: 15px; text-transform: capitalize; }

.pro2-title, .pro2-title a { color: #bd2a2c; }

.pro2-title:after { position: absolute; content: ''; width: 129px; height: 3px; background-color: #bd2a2c; left: 0; bottom: -2px; }

@media screen and (max-width: 767px) { .pro2-title { font-size: 20px; font-size: 2rem; padding-bottom: 10px; } }

.pro2-descbox { margin-top: 64px; }

@media screen and (max-width: 999px) { .pro2-descbox { margin-top: 50px; } }

@media screen and (max-width: 767px) { .pro2-descbox { margin-top: 30px; } }

.pro2-spec { padding: 24px 0 52px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro2-spec, .pro2-spec p, .pro2-spec li, .pro2-spec a, .pro2-spec span, .pro2-spec b, .pro2-spec strong, .pro2-spec dd, .pro2-spec em { color: #555; }

.pro2-spec img, .pro2-spec iframe { max-width: 100%; }

.pro2-spec table { border: 0; }

.pro2-spec table tr:nth-child(odd) { background-color: #f3f3f3; }

.pro2-spec table tr:first-child td { padding-top: 10px; }

.pro2-spec table tr:last-child td { padding-bottom: 8px; }

.pro2-spec table tr td { border: solid 2px #f3f3f3; line-height: 28px; padding: 0 24px; font-size: 16px; font-size: 1.6rem; font-family: Verdana; }

.pro2-spec table tr td:first-of-type { border-left: 0; }

.pro2-spec table tr td:last-of-type { border-right: 0; }

@media screen and (max-width: 767px) { .pro2-spec { padding: 24px 0 30px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .pro2-spec table tr td { font-size: 14px; font-size: 1.4rem; } }

/* pro2-parabox start */
.pro2-parabox .pro2-spec { padding: 42px 0 70px; }

@media screen and (max-width: 999px) { .pro2-parabox .pro2-spec { padding: 42px 0 50px; } }

@media screen and (max-width: 767px) { .pro2-parabox .pro2-spec { padding: 30px 0; } }

/* pro2-parabox end */
/* related-pro start */
.related-pro .pro1-list { padding-bottom: 0; }

.related-pro .pro1-list .list-item { margin-top: 45px; margin-bottom: 0; }

@media screen and (max-width: 767px) { .related-pro .pro1-list .list-item { margin-top: 30px; } }

.related-pro .pro1-list .item-btnbox { text-align: center; padding-left: 0; }

/* related-pro end */
/*-------------products2 end---------------------------------------------------------------*/
.cpxx { line-height: 30px; color: #333333; }

.cpxx p, .cpxx li, .cpxx div, .cpxx span { color: #333333; }

.cpxx a { color: #bd2a2c; }

.pro2-info { padding-top: 40px; width: 332px; }

.share1 { color: #666666; margin-right: 5px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }

.share img { vertical-align: middle; }

.btn { margin-top: 24px; }

.btn a { display: inline-block; width: 117px; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 10px; height: 40px; line-height: 40px; text-align: center; background: #fff; color: #555555; border: 1px solid #555555; }

.btn a:hover { background: #fdb616; border: 1px solid #fdb616; }

.btn1 { margin-right: 12px; }

.chanpinx { line-height: 30px; color: #333333; margin-top: -8px; font-size: 16px; font-size: 1.6rem; }

.chanpinx li, .chanpinx span, .chanpinx b, .chanpinx p { color: #333333; }

.chanpinx a { color: #fdb616; }

.chanpinx img { max-width: 100%; }

.chanpinx iframe { max-width: 100%; }

.chanpinx table, .nex table, .cpxx table { width: 97%; border-collapse: collapse; line-height: 25px; text-align: center; }

.chanpinx tr td, .nex tr td, .cpxx tr td { line-height: 38px; padding: 2px; }

.table table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #aeaaaa; margin-top: 26px; }

.table table tr td { padding: 0 3px; border: 1px solid #b4b5b6; text-align: center; font-size: 18px; font-size: 1.8rem; }

.des { font-size: 24px; font-size: 2.4rem; background: url(../image/desbg.jpg) no-repeat left bottom; margin-bottom: 54px; padding-bottom: 27px; margin-top: 39px; font-family: 'LatoBold'; }

.des2 { margin-bottom: 50px; }

@media screen and (max-width: 1000px) { .table { width: 100%; overflow: scroll; }
  .table table { width: 885px; } }

@media screen and (max-width: 1219px) { .btn1 { margin-right: 5px; }
  .pro2-info { width: 100%; } }

@media screen and (max-width: 999px) { .share { display: inline-block; }
  .pro2-info .item-title { margin-bottom: 15px; }
  .btn { margin-top: 30px; }
  .product2 .pbox { width: 31.3333%; margin: 0 1%; }
  .pro2-info { padding-top: 25px; } }

@media screen and (max-width: 767px) { .btn { display: block; margin-bottom: 15px; } }

@media screen and (max-width: 600px) { .product2 .pbox { width: 48%; margin-bottom: 20px; } }

@media screen and (max-width: 500px) { .des { margin-top: 20px; font-size: 20px; font-size: 2rem; margin-bottom: 35px; }
  .btn a { width: 135px; }
  .chanpinx { font-size: 14px; font-size: 1.4rem; } }

/*************  product3  **************/
.dbox { padding-top: 39px; padding-bottom: 17px; line-height: 35px; font-size: 16px; font-size: 1.6rem; background: url(../image/p3xu.jpg) repeat-x center bottom; }

.dbox:first-child { padding-top: 0; }

.dbox a, .dbox span { display: inline-block; }

.shuzi { width: 8.3%; float: left; }

.dnr { width: 70%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; float: left; }

.dbtn { width: 122px; height: 38px; line-height: 38px; text-align: center; color: #333333; float: right; border: 1px solid #a1a1a1; border-radius: 3px; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 10px; }

.dnr:hover { color: #fdb616; }

.dbtn:hover { background: #fdb616; border: 1px solid #fdb616; }

.product3 .ms_ye { margin-top: 79px; }

@media screen and (max-width: 999px) { .dbox { font-size: 14px; font-size: 1.4rem; line-height: 30px; padding-top: 15px; padding-bottom: 15px; }
  .product3 .ms_ye { margin-top: 55px; } }

@media screen and (max-width: 600px) { .dnr { width: 100%; }
  .dbox { padding-left: 12px; padding-right: 12px; }
  .dbtn { margin-top: 10px; } }

/*************  product4  **************/
.product4 img { display: block; width: 100%; max-width: 1198px; }

.a_tuwen { position: relative; }

.azuo { padding-right: 30px; background: url(../image/ashu.jpg) no-repeat right top; float: left;margin-right: 30px; }

.azuo img { display: block; width: 100%; max-width: 647px; max-height: 390px; }

.ayou {padding-top: 10px; }

.ap1 { font-size: 30px; font-size: 3rem; color: #fdb616; text-transform: uppercase; margin-bottom: 10px; font-family: 'LatoBold'; }

.ap2 { background: #fafafa;padding-right: 30px; padding-top: 12px; padding-bottom: 28px; font-size: 16px; font-size: 1.6rem; line-height: 28px; /*text-align: justify; */}

.ap3 { font-size: 18px; font-size: 1.8rem; line-height: 28px; font-family: 'LatoBold'; margin-top: 16px; }

.ap4 { font-size: 16px; font-size: 1.6rem; line-height: 28px; margin-top: 5px; margin-bottom: 73px; }

.ahui { padding: 0 40px; text-align: center; padding-top: 41px; padding-bottom: 44px; background: #fafafa; margin-bottom: 77px; }

.ap5 { font-size: 30px; font-size: 3rem; font-family: 'LatoBold'; }

.ap6 { font-size: 16px; font-size: 1.6rem; line-height: 28px; margin-top: 28px; margin-bottom: 24px; }

.ap7 { font-size: 48px; font-size: 4.8rem; color: #555555; }

.a_img img { display: block; width: 100%; max-width: 1920px; max-height: 480px; }

.zslunbo { padding-top: 74px; }

.abt2 { font-family: 'LatoBold'; font-size: 30px; font-size: 3rem; text-align: center; text-transform: uppercase; margin-bottom: 48px; }

.abt2::after { content: ""; display: block; width: 105px; height: 3px; background: #fdb616; margin: 0 auto; margin-top: 15px; }

.zslunbo .img-scroll { position: relative; }

.zslunbo .prev, .zslunbo .next { position: absolute; display: block; top: 50%; margin-top: -23px; text-align: center; width: 38px; height: 77px; line-height: 77px; text-align: center; background: #000; background: rgba(0, 0, 0, 0.3); }

.zslunbo .prev i, .zslunbo .next i { font-size: 30px; font-size: 3rem; color: #fff; }

.zslunbo .prev:hover, .zslunbo .next:hover { background: #000; background: rgba(0, 0, 0, 0.5); }

.zslunbo .prev { left: 0px; cursor: pointer; }

.zslunbo .next { right: 0px; cursor: pointer; }

.zslunbo .img-list { position: relative; overflow: hidden; margin: 0 auto; }

.zslunbo .img-list ul { width: 10000%; }

.zslunbo .img-list li { float: left; display: inline; width: 266px; margin-right: 45px; position: relative; position: relative; text-align: center; }

.zslunbo .img-list li img { width: 100%; max-width: 266px; max-height: 361px; display: block; }

.zstu { position: relative; display: block; }

.zstu span { position: absolute; width: 100%; height: 100%; left: 0; top: -100%; background: url(../image/fdcover.png); -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.zstu span i { color: #fff; font-size: 32px; font-size: 3.2rem; position: absolute; left: 50%; margin-left: -16px; top: 50%; margin-top: -16px; }

.zslunbo .img-list li:hover .zstu span { top: 0; }

@media screen and (max-width: 1219px) { .azuo { width: 500px; float: left;position: static;margin-right: 20px;}
  .ayou { margin-left: 0; }
  .ap1 { font-size: 24px; font-size: 2.4rem; }
  .ap2 { font-size: 14px; font-size: 1.4rem; line-height: 26px;padding-left: 20px;}
  .zslunbo .img-list li { width: 211px; }
  .ap3{padding: 0 20px;margin-bottom: 20px;}
}

@media screen and (max-width: 999px) { .azuo { position: static; float: none;padding: 0; background: none; margin: 0 auto; width: auto; max-width: 647px; }
  .ayou { margin-left: 0; }
  .ap1 { padding-left: 0; }
  .ap2 { padding: 15px; }
  .ap3{padding: 0;;margin-bottom: 0px;}
  .ap4 { margin-bottom: 40px; }
  .ap5 { font-size: 24px; font-size: 2.4rem; }
  .ap6 { font-size: 14px; font-size: 1.4rem; }
  .ahui { margin-bottom: 50px; }
  .zslunbo .img-list li { width: 0.23%; margin: 0 0.01%; }
  .zstu span { display: none; }
  .ap4 { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .ahui { padding: 20px; margin-bottom: 35px; }
  .abt2 { font-size: 24px; font-size: 2.4rem; }
  .zslunbo { padding-top: 45px; }
  .zslunbo .img-list li { width: 0.31333%; }
  .zslunbo .prev i, .zslunbo .next i { font-size: 24px; font-size: 2.4rem; }
  .zslunbo .prev, .zslunbo .next { height: 60px; line-height: 60px; } }

@media screen and (max-width: 500px) { .zslunbo .img-list li { width: 0.48%; }
  .ap5 { font-size: 20px; font-size: 2rem; } }

/**********  news1  **********/
.news1 .synbox { margin-bottom: 66px; }

.news1 .ms_ye { margin-top: 38px; }

@media screen and (max-width: 350px) { .news1 .synbox { width: 98%; margin-bottom: 35px; } }

/**********  news2  **********/
.xwxbt { font-size: 18px; font-size: 1.8rem; color: #666666; line-height: 32px; font-family: "Montserrat-Regular"; }

.xwsjsjj { line-height: 26px; padding-top: 20px; font-family: "Montserrat-Light"; }

.xwsjsjj span { display: inline-block; color: #666666; padding-right: 20px; font-size: 16px; font-size: 1.6rem; }

.nshare { display: inline-block; }

.nshare1 { color: #666666; display: inline-block; position: relative; padding-right: 5px; font-size: 16px; font-size: 1.6rem; }

.nshare2 { display: inline-block; vertical-align: middle; }

.nex { color: #555555; line-height: 30px; padding-top: 40px; margin-top: 37px; padding-bottom: 81px; border-top: 1px solid #9b9b9b; border-bottom: 1px solid #a9a9a9; margin-bottom: 24px; font-size: 16px; font-size: 1.6rem; }

.nex p, .nex li, .nex div, .nex span, .nex b { color: #555555; }

.nex a { color: #fdb616; }

.xwsx { font-size: 16px; font-size: 1.6rem; color: #333333; line-height: 40px; }

.xwsx span { color: #fff; display: inline-block; width: 26px; height: 26px; line-height: 26px; text-align: center; border-radius: 50%; background: #333333; margin-right: 10px; }

.xwsx span i { color: #fff; font-size: 12px; font-size: 1.2rem; }

.xwsx a { color: #333; }

.xwsx a:hover { color: #fdb616; }

@media screen and (max-width: 767px) { .xwsx { font-size: 14px; font-size: 1.4rem; }
  .nex { padding-bottom: 40px; font-size: 14px; font-size: 1.4rem; padding-top: 25px; margin-top: 20px; }
  .xwxbt { font-size: 16px; font-size: 1.6rem; } }

/**************  contact  *************/
.lxp1 { text-align: center; font-size: 20px; font-size: 2rem; text-transform: uppercase; }

.lxp2 { line-height: 26px; text-align: center; margin-bottom: 19px; color: #8a8a8a; }

.xinl { width: 497px; float: left; }

.xinr { width: 660px; float: right; }

.cuxin .int1 { padding-left: 16px; margin-top: 19px; position: relative; }

.cuxin .int1 i, .cuxin .int2 i { font-size: 20px; font-size: 2rem; color: #333; position: absolute; left: 25px; top: 13px; }

.cuxin .xing { background: url(../image/xing.jpg) no-repeat left 22px; }

.cuxin .int1 input { width: 440px; height: 48px; border: 1px solid #5c5c5c; padding-left: 37px; line-height: 48px; font-family: 'LatoRegular'; }

.cuxin .int2 { padding-left: 16px; margin-top: 19px; position: relative; }

.cuxin .int3 { padding-left: 16px; margin-top: 14px; }

.cuxin textarea { width: 602px; height: 186px; border: 1px solid #5c5c5c; padding-left: 40px; line-height: 44px; font-family: 'LatoRegular'; }

.cuxin .int4 { width: 230px; height: 48px; border: 1px solid #5c5c5c; padding-left: 11px; line-height: 48px; float: left; font-family: 'LatoRegular'; }

.cuxin .cuyanzheng { width: 161px; height: 50px; float: left; margin-left: 8px; cursor: pointer; }

.cuxin .int5 { width: 199px; height: 50px; border: none; background: #fdb616; float: right; cursor: pointer; padding-left: 0; font-family: 'LatoRegular'; }

.cuxin .int5:hover { background: #e8a50f; }

.ditu { margin-top: 80px; }

.ditu img { display: block; width: 100%; max-width: 1920px; max-height: 470px; }

.contact { padding-bottom: 0; }

@media screen and (max-width: 1219px) { .cuxin .int1 input { width: 355px; }
  .cuxin textarea { width: 492px; }
  .cuxin .int4 { width: 135px; }
  .cuxin .int5 { width: 192px; }
  .xinl { width: 410px; }
  .xinr { width: 550px; } }

@media screen and (max-width: 999px) { .cuxin .int1 input { width: -moz-calc(100% - 37px); width: calc(100% - 37px); }
  .cuxin textarea { width: -moz-calc(100% - 40px); width: calc(100% - 40px); }
  .cuxin .int4 { width: 180px; }
  .xinl { width: 100%; }
  .xinr { width: 100%; }
  .ditu { margin-top: 50px; } }

@media screen and (max-width: 650px) { .cuxin .int4 { width: -moz-calc(100% - 11px); width: calc(100% - 11px); margin-bottom: 19px; }
  .cuxin .cuyanzheng { margin-left: 0; } }

@media screen and (max-width: 400px) { .cuxin .int5 { width: 100%; margin-top: 19px; }
  .ditu { margin-top: 35px; } }

/**************  career1  ***************/
.dzlist { font-size: 0; letter-spacing: 0; }

.dzbox { display: inline-block; vertical-align: top; background: #f8f8f8; margin-left: 19px; margin-bottom: 40px; min-height: 230px; width: 387px; border-radius: 5px; }

.dzcon { padding-left: 28px; padding-right: 20px; padding-top: 32px; padding-bottom: 30px; }

.dzcon span { display: block; font-family: "Montserrat-Regular"; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 17px; }

.dzcon div i { float: left; font-size: 16px; font-size: 1.6rem; color: #000000; margin-right: 10px; }

.dzcon div p { overflow: hidden; font-size: 16px; font-size: 1.6rem; color: #666666; line-height: 24px; font-family: "Montserrat-Light"; }

.dzcon a { display: block; font-size: 16px; font-size: 1.6rem; font-family: "Montserrat-Light"; margin-top: 37px; }

.dzcon a i { margin-left: 5px; }

.career1 .ms_ye { text-align: center; margin-top: 70px; }

@media screen and (max-width: 1219px) { .dzbox { width: 314px; } }

@media screen and (max-width: 999px) { .dzbox { width: 48%; margin: 0 1%; margin-bottom: 40px; }
  .career1 .ms_ye { margin-top: 35px; } }

@media screen and (max-width: 767px) { .dzcon div p { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 550px) { .dzbox { width: 98%; margin-bottom: 20px; } }

/**************  career2  ***************/
.c_hui { background: #f8f8f8; padding: 0 43px; padding-top: 37px; padding-bottom: 74px; }

.cpp1 { font-family: "Montserrat-Regular"; font-size: 16px; font-size: 1.6rem; margin-bottom: 24px; }

.cpp2 i { float: left; font-size: 16px; font-size: 1.6rem; color: #000000; margin-right: 5px; }

.cpp2 .p { overflow: hidden; font-size: 16px; font-size: 1.6rem; color: #666666; font-family: "Montserrat-Light"; }

.cpp3,.c_hui strong {font-weight:normal; font-family: "Montserrat-Regular"; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 33px; margin-bottom: 15px; }


.cpp4,.carr p{ font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666666; font-family: "Montserrat-Light"; padding-left: 15px; margin-bottom: 67px; }


.career2 .xinl { width: 497px; }

.career2 .xinr { width: 574px; }

.career2 .cuxin textarea { width: 516px; }

.career2 .cuxin .int5 { width: 128px; }

@media screen and (max-width: 1219px) { .career2 .xinl { width: 411px; }
  .career2 .xinr { width: 465px; }
  .career2 .cuxin textarea { width: 407px; }
  .career2 .cuxin .int5 { width: 120px; } }

@media screen and (max-width: 999px) { .career2 .xinl { width: 100%; }
  .career2 .xinr { width: 100%; }
  .career2 .cuxin textarea { width: -moz-calc(100% - 40px); width: calc(100% - 40px); }
  .career2 .cuxin .int5 { width: 180px; } }

@media screen and (max-width: 767px) { .c_hui { padding-left: 20px; padding-right: 20px; padding-bottom: 45px; }
  .cpp4 { font-size: 14px; font-size: 1.4rem; margin-bottom: 35px; }
  .career2 .cuxin .int5 { width: 100%; margin-top: 15px; } }

@media screen and (max-width: 400px) { .c_hui { padding-left: 12px; padding-right: 12px; } }

/**************  case  ***************/
.caselist { font-size: 0; letter-spacing: 0; }

.casebox { width: 369px; display: inline-block; vertical-align: top; margin-left: 46px; margin-bottom: 54px; }

.casebox img { display: block; width: 100%; max-width: 369px; max-height: 272px; }

.casebox span { display: block; font-family: "Montserrat-Regular"; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 23px; margin-bottom: 7px; }

.casebox p { font-size: 18px; font-size: 1.8rem; color: #666666; font-family: "Montserrat-Regular"; line-height: 30px; }

.case .ms_ye { text-align: center; margin-top: 54px; }

@media screen and (max-width: 1219px) { .casebox { margin-left: 30px; width: 306px; }
  .casebox span { font-size: 16px; font-size: 1.6rem; }
  .casebox p { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 999px) { .casebox { width: 31.333%; margin: 0 1%; margin-bottom: 40px; }
  .casebox span { font-size: 14px; font-size: 1.4rem; }
  .casebox p { font-size: 14px; font-size: 1.4rem; }
  .case .ms_ye { margin-top: 30px; } }

@media screen and (max-width: 650px) { .casebox { width: 48%; margin-bottom: 25px; }
  .casebox span { margin-top: 15px; } }

@media screen and (max-width: 380px) { .casebox { width: 98%; margin-bottom: 25px; } }

/*
font-family: "Montserrat-Regular";
font-family: "Montserrat-Bold";
font-family: "Montserrat-Light";
font-family: 'LatoRegular';
font-family: 'LatoBold';
*/
/***********  xiala  ***********/
.yiji { position: absolute; z-index: 9999; width: 220px; background: #fff; top: -9999px; left: 50%; margin-left: -110px; padding-bottom: 8px; padding-top: 2px; font-family: "Montserrat-Light"; }

.yiji li { position: relative; }

.yiji li a { display: block; color: #333; line-height: 28px; padding-top: 5px; padding-bottom: 5px; padding-left: 15px; padding-right: 10px; font-size: 16px; font-size: 1.6rem; }

.yiji li:hover > a { background: #fdb616; }

.erji { position: absolute; left: 100%; top: -999px; width: 220px; background: #fff; padding-top: 2px; padding-bottom: 8px; }

.navlist > li:hover .yiji { top: 100%; }

.yiji > li:hover .erji { top: -2px; }

@media screen and (max-width: 999px) { .yiji { display: none; } }

.ce { position: fixed; right: 0px; top: 30%; width: 81px; z-index: 9999999999; }

.ce li { height: 64px; width: 64px; line-height: 64px; text-align: center; margin-bottom: 2px; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; border-radius: 5px; background: #707070; padding-right: 0; transition: 0.5s; float: right; cursor: pointer;}

.ce li a { display: block; height: 64px; }

.ce li i { font-size: 24px; font-size: 2.4rem; color: #fff; }

.ce li:hover { padding-right: 17px; background: #fdb616; }

.ce .ce4 .ewm { position: absolute; bottom: 0; left: 125px; max-width: 120px; width: 120px; height: 120px; }

.ce .ce4:hover .ewm { left: -125px; }

@media screen and (max-width: 767px) { .ce { bottom: 0; top: auto; width: 100%; }
  .ce li { width: 33.33%; margin: 0; float: left; height: 40px; line-height: 40px; border-radius: 0; border-radius: 0; box-shadow: none; }
  .link { padding-bottom: 10px; }
  .ce li:hover { padding-right: 0px; }
  .ce .ce4 .ewm { position: absolute; bottom: 50px; left: 80%; margin-left: -60px; display: none; }
  .ce .ce4:hover .ewm { left: 80%; }
}

.hdtop { position: fixed; right: 20px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 99999; width: 44px; height: 44px; line-height: 44px; text-align: center; background: #eeeeee; border-radius: 5px; }

.hdtop i { font-size: 20px; font-size: 2rem; color: #000063; }

.preloader { background: #000; bottom: 0; height: 100%; left: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 99999; }

.la-ball-circus, .la-ball-circus > div { position: relative; -moz-box-sizing: border-box; box-sizing: border-box; }

.la-ball-circus { display: block; font-size: 0; color: #fff; }

.la-ball-circus.la-dark { color: #FFF; }

.la-ball-circus > div { display: inline-block; float: none; background-color: currentColor; border: 0 solid currentColor; }

.la-ball-circus { width: 16px; height: 16px; }

.la-ball-circus > div { position: absolute; top: 0; left: -100%; display: block; width: 16px; width: 100%; height: 16px; height: 100%; border-radius: 100%; opacity: .5; -webkit-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1); -moz-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1); animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1); }

.la-ball-circus > div:nth-child(1) { -webkit-animation-delay: 0s, -0.5s; -moz-animation-delay: 0s, -0.5s; animation-delay: 0s, -0.5s; }

.la-ball-circus > div:nth-child(2) { -webkit-animation-delay: -0.5s, -1s; -moz-animation-delay: -0.5s, -1s; animation-delay: -0.5s, -1s; }

.la-ball-circus > div:nth-child(3) { -webkit-animation-delay: -1s, -1.5s; -moz-animation-delay: -1s, -1.5s; animation-delay: -1s, -1.5s; }

.la-ball-circus > div:nth-child(4) { -webkit-animation-delay: -1.5s, -2s; -moz-animation-delay: -1.5s, -2s; animation-delay: -1.5s, -2s; }

.la-ball-circus > div:nth-child(5) { -webkit-animation-delay: -2s, -2.5s; -moz-animation-delay: -2s, -2.5s; animation-delay: -2s, -2.5s; }

.la-ball-circus.la-sm { width: 8px; height: 8px; }

.la-ball-circus.la-sm > div { width: 8px; height: 8px; }

.la-ball-circus.la-2x { width: 32px; height: 32px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute; }

.la-ball-circus.la-2x > div { width: 32px; height: 32px; }

.la-ball-circus.la-3x { width: 48px; height: 48px; }

.la-ball-circus.la-3x > div { width: 48px; height: 48px; }

@-webkit-keyframes ball-circus-position { 50% { left: 100%; } }

@-moz-keyframes ball-circus-position { 50% { left: 100%; } }

@keyframes ball-circus-position { 50% { left: 100%; } }

@-webkit-keyframes ball-circus-size { 50% { -webkit-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3); } }

@-moz-keyframes ball-circus-size { 50% { -moz-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3); } }

@keyframes ball-circus-size { 50% { -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3); } }

.site-welcome { display: none; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; z-index: 99999; }

.site-welcome.active { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

/*********************fangdaxiaoguo**********************/
#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease,-webkit-transform .4s ease; transition: left .4s ease,-moz-transform .4s ease; transition: left .4s ease,-webkit-transform .4s ease; -o-transition: left .4s ease,-o-transform .4s ease; -moz-transition: left .4s ease,transform .4s ease,-moz-transform .4s ease; transition: left .4s ease,transform .4s ease; transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease,-o-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; }

.baguetteBox-button#previous-button { left: 2%; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

.spinner { width: 40px; height: 40px; display: inline-block; position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px; }

.double-bounce1, .double-bounce2 { width: 100%; height: 100%; border-radius: 50%; background-color: #fff; opacity: .6; position: absolute; top: 0; left: 0; -webkit-animation: bounce 2s infinite ease-in-out; -moz-animation: bounce 2s infinite ease-in-out; animation: bounce 2s infinite ease-in-out; }

.double-bounce2 { -webkit-animation-delay: -1s; -moz-animation-delay: -1s; animation-delay: -1s; }

@-webkit-keyframes bounceFromRight { 0% { margin-left: 0; }
  50% { margin-left: -30px; }
  100% { margin-left: 0; } }

@-moz-keyframes bounceFromRight { 0% { margin-left: 0; }
  50% { margin-left: -30px; }
  100% { margin-left: 0; } }

@keyframes bounceFromRight { 0% { margin-left: 0; }
  50% { margin-left: -30px; }
  100% { margin-left: 0; } }

@-webkit-keyframes bounceFromLeft { 0% { margin-left: 0; }
  50% { margin-left: 30px; }
  100% { margin-left: 0; } }

@-moz-keyframes bounceFromLeft { 0% { margin-left: 0; }
  50% { margin-left: 30px; }
  100% { margin-left: 0; } }

@keyframes bounceFromLeft { 0% { margin-left: 0; }
  50% { margin-left: 30px; }
  100% { margin-left: 0; } }

@-webkit-keyframes bounce { 0%, 100% { -webkit-transform: scale(0);
    transform: scale(0); }
  50% { -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes bounce { 0%, 100% { -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }
  50% { -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce { 0%, 100% { -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% { -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@font-face { font-family: "Montserrat-Bold"; src: url("../font/Montserrat-Bold.woff2") format("woff2"), url("../font/Montserrat-Bold.woff") format("woff"), url("../font/Montserrat-Bold.ttf") format("truetype"), url("../font/Montserrat-Bold.eot") format("embedded-opentype"), url("../font/Montserrat-Bold.svg") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: "Montserrat-Light"; src: url("../font/Montserrat-Light.woff2") format("woff2"), url("../font/Montserrat-Light.woff") format("woff"), url("../font/Montserrat-Light.ttf") format("truetype"), url("../font/Montserrat-Light.eot") format("embedded-opentype"), url("../font/Montserrat-Light.svg") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: "Montserrat-Regular"; src: url("../font/Montserrat-Regular.woff2") format("woff2"), url("../font/Montserrat-Regular.woff") format("woff"), url("../font/Montserrat-Regular.ttf") format("truetype"), url("../font/Montserrat-Regular.eot") format("embedded-opentype"), url("../font/Montserrat-Regular.svg") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'LatoRegular'; src: url("../font/LatoRegular.eot"); src: url("../font/LatoRegular.eot") format("embedded-opentype"), url("../font/LatoRegular.woff2") format("woff2"), url("../font/LatoRegular.woff") format("woff"), url("../font/LatoRegular.ttf") format("truetype"), url("../font/LatoRegular.svg") format("svg"); }

@font-face { font-family: 'LatoBold'; src: url("../font/LatoBold.eot"); src: url("../font/LatoBold.eot") format("embedded-opentype"), url("../font/LatoBold.woff2") format("woff2"), url("../font/LatoBold.woff") format("woff"), url("../font/LatoBold.ttf") format("truetype"), url("../font/LatoBold.svg") format("svg"); }

/*# sourceMappingURL=index.css.map */

.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../image/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}



.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/


.listcart{ width:100%; margin-top:40px;margin-bottom: 40px;}
.listcart a{ background:#fff;display:inline-block;height: 30px; width:200px; line-height: 30px;cursor: pointer;border: none;overflow: hidden;color: #fdb616;cursor: pointer;  border:1px solid #fdb616; padding-left:10px; padding-right:10px; text-align:center; font-size:14px; font-size:1.4rem; margin-left:10px;}
.listcart a:hover{  border:#fdb616 solid 1px; background:#fdb616; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px }
.listcart{ width:100%;
}
}
@media screen and (max-width:420px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.ppp{line-height: 30px;margin-bottom: 20px;margin-top: 20px;}
.shuxp_c a:hover{color: #fdb616;}





.m-hdlang { position: relative; overflow: visible; float: right;   padding-left: 15px; margin-top: 2px; }

.m-hdlang .lang-list { position: absolute; left: 0; top: 100%; background-color: #FFF; z-index: 999; width: 100%; display: none; text-align: center; font-size: 12px; font-size: 1.2rem; border: solid 1px #C5C5C5; margin-top: -2px; padding-top: 3px; padding-bottom: 1px; }

.m-hdlang .lang-item { float: none; color: #666666; line-height: 24px; }

.m-hdlang .lang-item a { color: #555; }

.m-hdlang .lang-item a:hover { color: #fdb616; }

.m-hdlang > .lang-item { color: #333; background: url(../image/web13.png) no-repeat right center; padding-right: 13px; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding-bottom: 6px; display: inline-block; }

@media screen and (max-width:767px){
.m-hdlang{float: left;}
.toplx ul{display: none;}
}

.ms_ye a.no:hover{    background: #fff!important;
    color: #333333!important;
    border: 1px solid #e5e5e5!important;}
    
    
    .addthis_inline_share_toolbox_d1ka span{    padding-right: 0px;}

@media screen and (min-width:999px) and (max-width:1220px){
    .div4 {
    width: 180px;
}
}



.syw_part2 .yuanbox { float: left;width: 254px; margin-left: 61px; text-align: center; }

.syw_part2 .yuanbox img { display: block; width: 100%; max-width: 306px; max-height: 306px; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.syw_part2 .yuanbox p { font-size: 18px; font-size: 1.8rem; line-height: 32px; margin-top: 15px; }

.syw_part2 .yuanbox p a { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.syw_part2 .yuanbox p a:hover { color: #fdb616; }

@media only screen and (max-width: 1219px) { 
  .syw_part2 .yuanbox{margin-left: 40px;width: 215px;}
  .syw_part2 .yuanbox p{font-size:16px;font-size:1.6rem;}
}
@media only screen and (max-width: 999px) { 
  .syw_part2 .yuanbox{width: 23%;margin: 0 1%;}
}
@media only screen and (max-width: 767px) { 
  .syw_part2 .yuanbox{width: 42%;margin:0 4%;;margin-bottom: 20px;}
}
@media only screen and (max-width: 400px) { 
  .syw_part2 .yuanbox{width: 48%;margin:0 1%;margin-bottom: 20px;}
  .syw_part2 .yuanbox p{font-size:14px;font-size:1.4rem;}
}

#tab .wp {
    width: 1200px;
    margin: auto;
    text-align: center;
}

#content .img-scroll { position: relative; z-index: 9; }

#content .img-scroll .prev, #content .img-scroll .next { position: absolute; display: block; z-index: 9999; top: 50%; margin-top: -50px; width: 40px;height: 60px;line-height: 60px;text-align: center;background: #000;background: rgba(0,0,0,0.4);}

#content .img-scroll .prev i, #content .img-scroll .next i { font-size: 32px; font-size: 3.2rem; color: #fff; }

#content .img-scroll .prev:hover i, #content .img-scroll .next:hover i { color: #fdb616; }

#content .img-scroll .prev { left: 0; cursor: pointer; }

#content .img-scroll .next { right: 0; cursor: pointer; }

#content .img-list { position: relative; overflow: hidden; z-index: 99; margin: 0 50px; }

#content .img-list ul { width: 10000%; }

#content .img-list li { float: left; display: inline; width: 0.23%; margin: 0 0.01%;text-align: center; }

@media only screen and (max-width: 1219px) { 
  #content .img-list li{width: 0.31333%;}
}
@media only screen and (max-width: 767px) { 
  #content .img-list li{width: 0.48%;}
  #content .img-scroll .prev, #content .img-scroll .next{width: 32px;}
  #content .img-scroll .prev i, #content .img-scroll .next i{font-size:24px;font-size:2.4rem;}
}
@media only screen and (max-width: 500px) { 
  #content .img-list li{width: 0.98%;}
}
@media only screen and (max-width: 400px) { 
  #content .img-list{margin: 0 35px;}
}


 .sybt:hover {
    color: #fdb616;
}
 .bian:hover p{
    color: #fdb616;
}

a.syap3:hover{ color: #fdb616;}


.baguetteBoxOne{display: none;}


body{font-family:"Microsoft Yahei","微软雅黑"!important;}
body a{font-family:"Microsoft Yahei","微软雅黑"!important;}
body p{font-family:"Microsoft Yahei","微软雅黑"!important;}
body div{font-family:"Microsoft Yahei","微软雅黑"!important;}

.syap3,.synp1,.ap2,.ap4,.cenp2,.chanpinx p,.casebox p,.nex p{text-indent: 2em;}


.nex p{text-indent: 0em;display: block;}


@media screen and (max-width: 1200px) { 
  .ditu{width:100%;overflow:scroll;}
}