﻿@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:#21c3f3; 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;}

input, textarea{background:transparent; padding:0px; font-size:12px; font-family:"microsoft yahei","simhei",Arial,sans-serif; 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;}

a,
.headDiv .topSearch em,
.headDiv .topSearch img,
.footDiv .share li img,
.ind-banner .swiper-pagination-bullet,
.indexPart1 .btnDiv em,
.indexPart2 .btnDiv em,
.indexPart2 .list li a:after,
.indexPart2 .list li .botDiv,
.indexPart2 .list li .layer,
.indexPart2 .list li .name,
.indexPart2 .list li .msg,
.indexPro .swiper-slide .botDiv,
.indexPro .swiper-slide .botDiv:after,
.indexPro .swiper-slide .name,
.indexPro .swiper-slide .content,
.indexPro .swiper-slide .ico,
.indexPart4 .leftDiv .name,
.indexPart4 .rightDiv li .name,
.indexPart4 .rightDiv li .time,
.indexPart4 .rightDiv li .ico,
.pageNav li a:after,
.sideTitleTel .con img,
.honorBox .list li .name,
.honorBox .list li .time,
.culture .list li .ico,
.culture .list li .round img,
.news .detail .name,
.news .list li .name,
.news .list li .time:after,
.notice .list li,
.notice .list li .name,
.notice .list li .time,
.notice .list li .content,
.job .list li .msgDiv,
.job .list li .msgDiv:after,
.job .list li .msgDiv dd,
.jobMore em:after,
.product .list li a:after,
.product .list li .layer,
.history .list li .year,
.history .list li .year:after{
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;	
}

.sNav,
.indexPro .swiper-slide .imgDiv img,
.indexPart4 .leftDiv .imgDiv img,
.indexPart4 .rightDiv li .imgDiv img,
.aboutPart2 .list li img,
.application .list li .imgDiv img,
.news .detail .imgDiv img,
.news .list li .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;  
}


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(../font/MontserratBold.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);}

.l1{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.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;}
.l4{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}


@keyframes upDown {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-0.1rem); } }
@-webkit-keyframes upDown {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(-0.1rem); } }

/*按钮动画--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*/

/*#webHeader { width: 100%; height: 104px; position: fixed; top: 0px; left: 0px; z-index: 100;}*/

.headDiv{ height:104px; width:100%; background: #fff; position: fixed; top: 0px; left: 0px; z-index: 10; box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);}
.headDiv .wal{ position: relative; height: 104px; }
.headDiv .logo{ position:absolute; left: 0; top: 13px; z-index:2;}
.headDiv .logo img{ width: 92px; }
.headD{ height:104px;}

.nav{ text-align: center; position: absolute; left: 3.8rem; top: 0; z-index: 1; }
.nav li{ float: left; height: 104px; font-size: 16px; position: relative;}
.nav a{display: block;position: relative; padding: 0 20px; line-height: 104px;color: #555;}
.nav a:hover, .nav .aNow, .nav .aNow1{ background: #21c3f3; color: #fff;}

.headDiv .topRight{ position: absolute; right: 0; top: 33px; z-index: 2; }
.headDiv .topSearch{ width: 1.1rem; height: 71px; position: relative;}
.headDiv .topSearch em{ float: right; display: block; width: 38px; height: 38px; border: #e9e9e9 solid 1px; border-radius: 50%; cursor: pointer; position: relative;}
.headDiv .topSearch img{ position: absolute; left: 50%; top: 50%; margin-left: -8px; margin-top: -8px; }
.headDiv .topSearch .img1{ opacity: 0; }
.headDiv .topSearch .layerDiv{ display: none; position: absolute; right: -10px; top: 71px; width: 326px; height: 60px; background: #fafafa; z-index: 2; }
.headDiv .topSearch .input1{ padding-left: 30px; border: none; background: none; height: 60px; width: 296px; line-height: 60px; color: #b7bdd5; font-size: 14px; }
.headDiv .topSearch .btn1{ border: none; position: absolute; right: 0px; top: 0; width: 60px; height: 60px; background: url(../images/nimg34_1.png) center no-repeat; }
.headDiv .topSearch.on em{ border: #21c3f3 solid 1px; background: #21c3f3; }
.headDiv .topSearch.on img{ opacity: 0; }
.headDiv .topSearch.on .img1{ opacity: 1; }

.headDiv .lan{ width:110px; height:40px; line-height:40px; position: relative; z-index: 5; margin-left: 0.4rem; box-sizing:border-box; border: #e8e8e8 solid 1px; border-radius: 24px;}
.headDiv .lan .name{ height: 38px; color:#999; font-size: 14px; font-weight: bold; text-transform: uppercase; padding-left: 48px; width: 100%; box-sizing: border-box; border-radius: 24px; position: absolute; left: 0; top:0; z-index: 2; cursor: pointer; background: #fff url(../images/selectIco.png) right center no-repeat;}
.headDiv .lan .name:after{ content: ''; position: absolute; right: 18px; top: 50%; margin-top: -2px; width: 7px; height: 4px; }
.headDiv .lan .name img{ position: absolute; left: 18px; top: 50%; margin-top: -10px;}
.headDiv .lan dl{ padding: 20px 0 5px; position:absolute; z-index: -1; left: -1px; top:20px; width:100%; display:none; background: #fff; border: #e8e8e8 solid 1px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px;}
.headDiv .lan a{ display:block; height:35px; line-height:35px; padding-left:46px; color:#999; font-size: 14px;}
.headDiv .lan a:hover{ color: #21c3f3;}

.headDiv .lanTel{ position:absolute; right:2.4rem; top:0; line-height:1.2rem; font-size:0.28rem;}
.headDiv .lanTel a{ padding:0 0.2rem;}

/*导航触发效果*/
.sNav{ opacity:0; visibility:hidden; position: fixed; z-index: 5; width: 160px; top: 114px;}
.sNav .bg{ height: 25px; background:url(../images/sNav.png) 40px bottom no-repeat; cursor:pointer;}
.sNav .list{ background: #fff; border-radius: 6px; padding-top: 20px;}
.sNav li{ padding-bottom: 20px; font-size: 14px; text-align: center; }
.sNav li a{ display: block; color: #999; }
.sNav li a:hover{ color: #21c3f3; }
.sNav.on{ opacity:1; visibility:visible; top:104px;}


.navIco{ display: none; float: right; width: 1.2rem; height: 1.2rem; text-align: center; line-height: 1.2rem;}
.navIco img{ width: 0.6rem; }
.searchIco{ display: none; position: absolute; right: 1.2rem; height: 1.2rem; text-align: center; line-height: 1.2rem; width: 1.0rem;}
.searchIco img{ width: 0.6rem; }

.pageBg{ position:fixed; z-index:8; 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: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{ 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(../images/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:#21c3f3 url(../images/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: -2.0rem; width: 100%; background: #21c3f3; height:2.0rem; z-index: 7; }
.searchLayer .closeBtn{ position: absolute; right: 0.5rem; top: 0.3rem; z-index: 2; }
.searchLayer .mxfDiv{ position: absolute; left: 50%; bottom: 0.3rem; 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; color:#fff;}
.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; }

/*.padBot{ padding-bottom:6.2rem; position:relative; z-index:1;}
*/
.footDiv{ padding-top: 1.2rem; height: 5.5rem; background: url(../images/footDiv.jpg) center no-repeat; background-size: cover; overflow: hidden; position: fixed; width:100%; left:0; bottom:0; z-index:-1;}
.footDiv .leftDiv{ width: 3.1rem; }
.footDiv .txt{ font-weight: bold; font-size: 0.18rem; line-height: 0.18rem; color: #fff; padding-bottom: 0.35rem; }
.footDiv .wen{ font-size: 0.18rem; line-height: 0.18rem; color: #fff; padding-bottom: 0.1rem;}
.footDiv .msgList{ padding-bottom: 0.1rem; }
.footDiv .msgList li{ font-size: 12px; line-height: 0.32rem; color: rgba(255,255,255,0.6); }

.footNav li{ float: left; width: 1.56rem; }
.footNav li h2{ font-weight: bold; font-size: 0.18rem; line-height: 0.18rem; color: #fff; padding-bottom: 0.25rem; }
.footNav li dd{ line-height: 0.32rem; font-size: 12px; }
.footNav li dd a{ display: block; color: rgba(255,255,255,0.6); }
.footNav li dd a:hover{ color: #fff; }
.footDiv .rightDiv{ width: 4.2rem; }
.footDiv .ewm{ float: right; }
.footDiv .ewm img{ width: 2rem; }
.footDiv .share{ padding-top: 0.4rem; clear: both; }
.footDiv .share li{ float: left; margin-left: 14px;}
.footDiv .share li a{ display: block; width: 33px; height: 33px; border: #dadada solid 1px; text-align: center; line-height: 33px; border-radius: 50%; overflow: hidden; }
.footDiv .share li a:hover{ border: #21c3f3 solid 1px; background: #21c3f3; }
.footDiv .share li a:hover .show, .footDiv .share li a:hover .hide{transform:translateY(-33px);-webkit-transform:translateY(-33px);-moz-transform:translateY(-33px)}

.footDiv .limg{ clear: both; padding-top: 0.5rem; text-align: right; }
.footDiv .msg{ line-height: 20px; color: #fff; font-size: 12px; text-align: right; padding-top: 15px;}
.footDiv .msg a{ display: block; color: #fff; }
.footDiv .msg a:hover{ text-decoration: underline; }
.footDiv .msg2{ position: relative; line-height: 20px; color: #fff; font-size: 12px; text-align: right; padding-top: 15px;}
.footDiv .msg2 a{ padding: 0 10px; color: #fff; }
.footDiv .msg2 a:hover{ text-decoration: underline;}
.footDiv .msg2 img{ padding-right: 10px; position: relative; top: -2px; }

.pageBanner{ position:relative; }
.pageBanner .bg{ width: 100%; height: 5.3rem; background: center no-repeat; background-size: cover; }
.pageBanner .layer{ position: absolute; left: 50%; margin-left: -7.68rem; top: 50%; margin-top: -0.85rem; color: #fff; z-index: 1;}
.pageBanner .txt1{ font-size: 0.48rem; line-height: 0.48rem; font-weight: bold; padding-bottom: 10px; }
.pageBanner .txt2{ font-size: 18px; text-transform: uppercase; }
.pageBanner .msg{ font-size: 0.3rem; line-height: 0.4rem; padding-top: 0.45rem; }

.pageNow{ text-align: right; line-height: 1.12rem; font-size: 14px; color: #7b7b7b; }
.pageNow a{ padding: 0 5px; color: #7b7b7b; }
.pageNow a:hover{ color: #21c3f3; text-decoration: underline;}
.pageNow em{ padding-left: 5px; color: #21c3f3; }
.pageNow img{ position: relative; top: -2px; padding-right: 10px; }

.pageTop{ height: 100px; background: #f7f7f7; }
.pageNav{ text-align: center; position: relative;}
.pageNav li{ width: auto; display: inline-block; height: 100px; font-size: 14px; text-align: center;}
.pageNav li a{ display: block; height: 100px; padding:0  25px; line-height: 100px; font-weight: bold; color: #999; position: relative;}
.pageNav li a:after{ content: ''; opacity: 0; position: absolute; left: 50%; bottom: 15px; width: 12px; height: 12px; margin-left: -6px;  background:url(../images/ico1.png) center no-repeat;}
.pageNav li a:hover, .pageNav li .aNow{ background: #fff; color: #21c3f3;}
.pageNav li a:hover:after, .pageNav li .aNow:after{ opacity: 1; bottom: 10px; }

.commonBox{ position:relative; z-index:1; margin-bottom:6.2rem;}
.pageBox{ position:relative; z-index:1; background:#fff;}

.pageTitle{ position: relative; }
.pageTitle .title1{ font-size: 0.32rem; line-height: 0.32rem; color: #333; font-weight: bold;}
.pageTitle .title2{ font-size: 0.28rem; line-height: 0.28rem; color: #d6d6d6; text-transform: uppercase; padding-top: 0.2rem; height: 56px; position: relative; font-family: mont; }
.pageTitle .title2:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 5px; background: #21c3f3; border-radius: 6px;}
.pageTitle2{ text-align: center; }
.pageTitle2 .title2:after{ left: 50%; margin-left: -20px; }

.pageTitleTel{ height:1.1rem; background: #21c3f3; 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;}

/*分页*/
.pageNum{ text-align: center; padding-top: 60px;}
.pageNum2{ padding-top: 0; }
.pageNum a{ display: inline-block; width: 36px; height: 36px; line-height: 36px; text-align: center; font-size: 14px; color: #7a7a7a; margin: 0 2px;}
.pageNum a:hover, .pageNum .aNow{ background: #21c3f3; color: #fff; }
.pageNum .prev:before{ content: '<'; font-family: '宋体'; }
.pageNum .next:before{ content: '>'; font-family: '宋体'; }

.pageMore{ padding-top: 0.3rem; }
.pageMore a{ display: block; height: 1.0rem; line-height: 1.0rem; background: #21c3f3; color: #fff; text-align: center; font-size: 0.3rem; }


/*右侧悬浮窗*/
.sideBar{ position:fixed; right:0px; top:50%; margin-top: -90px; z-index:10;}
.sideBar li{position:relative; height:50px; margin-bottom:1px; cursor:pointer;}
.sideBar .mouse{position:absolute; top:0px; display:none;}
.sideBar .img{background: #05837a; height:50px; text-align:center; width:50px;}
.sideBar .img img{position:relative; top:12px;}
.sideBar .liNow .mouse{display:block;}
.sideBar li .mouse{ width:206px; left:-206px; top:0px;}
.sideBar li .mouse .title{ padding-right: 16px; height: 40px; position: relative; }
.sideBar li .mouse .title:after{ content: ''; position: absolute; right: 0; top: 50%; margin-top: -6px; width: 16px; height: 12px; background: url(../images/nimg6_1.png) left center no-repeat; }
.sideBar li .mouse .title p{ height: 40px; color: #fff; background: #05837a; line-height: 40px; color: #fff; text-align: center; font-size: 14px; }
.sideBar li .mouse .box{ width: 190px; background: #fff; box-shadow:4px 10px 10px rgba(38,93,63,0.2); -moz-box-shadow:4px 10px 10px rgba(38,93,63,0.2); -webkit-box-shadow:4px 10px 10px rgba(38,93,63,0.2); }
.sideBar li .mouse .ewm{ padding: 20px 0; text-align: center; }
.sideBar li .mouse .ewm img{ width: 120px; }
.sideBar li .mouse .kefu{ padding: 15px 0 15px 30px; }
.sideBar li .mouse .kefu dd{ position: relative; padding-left: 24px; line-height: 34px; line-height: 34px; font-size: 14px; }
.sideBar li .mouse .kefu dd img{ position: absolute; left: 0; top: 50%; margin-top: -7px; width: 14px; }
.sideBar li .mouse .tel{ text-align: center; color: #334060; font-size: 16px; padding: 20px 0; line-height: 16px; font-weight: bold; }

.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;
  }
}








