﻿@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px; font-size:12px; font-family:Arial, "微软雅黑"; color:#666; overflow-x:hidden;}
a{color:#666; text-decoration:none; outline:none;}
a:active{star:expression(this.onFocus=this.blur());} 
img{border:0px; vertical-align:middle;}
a:link {text-decoration: none; outline:none;}
a:visited{text-decoration: none; outline:none;}
a:hover{text-decoration:none; color:#ff9900; outline:none;}
ul, p, dl, dt, dd{padding:0px; margin:0px;}
li{list-style-position:outside; list-style-type:none;}
h1, h2, h3, h4, h5{font-size:14px; padding:0px; margin:0px;}
h1{font-size:16px;}
h5{font-size:12px;}
.fl{float:left;}
.fr{float:right;}
.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}

.h10{height:10px; overflow:hidden; clear:both;}
.h30{height:30px; overflow:hidden; clear:both;}
.h60{height:60px; overflow:hidden; clear:both;}
.h70{height:70px; overflow:hidden; clear:both;}
.h100{height:100px; overflow:hidden; clear:both;}
input, textarea{background:transparent; padding:0px; font-size:12px; font-family:Arial, "微软雅黑"; color:#888; outline:none; border:0px;}
em{font-style:normal;}
.btn1{cursor:pointer;}
.red{color:#cb1f18;}
.wal{width:15.36rem; margin:0px auto;}
.wal2{width:1200px; margin:0px auto;}
.wal3{width:14.0rem; margin:0px auto;}

a,
.nav li a:after,
.indexPart2 .tab li,
.indexPart2 .tab li:after,
.indexPart2 .tab li .name1,
.indexPart2 .tab li .name2,
.indexPart3 .list li,
.indexPart3 .list li .time,
.indexPart3 .list li .name,
.pageNav li a:before,
.pageNav li a:after,
.h_banner .swiper-button-prev,
.h_banner .swiper-button-next,
.gloryPic .box-container .swiper-slide .year:after,
.educatePart3 .list li .layer,
.hotCase .swiper-slide .name,
.culturePart1 .list li,
.activityPic .swiper-slide .botDiv:after,
.activityPic .swiper-slide .time,
.activityPic .swiper-slide .name,
.news .list li .box,
.news .list li .botDiv:after,
.news .list li .time,
.news .list li .name,
.sideNews .list2 li .name,
.report .list li .box,
.report .list li .box:after,
.joinPart1 .list li .box,
.joinPart1 .list li .ico img,
.joinPart1 .list li .name,
.joinPart1 .list li .wen,
.joinPart4 .sameDiv .name,
.joinPart4 .sameDiv .ico,
.jobTab li a:after,
.job .list li .msgDiv dd,
.buildPart2 .tab2 li:after,
.buildPart4 .ico,
.buildPart4 .name{
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;    
}

.group .list li .imgDiv img,
.teachPic .swiper-slide img,
.hotCase .swiper-slide .imgDiv img,
.activityPic .swiper-slide .imgDiv img,
.news .list li .imgDiv img,
.video li .imgDiv img,
.staffPic .swiper-slide .imgDiv img,
.buildPart4 .imgDiv img{
transition:All 0.8s ease;
-webkit-transition:All 0.8s ease;
-moz-transition:All 0.8s ease;
-o-transition:All 0.8s ease;  
}

.sNav{
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;  
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{color: transparent;}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder{color: transparent;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{color: transparent;}
input:focus:-ms-input-placeholder, textarea:focus::-moz-placeholder{color: transparent;}

@font-face {font-family:mont; src:url(../fonts/montserratbold.ttf);}
@font-face {font-family:gotham; src:url(../fonts/gothampro-bold.ttf);}
@font-face {font-family:futura; src:url(../fonts/futura-light-3_0.ttf);}
@font-face {font-family:din; src:url(../fonts/462689f5efd44b29a4e0ec5fdeb0db3c.ttf);}
@font-face {font-family:gothic; src:url(../fonts/gothic.ttf);}

.w800{ width: 800px;}
.w340{ width: 340px;}

.Phone-Box{ display: none; }

.fangda{ overflow: hidden;}
.fangda img{ transition:2s;-moz-transition:2s;-webkit-transition:2s;-o-transition:2s;}
.fangda:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

/*按钮动画--start*/
.ico_h {display: inline-block; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } 
.ico_h:before {pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform, opacity; transition-property: transform, opacity; } 
.ico_h:hover, .ico_h:focus, .ico_h:active {-webkit-transform: translateY(-6px); transform: translateY(-6px); -webkit-animation-name: hover; animation-name: hover; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } 
.ico_h:hover:before, .ico_h:focus:before, .ico_h:active:before {opacity: .4; -webkit-transform: translateY(6px); transform: translateY(6px); -webkit-animation-name: hover-shadow; animation-name: hover-shadow; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; }
/*按钮动画--end*/

.headDiv{ height:106px; z-index:5; width:100%;}
.headDiv2{ position: absolute; left: 0; top: 0; background: none; }
.headDiv .wal{ height: 106px; position: relative; }
.headDiv .logo{ position:absolute; left:1.7rem; top: 25px;z-index:1;}
.headDiv .logo img{ width: 450px; }
.headFix{ 
    position:absolute; left:0; top:0;
    background-color: rgba(7,50,85,.9);
}

.nav{ position: absolute; right: 0; top: 0; }
.nav li{
    float: left;
    margin: 0 34px;
    position: relative;
}
.nav li a{ display: block; position: relative; height: 106px; line-height: 106px; font-size: 18px; color: #fff; }
.nav li a.active,
.nav li a:hover {
    color: #ff8800;
}
.nav li a:hover:after, .nav li .aNow1:after{ opacity:1;width: 100%; }
.headDiv2 .nav li a{ color: #fff; }

.headDiv .topRight{ position: absolute; right: 0; top: 25px; }
.topSearch{ position: relative; }
.topSearch em{ width: 38px; height: 38px; line-height: 38px; text-align: center; display: block; border: #eaeaea solid 1px; cursor:pointer; position: relative; z-index: 2;}
.topSearch input{ position: absolute; right: 0; top: 0; display:none; border: #eaeaea solid 1px; height:38px; background: #ff8800; width: 180px; padding-left:20px; font-size: 14px; color: #fff;} 

.topSearch input::-webkit-input-placeholder{color: #fff;}
.topSearch input::-moz-placeholder{color: #fff;}
.topSearch input::-ms-input-placeholder{color: #fff;}

.topSearch input:focus::-webkit-input-placeholder{color: transparent;}
.topSearch input:focus:-moz-placeholder{color: transparent;}
.topSearch input:focus:-ms-input-placeholder{color: transparent;}

.headDiv .links{ width:238px; height:38px; line-height:38px; position: relative; margin-right: 10px;}
.headDiv .links .name{ height:38px; color:#666; font-size: 14px; padding-left: 20px; border: #eaeaea solid 1px; background:url(../images/selectico.png) right center no-repeat; cursor:pointer;}
.headDiv2 .links .name{ color: #fff; background:url(../images/selectico2.png) right center no-repeat; }
.headDiv .links dl{position:absolute; z-index:30; left:0px; top:40px; width:100%; display:none;}
.headDiv .links dd{ margin-top:1px; border: #eaeaea solid 1px; }
.headDiv .links a{ display:block; height:38px; background: #fff; line-height:38px; padding-left:20px; color:#666; font-size: 14px;}
.headDiv .links a:hover{ color:#fff; background: #ff8800;}

/*导航触发效果*/
.sNav{ top: 90px; position: absolute; z-index: 8; width: 100%; background: #f6f6f6; height: 0; left:0px; overflow: hidden;} 
.sNav:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: #f1f1f1; }
.sNav.on{ opacity: 1; height: 4.2rem; }
.sNav .divdiv{ padding-top: 0.9rem; }
.sNav .limg img{ width: 3.15rem; }
.sNav .midmid{ padding-left: 0.56rem; width: 3.95rem; height: 2.1rem; position: relative;}
.sNav .midmid:after{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: #eaeaea; }
.sNav .msg{ padding-top: 0.25rem; font-size: 0.24rem; line-height: 28px; color: #222; }
.sNav .lie{ padding-left: 1.6rem;}
.sNav .lie li{
    padding-bottom: 0.28rem; font-size: 0.14rem;
    float: none;
}
.sNav .lie li a{ width: 1.98rem; height: 0.48rem; line-height: 0.48rem; text-indent: 0.36rem; display: block; background: #fff; border: #e5e5e5 solid 1px; position: relative; color: #939393;}
.sNav .lie li a:after{ content: ''; position: absolute; right: 0.48rem; top: 50%; margin-top: -4px; width: 17px; height: 7px; background: url(../images/nimg17_1.png) center no-repeat; }
.sNav .lie li a:hover{ color: #fff; background: #ff8800; border: #ff8800 solid 1px;}

.headDiv .nav li .nav_ul {
  position: absolute;
  left: -12px;
  top: 106px;
  height: auto;
  width: 100px;
  background-color: #ffb96a;
  display: none;
  padding: 0;
  margin: 0;
}
.headDiv .nav li:hover .nav_ul {
  display: block;
}
.headDiv .nav li .nav_ul li {
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  float: none;
  text-align: center;
}
.headDiv .nav li:nth-child(4) .nav_ul {
  width: 150px;
  left: -40px;
}
.headDiv .nav li .nav_ul li a {
    height: 35px;
    line-height: 35px;
  font-size: 14px;
  color: #fff;
}
.headDiv .nav li .nav_ul li a:hover {
  color: #ff8800;
}


.navIco{ 
    display: none; 
    position: absolute; 
    right: 0;
    width: 1.2rem;
    height: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    background-color: #fff;
}
.navIco img{ width: 0.42rem; }
.searchIco{ display: none; position: absolute; right: 1.0rem; width: 1.0rem; height: 1.2rem; text-align: center; line-height: 1.2rem;}
.searchIco img{ width: 0.36rem; }

.pageBg{ position:fixed; z-index:4; width:100%; height:100%; display:none; background:rgba(0,0,0,0.3); left:0px; top:0px;}



/*导航菜单触发*/
.navLayer{overflow-x: auto; height:100%; width:100%; overflow:hidden; position:fixed; z-index:9999; right:-100%; top:0px;}
.navLayer .bg{overflow-x: auto;position:relative; background:#fff; height:100%; width:100%; }
.navLayer .toptop{ height: 1.2rem; position: relative; border-bottom: #d6d6d6 solid 1px;}
.navLayer .closeBtn{ width: 1.2rem; height:1.2rem; position:absolute; top:0px; right:0; text-align: center; line-height: 1.2rem;}
.navLayer .closeBtn img{ width: 0.43rem; }
.sideNav{ padding: 0 0 0.3rem; }
.subNav{ cursor:pointer; display:block; height:1.1rem; line-height:1.1rem; position:relative; font-size:0.34rem; border-bottom: #d6d6d6 solid 1px;}
.subNav1{ background: url(../../img/ico4.png) right center no-repeat; background-size: 0.53rem; color: #333;}
.subNav .name{ position:relative; padding-left: 0.3rem;}
.subNav a{ color:#333; display: block;}
.currentDt{background: #18457e url(../../img/ico4on.png) right center no-repeat; background-size: 0.53rem; color: #fff;}
.navContent{display: none;}
.navContent a{display:block; height:0.88rem; border-bottom: #d6d6d6 solid 1px; line-height:0.88rem; color:#666; background: #f6f6f6; font-size:0.3rem; padding-left: 0.3rem; }

.searchLayer{ position: fixed; left: 0; top: -25%; width: 100%; background: #ff8800; height:25%; z-index: 12; }
.searchLayer .closeBtn{ position: absolute; right: 0.5rem; top: 0.3rem; z-index: 2; }
.searchLayer .mxfDiv{ position: absolute; left: 50%; bottom: 0.8rem; width: 5.9rem; margin-left: -2.95rem; z-index: 1;}
.searchLayer .bigBox{ padding-right: 0.8rem; }
.searchLayer .form{ height: 0.62rem; border-bottom: #fff solid 1px; }
.searchLayer .input1{ width: 100%; height: 0.6rem; line-height: 0.6rem; font-size: 0.26rem; }
.searchLayer .btn{ position: absolute; right: 0; bottom: 0; width: 0.48rem; height: 0.62rem; }
.searchLayer .btn img{ width:0.48rem;}
.searchLayer input::-webkit-input-placeholder{color: #fff;}     
.searchLayer input:-moz-placeholder{color: #fff; } 
.searchLayer input::-moz-placeholder{color: #fff; } 
.searchLayer input:-ms-input-placeholder{color: #fff; }

.footDiv{ 
    padding: 0 0 .6rem 0; 
    background: url(../../img/background.jpg) no-repeat center bottom;
}
.footNav li{ float: left; width: 1.65rem; }
.footNav li h2{ font-size: 18px; color: #fff; line-height: 18px; padding-bottom: 25px; }
.footDiv li h2 a {
    color: #fff;
}
.footNav li dd{ font-size: 14px; line-height: 30px;  }
.footNav li dd a{ display: block; color: #fff; }
.footNav li dd a:hover{ color: #fff; }

.footDiv .footNav{margin-left: 1.5rem;}
.footDiv .rightDiv{ position: relative;margin-right: 1.5rem;}
.footDiv .ewm img{ width: 120px; }
.footDiv .share{ padding-top: 36px; clear: both; }
.footDiv .share li{ float: left; margin-left: 24px; }
.footDiv .share li .img1{ display: none; }
.footDiv .share .liNow img, .footDiv .share li:hover img{ display: none; }
.footDiv .share .liNow .img1, .footDiv .share li:hover .img1{ display: inline-block; }
.footDiv .links{ position: relative; padding-top: 40px; color: #999; font-size: 15px; text-align: center;border-top: 1px solid #456695;margin-top: 25px;}
.footDiv .links a{ padding: 0 25px; color: #fff;  }
.footDiv .links a:hover{ color: #fff; }
.footDiv .msg{ padding-top: 25px; font-size: 15px; color: #fff; text-align: center;}
.footDiv .msg a{ color: #fff; }
.footDiv .msg a:hover{ color: #fff; }

.footDiv .foot-up {
    margin-bottom: 85px;
}
.footDiv .foot-up p:nth-child(1) {
    line-height: 1;
    color: #eee;
    font-size: 40px;
    text-align: center;
    padding-top: 60px;
    letter-spacing: 5px;
    margin-bottom: 34px;
}
.footDiv .foot-up p:nth-child(2) {
    line-height: 1;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.pageBanner{ position:relative; height: 600px;margin-top: 106px;}
.pageBanner .bg { width: 100%; height: 100%; background: center no-repeat; background-size: cover; }
.pageBanner .mxfDiv{ position: absolute; left: 50%; margin-left: -600px; top: 50%; transform: translateY(-50%); }
.pageBanner .txt1{ font-size: 0.5rem; line-height: 0.5rem; padding-bottom: 0.15rem; font-weight: bold; color: #333;}
.pageBanner .txt2{ font-size: 0.3rem; color: #ff8800; font-family:futura; height: 0.7rem; }
.pageBanner .txt2:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 0.15rem; height: 0.08rem; background: #ff8800; }

.pageBox{ padding: 120px 0; position: relative;}

.pageTop{ height: 92px; position: relative; }
.pageTop:before{ content: ''; position: absolute; right: 0; top: 0; width: 22%; height: 92px; z-index: -1; background: #f7f7f7; }
.pageTop:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #f2f2f2; z-index: 2; }
.pageTop .wal2{ position: relative; height: 92px; }
.pageNav li{ float: left; font-size: 15px; font-weight: bold; width: 136px; text-align: center;}
.pageNav li a{ display: block; height: 92px; line-height: 92px; color: #666; position: relative; box-sizing: border-box; border-left: #fff solid 1px; border-right: #fff solid 1px;}
/*.pageNav li a:before{ 
    content: ''; opacity: 0; position: absolute; left: 50%; margin-left: -4px; bottom: 16px; width: 8px; height: 8px; background: url(../images/ico2.png) center no-repeat; 
}*/
/*.pageNav li a:after{ 
    content: ''; position: absolute; left: 50%; bottom: 0px; width: 0; height: 2px; background: #ff8800; z-index: 2; 
}*/
.pageNav li .aNow, .pageNav li a:hover{ border-left: #f2e2e3 solid 1px; border-right: #f2e2e3 solid 1px; background: #f7f7f7; color: #ff8800; }
.pageNav li .aNow:before, .pageNav li a:hover:before{ opacity: 1; }
.pageNav li .aNow:after, .pageNav li a:hover:after{ width: 100%; left: 0; }

.pageNow{ position: absolute; right: 0; top: 0; line-height: 92px; font-size: 15px; z-index: 1; font-weight: bold; background: #f7f7f7; padding-left: 60px;}
.pageNow a{ color: #999; position: relative; display: inline-block; padding-right: 18px; padding-left: 12px;}
.pageNow a:after{ content: ''; width: 7px; height: 11px; position: absolute; right: 0; top: 50%; margin-top: -6px; background:url(../../img/ico1.png) center no-repeat; }
.pageNow a:hover{ text-decoration: underline; }
.pageNow em{ color: #45442e; padding-left: 12px;}
.pageNow img{ position: relative; top: -2px; }

.pageTitleTel{ height:1.1rem; background:#ff8800; position:relative;}
.sideTitleTel{ width:100%; height:1.1rem; position:absolute; left:0px; top:0px;}
.sideTitleTel .con{ font-size:0.36rem; height:1.1rem; line-height:1.1rem; position:relative; padding-right:10px;}
.sideTitleTel .con a{ color: #fff; display:block; height:1.1rem; padding-left:0.3rem;}
.sideTitleTel .con img{ position: absolute; right: 0.3rem; top: 50%; margin-top: -0.12rem; width: 0.4rem;
     transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    }
.sideTitleTel .con.on img{ transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);}
.sideTitleNav{ position:absolute; top:1.1rem; z-index:10; width:100%; background:#fff; display:none; box-shadow:0 1px 5px rgba(35,25,25,0.2); -moz-box-shadow:0 1px 5px rgba(35,25,25,0.2); -webkit-box-shadow:0 1px 5px rgba(35,25,25,0.2);}
.sideTitleNav li{ font-size: 0.3rem; height:1.0rem; border-bottom:#d7d7d7 solid 1px;}
.sideTitleNav li a{ display:block; height:1.0rem; line-height:1.0rem; padding-left:0.3rem; color:#666;}
.sideTitleTel .con em{ display:block; color:#fff; padding-left: 0.3rem;}

.pageTitle{ position: relative; }
.pageTitle .name{ font-size: 32px; line-height: 32px; color: #333; padding-bottom: 30px; }
.pageTitle .txt{ font-size: 30px; line-height: 36px; color: #ff8800; font-family:futura; text-transform: uppercase; }
.pageTitle .txt b{ display: block; }

.pageNum{ text-align: center; padding-top: 50px;}
.pageNum a{ display: inline-block; width: 46px; height: 38px; line-height: 38px; position: relative; text-align: center; font-size: 13px; color: #999; border: #efefef solid 1px; background: #fff; margin: 0 4px;}
.pageNum a:hover, .pageNum .aNow{ background: #ff8800; color: #fff; }
.pageNum .btn{ width: 98px; text-align: left; }
.pageNum .prev{ text-indent: 38px; }
.pageNum .prev:after{ content: ''; position: absolute; left: 22px; top: 50%; margin-top: -5px; width: 6px; height: 10px; background: url(../images/prev.png) center no-repeat; }
.pageNum .next{ text-indent: 22px; }
.pageNum .next:after{ content: ''; position: absolute; right: 22px; top: 50%; margin-top: -5px; width: 6px; height: 10px; background: url(../images/next.png) center no-repeat; }
.pageNum .prev:hover:after{ background: url(../images/prevon.png) center no-repeat;}
.pageNum .next:hover:after{ background: url(../images/nexton.png) center no-repeat;}

.pageMore{ padding-top: 0.4rem; }
.pageMore a{ display: block; height: 1.0rem; line-height: 1.0rem; background: #ff8800; color: #fff; text-align: center; font-size: 0.3rem; }

.topA{ position: fixed; right: 0.3rem; bottom: 0.9rem; width: 48px; height: 48px; border: #9e9e9e solid 1px; background:#fff; color: #9e9e9e; }
.topA:before{ content: ''; position: absolute; left: 50%; top: 13px; margin-left: -6px; width: 12px; height: 7px; background: url(../../img/topa.png) no-repeat;}
.topA em{ display: block; text-align: center; padding-top: 24px; font-size: 14px; text-transform: uppercase;}
.topA:hover{ border: #f80 solid 1px; background: #f80; color: #fff; }
.topA:hover:before{ background: url(../../img/topaon.png) no-repeat;}

/*右侧悬浮窗*/
.sideBar{position:fixed; z-index:3; top:50%; margin-top: -242px; right:0px; cursor:pointer;}
.sideBar li{ margin-bottom: 5px; width: 60px; height: 60px; background: #ff9900; text-align: center; line-height: 60px; position: relative;}
.sideBar .mouse{position:absolute; top:0px; display:none; padding-right: 20px; width:230px; height:60px; left:-250px; background: url(../images/nimg20bg.png) right center no-repeat;}
.sideBar .liNow .mouse{display:block;}
.sideBar li .box{ background: rgba(255,255,255,0.9);}
.sideBar li .tel{ text-align: center; font-size: 14px; color: #333;}
.sideBar li .tel b{ color: #ff9900; font-family: bold; font-size: 18px; }

.tabContent{ display:none;}
.tab li{ cursor:pointer;}
.tabContent2{ display:none;}
.tab2 li{ cursor:pointer;}


.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  -moz-animation-name: fadeInUp50;
  -ms-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  -moz-animation-name: fadeInLeft50;
  -ms-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}
@-webkit-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  -moz-animation-name: fadeInRight50;
  -ms-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}
@-webkit-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}








