@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:#49bb8c; 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;}
/*清除浮动*/
.clear{zoom:1}
.clear:after{content:"";width:0;height:0;visibility:hidden;display:block;clear:both;overflow:hidden}

input, textarea{background:transparent; padding:0px; font-size:12px; color:#888; outline:none; border:0px;}
em{font-style:normal;}
.btn1{cursor:pointer;}

.wal{width:1200px; margin:0px auto;}

.nav ul,
.treatP1 .list li .botDiv,
.teamP1 .mxfDiv,
.pageBanner{display: flex;
  display: -webkit-flex; }

.flex,
.treatP1 .list li .botDiv,
.pageBanner{ align-items: center;
  -webkit-align-items: center; }

.flex{justify-content: center;
  -webkit-justify-content: center; }

.flex{flex-direction: column;
  -webkit-flex-direction: column; }

/*.nav ul,*/
.teamP1 .mxfDiv{justify-content: space-between; 
  -webkit-justify-content: space-between; }

a,
.indexP1 .listA li a:before,
.indexP2 .tab2 li:after,
.indexP3 .list li .l7,
.indexP4 .list li .name,
.treatP1 .list li .name,
.teamP2 .list li .name,
.teamP3 .leftDiv .name,
.partyPic .name,
.partyBox .list li .name,
.windowPic .name,
.windowP2 .list li .name,
.medicalPic .name{
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;	
}

.navchild,
.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;  
}

.treatP3 .list li .imgDiv img,
.mechtop .img img,
.educatwo .bot .img img,
.educathree .educathree1 .swiper-slide .img img,
.medical1 .img img,
.medical2 .img img,
.medicalPic .img img{
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;  
}


input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{color: transparent;}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder{color: transparent;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{color: transparent;}
input:focus:-ms-input-placeholder, textarea:focus::-moz-placeholder{color: transparent;}


.w290{ width: 290px;}
.w1020{ width: 1020px;}

.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 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}
}


/*按钮动画--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*/

.headD{ height: 150px;}

.headDiv{ height: 150px; width:100%; z-index: 5; }
.headDiv .wal{ position: relative; height: 160px; }
.headDiv .logo{ position:absolute; left: 0; top: 13px; z-index:2;display:flex;align-items:center;}
.headDiv .logo img{ width: 123px;float:left; }

.nav{ width: 900px; position: absolute; left: 400px; top: 58px; z-index: 3; }
.nav li{ font-size: 16px; position: relative; }
.nav li a{ display: block; line-height: 36px; color: #333; }
.nav li a:hover, .nav li .aNow, .nav li .aNow1{ color: #49bb8c;}
.nav2{ position: absolute; left: 168px; top: 107px; z-index: 2; }
.nav2 li{ font-size: 16px; float: left; padding-right: 27px; }
.nav2 li a{ display: block; position: relative; line-height: 36px; color: #333; }
.nav2 li a:hover, .nav2 li .aNow, .nav2 li .aNow1{ color: #49bb8c;}

.headDiv .topRight{ position: absolute; right: 0; top: 13px; z-index: 1; }
.headDiv .links{ padding-right: 30px; }
.headDiv .links li{ float: left; padding-left: 32px; line-height: 28px; font-size: 14px; position: relative; }
.headDiv .links li a{ display: block; color: #333; }
.headDiv .links li a:hover{ color: #49bb8c;}

.searchbox{height:92px;position:relative;cursor:pointer}
.headDiv .headicon{ position: relative; width:26px; height:26px; border-radius:50%; border:1px solid #383838;}
.headDiv .headicon img{ position: absolute; left: 50%; top: 50%; margin-left: -9px; margin-top: -9px; }
.headDiv .searchicon{margin-right:15px}
.headDiv .shareicon{}
.searchbox .input{width:calc(100% - 29px);height:30px; box-sizing: border-box;}
.searchbox .input input{width:100%;height:30px; box-sizing: border-box; font-size: 14px;}
.searchbox .btn{width:29px;padding:5.5px 5px;cursor:pointer; box-sizing: border-box;}
.searhbform{width:196px;height:48px;padding:8px 15px; box-sizing: border-box; background-color:#fff;border:1px solid #49bb8c;border-radius:48px;position:absolute;top:22px;right:-38px;visibility:hidden;opacity:0}
.searchbox:hover .searhbform, .headshare:hover .headshareitems{visibility:visible;top:42px;opacity:1;z-index:19;transition:.4s;-webkit-transition:.4s}
.headshareitems{width:152px;position:absolute;top:72px;right:-15px;visibility:hidden;background-color:#fff; border:1px solid #49bb8c}
.headshareitem{text-align:center;}
.headshareitem:nth-of-type(1){padding:4px 8px}
.headshareitem:nth-of-type(2),
.headshareitem:nth-of-type(3){padding:6.5px 8px}
.headshareitem:nth-last-of-type(1){padding:5.5px 8px;border-right:none}
.headshareitem img{display:inline-block}

.navIco{ display: none; position: absolute; right: 0; top: 0; width: 1.0rem; height: 1.2rem; background: url(/public/images/navIco.png) center no-repeat; background-size: 0.44rem;}

/*导航触发效果*/
.navchild{position:absolute; background: #f0f0f0; /*min-height: 285px; width:562px;*/top:22px;left:-20px;opacity:0;visibility:hidden;flex-wrap:nowrap;-webkit-flex-wrap:nowrap;-moz-box-flex:nowrap;-ms-flex-wrap:nowrap; box-shadow: 1px 5px 35px 0px rgba(0, 49, 86, 0.15);}
.navchilditems{ width:148px;}
.navchilditems .box{height:100%;background-color:#fff}
.navchilditem{ font-size: 14px; min-width:147px;padding:0 23px; text-align:center; height:40px;line-height:39px; box-sizing: border-box; border-bottom:1px solid #f0f0f0;display:block}
.navchilditem:nth-last-of-type(1){border-bottom:none}
.navchildtextbox{ position:absolute; right:0; top:0; width:414px;background-color:#f0f0f0;padding:28px 30px 35px; box-sizing: border-box;}
.navchildtextbox .text{color:rgb(102, 102, 102);height:75px; font-size: 14px; line-height:1.857;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.navchildtextbox .img{margin-top:14px;overflow:hidden}
.navchildtextbox:hover .img img{transform:scale(1.05);-webkit-transform:scale(1.05)}
.navchildtextbox:hover .text{color:#49bb8c}
.navchildtextbox:hover{background-color:#f9f9f9}
.navbtnbox{padding:0;width:calc(17px + 2vw);height:58px;position:relative}
.navbtnbox span{height:3px;background-color:#49bb8c;display:block;position:absolute;right:0;border-radius:3px}
.navbtnbox span:nth-of-type(1){width:32px;top:16px}
.navbtnbox span:nth-of-type(2){width:25px;top:28px;right:auto;left:0}
.navbtnbox span:nth-of-type(3){width:32px;top:40px}
.navbtnbox.cur span:nth-of-type(2){opacity:0}
.navbtnbox.cur span:nth-of-type(1){top:28px;background-color:#fff;transform:rotate(45deg);-webkit-transform:rotate(45deg);
-ms-transform:rotate(45deg)}
.navbtnbox.cur span:nth-of-type(3){top:28px;background-color:#fff;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg)}
.navbtnbox.cur span:nth-of-type(2){opacity:0}
.navbtnbox{display:none}
.boxflex{display: -webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;-moz-box-flex:wrap;-ms-flex-wrap:wrap; }
.navitem:hover .navchild{visibility:visible;top:32px;opacity:1;z-index:19}
.navitem:hover .navitemname:not(.cur):after{transform:rotate(0);-webkit-transform:rotate(0);opacity:1}
.navitem:hover .navitemname:not(.cur) a,
.navitem.cur a{color:#49bb8c;font-weight:bold}
.navitem .navchilditem:hover{border-bottom:none;color:#fff;background-color:#49bb8c}

.navLayer{overflow-x: auto; height:100%; width:100%; overflow:hidden; position:fixed; z-index:22; 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.48rem; }
.sideNav{ padding: 0 0 0.3rem; }
.subNav{ cursor:pointer; display:block; height:1.0rem; line-height:1.0rem; position:relative; font-size:0.34rem; border-bottom: #d6d6d6 solid 1px;}
.subNav1{ background: url(/public/images/ico4.png) right center no-repeat; background-size: 26px; color: #333;}
.subNav .name{ position:relative; padding-left: 0.3rem;}
.subNav a{ color:#333; display: block;}
.currentDt{background:#229e6b url(../images/ico4on.png) right center no-repeat; background-size: 26px; 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.5rem; }

.pageBg{ position:fixed; z-index:8; width:100%; height:100%; display:none; background:rgba(0,0,0,0.3); left:0px; top:0px;}

.footDiv{ padding-top: 35px; height: 200px; box-sizing: border-box; background: #229e6b; position: relative; z-index: 2; }
.footDiv .leftDiv{ width: 560px; }
.footDiv .links li{ float: left; line-height: 40px; padding-right: 24px; font-size: 14px; font-weight: bold; }
.footDiv .links li a{ display: block; color: #fff; }
.footDiv .msg{ font-size: 14px; line-height: 24px;  color: #fff; }
.footDiv .txt{ display: inline-block; padding-right: 24px; }
.footDiv .msg a{ color: #fff;line-height:30px; }
.footDiv .msg a:hover{ text-decoration: underline; }
.footDiv .ewmList li{ float: left; margin-right: 60px; }
.footDiv .ewmList li:last-child{margin-right:0;}
.footDiv .ewmList li .limg img{ width: 102px; }
.footDiv .ewmList li p{ padding-top: 12px; font-size: 14px; line-height: 14px; color: #fff; text-align: center; }
.footDiv .msgList{ padding-top: 5px; }
.footDiv .msgList li{ font-size: 14px; color: #fff; line-height: 32px; }

.sideBar{position:fixed; top:50%; right:2vw; transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);z-index:19}
.rightitem{margin-bottom:4px; display:block; position:relative;}
.rightitem:nth-last-of-type(1){margin-bottom:0}
.rightitem .text{line-height:57px;margin-left:14px; font-size: 14px; color:#666}
.rightitem .icon{width:57px;height:57px;background-color:#229e6b;border-radius:5px;position:relative}
.rightitem .icon img{position:absolute;top:50%;left:50%; margin-left: -15px; margin-top: -14px;}
.rightitem:hover .icon{background-color:#fa6c1d}

.pageBanner{ position: relative; height: 380px; background: center no-repeat; background-size: cover; }
.pageBanner .txtLayer{ color: #fff; }
.pageBanner .txtLayer .cn{ font-size: 36px; line-height: 36px; font-weight: bold; padding-bottom: 15px; }
.pageBanner .txtLayer .en{ font-size: 16px; line-height: 16px; text-transform: uppercase; }
.pageBanner .txtLayer2{ text-align: center; color: #49bb8c; margin-top: -110px;}

.pageTop{ height: 50px; background: #ededed;}
.pageNow{ padding-left: 26px; background: url(/public/images/nimg18_3.png) left center no-repeat; font-size: 14px; line-height: 50px;}
.pageNow a{ display: inline-block; padding-right: 8px; position: relative; }
.pageNow em{ padding-left: 5px; }

.pageTitleTel{ height:1.1rem; background: #e62129; 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%; max-height: 5.0rem; overflow-y: auto; 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::-webkit-scrollbar { width: 2px;}
.sideTitleNav::-webkit-scrollbar-track { background-color: #e5e5e5;}
.sideTitleNav::-webkit-scrollbar-thumb { background-color: #e62129;}
.sideTitleNav li{ font-size: 0.3rem; height:1.0rem; position: relative; }
.sideTitleNav li:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #d7d7d7; }
.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;}


/*分页*/
.pager{text-align:center}
.pager .pagerlist{display:inline-block;width:33px;height:33px;margin:0 4px;border-radius:50%;color:#bdbdbd;text-align:center;line-height:33px;}
.pager .pagerlist.cur{color:#fff;background-color:#2cafc3}
.pager .pagerlist:hover{color:#fff;background-color:#2cafc3}
.pager .pagerlist.pagers{font-family:宋体, 'SimSun';font-weight:bold}

.pageMore a{ display: block; text-align: center; font-size: 14px; color: #49bb8c; font-weight: bold; }
.pageMore img{ padding-right: 15px; }

.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);
  }
}


@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}

@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;
  }
}


@-webkit-keyframes detailsNavList {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}
@-moz-keyframes detailsNavList {
  0% {
    opacity: 0;
    -moz-transform: translateY(-40px);
         transform: translateY(-40px);
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
         transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
         transform-style: preserve-3d;
  }
}
@-o-keyframes detailsNavList {
  0% {
    opacity: 0;
    -o-transform: translateY(-40px);
       transform: translateY(-40px);
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
}
@keyframes detailsNavList {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
       -moz-transform: translateY(-40px);
         -o-transform: translateY(-40px);
            transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}





