@charset "utf-8";
/* CSS Document */
*{box-sizing: border-box;}
body{margin:0px; padding:0px; font-size:12px; color:#666; overflow-x:hidden; box-sizing: border-box; font-family: 'Regular'; }
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!important; color:#0078ff; outline:none;}
ul, p, dl, dt, dd, figure{padding:0px; margin:0px;}
ul{ margin-bottom: 0!important; }
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;}
.wal{ width:15.36rem; margin:0 auto;}


.flex,
.aboutP2 .mxfDiv,
.teamShow .backBtn p,
.support .list li .name,
.demand .list li .conDiv,
.demand .list li .btnDiv p,
.newsBox .backBtn p,
.enroll .list li a,
.trainPic .imgList li .limg,
.indexP2 .list li .more p,
.demandShow .backBtn p{display: flex;
  display: -webkit-flex; }

.flex,
.aboutP2 .mxfDiv,
.teamShow .backBtn p,
.support .list li .name,
.demand .list li .btnDiv p,
.newsBox .backBtn p,
.trainPic .imgList li .limg,
.indexP2 .list li .more p,
.demandShow .backBtn p{ align-items: center;
  -webkit-align-items: center; }

.flex,
.teamShow .backBtn p,
.support .list li .name,
.demand .list li .conDiv,
.demand .list li .btnDiv p,
.newsBox .backBtn p,
.enroll .list li a,
.trainPic .imgList li .limg,
.indexP2 .list li .more p,
.demandShow .backBtn p{justify-content: center;
  -webkit-justify-content: center; }

.flex,
.aboutP2 .mxfDiv{ justify-content: space-between;
 -webkit-justify-content: space-between;}


.flex,
.demand .list li .conDiv,
.enroll .list li a{flex-direction: column;
    -webkit-flex-direction: column;}

a,
.research .list li a:after,
.research .list li .name,
.research .list li .content,
.research .list li .time,
.support .list li .hideDiv,
.patent .list li a:after,
.patent .list li .txt,
.patent .list li .name,
.patent .list li .ico,
.sideNews .list li .name,
.enroll .list li .name,
.enroll .list li .time,
.indexP1 .list li .name,
.indexP1 .list li .name:before,
.indexP2 .list li .msg,
.indexP2 .list li .more,
.indexP2 .list li .imgDiv: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,
.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;  
}

.headDiv,
.indexP2 .list li .imgDiv img,
.demand .list li .imgDiv img,
.trainPic .imgList li .limg 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;}
.l4{display: -webkit-box;-webkit-line-clamp: 4;-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:'Regular'; src:url(../font/Montserrat-Regular.ttf);}
@font-face {font-family:'Light'; src:url(../font/Montserrat-Light.otf);}
@font-face {font-family:'Semibold'; src:url(../font/Montserrat-SemiBold.otf);}

.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*/


.img_rotate{ -moz-animation:rotate 15s infinite linear;  -webkit-animation:rotate 15s infinite linear;  animation:rotate 15s infinite linear; }
@-moz-keyframes rotate{ 0%{  -moz-transform:rotate(0deg);  } 100%{  -moz-transform:rotate(-360deg);  } }
@-webkit-keyframes rotate{ 0%{  -webkit-transform:rotate(0deg);  } 100%{  -webkit-transform:rotate(-360deg);  } }
@keyframes rotate{ 0%{  transform:rotate(0deg);  } 100%{  transform:rotate(-360deg);  } }

@-webkit-keyframes warn{
0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-moz-keyframes warn{
0%{-moz-transform:scale(0);transform:scale(0);opacity:1}
100%{-moz-transform:scale(1);transform:scale(1);opacity:0}
}
@-o-keyframes warn{
0%{-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-o-transform:scale(1);transform:scale(1);opacity:0}
}
@keyframes warn{
0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
}

@keyframes fadeOfOpacity {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes am_top{
    0%{ -webkit-transform:translate(0,30px);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@-webkit-keyframes am_top{
    0%{ -webkit-transform:translate(0,30px);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@keyframes am_left{
    0%{ -webkit-transform:translate(30px,0);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@-webkit-keyframes am_left{
    0%{ -webkit-transform:translate(30px,0);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@keyframes am_right{
    0%{ -webkit-transform:translate(-30px,0);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@-webkit-keyframes am_right{
    0%{ -webkit-transform:translate(-30px,0);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@keyframes upDown {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10px); } }
@-webkit-keyframes upDown {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10px); } }
    
/*@-webkit-keyframes warn{
0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-moz-keyframes warn{
0%{-moz-transform:scale(0);transform:scale(0);opacity:1}
100%{-moz-transform:scale(1);transform:scale(1);opacity:0}
}
@-o-keyframes warn{
0%{-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-o-transform:scale(1);transform:scale(1);opacity:0}
}
@keyframes warn{
0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
}*/


.headD{ height:112px;}

.headDiv{ height: 112px; width:100%; position: fixed; /*position: absolute;*/ left:0; top: 0; z-index: 3; }
.headDiv:hover, .headDiv.mini, .headDiv.ny{ background: rgba(0,0,0,0.5); }
.headDiv .wal{ position: relative; height: 112px; }
.headDiv .logo{ position:absolute; left: 0.5rem; top: 17px; z-index: 2; }
.headDiv .logo img{ width: 166px; }
.headDiv .topSearch{ position: absolute; right: 0.5rem; top: 50%; margin-top: -24px; z-index: 2; }
.headDiv .topSearch em{ display: block; border-radius: 50%; position: relative; width: 48px; height: 48px; cursor: pointer; background-image: linear-gradient(90deg, #0773ef 0%, #07d59c 100%); background-blend-mode: normal, normal;}
.headDiv .topSearch em:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 18px; height: 18px; margin-left: -9px; margin-top: -9px; background: url(../images/nimg18_1.png) no-repeat; }

.nav{ position: absolute; top: 0; right: 0;}
.nav li{ float:left; font-size: 16px; padding: 0 0.4rem; }
.nav li a{ display: block; height: 112px; line-height: 112px; color: #fff; }
.nav li .sNavA{ padding-right:24px; background:url(../images/ico1.png) right center no-repeat;}
.nav li a:hover, .nav li .aNow, .nav li .aNow1{ color: #00f796!important; }
.nav li .sNavA:hover, .nav li .sNavA.aNow, .nav li .sNavA.aNow1{ background:url(../images/ico1on.png) right center no-repeat;}

.navIco{ display: none; position: absolute; right: 0.3rem; top: 0.24rem; width: 0.72rem; height: 0.72rem; border-radius: 50%; background: #0078ff;}
.navIco img{ position: absolute; left: 50%; top: 50%; margin-top: -0.1rem; width: 0.3rem; margin-left: -0.15rem; }

.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: 18px; }
.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: 4; width: 200px; top: 103px;}
.sNav:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: #00f796; }
.sNav .list{ background: #fff;  overflow: hidden; padding: 0.2rem 0 0.4rem; }
.sNav li{ font-size: 0.18rem; }
.sNav li a{ display: block; height: 0.6rem; line-height: 0.6rem; text-align: center; color: #666;}
.sNav li a:hover{ background: #f5f5f5; color: #0078ff;}
.sNav.on{ opacity:1; visibility:visible; top: 93px; 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: #0078ff;}
.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_3.png) right center no-repeat; background-size: 14px; color: #333;}
.subNav .name{ position:relative; }
.subNav a{ color:#333; display: block;}
.currentDt{ color:#f08300; background: url(../images/nimg16_3on.png) right center no-repeat; background-size: 14px; }
.navContent{display: none;}
.navContent a{display:block; height:0.88rem; line-height:0.88rem; color:#666; font-size:0.3rem; padding-left: 0.3rem; }

.footDiv{ padding: 0.75rem 0 0.6rem; overflow: hidden; background: #fbfdff; position: relative; }
.footDiv:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background-image: linear-gradient(90deg, #3393ff 0%, #33f9aa 100%); background-blend-mode: normal, normal;}
.footDiv:after{ content: ''; position: absolute; right: 0; bottom: 0; width: 10.62rem; height: 2.36rem; background: url(../images/nimg1062Bg.png) no-repeat; background-size: 10.62rem;}
.footDiv .logo img{ width: 168px; }
.footDiv .address{ padding-top: 0.45rem; font-size: 0.18rem; color: #333; line-height: 0.36rem; }
.footDiv .msg{ font-size: 0.14rem; line-height: 0.36rem; color: #666; }
.footDiv .msg a{ color: #666; }
.footDiv .msg a:hover{ color: #0078ff; }

.pageBanner{ position: relative; }
/*.pageBanner:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 140px; background: url(../images/bg1.png) top repeat-x; z-index: 2; }*/
.pageBanner .bg{ height:6.2rem;}
.pageBanner .bg img{ width: 100%; height:100%; object-fit:cover;}
.pageBanner .info{ position: absolute; top: 0; text-align: right; height: 100%; right: calc((100% - 15.36rem) / 2); z-index: 1;/* width: 50%;*/ display: flex; display: -webkit-box; display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;}
.pageBanner .cn{ font-size: 0.48rem; line-height: 0.48rem; color: #fff; letter-spacing: 5px; }
.pageBanner .en{ font-size: 0.24rem; line-height: 0.24rem; font-family: 'Regular'; color: rgba(255,255,255,0.5); margin-top: 0.2rem; padding-right: 5px; }

.pageTop{ height: 70px; background: #f9f9f9; position: relative; }
.pageTop .wal{ position: relative; }
.pageNav li{ float: left; font-size: 16px; position: relative; }
.pageNav li a{ display: block; position: relative; width: 1.7rem; height: 70px; line-height: 70px; text-align: center; color: #333;}
.pageNav li a:hover{ color: #0078ff; }
.pageNav li .aNow{ background-image: linear-gradient(90deg, #3292fe 0%, #32f7a9 100%); background-blend-mode: normal, normal; font-weight: bold; color: #fff!important; }

.pageNow{ position: absolute; right: 50%; margin-right: -7.68rem; top: 0; padding-left: 6px; background: url(../images/nimg10_1.png) left center no-repeat; font-size: 16px; line-height: 70px; z-index: 1; }
.pageNow a{ position: relative; display: inline-block; padding-left: 18px; padding-right: 20px; color:#929292; }
.pageNow a:before{ content: ''; width: 4px; height: 7px; position: absolute; right: 0; top: 50%; margin-top: -3px; background:url(../images/ico3.png) center no-repeat; }
.pageNow a:hover{ color:#0078ff; }
.pageNow em{ position: relative; display: inline-block; padding-left: 10px; color: #0078ff; }

.pageBox{ padding:1.2rem 0;}

.pageTitle{ position: relative; padding-bottom: 0.25rem; text-align: center;}
.pageTitle:after{ content: ''; position: absolute; left: 50%; margin-left: -15px; bottom: 0; width: 30px; height: 4px; background: #00f795; }
.pageTitle .cn{ font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: 400;}
.pageTitle .en{ margin-top: 0.08rem; font-size: 0.16rem; line-height: 0.16rem; color: #ccc; font-family: 'Regular'; text-transform: uppercase; font-weight: 400; }


.pageTitleTel{ height:1.1rem; background: #f08300; 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; }
.pageNum a{ display: inline-block; width: 46px; height: 48px; line-height: 48px; text-align: center; font-size: 14px; background: #fff; border: #eaeaea solid 1px; color: #333; font-family: 'light'; margin: 0 8px; border-radius: 4px;}
.pageNum a:hover, .pageNum .aNow{ background: #0078ff; border: #0078ff solid 1px; color: #fff;}
.pageNum .prev:before{ content: '<'; font-family: '宋体'; }
.pageNum .next:before{ content: '>'; font-family: '宋体'; }
.pageNum .prev:hover:before, .pageNum .next:hover:before{ color: #fff; }

.pageMore a{ display: block; height: 1.0rem; line-height: 1.0rem; text-align: center; background: #0078ff; font-size: 0.3rem; color: #fff; }


.topB{ display: none; position: fixed; z-index: 10; right: 0.2rem; bottom: 0.5rem; }
.topB a{ display: block; position: relative; background: rgba(0,0,0,0.3); width: 0.52rem; height: 0.52rem; border-radius: 50%;}
.topB img{ position: absolute; left: 50%; top: 50%; width:16px; margin-left: -8px; margin-top: -9px; }
.topB a:hover{ background: #0078ff; }

.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;
  }
}







