﻿*{margin:0;padding:0;}
* {
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
      -ms-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
ul {margin: 0; list-style-type:none; }
html, body{font-family:'Microsoft YaHei';font-size: 14px;background-color: #FFF;color:#848079;}
.clear{clear:both;}
img{max-width:100%;}
body a{	transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;    color:#848079;}
a:hover{ color:#444;cursor:pointer;}
a:visited,a:focus{ color:#444;}
.fl{float:left;}
.fr{float:right;}
.wraper{margin:30px 0;}

/*********header*****************/
nav{background-color:#fff;height:60px;line-height:60px; margin-bottom:0}
.logo{	float:left;}
.nav{float:right;}
.nav li{float:left;margin-left: 30px;}
.dropdown li{margin-left: 0px;}
.nav li a{padding:0px;}
/*.nav a:hover,.nav a.active{background-color:#f8fafb}*/
.nav a:hover{background-color:#f8fafb}

.nav> li:hover>a>i img{    -webkit-transform:rotate(180deg);   transform:rotate(180deg);    -webkit-transition:all .3s ease-out;    transition:all .3s ease-out}
.nav> li >a>i img{ -webkit-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0);-webkit-transition:all .3s ease-in;    transition:all .3s ease-in text-rendering: auto; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.dropdown-menu{border: 1px solid #e4eaec;}
.dropdown:hover .dropdown-menu{display:block; margin-top:0px;}
.dropdown-menu li{float:none;}
.dropdown-menu > li > a { padding: 8px 15px;}
.nav li .link.active:after {
    content: '';
    width: 100%;
    background-color: #696969;
    left: 0;
    position: absolute;
    top: 0;
    height: 2px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: -1;
}
.nav li .link:hover:after {
    content: '';
    width: 100%;
    background-color: #696969;
    left: 0;
    position: absolute;
    top: 0;
    height: 2px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: -1;
}
.nav li .link:after{
    content: '';
    width: 0;
    background-color: #696969;
    left: 0;
    position: absolute;
    top: 0;
    height: 2px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: -1;

}
/*********footer*****************/
.footer{width:100%;background-color:#f8f8f8;padding:50px 0;}
.met-links{display: none}
/**** Slider *****/
.slider_container{width:100%;margin:0 auto;}
/**** Slider *****/
.wmuSlider {position: relative;overflow: hidden;}
.wmuSliderWrapper,.wmuSliderWrapper article{width:100%; }           
.slider_container,.wmuSlider,.wmuSliderWrapper{width:100%;position:relative;}
/* Default Skin */
.wmuSliderPagination {display:block;z-index: 2;	position: absolute;	left: 50%;	bottom:20px;}
#home .wmuSliderPagination{display:none;}
.wmuSliderPagination li {	float: left;margin: 0 8px 0 0;list-style-type: none;}
.wmuSliderPagination a {display: block;	text-indent: -9999px;width: 10px;height: 10px;background:none;border: 1px solid #D9D9D9;
	border-radius: 1em;	-webkit-border-radius: 1em;	-moz-border-radius: 1em;	-o-border-radius: 1em;}
.wmuSliderPagination a.wmuActive {background:#9bb168;}
/* Default Skin */
.wmuGallery .wmuGalleryImage {margin-bottom: 10px;}
.slider_container :hover .wmuSliderPrev ,.slider_container :hover .wmuSliderNext{display:block;}
.wmuSliderPrev, .wmuSliderNext {  /*display:none;*/	position: absolute;	width: 40px;height: 40px;text-indent: -9999px;		top:50%; margin-top: -20px;	z-index: 2;	cursor: pointer;}
.wmuSliderPrev {    background:rgba(0,0,0,0.2) url(../images/fancy_nav_left.png)no-repeat center center;    background-size: auto 10px;   	left: 0px;}
.wmuSliderPrev:hover {    background:rgba(0,0,0,1) url(../images/fancy_nav_left.png)no-repeat center center;    background-size: auto 10px;      left: 0px;}
.wmuSliderNext {    background:rgba(0,0,0,0.2) url(../images/fancy_nav_right.png) no-repeat center center;    background-size: auto 10px;  	right: 0px;}
.wmuSliderNext:hover {    background:rgba(0,0,0,1) url(../images/fancy_nav_right.png)no-repeat center center;    background-size: auto 10px;      right: 0px;}
.met-index-body h3{font-size: 24px;margin-top: 0px;text-align: center;margin-bottom: 0px;color: #444;}
.met-index-body p.desc{font-size: 13px;text-align: center;width: 80%;color: #848484;margin: 0px auto;  margin-bottom: 10px;font-family: "Microsoft YaHei";}
.nav-tabs1 li { white-space: nowrap; display: inline-block; float: none;}
.nav-tabs1 { border-bottom: none; margin: 30px auto; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center;justify-content: center; text-align: center;}
.nav-tabs1 li a {background: #fff; padding: 8px 30px;-webkit-border-radius: 0;-moz-border-radius: 0;-o-border-radius: 0;  -ms-border-radius: 0;border-radius: 0; white-space: nowrap; border: #d2d2d2 1px solid;font-size: 12px; margin-right: 5px; transition: all 0.5s ease-out;}
.nav-tabs1 li a:hover{text-decoration:none;border:1px solid #000;color:#000}
.nav-tabs1 li a:visited{color:#444;text-decoration:none!important;}
.met-index-product{ padding:60px 0; width:90%; margin:0 auto} 
.mask { width:100%; height:100%;position:absolute; left:0; top:0; z-index:5; text-align:center;}
.pic a:hover .mask { background:rgba(0,0,0,0.5);}
.textW{height:100%;width:100%;position:relative;}
.textI{position:absolute;top:50%;margin-top:-40px;width:100%;}
.maskContent{position:absolute;width:100%;height:100%; z-index:999;font-size:20px; text-align:center;color:#fff;

    -webkit-transform: translateY(-80%);
     -moz-transform: translateY(-80%);
     -o-transform: translateY(-80%);
     -ms-transform: translateY(-80%); 
     transform: translateY(-80%);
         
     -webkit-transition: all 0.6s ease-in-out; 
     -moz-transition: all 0.6s ease-in-out; 
     -o-transition: all 0.6s ease-in-out; 
     -ms-transition: all 0.6s ease-in-out; 
     transition: all 0.6s ease-in-out;

}
.pic a:hover .maskContent{
    -webkit-transform: translateY(0); 
    -moz-transform: translateY(0); 
    -o-transform: translateY(0);   
    -ms-transform: translateY(0);  
    transform: translateY(0);  

}
.pic a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}
.team_item a:hover .team_img  img{
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}
.team_item a{
  display: block;
  overflow: hidden;
}
.maskContent .bigT{font-size:40px;margin-bottom:10px;}
.tech a{display:block;position:relative;overflow:hidden}
.tech{width:100%;overflow:hidden}
.col25{display:block;float:left;width:25%;overflow:hidden} 
.pic{width:96%;margin:0 auto } 
.pic img,.team_img  img{
         max-width:100%;
         -webkit-transition: all 0.6s;
         -moz-transition: all 0.6s;
         -o-transition: all 0.6s;
         -ms-transition: all 0.6s;
          transition: all 0.6s;

}
.des1{color:#727272; height:50px;line-height:50px;border-bottom:1px solid #c3c2c2}
.des1:hover{border-bottom:1px solid #5f5f5f}
.met-index-about { padding: 70px 0; background: #f5f5f5; position: relative; z-index: 2;}
.met-index-about .about_cont h3, .met-index-about .about_cont p { text-align: left; width: 100%;}
.met-index-news{padding:70px 0 0 0;}
.met-index-news ul.blocks-2 { margin-top: 20px;}
.blocks, [class*="blocks-"] {padding: 0;margin: 0;margin-right: -15px;margin-left: -15px; list-style: none;}
.blocks, [class*="blocks-"] { padding: 0; margin: 0; margin-right: -15px; margin-left: -15px; list-style: none;}
.blocks > li, [class*="blocks-"] > li {position: relative; float: left;min-height: 1px;padding-right: 15px; padding-left: 15px; margin-bottom: 22px;}
.blocks-2 > li { width: 50%;}
.met-index-news ul.blocks-2 li { margin: 30px 0 0;}
.media, .media-body {overflow: hidden; zoom: 1;}
.media { margin-top: 15px;}
.media-left, .media>.pull-left { padding-right: 20px;}
.media-body, .media-left, .media-right {display: table-cell;vertical-align: top;}
.media-left, .media>.pull-left { padding-right: 10px; width: 160px;}
.media-lg .media-object {    width: 160px;}
.media:first-child {margin-top: 0;}
.media-body {overflow: hidden;}
.media-body, .media-left, .media-right {display: table-cell;vertical-align: top;}
.met-index-news .media-heading {position: relative;}
.media-heading {margin-top: 0; margin-bottom: 0px;}
.media-heading a {border-bottom: 1px solid #efefef;font-size: 16px;color: #595959; display: block;   padding-bottom: 20px;    }
.media-heading a:hover{text-decoration:none}
.met-index-news ul.blocks-2 li p.des { margin-bottom: 5px; border-bottom:none;height: 36px;overflow: hidden; }
.met-index-news ul.blocks-2 li p {margin-bottom: 0;}
.met-index-news p.des {font-size: 13px; color: #848484;}
.met-index-news .news_time { display: block; font-weight: 300;height: 30px; color: #999;font-size: 16px;}
footer {height: auto;border-top: 1px solid #f0f2f5; padding: 20px 0;color: #aaa;line-height: 1.8; background: #f5f5f5;}
.text-center {text-align: center!important;}
footer p {margin-bottom: 0;font-size: 13px;color: #848484;}
.met-links {padding: 15px 0;color: #5e7387;background: #f5f5f5;}
.met-links ol {margin-bottom: 0;}
.breadcrumb { padding: 8px 10px;  list-style: none; background-color: transparent;    border-radius: 3px;}
.met-links li { white-space: nowrap;}
.breadcrumb>li {display: inline-block;}
.met-links .link_img {height: 40px;display: inline-block;}
.met-links a {color: #5e7387;}
.met-links .link_img img {height: 100%;}
img {vertical-align: middle;}
.met-show {padding-top: 10px; padding-bottom: 10px;}
.met-show {padding: 30px 0; background: #fff; word-break: break-all;}
.clearfix { overflow: auto; }
.met-editor { padding: 30px; background: #fff; width: 100%; max-width: 100%; font-size: 18px;line-height: 1.8;  color: #222; word-wrap: break-word;}
.met-editor table { color: #464646;}
table td{ border:none!important; background-color:#ffffff!important}
hr{margin:40px 0;}
table { width: 100%; max-width: 100%; margin-bottom: 22px;}
.met-editor{padding-top:0}
.met-show{padding-top:0;}
.team_list > li.team_item { width: 33.33333333%; float:left;}
.team_item a .team_img img {width: 100%;}
.team_item .team_info {overflow: hidden; background-color: #f8f8f8; text-align: left; height:130px;  padding: 30px; box-sizing:content-box}
.team_item .team_info .desc{height:80px; overflow: hidden;}
.dropdown-menu.bullet:after, .dropdown-menu.bullet:before { position: absolute; right: 10px; display: inline-block; width: 0; height: 0; content: ''; border: 7px solid transparent; border-top-width: 0;}
.dropdown-menu.bullet:after {top: -6px;border-bottom-color: #fff;}
.dropdown-menu.bullet:before { top: -7px;border-bottom-color: #e4eaec;}
.team_item .team_info .title { color: #5a5a5a;font-size: 20px;}
.team_item .team_info .subtitle {font-size: 12px;color: #9a9a9a; margin-top: 5px;}
 .abti,.abtc{width:50%;float:left;}
 [class*=animation-] {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
}

.animation-fade {
    -webkit-animation-name: fade;
    -o-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}
[class*=animation-] {
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animation-fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.animation-delay-100 {
    -webkit-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms;
}
.animation-delay-100 {
    -webkit-animation-duration: 100ms;
    -o-animation-duration: 100ms;
    animation-duration: 100ms;
}


@media screen and (max-width: 768px){
    .blocks-2 > li{width: 100% !important;margin-top: 20px;}
    .media-lg .media-object{width:120px!important;}
    .met-nav .navbar-logo { float: none;  max-width: 90px; margin: 0 auto;}
    .met-nav .navbar-logo img {max-height: 30px;}
    .media-left, .media>.pull-left{width:120px;}
    .about_cont {margin-top:20px;}
    .about_cont h3,.about_cont .desc{text-align:center!important}
    .nav{display:none; padding-bottom: 10px; position:absolute;width:100%;/*height:auto!important;*/left:0;top:60px;z-index:9999;background-color:#fff; border-top:1px solid #e4eaec;}
    .nav > li{width:100%;height:auto;line-height:45px;margin-left: 0!important;padding: 0 15px;box-sizing:border-box;}
    .dropdown-menu{position:static;width:100%;border:none;box-shadow:none;display:none}
    .dropdown-menu.bullet:after, .dropdown-menu.bullet:before{display:none}
    .dropdown-menu.bullet:after{display:none;}
    .dropdown-menu.open{display:block!important}
    .team_list > li.team_item{width:100%;}
    .abti,.abtc{width:100%;float:left;}
    .abtc{padding-left: 0!important;margin-top: 20px;}
    .maskContent{font-size:14px;}
    .textI{position:absolute;top:50%;margin-top:-20px;width:100%;}
    .maskContent .bigT{font-size:16px; margin-bottom:0px;}
    .nav> li>a>i{float:right;}
    .navbar-toggle{width:40px;height:40px; margin-top:12px; background:url(../images/icon_items.png) no-repeat center center }
    .dropdown:hover .dropdown-menu{display:none; margin-top:0px;}
    .met-index-product .col25{width: 100%;}
    .cat{width: 100%!important;float: none!important;margin-bottom: 10px;}
    .newlist{margin-right:0px!important; }
    .navbar-header .vertical-align-middle{text-align: center;}
    .navbar-header .vertical-align-middle img{margin-left: 51px;}
    .nav>li>.link:after {height: 1px;bottom: 0;top: auto;left: 15px;}    
    li .link.active:after {
    height: 1px!important;
    bottom: 0!important;
    top: auto!important;
   }
   li .link:hover:after{
    height: 1px!important;
    bottom: 0!important;
    top: auto!important;

   }
   .met-index-about .more {margin:50px auto 0 auto}
   .met-job-list .met-editor{padding: 0!important;}
   /*.met-job-list .widget-body .container{padding: 0!important;}*/
}



.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}
.animation-slide-bottom {
    -webkit-animation-name: slide-bottom;
    -o-animation-name: slide-bottom;
    animation-name: slide-bottom;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown1 {
  from {   
    top:-50%;
  }

  to {
   top:50%;
  
  }
}


.fadeInDown {
  animation-name: fadeInDown;
}

.animation-delay-100 {
    -webkit-animation-duration: 100ms;
    -o-animation-duration: 100ms;
    animation-duration: 100ms;
}
.animation-delay-300 {
    -webkit-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms;
}
.animation-fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.animation-zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.animation-fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity:1;
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale2d(.3, .3, .3);
    -moz-transform: scale2d(.3, .3, .3);
    -webkit-transform: scale2d(.3, .3, .3);
    -o-transform: scale2d(.3, .3, .3);
  }

  100% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.pages {width: 100%;text-align: right;margin-top: 10px;border-top: 1px solid #f3f3f3;padding-top: 20px;text-align: center;}
.pages .current, .pages .num, .pages .next, .pages .rows, .pages .prev {display: inline-block;        /*height: 25px;line-height: 25px;*/padding:3px 10px;cursor: pointer;margin-left: 10px;}
.pages .num, .pages .next, .pages .prev {background-color: #000;color: #fff;}
.pages .current{border: 1px solid #ccc;}
.pages .current:hover{background-color: #f5f5f5;}
.more:hover{background:url(../images/jiantou.png) no-repeat 26px -127px;border-color:#b6b6b6}

.slider_container,.wmuSlider,.wmuSliderWrapper, article,article .img{width: 100%;position: relative;}

article{display:none;overflow:hidden;}
article:first-child{display:block;}
