/*================基本样式重置================*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  outline: none;
}
i,
em {
  font-weight: normal;
  font-style: normal;
}
b {
  font-weight: normal;
}
a,
i,
em,
span,
b,
img {
  display: block;
}
body {
  font-family: "Microsoft Yahei";
}
li {
  list-style: none;
}
a,
img,
input {
  border: 0 none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus {
  outline: 0 none;
}
input::-webkit-search-cancel-button {
  display:  none;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear {
  display:  none;
}
/*清除IE下的 search 叉号*/
input {
  background: none;
}
button {
  border: none;
  cursor: pointer;
  outline: none;
}
textarea {
  resize: none;
  font-size: 12px;
}
/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/*========定义基础样式========*/
.hide {
  display: none;
}
.vis {
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
a:hover .opacity {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.swiper-pagination {
  font-size: 0;
}
.modal {
  display: none;
}
.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text_over1 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text_over2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
}
.text_over3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 3;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 3;
  -o-box-orient: vertical;
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1200 {
  width: 1200px;
  margin: 0px auto;
}
.w1400 {
  width: 1400px;
  margin: 0px auto;
}
@media (max-width: 1480px) {
  .w1400 {
    width: 1200px;
  }
}
.content {
  min-height: 500px;
  overflow: hidden;
}
/* .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}
.swiper-pagination-bullet {
    transition: all 0.5s;
    margin: 0 8px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    transition: all 0.5s;
    width: 27px;
    background: #165999;
} */
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
body {
  overflow-x: hidden;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  border-bottom: rgba(255, 255, 255, 0.15) 1px solid;
}
.header .logo {
  display: flex;
  align-items: center;
  width: 322px;
  height: 100px;
}
.header .logo img {
  height: 49px;
}
.header .logo2 {
  display: none;
}
.header .nav .one {
  float: left;
  margin-right: 1.6vw;
}
.header .nav .one_a {
  position: relative;
  padding: 0 4px;
  line-height: 100px;
  font-size: 18px;
  color: #fff;
}
.header .nav .one_a::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #fff;
  content: " ";
}
.header .nav .one.cur .one_a,
.header .nav .one.on .one_a,
.header .nav .one:hover .one_a {
  color: #fff;
  font-weight: bold;
}
.header .nav .one.cur .one_a::after,
.header .nav .one.on .one_a::after,
.header .nav .one:hover .one_a::after {
  transition: all 0.5s;
  width: 100%;
}
.header .nav .one {
  position: relative;
}
.header .nav .one .posBox {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 9;
  margin-left: -70px;
  padding-top: 1px;
  width: 140px;
  height: 0px;
  overflow: hidden;
}
.header .nav .one .bac {
  position: relative;
  margin-top: 30px;
  padding: 15px 0 7px;
  background: rgba(253, 252, 253, 0.95);
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  margin: 30px 6px 6px;
}
.header .nav .one .bac i {
  transition: all 0.5s;
  transform: scale(0);
  opacity: 0.5;
  position: absolute;
  left: 50%;
  top: -11px;
  margin-left: -11px;
  width: 22px;
  height: 22px;
  background: url(../image/icon_66.png) center no-repeat;
}
.header .nav .one .bac a {
  display: block;
  margin: 0;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.header .nav .one .bac a:hover {
  color: #ba1912;
}
.header .nav .one:hover .posBox {
  transition: all 0.5s;
  height: auto;
}
.header .nav .one:hover .bac i {
  transition: all 0.5s;
  transform: scale(1);
  opacity: 1;
}
.header .pos {
  display: none;
}
/* .header .pos {
  transition: all 0.7s;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 0;
  opacity: 0.7;
  overflow: hidden;
  background: #fff url(../images/index/nav.png) right bottom no-repeat;
}
.header .pos .w1400 {
  min-height: 360px;
}
.header .pos .next {
  flex: 1;
  width: 0;
  margin: 68px 0 0 0;
}
.header .pos .next .auto {
  width: 357px;
}
.header .pos .next .search {
  margin-bottom: 35px;
  padding-left: 30px;
  width: 325px;
  height: 48px;
  border-radius: 48px;
  border: #dcdcdc 1px solid;
}
.header .pos .next .search input {
  float: left;
  width: 279px;
  line-height: 48px;
  font-size: 16px;
  color: #999;
}
.header .pos .next .search .but {
  float: right;
  width: 46px;
  height: 48px;
  background: url(../images/icon/icon_1ss.png) left center no-repeat;
}
.header .pos .next .text dl {
  margin-bottom: 6px;
  line-height: 30px;
  font-size: 15px;
  color: #333;
}
.header .pos .next .text dl dt {
  float: left;
  padding-left: 30px;
  background: url(../images/icon/icon_13.png) left center no-repeat;
}
.header .pos .next .text dl dd {
  float: left;
  width: 227px;
}
.header .pos .next .text dl:nth-child(2) dt {
  background: url(../images/icon/icon_14.png) left center no-repeat;
}
.header .pos .navBox {
  flex-shrink: 0;
  margin: 30px 24px 40px 0;
}
.header .pos .navBox div {
  float: left;
  width: calc(80px + 3vw);
  min-height: 2px;
}
.header .pos .navBox div a {
  padding: 11px 4px;
  line-height: 23px;
  font-size: 16px;
  color: #666;
}
.header .pos .navBox div a:hover {
  color: #c70020;
}
.header .pos.cur {
  height: auto;
  opacity: 1;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-top: #ccc 1px solid;
} */
.header .icon_more .search {
  width: 24px;
  height: 100px;
  background: url(../image/icon_1.png) center no-repeat;
}
.header_fixed,
.header:hover {
  transition: all 0.6s;
  left: 0;
  top: 0;
  margin-left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header_fixed .logo1,
.header:hover .logo1 {
  display: none;
}
.header_fixed .logo2,
.header:hover .logo2 {
  display: block;
}
.header_fixed .nav .one_a,
.header:hover .nav .one_a {
  color: #333;
}
.header_fixed .nav .one.cur .one_a,
.header:hover .nav .one.cur .one_a,
.header_fixed .nav .one.on .one_a,
.header:hover .nav .one.on .one_a,
.header_fixed .nav .one:hover .one_a,
.header:hover .nav .one:hover .one_a {
  color: #c70020;
}
.header_fixed .nav .one_a::after,
.header:hover .nav .one_a::after {
  background: #c70020;
}
.header_fixed .icon_more .search,
.header:hover .icon_more .search {
  background: url(../image/icon_1s.png) center no-repeat;
}
.noNext {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.noNext p {
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
}
.footer {
  position: relative;
  z-index: 3;
  background: url(../image/footer.jpg) center no-repeat;
  background-size: cover;
}
.footer .top {
  padding: 60px 0 50px;
}
.footer .top .left {
  width: 700px;
}
.footer .top .left .logoFbox {
  margin-bottom: 60px;
}
.footer .top .left .logoFbox img {
  height: 58px;
}
.footer .top .left p {
  float: left;
  margin-top: 30px;
  padding-left: 40px;
  width: 210px;
  font-size: 15px;
  color: #333;
  background: url(../image/icon_28.png) left center no-repeat;
}
.footer .top .left p:nth-child(2) {
  width: 388px;
  background: url(../image/icon_29.png) left center no-repeat;
}
.footer .top .left p:nth-child(3) {
  background: url(../image/icon_30.png) left center no-repeat;
}
.footer .top .left p:nth-child(4) {
  width: 388px;
  background: url(../image/icon_31.png) left center no-repeat;
}
.footer .top .right .select {
  position: relative;
  z-index: 9;
  margin: 18px 0 40px 102px;
  padding: 0 20px 0 0;
  width: 286px;
  border-bottom: #d0d1d1 2px solid;
  cursor: pointer;
}
.footer .top .right .select p {
  position: relative;
  padding-right: 22px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #999;
}
.footer .top .right .select p::before {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  width: 17px;
  height: 8px;
  background: url(../image/icon_32.png) right center no-repeat;
  content: "";
}
.footer .top .right .select .pos {
  display: none;
  position: absolute;
  left: 0;
  bottom: 52px;
  padding: 20px 10px;
  width: calc(100% - 22px);
  max-height: 264px;
  overflow-y: auto;
  background: #fff;
  border: #fff 1px solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer .top .right .select .pos a {
  padding: 5px 0 5px 2px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.footer .top .right .select .pos a:hover {
  color: #ba1912;
}
.footer .top .right .select.on p::before {
  transform: rotate(180deg);
}
.footer .top .right .navBox {
  width: 408px;
}
.footer .top .right .navBox a {
  position: relative;
  float: left;
  padding-left: 28px;
  margin: 30px 0 0 28px;
  font-size: 15px;
  color: #333;
}
.footer .top .right .navBox a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #c4c5c6;
  content: " ";
}
.footer .top .right .navBox a:nth-child(1),
.footer .top .right .navBox a:nth-child(4) {
  padding-left: 0px;
  margin-left: 0px;
}
.footer .top .right .navBox a:nth-child(1) {
  padding-left: 116px;
}
.footer .top .right .navBox a:nth-child(1)::before,
.footer .top .right .navBox a:nth-child(4)::before {
  display: none;
}
.footer .top .right .navBox a:hover {
  color: #ba1912;
}
.footer .bottom {
  border-top: #d3d4d4 2px solid;
  line-height: 59px;
}
.footer .bottom .left {
  font-size: 14px;
}
.footer .bottom .left a {
  padding-left: 23px;
  display: inline-block;
  color: #333;
}
.footer .bottom .left a:hover {
  color: #ba1912;
}
.footer .bottom .right .icon div.fl {
  position: relative;
  cursor: pointer;
}
.footer .bottom .right .icon i {
  width: 31px;
  height: 59px;
  background: url(../image/icon_34.png) center no-repeat;
}
.footer .bottom .right .icon div.fl:nth-child(2) {
  margin: 0 26px;
}
.footer .bottom .right .icon div.fl:nth-child(2) i {
  background: url(../image/icon_35.png) center no-repeat;
}
.footer .bottom .right .icon div.fl:nth-child(3) i {
  background: url(../image/icon_36.png) center no-repeat;
}
.footer .bottom .right .icon .pos {
  transition: all 0.5s;
  position: absolute;
  left: -45px;
  bottom: 59px;
  width: 120px;
  height: 0px;
  overflow: hidden;
}
.footer .bottom .right .icon .pos img {
  width: 120px;
  height: 129px;
}
.footer .bottom .right .icon div.fl:hover .pos {
  height: 129px;
}
@media (max-width: 1310px) {
  .footer .bottom .right .icon div.fl:nth-child(3) .pos {
    left: -60px;
  }
}
/* 悬浮 */
.suspension {
  transition: all 0.5s;
  position: fixed;
  right: -80px;
  top: 33%;
  z-index: 13;
  cursor: pointer;
  width: 70px;
  border-left: #dcdcdc 1px solid;
  border-top: #dcdcdc 4px solid;
  background: #fff;
}
.suspension .sus {
  position: relative;
  width: 100%;
  margin-top: 1px;
  border-bottom: #dcdcdc 1px solid;
}
.suspension .sus p {
  padding-top: 46px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.suspension .sus1 p {
  height: 34px;
  background: url(../image/icon_37.png) center 15px no-repeat;
}
.suspension .sus2 p {
  height: 34px;
  background: url(../image/icon_38.png) center 14px no-repeat;
}
.suspension .sus3 p {
  height: 34px;
  background: url(../image/icon_39.png) center 12px no-repeat;
}
.suspension .sus .pos {
  position: absolute;
  right: 74px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 121px;
  overflow: hidden;
}
.suspension .sus .pos img {
  display: block;
  width: 132px;
  height: 121px;
}
.suspension .sus1:hover p {
  background: url(../image/icon_37s.png) center 15px no-repeat;
}
.suspension .sus2:hover p {
  background: url(../image/icon_38s.png) center 14px no-repeat;
}
.suspension .sus3:hover p {
  background: url(../image/icon_39s.png) center 12px no-repeat;
}
.suspension .sus:hover {
  background: #ba1912;
}
.suspension .sus:hover p {
  color: #fff;
}
.suspension_fixed {
  right: 0;
}
.header_mar {
  width: 100%;
  height: 101px;
  background: #a72822;
}
.pageBanner {
  position: relative;
  width: 100%;
  height: 450px;
  background: #a72822;
}
.pageBanner .imgPic {
  width: 100%;
  height: 100%;
}
.pageBanner .pos {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 50px;
  width: 100%;
  color: #fff;
}
.pageBanner .pos b {
  display: inline-block;
  position: relative;
  padding: 0 216px 20px 0;
  font-size: 36px;
}
.pageBanner .pos b::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  content: " ";
}
.pageBanner .pos b::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  content: " ";
}
.pageBanner .pos p {
  padding-top: 20px;
  font-size: 16px;
  font-family: "Arial";
}
.pageBanner .pos:hover b::before {
  transition: all 0.5s;
  width: 100%;
}
.subNav {
  /* line-height: 83px; */
  border-bottom: #e5e5e5 1px solid;
  background: #fff;
}
.subNav a {
  position: relative;
  float: left;
  margin-right: 80px;
  padding: 30px 0;
  font-size: 17px;
  color: #333;
}
.subNav a::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #ba1912;
  content: " ";
}
.subNav a:hover,
.subNav a.cur {
  color: #ba1912;
}
.subNav a:hover::after,
.subNav a.cur::after {
  width: 100%;
}

/*面包屑*/
.add_s {
    margin: 8px 0 0;
    width: 100%;
    line-height: 77px;
    border-bottom: #e5e5e5 1px solid;
}
.add_s a {
    float: left;
    font-size: 18px;
    color: #333;
}
.add_s a:hover,.add_s a.cur {
    color: #ba1912;
}
.add_s i {
    float: left;
    width: 36px;
    font-size: 18px;
    text-align: center;
    
}





/*分页*/
.pages.clearfix {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.pages a, .pages span {
	display: inline-block;
    margin-right: 10px;
    padding: 0 5px;
    min-width: 30px;
    height: 36px;
    line-height: 36px;
    border: 1px #c9c9c9 solid;
    color: #666;
    transition: all .1s linear;
    font-size: 14px;
}

.pages a:hover, .pages a.on, .pages span:hover, .pages .current {
	background: #c92b2f;
    color: #fff;
}
@-webkit-keyframes scrolls {
  from {
    bottom: 12%;
  }
  50% {
    bottom: calc(12% + 12px);
  }
  100% {
    bottom: 12%;
  }
}
@keyframes scrolls {
  from {
    bottom: 12%;
  }
  50% {
    bottom: calc(12% + 12px);
  }
  100% {
    bottom: 12%;
  }
}
@-webkit-keyframes Mscrolls {
  from {
    padding-bottom: 0.05rem;
  }
  50% {
    padding-bottom: 0.12rem;
  }
  100% {
    padding-bottom: 0.05rem;
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-80px, 0, 0);
  }
  50% {
    transform: translate3d(80px, 0, 0);
  }
  100% {
    transform: translate3d(-80px, 0, 0);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.fadeInUp150 {
  -webkit-animation-name: fadeInUp150;
  animation-name: fadeInUp150;
}
@-webkit-keyframes fadeInUp150 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp150 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    -ms-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpY {
  -webkit-animation-name: fadeInUpY;
  animation-name: fadeInUpY;
}
@-webkit-keyframes fadeInUpY {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes fadeInUpY {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.opacityIn {
  -webkit-animation-name: opacityIn;
  animation-name: opacityIn;
}
@-webkit-keyframes opacityIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp_box {
  -webkit-animation-name: fadeInUp_box;
  animation-name: fadeInUp_box;
}
@-webkit-keyframes fadeInUp_box {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp_box {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.cta {
  display: flex;
  text-decoration: none;
  overflow: hidden;
  backface-visibility: hidden;
  position: relative;
}
.cta:active {
  transform: translateY(3px);
}
.cta .btn-text-parent {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.cta .wrap_text {
  display: inline-block;
}
.cta .buildin-btn-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  transform: translateY(100%);
}
.cta .buildin-btn-text .btn-letter {
  opacity: 0;
}
.cta .btn-letter {
  display: inline-block;
  margin: 0em 0.05em;
  position: relative;
  transition: transform 300ms, opacity 300ms ease;
}
.cta .current-btn-text .btn-letter:nth-child(1) {
  transition-delay: 49ms;
}
.cta .current-btn-text .btn-letter:nth-child(2) {
  transition-delay: 99ms;
}
.cta .current-btn-text .btn-letter:nth-child(3) {
  transition-delay: 149ms;
}
.cta .current-btn-text .btn-letter:nth-child(4) {
  transition-delay: 199ms;
}
.cta .current-btn-text .btn-letter:nth-child(5) {
  transition-delay: 249ms;
}
.cta .current-btn-text .btn-letter:nth-child(6) {
  transition-delay: 299ms;
}
.cta .current-btn-text .btn-letter:nth-child(7) {
  transition-delay: 349ms;
}
.cta .current-btn-text .btn-letter:nth-child(8) {
  transition-delay: 399ms;
}
.cta .current-btn-text .btn-letter:nth-child(9) {
  transition-delay: 449ms;
}
.cta .current-btn-text .btn-letter:nth-child(10) {
  transition-delay: 499ms;
}
.cta .current-btn-text .btn-letter:nth-child(11) {
  transition-delay: 549ms;
}
.cta .current-btn-text .btn-letter:nth-child(12) {
  transition-delay: 599ms;
}
.cta .current-btn-text .btn-letter:nth-child(13) {
  transition-delay: 649ms;
}
.cta .current-btn-text .btn-letter:nth-child(14) {
  transition-delay: 699ms;
}
.cta .current-btn-text .btn-letter:nth-child(15) {
  transition-delay: 749ms;
}
.cta .current-btn-text .btn-letter:nth-child(16) {
  transition-delay: 799ms;
}
.cta .current-btn-text .btn-letter:nth-child(17) {
  transition-delay: 849ms;
}
.cta .current-btn-text .btn-letter:nth-child(18) {
  transition-delay: 899ms;
}
.cta .current-btn-text .btn-letter:nth-child(19) {
  transition-delay: 949ms;
}
.cta .current-btn-text .btn-letter:nth-child(20) {
  transition-delay: 999ms;
}
.cta .current-btn-text .btn-letter:nth-child(21) {
  transition-delay: 1049ms;
}
.cta .current-btn-text .btn-letter:nth-child(22) {
  transition-delay: 1099ms;
}
.cta .current-btn-text .btn-letter:nth-child(23) {
  transition-delay: 1149ms;
}
.cta .current-btn-text .btn-letter:nth-child(24) {
  transition-delay: 1199ms;
}
.cta .current-btn-text .btn-letter:nth-child(25) {
  transition-delay: 1249ms;
}
.cta .current-btn-text .btn-letter:nth-child(26) {
  transition-delay: 1299ms;
}
.cta .current-btn-text .btn-letter:nth-child(27) {
  transition-delay: 1349ms;
}
.cta .current-btn-text .btn-letter:nth-child(28) {
  transition-delay: 1399ms;
}
.cta .current-btn-text .btn-letter:nth-child(29) {
  transition-delay: 1449ms;
}
.cta .current-btn-text .btn-letter:nth-child(30) {
  transition-delay: 1499ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(1) {
  opacity: 0;
  transition-delay: 49ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(2) {
  opacity: 0;
  transition-delay: 99ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(3) {
  opacity: 0;
  transition-delay: 149ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(4) {
  opacity: 0;
  transition-delay: 199ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(5) {
  opacity: 0;
  transition-delay: 249ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(6) {
  opacity: 0;
  transition-delay: 299ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(7) {
  opacity: 0;
  transition-delay: 349ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(8) {
  opacity: 0;
  transition-delay: 399ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(9) {
  opacity: 0;
  transition-delay: 449ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(10) {
  opacity: 0;
  transition-delay: 499ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(11) {
  opacity: 0;
  transition-delay: 549ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(12) {
  opacity: 0;
  transition-delay: 599ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(13) {
  opacity: 0;
  transition-delay: 649ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(14) {
  opacity: 0;
  transition-delay: 699ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(15) {
  opacity: 0;
  transition-delay: 749ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(16) {
  opacity: 0;
  transition-delay: 799ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(17) {
  opacity: 0;
  transition-delay: 849ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(18) {
  opacity: 0;
  transition-delay: 899ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(19) {
  opacity: 0;
  transition-delay: 949ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(20) {
  opacity: 0;
  transition-delay: 999ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(21) {
  opacity: 0;
  transition-delay: 1049ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(22) {
  opacity: 0;
  transition-delay: 1099ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(23) {
  opacity: 0;
  transition-delay: 1149ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(24) {
  opacity: 0;
  transition-delay: 1199ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(25) {
  opacity: 0;
  transition-delay: 1249ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(26) {
  opacity: 0;
  transition-delay: 1299ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(27) {
  opacity: 0;
  transition-delay: 1349ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(28) {
  opacity: 0;
  transition-delay: 1399ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(29) {
  opacity: 0;
  transition-delay: 1449ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(30) {
  opacity: 0;
  transition-delay: 1499ms;
}
.cta:hover .current-btn-text .btn-letter {
  opacity: 0;
  transform: translateY(-100%);
}
.cta:hover .buildin-btn-text .btn-letter {
  opacity: 1;
  transform: translateY(-100%);
}
.flash .btn-text-parent {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.flash .wrap_text {
  display: inline-block;
}
.flash .buildin-btn-text {
  display: none;
}
.flash .btn-letter {
  display: inline-block;
  margin: 0em 0.05em;
  position: relative;
}
.flash:hover .current-btn-text .btn-letter {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: flashText;
  animation-name: flashText;
}
@keyframes flashText {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flash .current-btn-text .btn-letter:nth-child(1),
.flash .current-btn-text .btn-letter:nth-child(9),
.flash .current-btn-text .btn-letter:nth-child(11) {
  animation-delay: 0.1s;
}
.flash .current-btn-text .btn-letter:nth-child(2),
.flash .current-btn-text .btn-letter:nth-child(6),
.flash .current-btn-text .btn-letter:nth-child(13) {
  animation-delay: 0.2s;
}
.flash .current-btn-text .btn-letter:nth-child(3),
.flash .current-btn-text .btn-letter:nth-child(8),
.flash .current-btn-text .btn-letter:nth-child(15) {
  animation-delay: 0.26s;
}
.flash .current-btn-text .btn-letter:nth-child(4),
.flash .current-btn-text .btn-letter:nth-child(10),
.flash .current-btn-text .btn-letter:nth-child(14) {
  animation-delay: 0.08s;
}
.flash .current-btn-text .btn-letter:nth-child(5),
.flash .current-btn-text .btn-letter:nth-child(7),
.flash .current-btn-text .btn-letter:nth-child(12) {
  animation-delay: 0.16s;
}
