@charset "utf-8";




/*标题*/
.title{text-align: center;font-size: 42px;color: #333333;font-weight: bold;    line-height: 42px;}
.title b{ color: #157cc8;}
.title span { display: block; font-size: 20px; color: #666666; font-weight: 100; margin: 10px 0 15px 0;}
.title em{ font-size:0; display:block;}
.title em i{ display:inline-block; width:10px; height:10px; border-radius:50%; background:#f08519;animation: bounce_fountainG 1.2s linear infinite;} 
.title em i+i{ margin-left:16px;}
.title em i:nth-child(1){animation-delay: .4s;}
.title em i:nth-child(2){background:#157cc8;animation-delay: .6s;}
.title em i:nth-child(3){animation-delay: .8s;}
@keyframes bounce_fountainG { 
0% {
transform:scale(1);
}
100% {
transform:scale(.5);
}
}



.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
html {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
body {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  overflow: hidden;
  padding-left: 302px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1560px) {
  body {
    padding-left: 220px;
  }
}
@media screen and (max-width: 1100px) {
  body {
    padding-left: 0;
    padding-top: 60px;
  }
}
@media screen and (max-width: 769px) {
  body {
    padding-left: 0;
    padding-top: 50px;
  }
}
.swiper-container .swiper-container {
  cursor: url(//memberpic.114my.cn/zhaoyingjc/uploadfile/image/20220425/20220425181749_1629757057.png), default;
}
.swiper-container .swiper-container img {
  cursor: url(//memberpic.114my.cn/zhaoyingjc/uploadfile/image/20220425/20220425181749_1629757057.png), default;
}
.inHeader {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 302px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.inHeader * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inHeader .logo {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inHeader .logo a {
  width: 100%;
  align-items: center;
  padding: 0 20px;
  display: table;
}
.inHeader .logo a img {
  display: table-cell;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 44px;
  object-fit: contain;
}
.inHeader .inMenu {
  width: 100%;
  flex: 1;
}
.inHeader .inMenu .inNavico {
  display: none;
}
.inHeader .inMenu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.inHeader .inMenu ul li {
  position: relative;
  width: 100%;
  flex: 1;
  border-bottom: 1px solid #eee;
}

.inHeader .inMenu ul li>a:before{font-family: "iconfont" !important;position: absolute;left: 0; font-size: 1.3vw; line-height: 100%;}
.inHeader .inMenu ul li:nth-child(1)>a:before{content:"\e603";}
.inHeader .inMenu ul li:nth-child(2)>a:before{content:"\e60c";}
.inHeader .inMenu ul li:nth-child(3)>a:before{content:"\e650";}
.inHeader .inMenu ul li:nth-child(4)>a:before{content:"\e8ea";}
.inHeader .inMenu ul li:nth-child(5)>a:before{content:"\e640";}
.inHeader .inMenu ul li:nth-child(6)>a:before{content:"\e65a";}
.inHeader .inMenu ul li:nth-child(7)>a:before{content:"\e60f";}
.inHeader .inMenu ul li:nth-child(8)>a:before{content:"\e637";}

.inHeader .inMenu ul li > a {    position: relative;
  height: 100%;
  width: 200px;
  padding-left: 40px;
  margin: 0 1vw 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  color: #4c4c4c;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inHeader .inMenu ul li > a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
}
.inHeader .inMenu ul li > a i {
  line-height: 1;
  text-transform: uppercase;
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
  color: #d8d8d8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.inHeader .inMenu ul li:hover > a,
.inHeader .inMenu ul li.another > a {
  color: #157cc8;
}
.inHeader .inMenu ul li:hover > a i,
.inHeader .inMenu ul li.another > a i {
  color: #157cc8;
}
.inHeader .inMenu ul li .dow {
  position: absolute;
  left: 100%;
  top: 0;
  background: #157cc8;
  width: 200px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform: perspective(400px) rotateY(90deg);
  -webkit-transform: perspective(400px) rotateY(90deg);
  -moz-transform: perspective(400px) rotateY(90deg);
}
.inHeader .inMenu ul li .dow a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  line-height: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
  padding: 0 10px;
}
.inHeader .inMenu ul li .dow a:hover {
  padding-left: 20px;
}
.inHeader .inMenu ul li:hover .dow,
.inHeader .inMenu ul li.on .dow {
  transform: perspective(400px) rotateY(0);
  -webkit-transform: perspective(400px) rotateY(0);
  -moz-transform: perspective(400px) rotateY(0);
}
.inHeader .icoBox {
  height: 16.5vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inHeader .icoBox .icon {
  font-size: 0;
  text-align: center;
  height: 30px;
}
.inHeader .icoBox .icon .tel {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
}
.inHeader .icoBox .icon .tel:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(//memberpic.114my.cn/zhaoyingjc/uploadfile/image/20220426/20220426144132_908983963.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  border: 1px #157cc8 solid;
  border-radius: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.inHeader .icoBox .icon .tel .telDow {
  position: absolute;
  width: 200px;
  left: -30px;
  bottom: 36px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: #157cc8;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  visibility: hidden;
  z-index: 6;
}
.inHeader .icoBox .icon .tel .telDow:before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  top: 100%;
  border-left: 5px transparent solid;
  border-right: 5px transparent solid;
  border-top: 7px #157cc8 solid;
}
.inHeader .icoBox .icon .tel:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.inHeader .icoBox .icon .tel:hover .telDow {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: inherit;
}
.inHeader .icoBox .icon .zxLink {
  margin-left: 26px;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  position: relative;
  background: url(//memberpic.114my.cn/zhaoyingjc/uploadfile/image/20220426/20220426144303_39112650.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  border: 1px #157cc8 solid;
  border-radius: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inHeader .icoBox .icon .zxLink:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.inHeader .icoBox .icon .searchBox {
  margin-left: 26px;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
}
.inHeader .icoBox .icon .searchBox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(//memberpic.114my.cn/zhaoyingjc/uploadfile/image/20220426/20220426144334_2098102853.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  border: 1px #157cc8 solid;
  border-radius: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.inHeader .icoBox .icon .searchBox .search {
  position: absolute;
  width: 200px;
  right: -30px;
  bottom: 36px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: #157cc8;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  visibility: hidden;
  z-index: 6;
}
.inHeader .icoBox .icon .searchBox .search:before {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: 100%;
  border-left: 5px transparent solid;
  border-right: 5px transparent solid;
  border-top: 7px #157cc8 solid;
}
.inHeader .icoBox .icon .searchBox .search .searchInp {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 30px 0 0 30px;
  background: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inHeader .icoBox .icon .searchBox .search .searchInp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inHeader .icoBox .icon .searchBox .search .searchInp::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inHeader .icoBox .icon .searchBox .search .searchInp:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inHeader .icoBox .icon .searchBox .search .searchInp:focus::-webkit-input-placeholder,
.inHeader .icoBox .icon .searchBox .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inHeader .icoBox .icon .searchBox .search .searchInp:focus::-moz-placeholder,
.inHeader .icoBox .icon .searchBox .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inHeader .icoBox .icon .searchBox .search .searchInp:focus:-ms-input-placeholder,
.inHeader .icoBox .icon .searchBox .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inHeader .icoBox .icon .searchBox .search .submitBtn {
  background: url(//memberpic.114my.cn/zhaoyingjc/uploadfile/image/20220426/20220426144402_1663964104.png) center center no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inHeader .icoBox .icon .searchBox .search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.inHeader .icoBox .icon .searchBox:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.inHeader .icoBox .icon .searchBox:hover .search {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: inherit;
}
.inHeader .icoBox .xunpan {
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  text-align: center;
  color: #a4a4a4;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
}
.inHeader .icoBox .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #157cc8;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(235, 97, 0, 0.15);
}
.inHeader .icoBox .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #157cc8;
}
.inHeader .icoBox .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
@media screen and (max-width: 1560px) {
  .inHeader {
    width: 220px;
  }
  .inHeader .logo {
    height: 80px;
  }
  .inHeader .logo a img {
    max-height: 30px;
  }
  .inHeader .menu ul li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .inHeader {
    width: 100%;
    height: 60px;
    flex-direction: row;
    justify-content: space-between;
  }
  .inHeader .logo {
    width: auto;
    height: 100%;
    border-bottom: none;
  }
  .inHeader .icoBox {
    display: none;
  }
  .inHeader .inMenu {
    padding-top: 0;
    width: auto;
    flex: none;
  }
  .inHeader .inMenu .inNavico {
    width: 24px;
    height: 20px;
    position: relative;
    display: block;
    margin-right: 20px;
    padding: 9px 0;
  }
  .inHeader .inMenu .inNavico i {
    display: block;
    width: 100%;
    height: 2px;
    background: #999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .inHeader .inMenu .inNavico:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #999;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .inHeader .inMenu .inNavico:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #999;
    left: 50%;
    margin-left: -12px;
    bottom: 50%;
    margin-bottom: -10px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .inHeader .inMenu ul {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 150px;
    background: #fff;
    top: 100%;
    height: auto;
    padding: 20px 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .inHeader .inMenu ul li > a {
    padding: 10px 30px;
  }
  .inHeader .inMenu ul li .dow {
    display: none;
  }
  .inHeader .inMenu.on .inNavico i {
    opacity: 0;
  }
  .inHeader .inMenu.on .inNavico:before {
    margin-top: -1px;
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    -o-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
  }
  .inHeader .inMenu.on .inNavico:after {
    margin-bottom: -1px;
    -webkit-transform: scale(1) rotate(-45deg);
    -moz-transform: scale(1) rotate(-45deg);
    -o-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
  }
  .inHeader .inMenu.on ul {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 640px) {
  .inHeader {
    height: 50px;
  }
}
.inSwiper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.inSwiper * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper .in-page {
  position: fixed;
  z-index: 8;
  right: 1%;
  top: 50%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
.inSwiper .in-page .in-pagination {
  width: 10px;
  margin: auto;
}
.inSwiper .in-page .in-pagination li{
width: 5px;
height: 27px;
background-color: #ffffff;
margin-bottom: 15px;
position: relative;
cursor: pointer;
opacity: 1;
-webkit-transition: all 0.4s;
transition: all 0.4s;
-webkit-transition: all 0.4s cubic-bezier(0, 0, 0.18, 0.96);
transition: all 0.4s cubic-bezier(0, 0, 0.18, 0.96);
}

.inSwiper .in-page .in-pagination li:hover span {
  opacity: 1;
  background: #157cc8;
}
.inSwiper .in-page .in-pagination li.active {
  background: #157cc8;
}
.inSwiper .in-page .in-pagination li.active:before {
  opacity: 1;
}
.inSwiper .in-page .pageNum {
  font-weight: bold;
  font-family: Arial;
  font-size: 18px;
  color: #4e5050;
  line-height: 1;
  padding-top: 15px;
  letter-spacing: -1px;
}
@media screen and (max-width: 769px) {
  .inSwiper .in-page .pageNum {
    display: none;
  }
}
.inSwiper .in-page .pageNum:before {
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  background-color: #a3a3a3;
  margin: auto;
  margin-bottom: 15px;
}
.inSwiper .in-page .pageNum .num1 {
  font-size: 24px;
  color: #157cc8;
}

.inBox .indexNav {margin-bottom: 40px;}
.inBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    justify-content: center;
}

.inBox .indexCont {
  display: flex;
  align-items: center;
}
.pcBanner {
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: 0;
}
.pcBanner .swiper-slide {
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pcBanner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}
.pcBanner img {
  width: 100%;
  display: block;
}
.pcBanner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(//memberpic.114my.cn/zhaoyingjc/uploadfile/image/20220426/20220426144809_2029805605.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.pcBanner .banner-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.pcBanner:hover .banner-prev {
  left: 2%;
}
.pcBanner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(//memberpic.114my.cn/zhaoyingjc/uploadfile/image/20220426/20220426144809_1492805859.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.pcBanner:hover .banner-next {
  right: 5%;
  cursor: pointer;
}
.pcBanner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
  z-index: 3;
  text-align: center;
}
.pcBanner .banner-pagination span {
  width: 15px;
  height: 4px;
  background-color: #f7f7f7;
  margin: 0 10px;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pcBanner .banner-pagination span.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #157cc8;
}
.wapBanner {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.wapBanner .swiper-slide {
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wapBanner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}
.wapBanner img {
  width: 100%;
  display: block;
}
.wapBanner .wapBanner-pagination {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .pcBanner {
    display: none;
  }
  .wapBanner {
    display: block;
  }
}




.trade{padding: 0 4% 0 4%;width: 100%; position: relative;}
.trade li{width: 32%;
  padding: 0 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;}
.trade li img {width: 100%;height: auto;}
.trade li .pic{width: 100%;border: solid 1px #eee;padding: 10px;margin-top: 32px;}
.trade li .cont{width: 100%; margin: 10px 0 0; padding: 0 70px 0 0;position: relative;}
.trade li .cont:after{content: "\e612";font-family: 'iconfont';right: 24px;top: 30px;position: absolute;width: 30px;height: 30px;border: 1px solid #eee;border-radius: 100%;text-align: center;line-height: 31px;}
.trade li .cont b:before{content: "";display: block;width: 10px;height: 1px;position: absolute;background: #999;top: 50%;left: 0;z-index: 9999;}
.trade li .cont b{display: block;font-size: 20px;color: #666;line-height: 45px;border-bottom: 1px solid #eee;box-sizing: border-box;margin: 0 0 0 25px;padding: 0 0 0 25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: 100;position: relative;}
.trade li .cont p{font-size: 15px;color: #666;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin: 15px 0 0 49px;font-weight: 100;}
.trade li.swiper-slide-next .pic{margin-top:0;border:none;}
.trade li.swiper-slide-next a{background:#157cc8;display: block;padding-bottom:31px;}
.trade li.swiper-slide-next .cont b{color: #fff;}
.trade li.swiper-slide-next .cont p{color: #fff;}
.trade li.swiper-slide-next .cont b:before{background: #fff;}
.trade li.swiper-slide-next .cont:after{color: #fff;}

/*products*/
.pro_ic{padding: 0 6% 0 3%; width: 100%;  height: 100%;}
.pro_lc{margin-bottom: 30px;}
.pro_lc li {width: 17%; height: 60px; background: #fff; text-align: center; margin: 0 5px;transition: all 0.4s ease-out;}
.pro_lc ul {display: flex; justify-content: center;}
.pro_lc li a { font-size: 16px; line-height: 60px; display: block; font-weight: lighter;}
.pro_lc li:hover{ background: #157cc8;}
.pro_lc li:hover a { color: #fff;}
.pro_rc{}
.pro_rc li:hover p a{background: #157cc8;}
.pro_rc li{width: 32%;padding: 0 10px;    overflow: hidden;}
.pro_rc li>a{display: block; overflow: hidden; border: 1px solid #eee;}
.pro_rc li p a{display: block; height: 67px; background: #333; color: #fff; font-size: 18px; line-height: 67px; padding-left: 24px;position: relative; transition: all .5s;}
.pro_rc li img { width: 100%; height: auto; transition: all .75s;}
.pro_rc li p a:after{position: absolute; content: "\e612"; font-family: "iconfont";font-size: 22px; line-height: 26px; right: 26px; top: 0; bottom: 0; margin: auto; width: 30px; height: 30px; text-align: center; border: 2px solid #ddd; border-radius: 100%;}
.pro_rc li:after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
    transform: skewx(-25deg);
}
.pro_rc li:hover:after {
    left: 100%;
    -moz-transition: .75s;
    -o-transition: .75s;
    -webkit-transition: .75s;
    transition: .75s;
}


/*case*/
.case_adv{width: 100%;padding: 0 6% 0 3%;position: relative;}
.case_con{width: 100%;position: relative;z-index: 0;}
.case_con .tempWrap{margin-left:-1660px!important}
.case_con dl{width:100%;float:left;background:#fff;}
.case_con dl dt{float:right;width:58%;height:520px;overflow:hidden;line-height:0}
.case_con dl dt img{width:100%;height:520px;display:block;transition:1s}
.case_con dl dt:hover img{transform:scale(1.03)}
.case_con dl dd{float:left;width:42%;height: 520px;background: #fff;box-sizing: border-box; padding: 4%;}
.case_con dl dd h4{display:block;font-size:36px;font-weight:bold;line-height:36px;color:#333;text-transform:uppercase;margin-bottom:34px;position:relative;top:0;transition:.25s}
.case_con dl dd h4:hover{top:10px}
.case_con dl dd b{display:block;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;height:60px;font-size:24px;font-weight:400;line-height:60px;color:#666;}
.case_con dl dd p{text-align:justify;font-size:16px;font-weight:400;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden;line-height:30px;height:180px;margin-bottom:10px;margin-top:32px}
.case_con dl dd em a{font-size:18px;font-weight:400;line-height:45px;color:#fff;display:block;background:#157cc8;position:relative;width:180px;border-radius:23px;text-indent:32px;transition:.35s}
.case_con dl dd em a:hover{text-indent:35px;}
.case_con dl dd em a:before{content:"\e641";font-family:'iconfont';font-size:30px;color: #fff;position:absolute;top:0;right:32px;transition:.35s}
.case_con dl dd em a:hover:before{right:35px;}
.case_con dl::after{line-height:0;visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.case_con::after{line-height:0;visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.case_btn{width:1400px;background:#fff;height:140px;margin:-140px 0 0;position:relative;z-index:29;}
.case_btn ul{width:1200px;position:absolute;left:100px;top:0;text-align:center}
.case_adv .swiper-pagination span{display: flex; font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif,Arial,Helvetica;  margin-right: 56px; vertical-align: middle;  width: auto !important; height: auto !important;border-radius: inherit; background: none; flex-direction: row-reverse; align-items: center;}
.case_adv .swiper-pagination span:first-of-type{flex-direction: row;}
.case_adv .swiper-pagination span:last-of-type{margin-right:0}


.case_adv .swiper-pagination span.swiper-pagination-bullet-active,.case_adv .swiper-pagination span:hover{font-size:36px;font-weight:400;line-height:140px;color:#333}
.case_adv .swiper-pagination span.swiper-pagination-bullet-active::before,..case_adv .swiper-pagination span:hover::before{width:100px;margin-right:55px}
.case_btn .prev{position:absolute;left:100px;top:50%;transform:translateY(-50%);z-index:1;cursor:pointer;transition:.25s}
.case_btn .prev:hover{top:calc(50% + 5px)}
.case_btn .next{position:absolute;right:100px;top:50%;transform:translateY(-50%);z-index:1;cursor:pointer;transition:.25s}
.case_btn .next:hover{top:calc(50% + 5px)}

.case_adv .swiper-pagination span:before{content:'01';font-size: 20px; font-weight: 400; line-height: 80px;  color: #666;}
.case_adv .swiper-pagination span:nth-child(2):before{content:'02';}
.case_adv .swiper-pagination span:nth-child(3):before{content:'03';}
.case_adv .swiper-pagination span:nth-child(4):before{content:'04';}
.case_adv .swiper-pagination{ width: 100%; height: 80px;position: relative; display: flex; justify-content: center;}
.case_adv .swiper-pagination span.swiper-pagination-bullet-active:before{font-size: 36px;}

.case_adv .swiper-pagination span:first-of-type.swiper-pagination-bullet-active:after{width: 100px; margin-left: 55px;}

.case_adv .swiper-pagination span.swiper-pagination-bullet-active:after{width: 100px; margin-right: 55px;}
.case_adv .swiper-pagination span:after{content: ""; width: 0;height: 2px; background: #666;  transition: .5s;}
.case_next{ position: absolute;bottom: 5%;left: 15%;}
.case_prev {position: absolute; bottom: 5%; right: 18%;}



.about {
  width: 100%;
  height: 100%;
  background-size: 100%;
  position: relative;
}


.inBox7 .indexCont {
    flex-direction: column;
}

.inBox5 {width: 100%;
  height: 100%;
    background: url(//memberpic.114my.cn/zhaoyingjc/uploadfile/image/20220424/20220424205947_61297421.jpg)center no-repeat;
}

.aboutText{ padding: 0 6% 0 3%; font-size: 15px; line-height: 38px; color: #fff; font-weight: lighter; text-align: center; margin-bottom: 30px;}
.inBox5 .title {color: #fff;}
.inBox5 .title b {color: #f08519;}
.inBox5 .title span{ color: rgba(255, 255, 255, 0.7);margin: 10px 0 0 0;}
.inBox5 .title:after{ content: ''; width: 62px; height: 3px; background: #fff; display: block; margin: 0 auto; margin-top: 10px;}
.about_image{padding: 0 6% 0 3%;}
.aboutimage ul { display: flex; }
.aboutimage ul li { width: 32%; flex-shrink: 0;  position: relative; padding: 0 14px;}
.aboutimage ul li img { width: 100%; height: auto; }
.aboutimage ul li p a { display: block; width: 80%; background: #fff; font-size: 16px; text-align: center; height: 44px; line-height: 44px; position: absolute; bottom: -50%; left: 50%; margin-left: -40%; transition: all .3s; border-radius: 4px; }
.aboutimage ul li:hover p a { bottom: 20px; }
.aboutimage ul li>a{display: block;  overflow: hidden;border: 6px solid #fff;}
.aboutText a {width: 224px;height: 56px;  background: #fff; border-radius: 28px;font-size: 16px; color: #157cc8; display: flex; align-items: center; justify-content: center; margin: 2% auto 4% auto;}
.aboutText a span {width: 31px; height: 31px; display: inline-block; background: #157cc8; border-radius: 100%; color: #fff; text-align: center;  line-height: 31px; position: relative;  left: 38px;}

/*新闻*/
.news_c{width: 100% !important;}
.news_cc {margin-top: 50px; display: flex;transition:all .5s;width: 100% !important;    height: 452px;}
.news_wz .news_div_item {display: flex!important; flex-direction: column-reverse; width: 25%; flex-shrink: 0; position: relative; padding: 0 0.8% 50px; }
.news_wz .news_div_item_pic img {width: 100%; height: auto; }
.news_cc .news_div+.news_div{display:none;}

.news_wz .news_div {display: flex;overflow:hidden; justify-content: space-between;}
.news_wz .news_div_item .news_div_item_date {position: absolute; bottom: 148px; left: 28px; display: flex; width: 72px; height: 74px; background: #202020; justify-content: center; color: #fff; font-size: 18px; padding-top: 43px; }
.news_wz .news_div_item .news_div_item_date:before {position: absolute; content: "\e659"; font-size: 26px; font-family: "iconfont"; top: 10px; left: 23px; }
.news_wz .news_div_item .news_div_item_title a {font-size: 18px; color: #202020;padding-left: 110px;padding-top: 12px; position: relative; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.news_wz .news_div_item .news_div_item_title {position: relative;}
.news_wz .news_div_item .news_div_item_body {font-size: 14px; line-height: 28px; color: #6a6a6a; padding-top: 14px; }
.news_wz .news_div_item .news_div_item_title:after {position: absolute; content: "\e641"; font-family: "iconfont"; bottom: -145px; left: 0; font-size:28px; color:#8a8a8a; transition: all .5s; }
.news_wz button {display: none!important; }
.news_wz .news_div_item:hover .news_div_item_title a:after {color: #157cc8; transform: translateX(20px); }
.news_wz {flex-shrink: 0; width: 100% !important;}
.news_c {overflow: hidden;padding: 0 5% 0 2%;}
.news_wz .news_div_item .news_div_item_date * {color: #fff; }
.new_bc {padding: 15% 0 10%; }
.new_nav>ul{width: 100%; }
.new_nav ul{display: flex;justify-content: center;}
.new_nav li a { font-size: 16px; line-height: 52px;transition: all 0.5s;}
.new_nav li {width: 14%; text-align: center; background: #fff; margin: 0 12px;transition: all 0.5s;}
.new_nav li.on{background: #157cc8;}
.new_nav li.on a {color: #fff;}


/*版权*/ 
#numes_bg{width:100%; height:183px; background:#f7f7f7;padding: 0 3%;}
.numes{ height:183px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; background:#f7f7f7;}
.numes li{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.numes_t{ font-size:80px; color:#157cc8; font-weight:lighter; margin-right:8px; font-family:Arial;}
.numes_c{ font-size:15px; color:#888888; font-weight:lighter; line-height:25px;}
.numes_c b{ display:block; font-size:18px; color:#222;}
.numes_c em{ display:block; text-transform:uppercase; font-size:12px; color:#aaaaaa; font-weight:lighter;}
 
.copyright{background: url(//memberpic.114my.cn/zhaoyingjc/uploadfile/image/20220426/20220426084359_705298248.jpg)center no-repeat;width: 100%;}
.crcontact{ background:#157cc8;}
.crcontact ul{ height:142px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; font-size:18px; color:#ffffff; font-weight:lighter;padding: 0 6% 0 3%;}
.crcontact ul span{ display:block; margin-bottom:10px;}
.crcontact ul li{ padding:0 68px; border-right:1px solid #0c80d8;background: url(//memberpic.114my.cn/zhaoyingjc/uploadfile/image/20220426/20220426150722_1720612953.png)no-repeat center left;}
.crcontact ul li:nth-child(2){background: url(//memberpic.114my.cn/zhaoyingjc/uploadfile/image/20220426/20220426150722_1421271489.png)no-repeat center left;}
.crcontact ul li:nth-child(3){background: url(//memberpic.114my.cn/zhaoyingjc/uploadfile/image/20220426/20220426150722_774778371.png)no-repeat center left;}
.crcontact ul li:nth-child(4){ padding:0 65px; border-right:0px solid #0c80d8;background: url(//memberpic.114my.cn/zhaoyingjc/uploadfile/image/20220426/20220426150722_899243555.png)no-repeat center left;}
.crcon{ padding:80px 6% 80px 3%;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;height: 409px;}
.crcon .kslj{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.crcon ul p{ font-size:18px; color:#ffffff; font-weight:lighter; margin-bottom:30px;}
.kslj li a{ display:block; font-size:14px; color:#919799; font-weight:lighter; line-height:35px;}
.kslj li a:hover{ color:#fff;}
.kslj li+li{ margin-left:7vw;}
.crcon .crcode{ font-size:0;}
.crcon .crcode li{ display:inline-block; vertical-align:top; width:172px; height:200px; border:1px solid #304048; padding:10px; text-align:center; font-size:14px; color:#aaa; font-weight:lighter;}
.crcon .crcode li img{ width:100%; height:auto; margin-bottom:10px;}
.crcon .crcode li+li{ margin-left:12px;}
.links{ height:100px; border-top:1px solid #2c3b42; background:url(//memberpic.114my.cn/zhaoyingjc/uploadfile/image/20220426/20220426150858_1005653461.png) no-repeat 94% center;display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center; font-size:18px; color:#ffffff; padding: 0 6% 0 3%;}
.links>p>span{ font-family:impact; padding:0 20px 0 5px; text-transform:uppercase; color:#919799;}
.end{ background:#151c1f; padding:47px 0; text-align:center;}
.end,.end a{ font-size:14px; color:#999999; line-height:30px;height: 120px;}
.end a:hover{ color:#fff;}
.links p{color: #919799;font-size: 18px;}



@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
}
.fadeInUp {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
}
.fadeInRight {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
  animation-delay: 0;
}
.fadeInLeft {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
  animation-delay: 0;
}
.ani-slide .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-fill-mode: forwards;
  opacity: 0;
}
.ani-slide .fadeInDown:nth-child(1) {
  animation-delay: 0.12s;
}
.ani-slide .fadeInDown:nth-child(2) {
  animation-delay: 0.24s;
}
.ani-slide .fadeInDown:nth-child(3) {
  animation-delay: 0.36s;
}
.ani-slide .fadeInDown:nth-child(4) {
  animation-delay: 0.48s;
}
.ani-slide .fadeInDown:nth-child(5) {
  animation-delay: 0.6s;
}
.ani-slide .fadeInDown:nth-child(6) {
  animation-delay: 0.72s;
}
.ani-slide .fadeInDown:nth-child(7) {
  animation-delay: 0.84s;
}
.ani-slide .fadeInDown:nth-child(8) {
  animation-delay: 0.96s;
}
.ani-slide .fadeInDown:nth-child(9) {
  animation-delay: 1.08s;
}
.ani-slide .fadeInDown:nth-child(10) {
  animation-delay: 1.2s;
}
.ani-slide .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  opacity: 0;
}
.ani-slide .fadeInUp:nth-child(1) {
  animation-delay: 0.12s;
}
.ani-slide .fadeInUp:nth-child(2) {
  animation-delay: 0.24s;
}
.ani-slide .fadeInUp:nth-child(3) {
  animation-delay: 0.36s;
}
.ani-slide .fadeInUp:nth-child(4) {
  animation-delay: 0.48s;
}
.ani-slide .fadeInUp:nth-child(5) {
  animation-delay: 0.6s;
}
.ani-slide .fadeInUp:nth-child(6) {
  animation-delay: 0.72s;
}
.ani-slide .fadeInUp:nth-child(7) {
  animation-delay: 0.84s;
}
.ani-slide .fadeInUp:nth-child(8) {
  animation-delay: 0.96s;
}
.ani-slide .fadeInUp:nth-child(9) {
  animation-delay: 1.08s;
}
.ani-slide .fadeInUp:nth-child(10) {
  animation-delay: 1.2s;
}
.ani-slide .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-fill-mode: forwards;
}
.ani-slide .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-fill-mode: forwards;
}