@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px; font-size:12px; 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:#0068e8; 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; color:#888; outline:none; border:0px;}
em{font-style:normal;}
.btn1{cursor:pointer;}
.wal{ width:15.36rem; margin:0 auto;}
.wal2{ width: 1200px; margin: 0 auto; }
.wal3{ width: 14.4rem; margin: 0 auto; }
.w840{ width: 840px; }
.w305{ width: 305px; }

.flex,
.indexP4 .mxfDiv,
.honor .list li .imgDiv,
.pic-modal-box .pic-box{display: flex;
  display: -webkit-flex; }

.flex,
.indexP4 .mxfDiv,
.honor .list li .imgDiv,
.pic-modal-box .pic-box{ align-items: center;
  -webkit-align-items: center; }

.flex,
.honor .list li .imgDiv,
.pic-modal-box .pic-box{justify-content: center;
  -webkit-justify-content: center; }

.flex{ justify-content: space-between;
 -webkit-justify-content: space-between;}

.flex{flex-direction: column;
    -webkit-flex-direction: column;}

a,
.indexP2 li,
.indexP2 li .box:after,
.indexP2 li .more,
.indexP2 li .btnDiv,
.indexP3 .tab li:after,
.footDiv .share li img,
.pageNav li a:after,
.honor .list li .box,
.honor .list li .ico,
.honor .list li .name{
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;	
}

.sNav,
.indexP3 .list li .mxfDiv,
.sideTitleTel .con img{
transition:All 0.8s ease;
-webkit-transition:All 0.8s ease;
-moz-transition:All 0.8s ease;
-o-transition:All 0.8s ease;  
}

.indexP1 .list li .imgDiv img,
.indexP3 .list li .imgDiv img{
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;  
}

.l2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.l3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}


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:light; src:url(../font/Montserrat-ExtraLight.otf);}
@font-face {font-family:mont; src:url(../font/MontserratBold.ttf);}

.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*/

@keyframes fadeOfOpacity {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes am_top
{
    0%{ -webkit-transform:translate(0,30px);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@keyframes upDown {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-0.08rem); } }
@-webkit-keyframes upDown {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(-0.08rem); } }

@keyframes iconAni {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

.headD{ height: 100px; }

.headDiv{ height:100px; width:100%; position: fixed; left: 0; top: 0; z-index: 4; background:rgba(0,0,0,0.6); }
.headDiv .wal{ position: relative; height: 100px; }
.headDiv .logo{ position:absolute; left: 50px; top: 24px; }
.headDiv .logo img{ width: 134px; }
.headDiv .logo .img2{ opacity: 0; position: absolute; left: 0; top: 0; }
.headDiv:hover .logo .img1,.headDiv.mini .logo .img1,.headDiv2 .logo .img1{ opacity: 0;}
.headDiv:hover .logo .img2,.headDiv.mini .logo .img2,.headDiv2 .logo .img2{ opacity: 1;}

.headDiv .topRight{ position:absolute; right:40px; top: 35px; z-index:1;}
.headDiv .topSearch em{ display: block; cursor: pointer; width: 38px; height: 30px; background: url(../images/nimg18_2.png) center no-repeat; }
.headDiv .lan{ margin-right:26px; position:relative;}
.headDiv .lan em{ cursor:pointer; display:block; padding-left:28px; line-height:30px; color:#fff; font-size:16px; padding-right: 24px; background: url(../images/ico1.png) right center no-repeat;}
.headDiv .lan img{ position:absolute; left:0; top:50%; margin-top:-9px;}
.headDiv .lan .hideList{ position:absolute; top:30px; left:0; z-index:2; display:none; width: 100%; background:rgba(0,0,0,0.6);}
.headDiv .lan dd{ text-align: right; font-size:14px; padding-right: 24px; height:36px; line-height:36px; }
.headDiv .lan dd a{ display:block; color:#fff;}
.headDiv .lan dd a:hover{ color: #0068e8; }

.nav{ position: absolute; right: 220px; top: 0; }
.nav li{ float: left; padding: 0 32px; font-size: 16px; }
.nav li a{ position: relative; display: block; height: 100px; line-height: 100px; color: #fff; }
.nav li a:after{ content: ''; position: absolute; left: 50%; bottom: 20px; width: 0; height: 3px; background: #0068e8; }
.nav li a:hover, .nav li .aNow, .nav li .aNow1{ color: #0068e8!important; }
.nav li a:hover:after, .nav li .aNow:after, .nav li .aNow1:after{ width: 100%; left: 0; }

.head-search { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.8); z-index: 59;}
.head-search .search-box { position: absolute; top: 50%; left: 50%; width: 30%; max-width: 1200px; height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.head-search .search-box .box-cent { display: flex; justify-content: space-between; width: 100%; height: auto; border-bottom: solid 1px #555;}
.head-search .search-box .box-cent input { width: calc(100% - 60px); height: 50px; padding: 0 20px; font-size: 14px; color: #fff; background: none;}
.head-search .search-box .box-cent input::placeholder { font-size: 14px; color: #fff;}
.head-search .search-box .box-cent .box-icon { display: block; width: 60px; height: 50px; text-align: right; line-height: 50px;}
.head-search .search-box .box-cent .box-icon img { width: 20px; opacity: 0.6; transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;}
.head-search .search-box .box-cent .box-icon:hover img { opacity: 1;}
.head-search .search-box .box-hiden { cursor:pointer; width: 24px; margin: 50px auto 0;}
.head-search .search-box .box-hiden img { width: 100%; opacity: 0.6; transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;}
.head-search .search-box .box-hiden:hover img { opacity: 1;}

/*导航触发效果*/
.sNav{ opacity:0; visibility:hidden; position: fixed; z-index: -1; width: 180px; top: 109px; margin-left: -90px;}
.sNav .bg{ width: 13px; height: 8px; background:url(../images/sNavBg.png) no-repeat; position: absolute; left: 50%; top: 0; margin-left: -7px;}
.sNav .list{ margin-top: 8px; background: #fff; border-top: #0068e8 solid 3px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; padding: 30px 10px 0; box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);}
.sNav li{ padding-bottom: 25px; font-size: 16px; line-height: 26px; text-align: center; }
.sNav li a{ display: block; color: #767676; }
.sNav li a:hover{ color: #01aeb2; }
.sNav.on{ opacity:1; visibility: visible; top: 99px; z-index: 5;}

.navLayer{overflow-x: auto; height:100%; width:100%; overflow:hidden; position:fixed; z-index:222; 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{ position: absolute; right: 0.3rem; top: 0.24rem; width: 0.72rem; height: 0.72rem; border-radius: 50%; background: #0068e8;}
.navLayer .closeBtn img{ position: absolute; left: 50%; top: 50%; margin-top: -0.14rem; width: 0.3rem; margin-left: -0.15rem; }
.sideNav{ padding: 0 0.3rem 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(../images/nimg16_2.png) right center no-repeat; background-size: 12px; color: #333;}
.subNav .name{ position:relative; }
.subNav a{ color:#333; display: block;}
.currentDt{ color:#0068e8; background: url(../images/nimg16_2on.png) right center no-repeat; background-size: 12px; }
.navContent{display: none;}
.navContent a{display:block; height:0.9rem; line-height:0.9rem; color:#666; font-size:0.3rem; padding-left: 0.3rem; }

.navIco{ display: none; position: absolute; right: 0.3rem; top: 0.24rem; width: 0.72rem; height: 0.72rem; border-radius: 50%; background: #0068e8;}
.navIco img{ position: absolute; left: 50%; top: 50%; margin-top: -0.14rem; width: 0.3rem; margin-left: -0.15rem; }


.footDiv{ padding-top: 290px; height: 450px; background: #1e1e1e; }
.footDiv2{ padding-top: 100px; }
.footDiv .toptop{ overflow: hidden; height: 340px; }
.footDiv .leftDiv{ width: 5.0rem; }
.footDiv .logo img{ width: 134px; }
.footDiv .msgList{ padding-top: 15px; }
.footDiv .msgList li{ line-height: 30px; font-size: 14px; color: #999; position: relative; padding-left: 26px; }
.footDiv .msgList li img{ position: absolute; left: 0; top: 50%; margin-top: -8px; }
.footDiv .share{ padding-top: 25px; }
.footDiv .share li{ float: left; margin-right: 15px; }
.footDiv .share li a{ display: block; width: 40px; height: 40px; border: #424242 solid 1px; border-radius: 50%; position: relative; }
.footDiv .share li img{ position: absolute; left: 50%; top: 50%; margin-top: -10px; margin-left: -10px; }
.footDiv .share li .img1{ opacity: 0; }
.footDiv .share li a:hover{ background: #424242; }
.footDiv .share li a:hover img{ opacity: 0; }
.footDiv .share li a:hover .img1{ opacity: 1; }
.footNav li{ float: left; width: 1.9rem; }
.footNav li:last-child{ width: auto; }
.footNav li h2{ height: 55px; font-size: 18px; line-height: 18px; color: #fff; }
.footNav li dd a{ display: block; font-size: 14px; color: #909090; line-height: 30px; }
.footNav li dd a:hover{ color: #0068e8; }

.footDiv .links{ position: relative; left: -15px; line-height: 28px; font-size: 14px; color: #999;}
.footDiv .links a{ padding: 0 15px; color: #999;}
.footDiv .links a:hover{ color: #0068e8; }
.footDiv .msg{ color: #999; font-size: 14px; line-height: 28px; }
.footDiv .msg a{ color: #999; }
.footDiv .msg a:hover{ color: #0068e8;}
.footDiv .hala{ position: relative; right: -15px; line-height: 28px; font-size: 14px; color: #666;}
.footDiv .hala a{ padding: 0 15px; color: #666;}
.footDiv .hala a:hover{ color: #0068e8; }

.pageBanner{ position:relative; }
.pageBanner .bg img{ width: 100%; }
.pageBanner .txtLayer{ position: absolute; left: 0; top: 50%; width: 100%; box-sizing: border-box; text-align: center; transform: translateY(-50%); color: #fff; }
.pageBanner .cn{ font-weight: bold; font-size: 48px; line-height: 48px; padding-bottom: 20px; }
.pageBanner .en{ font-size: 16px; line-height: 16px; text-transform: uppercase; font-family: light; }
.pageBanner .botDiv{ position: absolute; left: 0; bottom: 0; width: 100%; height: 100px; z-index: 1; }
.pageBanner .botDiv:before{ content: ''; position: absolute; left: 0; top: 0; width: 75%; height: 100px; background: rgba(255,255,255,0.95); }
.pageBanner .botDiv:after{ content: ''; position: absolute; right: 0; top: 0; width: 25%; height: 100px; background: rgba(0,0,0,0.5); }
.pageBanner .botDiv .wal{ position: relative; }


.pageNav li{ float: left; padding-right: 85px; font-size: 18px; position: relative; z-index: 1;}
.pageNav li a{ display: block; color: #999; height: 100px; line-height: 100px; position: relative; }
.pageNav li a:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #0068e8; }
.pageNav li a:hover{ color: #0068e8; }
.pageNav li .aNow{ color: #0068e8; }
.pageNav li .aNow:after{ left: 0; width: 100%; }

.pageNow{ position: absolute; right: 0; top: 0; line-height: 100px; font-size: 14px; z-index: 1; padding-left: 10px; background: url(../images/nimg10_1.png) left center no-repeat; }
.pageNow a{ color: #fff; position: relative; display: inline-block; padding-right: 30px; padding-left: 15px;}
.pageNow a:after{ content: ''; width: 4px; height: 7px; position: absolute; right: 0; top: 50%; margin-top: -3px; background:url(../images/ico3.png) no-repeat; }
.pageNow a:hover{ text-decoration: underline; }
.pageNow em{ color: #fff; padding-left: 20px;}

.pageBox{ padding: 100px 0 120px; position: relative; }
.pageBox:after{ content: ''; position: absolute; right: 50%; margin-right: -600px; top: 80px; width: 136px; height: 151px; background: url(../images/nimg136Bg.png) no-repeat; }

.pageTitleTel{ height:1.1rem; background: #0068e8; 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; padding-bottom: 35px; }
.pageTitle2{ padding-top: 100px; }
.pageTitle:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 50px; height: 4px; background: #06a3b2; border-radius: 4px; }
.pageTitle .txt{ font-size: 36px; line-height: 36px; color: #333; position: relative;}
.pageTitle .txt em{ display: inline-block; font-weight: bold; position: relative; padding-right: 65px; padding-top: 42px;}
.pageTitle .txt em:after{ content: ''; position: absolute; right: 0; top: 0; width: 57px; height: 63px; background: url(../images/nimg57_1.png) no-repeat;}

/*分页*/
.pageNum{ text-align: center; overflow:hidden; padding-top: 10px;}
.pageNum a{display:inline-block; position: relative; height:38px; line-height:38px; width: 46px; margin:0 4px; border: #efefef solid 1px; font-size: 14px; color: #999; background: #fff; text-align: center; border-radius: 24px;}
.pageNum a .img1{ display: none; }
.pageNum a:hover, .pageNum .aNow{background:#06a3b2; color: #fff; border: #06a3b2 solid 1px;}
.pageNum a:hover img, .pageNum .aNow img{ display: none; }
.pageNum a:hover .img1, .pageNum .aNow .img1{ display: inline-block; }
.pageNum .prev, .pageNum .next{ width: 98px; text-align: left;}
.pageNum .prev{ text-indent: 38px;}
.pageNum .prev:before{ content: ''; position: absolute; left: 22px; top: 50%; margin-top: -5px; width: 6px; height: 10px; background: url(../images/nimg6_left.png) center no-repeat; }
.pageNum .next{ text-indent: 20px;}
.pageNum .next:before{ content: ''; position: absolute; right: 22px; top: 50%; margin-top: -5px; width: 6px; height: 10px; background: url(../images/nimg6_right.png) center no-repeat; }
.pageNum .prev:hover:before{ background: url(../images/nimg6_lefton.png) center no-repeat;}
.pageNum .next:hover:before{ background: url(../images/nimg6_righton.png) center no-repeat;}

.pageMore{ padding-top: 20px; }
.pageMore a{ display: block; text-align: center; }


.topA{ position: fixed; right: 0.3rem; bottom: 0.9rem; width: 60px; height: 60px; border-radius: 50%; background: rgba(0,0,0,0.3); color: #fff; }
.topA:before{ content: ''; position: absolute; left: 50%; top: 15px; margin-left: -6px; width: 11px; height: 13px; background: url(../images/topA.png) no-repeat;}
.topA em{ display: block; text-align: center; font-weight: bold; padding-top: 32px; font-size: 14px; text-transform: uppercase;}
.topA:hover{ background: #1905d9; color: #fff;}

.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;
  }
}








