﻿@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px; font-size: .12rem;  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;  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:16px;}
.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;}
.red{color:#cb1f18;}
.wal{width:15.36rem; margin:0px auto;}
.wal2{width:1200px; margin:0px auto;}



@font-face {font-family:Gilroy; src:url(../font/Gilroy-Regular.otf);}
@font-face {font-family:thin; src:url(../font/Gilroy-Thin.ttf);}

a,
.headDiv .logo img,
.sNav,
.ind-banner .swiper-pagination-bullet,
.ind-banner .swiper-button-prev,
.ind-banner .swiper-button-next,
.indexPart1 .more a:after,
.homeseritems .list li,
.homeseritems .list li .ico,
.homeseritems .list li .more,
.homeseritems .list li .more a:after,
.indexPart3 .more a:after,
.sideTitleTel .con img,
.portPart1 .more a:after,
.portPart2 .list li .more a:after,
.portPart3 .list li .box:after,
.portPart3 .list li .ico img,
.portPart3 .list li .name,
.portPart3 .list li .msg,
.introduce1 .more a:after,
.introduce2 .list li .box:after,
.introduce2 .list li .more a:after,
.introduce2 .list li .ico img,
.introduce2 .list li .name,
.introduce2 .list li .msg,
.introduce3 .more a:after,
.introduce4 .list li,
.realtyPart2 .list li .box,
.business .list li .btnDiv a:after,
.basic .list li:before,
.basic .list li .more,
.basicList .list li .name,
.pageMore a:after,
.caseShow2 .list li .box a:before,
.caseShow2 .list li .layer,
.jobBox .caption:after,
.job .list li .msgDiv,
.job .list li .msgDiv dd,
.job .list li .txt span,
.job .list li .txt em,
.news .selectDiv .caption:after,
.news .detail .name p,
.news .list li .name,
.pageNum .btn1{
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;	
}

.indexPart1 .imgDiv img,
.indexPart1 .ico img,
.homesercont .item .layer,
.indexPart3 .rightImg img,
.homesercont .item .bg img,
.realtyPart2 .list li .imgDiv img,
.introduce1:after,
.basicList .list li .imgDiv img,
.caseShow2 .list li .imgDiv img,
.news .detail .imgDiv img,
.portPart2 .list li .imgDiv img{
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;    
}

@keyframes fadeOfOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@keyframes start{0%,30%{opacity:0;transform:translate(0,-8px)}60%{opacity:1;transform:translate(0,0)}100%{opacity:0;transform:translate(0,10px)}}
@-webkit-keyframes start{0%,30%{opacity:0;-webkit-transform:translate(0,-8px)}60%{opacity:1;-webkit-transform:translate(0,0)}100%{opacity:0;-webkit-transform:translate(0,10px)}}
@-moz-keyframes start{0%,30%{opacity:0;-moz-transform:translate(0,-8px)}60%{opacity:1;-moz-transform:translate(0,0)}100%{opacity:0;-moz-transform:translate(0,10px)}}

@keyframes myScale{from{transform: scale(1.1);}
    to{transform: scale(1);}}

.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: 100px; position:fixed; z-index:5; width: 100%; left: 0; top: 0; transition: all .5s ease-out 0s;}
.headDiv.mini, .headDiv.other { background-color: #fff; box-shadow: 0px 0px 6px 0px #ccc;}
.headDiv .logo{ display:block; position:absolute; left: 50px; top: 25px; width: 176px; height: 50px; overflow: hidden;}
.headDiv .logo img{ width: 176px; }
/*.headDiv .logo .img2{ opacity: 0; position: absolute; left: 0; top: 0;}*/
 
.headDiv.mini .nav a, .headDiv.other .nav a{ color: #263d74; }
.headDiv.mini .nav .aNow, .headDiv.other .nav .aNow{ color: #cfa54f; }
/*.headDiv.mini .logo .img1{ opacity: 0; }
.headDiv.mini .logo .img2{ opacity: 1; }*/
.headDiv.mini .logo img, .headDiv.other .logo img{transform:translateY(-50px);-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);}

.headDiv .h_right{ padding-right: 50px; }
.headDiv .h_right .search { position: relative; float: left; height: 100px; padding: 33px 0 0 45px; box-sizing: border-box;}
.headDiv .search .hid { overflow: hidden; width: 0; -webkit-transition: all 0.6s; transition: all 0.6s;}
.headDiv .search .ipt_box { width: 200px; height: 34px; border: 1px solid #fff; border-radius: 34px; position: relative; overflow: hidden; box-sizing: border-box;}
.headDiv .search .ipt_box input { display: block; width: 150px; padding-left: 18px; height: 32px; line-height: 32px; font-size: 12px; color: #fff;}
.headDiv .search .ipt_box .btn { position: absolute; top: 0; right: 0; width: 40px; height: 100%; background: url(../images/nimg16_1.png) no-repeat center;}
.headDiv .search .search_btn { position: absolute; right: 0; top: 0; height: 100%; width: 22px; background: url(../images/nimg16_1.png) no-repeat center;}
.headDiv .search .ipt_box .btn::after { content: " "; display: block; position: absolute; left: 0; top: 50%; height: 14px; width: 2px; margin-top: -7px; background: #fff; opacity: 0.6;}
.headDiv .search:hover .hid { width: 200px;}
.headDiv .search:hover .search_btn { display: none;}

.headDiv.mini .search .ipt_box input, .headDiv.other .search .ipt_box input { color: #263d74;}
.headDiv.mini .search .ipt_box .btn, .headDiv.other .search .ipt_box .btn { background: url(../images/nimg16_2.png) no-repeat center;}
.headDiv.mini .search .search_btn, .headDiv.other .search .search_btn { background: url(../images/nimg16_2.png) no-repeat center;}
.headDiv.mini .search .ipt_box, .headDiv.other .search .ipt_box { border: 1px solid #263d74; }
.headDiv.mini .search .ipt_box .btn::after, .headDiv.other .search .ipt_box .btn::after { background: #263d74; }


.headDiv .search .ipt_box input::-webkit-input-placeholder{color: #fff;}
.headDiv .search .ipt_box input::-moz-placeholder{color: #fff;}
.headDiv .search .ipt_box input::-ms-input-placeholder{color: #fff;}
.headDiv .search .ipt_box input:focus::-webkit-input-placeholder{color: transparent;}
.headDiv .search .ipt_box input:focus:-moz-placeholder{color: transparent;}
.headDiv .search .ipt_box input:focus:-ms-input-placeholder{color: transparent;}

.headDiv.mini .search .ipt_box input::-webkit-input-placeholder{color: #263d74;}
.headDiv.mini .search .ipt_box input::-moz-placeholder{color: #263d74;}
.headDiv.mini .search .ipt_box input::-ms-input-placeholder{color: #263d74;}
.headDiv.mini .search .ipt_box input:focus::-webkit-input-placeholder{color: transparent;}
.headDiv.mini .search .ipt_box input:focus:-moz-placeholder{color: transparent;}
.headDiv.mini .search .ipt_box input:focus:-ms-input-placeholder{color: transparent;}
.headDiv.other .search .ipt_box input::-webkit-input-placeholder{color: #263d74;}
.headDiv.other .search .ipt_box input::-moz-placeholder{color: #263d74;}
.headDiv.other .search .ipt_box input::-ms-input-placeholder{color: #263d74;}
.headDiv.other .search .ipt_box input:focus::-webkit-input-placeholder{color: transparent;}
.headDiv.other .search .ipt_box input:focus:-moz-placeholder{color: transparent;}
.headDiv.other .search .ipt_box input:focus:-ms-input-placeholder{color: transparent;}

.headD{ height: 100px; position: relative; }

/*导航触发效果*/
.sNav{position:absolute; z-index:11; height:0;  width:100%; background: rgba(0,0,0,0.3); left:0; overflow: hidden;}
.sNav.on{ opacity: 1; height: 50px; }
.sNav .list{ position: absolute; padding-left: 26px;}
.sNav .list li{ font-size: 14px; float: left; margin-right: 0.56rem; line-height: 50px; }
.sNav .list li a{ color: #fff; }
.sNav .list li a:hover{ color: #2b75ce; }

.navIco{ display: none; position: absolute; right: 0; top: 0; width: 1.2rem; height: 1.2rem; line-height: 1.2rem; text-align: center; }
.navIco img{ width: 0.6rem; }
.searchIco{ display: none; position: absolute; right: 1.3rem; top: 0; width: 1.2rem; height: 1.2rem; line-height: 1.2rem; text-align: center; }
.searchIco img{ width: 0.5rem; }

.searchLayerTel{ display:none; z-index:12; top: 0; left: 0; width:100%; position:fixed; background: #f5f5f5;}
.searchLayerTel .box{ padding:0.4rem 0.3rem;}
.searchLayerTel .box .form{ height:0.8rem; border:#ddd solid 1px; position:relative; background:#fff; border-radius:0.36rem; -moz-border-radius:0.36rem;}
.searchLayerTel .form .input1{ width:5.0rem; height:0.86rem; line-height:0.86rem; text-indent:0.2rem; color:#999; font-size:0.26rem;}
.searchLayerTel .form .btn1{ position:absolute; right:0px; top:0px; background: url(../images/nimg28_1.png) center no-repeat; background-size: 0.32rem; width:1.2rem; height:0.86rem; cursor:pointer;}

.pageBg{ position:fixed; z-index:11; width:100%; height:100%; display:none; background:rgba(0,0,0,0.5); left:0px; top:0px;}
.ssBg{ position:fixed; z-index:11; width:100%; height:100%; display:none; background:rgba(0,0,0,0.5); left:0px; top:0px;}

/*导航菜单触发*/
.navLayer{overflow-x: auto; height:100%; width:50%; overflow:hidden; position:fixed; z-index:12; right:-50%; top:0px;}
.navLayer .bg{overflow-x: auto; position:relative; background:#f5f5f5; height:100%; width:100%;}
.navLayer .toptop{ height: 1.2rem; position: relative; padding-right: 1.2rem; padding-left: 0.3rem;}
.navLayer .closeBtn{ width:1.4rem; height:1.2rem; line-height: 1.2rem; position:absolute; top:0px; right:0; text-align: center; }
.navLayer .closeBtn img{ width: 0.6rem; }
.sideNav{ padding: 0 0.3rem 0.3rem; }
.subNav{ cursor:pointer; display:block; height:1.1rem; line-height:1.1rem; position:relative; font-size:0.32rem; border-bottom: #ddd solid 1px;}
.subNav1{ background:url(../images/ico4.png) right center no-repeat; background-size: 0.53rem; color: #666;}
.subNav .name{ position:relative; padding-left: 0.3rem;}
.subNav a{ color:#666; display: block;}
.currentDt{background:#cfa54f url(../images/ico4on.png) right center no-repeat; background-size: 0.53rem; color: #fff;}
.navContent{ display: none;}
.navContent a{display:block; height:0.8rem; line-height:0.8rem; color:#7f7f7f; font-size:0.28rem; padding-left: 0.3rem; }

 

.pageBanner{ position:relative; overflow: hidden;}
.pageBanner .bg{ width: 100%; height: 6rem; background: center no-repeat; background-size: cover; }
.pageBanner2 .bg{ height: 7.2rem; }
.pageBanner .layer{ position:absolute; top:50%; transform:translateY(-50%); left:50%; margin-left:-7.68rem; color:#fff; z-index:1;}
.pageBanner .txt{ font-size:0.48rem; line-height:0.48rem; font-weight:bold; padding-bottom:0.3rem;}
.pageBanner .msg{ font-size:16px; line-height:0.3rem; width:500px;}

.pageNav{ height: 60px; background:#405585;position:relative;}
.pageNav li{ float: left; font-size: 14px; line-height: 60px; position: relative;}
.pageNav li:after{ content:''; position:absolute; right:0; top:0; width:1px; height:100%; background:rgba(255,255,255,0.1);}
.pageNav li a{ padding:0 0.4rem; display:block; height:60px; line-height:60px; font-size:16px; color:#fff;}
.pageNav li a:hover, .pageNav li .aNow{ background:#fff; color:#405585;}

.pageNav .btn{ position:absolute; right:50%; margin-right:-7.68rem; top:0; display:block; width:120px; height:60px; line-height:60px; text-align:center; font-size:16px; background: #304471;
    color: #9daac5;}
.pageNav .btn:hover{ text-decoration:underline;}

.pageBox{ padding: 100px 0; }

.pageTitleTel{ height:1.1rem; background: #405585; 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;}
.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; overflow:hidden; color: #999; font-size: 14px;}
.pageNum a{display:inline-block; height:50px; line-height:50px; padding:0 20px; margin:0 2px; background: #f5f5f5;}
.pageNum a:hover, .pageNum .aNow{background:#263d74; color:#fff;}
.pageNum .input1{width:50px; height:50px; line-height:50px; text-align:center; margin:0 5px; background: #f5f5f5;}
.pageNum .btn1{background:#f5f5f5; color:#666; width:110px; height:50px; line-height: 50px; margin-left:5px; font-size: 14px; cursor:pointer;}
.pageNum .btn1:hover{ background: #263d74; color: #fff; }

.pageMore a{ position: relative; display:block; width: 80px; height: 80px; border: #263d74 solid 2px; box-sizing: border-box; background: #fff; border-radius: 50%; margin: 0 auto;}
.pageMore a:after{ content: ''; position: absolute; left: 50%; margin-left: -10px; top: 50%; margin-top: -10px; width: 20px; height: 20px; background: url(../images/nimg20_5.png) no-repeat; }
.pageMore a:hover:after{ transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg);}

.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;
  }
}









