/*================基本样式重置================*/
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;
}
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", "PingFang SC";
}
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;
}
textarea {
  resize: none;
  font-size: 12px;
}
/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
/*========定义基础样式========*/
.hide {
  display: none;
}
.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 .swiper-pagination-bullet:focus,
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  width: 62px;
  height: 62px;
  overflow: hidden;
  opacity: 1;
}
.swiper-button-next i,
.swiper-button-prev i {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 62px;
  height: 124px;
}
@media (min-width: 1200px) {
  .swiper-button-next:hover i,
  .swiper-button-prev:hover i {
    transition: all 0.5s;
    top: -62px;
  }
}
.swiper-button-next {
  right: 3%;
}
.swiper-button-next i {
  background: url(../images/icon/icon_7.png) left top no-repeat;
}
.swiper-button-prev {
  left: 3%;
}
.swiper-button-prev i {
  background: url(../images/icon/icon_6.png) left top no-repeat;
}
@media (max-width: 1200px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 0.84rem;
    height: 0.84rem;
  }
  .swiper-button-next i,
  .swiper-button-prev i {
    width: 100%;
    height: 100%;
  }
  .swiper-button-next {
    right: 0%;
  }
  .swiper-button-next i {
    background: url(../images/mobile/icon/icon_7.png) left top no-repeat;
    background-size: 100% auto;
  }
  .swiper-button-prev {
    left: 0%;
  }
  .swiper-button-prev i {
    background: url(../images/mobile/icon/icon_6.png) left top no-repeat;
    background-size: 100% auto;
  }
}
.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text_over2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text_over3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text_over5 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1200 {
  width: 1200px;
  margin: 0px auto;
}
.w1400 {
  width: 72.91%;
  min-width: 1200px;
  margin: 0px auto;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 90px;
  border-bottom: #b7b7b7 1px solid;
  -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);
}
.header::after {
  transition: all 0.6s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0px;
  background: url(../images/index/nav_bac.png) center repeat;
  content: "";
}
.header:hover::after {
  transition: all 0.6s;
  height: 90px;
}
.header .w1400 {
  position: relative;
  z-index: 10;
}
.header .logo {
  display: flex;
  align-items: center;
  height: 90px;
}
.header .logo .logo1 {
  display: none;
}
.header .logo .logo2 {
  display: block;
}
.header .nav {
  margin: 14px 0.91vw 0 0;
}
.header .nav .one {
  float: left;
}
.header .nav .one_a {
  position: relative;
  padding: 0 2px;
  margin: 0 1.4vw;
  line-height: 63px;
  font-size: 17px;
  color: #333;
  border-bottom: rgba(255, 255, 255, 0) 2px solid;
}
@media (max-width: 1700px) {
  .header .nav {
    margin: 14px 1.3vw 0 0;
  }
  .header .nav .one_a {
    padding: 0 2px;
    margin: 0 1vw;
  }
}
.header .nav .one_a::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #1f4f9d;
  content: " ";
}
.header .nav .pos {
  transition: all 0.6s;
  position: fixed;
  left: 0;
  top: 91px;
  width: 100%;
  max-height: 0px;
  background: #fff;
  overflow: hidden;
}
.header .nav .pos .w1400 {
  padding: 20px 0;
}
.header .nav .pos .left {
  margin-right: 3.5%;
  width: 33.7%;
}
.header .nav .pos .left .tab_title .title {
  transition: all 0.8s;
  position: relative;
  padding-right: 30px;
}
.header .nav .pos .left .tab_title .title::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #1f4f9d;
  opacity: 0;
  content: " ";
}
.header .nav .pos .left .tab_title .title .pad {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  padding: 0 10px 0 33px;
  line-height: 54px;
  font-size: 18px;
  color: #666;
}
.header .nav .pos .left .tab_title .title .pad.on {
  background: url(../images/icon/icon_10.png) right center no-repeat;
}
.header .nav .pos .left .tab_title .title.cur::after,
.header .nav .pos .left .tab_title .title:hover::after {
  transition: all 0.8s;
  width: 100%;
  opacity: 1;
}
.header .nav .pos .left .tab_title .title.cur .pad,
.header .nav .pos .left .tab_title .title:hover .pad {
  transition: all 0.3s;
  color: #fff;
}
.header .nav .pos .left .tab_title .title.cur .pad.on,
.header .nav .pos .left .tab_title .title:hover .pad.on {
  background: url(../images/icon/icon_10s.png) right center no-repeat;
}
.header .nav .pos .right {
  width: 62.8%;
}
.header .nav .pos .right .small_title {
  padding-bottom: 16px;
  line-height: 54px;
  font-size: 28px;
  color: #1f4f9d;
  font-weight: bold;
}
.header .nav .pos .right a {
  float: left;
  margin: 0 6% 20px 0;
  width: 47%;
}
.header .nav .pos .right a:nth-child(2n) {
  margin-right: 0;
}
.header .nav .pos .right a .icon {
  position: relative;
  float: left;
  margin-bottom: 23px;
  width: 45px;
  height: 66px;
  overflow: hidden;
}
.header .nav .pos .right a .icon em {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 66px;
}
.header .nav .pos .right a .icon .em2 {
  transition: all 0.2s;
  opacity: 0;
}
.header .nav .pos .right a .text {
  float: right;
  width: calc(100% - 59px);
}
.header .nav .pos .right a .text b {
  margin-bottom: 10px;
  font-size: 18px;
  color: #666;
}
.header .nav .pos .right a .text p {
  line-height: 18px;
  font-size: 16px;
  color: #999;
}
.header .nav .pos .right a:hover .icon .em2 {
  transition: all 0.2s;
  opacity: 1;
}
.header .nav .pos .right a:hover b {
  color: #e16336;
}
.header .nav .pos .two {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.header .nav .pos .two a {
  padding: 5px 50px;
  font-size: 18px;
  color: #666;
}
.header .nav .pos .two a:hover {
  color: #e16336;
}
.header .nav .pos.nav3 .w1400 {
  display: flex;
  flex-wrap: wrap;
}
.header .nav .pos.nav3 dl {
  margin: 18px 1.9% 18px 0;
  width: 23.575%;
}
.header .nav .pos.nav3 dl:nth-child(4n) {
  margin-right: 0;
}
.header .nav .pos.nav3 dl dt {
  padding-bottom: 20px;
  font-size: 18px;
  color: #1f4f9d;
  font-weight: bold;
  border-bottom: #bfbfbf 1px solid;
}
.header .nav .pos.nav3 dl dt a {
  color: #1f4f9d;
}
.header .nav .pos.nav3 dl dd {
  padding-top: 15px;
}
.header .nav .pos.nav3 dl dd a {
  font-size: 16px;
  line-height: 30px;
  color: #999;
}
.header .nav .pos.nav3 dl dd a:hover {
  color: #1f4e9c;
}
.header .nav .pos.nav3 dl dd .more {
  display: flex;
  margin-top: 12px;
}
.header .nav .pos.nav3 dl dd .more p {
  transition: all 0.5s;
  padding-right: 24px;
  color: #1f4e9c;
  background: url(../images/icon/icon_100.png) right center no-repeat;
}
.header .nav .pos.nav3 dl dd .more p:hover {
  font-weight: bold;
}
.header .nav .one:hover .pos {
  transition: all 0.6s;
  max-height: 700px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .nav .one.cur .one_a::after,
.header .nav .one:hover .one_a::after {
  transition: all 0.5s;
  width: 100%;
}
.header .icon_more .search {
  margin-left: 0.3vw;
  width: 23px;
  height: 90px;
  background: url(../images/icon/icon_2s.png) center no-repeat;
  background-size: 100% auto;
}
.header .icon_more .weixin {
  margin-left: 1.6vw;
  width: 35px;
  height: 90px;
  background: url(../images/icon/icon_3.png) center no-repeat;
}
.header .language {
  position: relative;
  margin-right: 1.6vw;
  /* width: 32px;
    height: 90px;
    background: url(../images/icon/icon_4.png) center no-repeat; */
  cursor: pointer;
}
.header .language .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .language .text i {
  width: 32px;
  height: 90px;
  background: url(../images/icon/icon_115.png) left center no-repeat;
}
.header .language .text p {
  padding-right: 19px;
  font-size: 14px;
  color: #333;
  background: url(../images/icon/icon_116.png) right center no-repeat;
}
.header .language .pos {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 64px;
  transform: translateX(-50%);
  padding: 0 10px;
  width: 114px;
  max-height: 0;
  overflow: hidden;
}
.header .language .pos i {
  position: relative;
  z-index: 2;
  width: 114px;
  height: 9px;
  background: url(../images/icon/icon_117.png) center bottom no-repeat;
}
.header .language .pos div {
  padding: 0 14px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .language .pos div a {
  line-height: 56px;
  font-size: 14px;
  color: #999;
  text-align: center;
  border-bottom: #f5f5f5 1px solid;
}
.header .language .pos div a:last-child {
  border-bottom: none;
}
.header .language .pos div a:hover {
  color: #1f4f9d;
}
.header .language:hover .pos {
  transition: all 0.5s;
  max-height: 160px;
}
.header .header_lump {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f3f3f3;
}
.header_fixed {
  background: #fff;
  border-bottom: #b7b7b7 1px solid;
}
.header_fixed::after {
  display: none;
  background: #ffffff;
}
.header_fixed .logo .logo1 {
  display: none;
}
.header_fixed .logo .logo2 {
  display: block ;
}
.header_fixed .nav .one_a {
  color: #333;
}
.header_fixed .nav .one_a::after {
  background: #1f4f9d;
}
/* .header_fixed .icon_more{border-left:rgba(183,183,183,1) 1px solid;} */
.header_fixed .icon_more .search {
  background: url(../images/icon/icon_2s.png) center no-repeat;
  background-size: 100% auto;
}
.header_fixed .icon_more .weixin {
  background: url(../images/icon/icon_3s.png) center no-repeat;
}
.m_header {
  transition: all 0.5s;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 31;
  width: 100%;
}
.m_header .logo {
  display: flex;
  align-items: center;
  height: 1.2rem;
}
.m_header .logo img {
  height: 0.59rem;
}
.m_header .nav_icon {
  width: 0.5rem;
  height: 1.2rem;
  background: url(../images/mobile/icon/i_2.png) center no-repeat;
  background-size: 100% auto;
}
.m_header .nav_icon.cur {
  background: url(../images/mobile/icon/i_2s.png) center no-repeat;
  background-size: 0.48rem auto;
}
.m_header .search {
  margin-right: 0.4rem;
  width: 0.48rem;
  height: 1.2rem;
  background: url(../images/mobile/icon/i_1.png) center no-repeat;
  background-size: 100% auto;
}
.m_header .language {
  margin-right: 0.4rem;
  width: 0.49rem;
  height: 1.2rem;
  background: url(../images/mobile/icon/icon_115.png) center no-repeat;
  background-size: 100% auto;
}
.m_header .language.on {
  background: url(../images/mobile/icon/i_2s.png) center no-repeat;
  background-size: 0.48rem auto;
}
.m_language {
  transition: all 0.7s;
  display: block;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 30;
  width: 100%;
  background: #fff;
}
.m_language.cur {
  transition: all 0.7s;
  left: 0%;
}
.m_language div {
  margin: 1.2rem 4% 0.3rem;
}
.m_language div a {
  font-size: 0.28rem;
  line-height: 1.4rem;
  color: #333;
  border-bottom: #ccc 1px solid;
}
.m_language_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 29;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.5;
}
.m_header_fixed {
  background: #fff;
  box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.2);
}
.m_nav {
  transition: all 0.7s;
  display: block;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.m_nav.cur {
  transition: all 0.7s;
  left: 0%;
}
.m_nav ul {
  margin-top: 1.1rem;
  width: 100%;
  height: calc(100% - 1.1rem - 1.5rem);
  overflow-y: auto;
}
.m_nav ul li {
  position: relative;
  overflow-x: hidden;
}
.m_nav ul .one {
  transition: all 0.5s;
  position: relative;
  padding: 0 4%;
  font-size: 0.34rem;
  line-height: 1rem;
  color: #333;
  border-bottom: #e7e5e5 1px solid;
}
.m_nav ul .go .more {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background: url(../images/mobile/icon/i_4.png) center no-repeat;
  background-size: 0.12rem auto;
}
.m_nav ul .go .more.cur {
  transform: rotate(90deg);
}
.m_nav .pos {
  transition: all 0.5s;
  position: fixed;
  left: 100%;
  top: 1.2rem;
  z-index: 2;
  width: 100%;
  height: calc(100vh - 1.2rem);
  overflow-y: scroll;
  background: #fff;
}
.m_nav .pos .bor {
  padding: 0.5rem 0;
}
.m_nav .pos .return {
  margin-bottom: 0.3rem;
  padding-left: 0.3rem;
  font-size: 0.28rem;
  color: #333;
  background: url(../images/mobile/icon/i_3.png) left center no-repeat;
  background-size: 0.1rem auto;
}
.m_nav .pos .oneText {
  margin-bottom: 0.1rem;
  font-size: 0.32rem;
  color: #f15921;
  font-weight: bold;
}
.m_nav .pos .nBox .two {
  position: relative;
  border-bottom: #ccc 1px solid;
}
.m_nav .pos .nBox .two a {
  width: calc(100% - 0.7rem);
  padding: 0.45rem 0;
  line-height: 0.45rem;
  font-size: 0.28rem;
  color: #333;
}
.m_nav .pos .nBox .two a:hover {
  color: #1451a4;
}
.m_nav .pos .nBox .two .twoMore {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5rem;
  width: 1rem;
  height: 1rem;
  background: url(../images/mobile/icon/i_4.png) center no-repeat;
  background-size: 0.12rem auto;
}
.m_nav .pos .nBox .two.cur {
  border-bottom: #fff 1px solid;
}
.m_nav .pos .nBox .two.cur a {
  color: #1451a4;
}
.m_nav .pos .nBox .two.cur .twoMore {
  transform: rotate(90deg);
}
.m_nav .pos .nBox.go .two .twoMore {
  display: block;
}
.m_nav .pos .nBox .three {
  display: none;
  padding: 0.3rem 0;
  background: #f6f6f6;
}
.m_nav .pos .nBox .three .nText {
  float: left;
  /* margin:0.36rem 4% 0.1rem 0;
                width: 48%;
                &:nth-child(2n){
                    margin-right: 0;
                } */
  width: 100%;
}
.m_nav .pos .nBox .three .icon img {
  display: none;
  margin: 0 auto 0.2rem;
  width: 0.95rem;
}
.m_nav .pos .nBox .three p {
  padding: 0.3rem 0;
  line-height: 0.36rem;
  font-size: 0.28rem;
  color: #666;
  padding-left: 0.4rem;
}
.footer {
  background: #efefef;
  padding: 50px 0 26px;
}
.footer .t .search {
  padding-left: 20px;
  border-bottom: #c4c5c6 1px solid;
}
.footer .t .search input {
  float: left;
  width: 300px;
  height: 42px;
  font-size: 16px;
  color: #333;
}
.footer .t .search .but {
  float: left;
  margin-left: 10px;
  width: 35px;
  height: 42px;
  background: url(../images/icon/icon_13.png) left center no-repeat;
  cursor: pointer;
}
.footer .fNav {
  padding: 36px 0 33px;
  border-bottom: #c4c5c6 1px solid;
}
.footer .fNav a {
  float: left;
  margin-right: 80px;
  font-size: 18px;
  color: #333;
}
.footer .fNav a:hover {
  color: #22539c;
}
.footer .b .fText {
  margin-top: 30px;
  display: flex;
  font-size: 16px;
  color: #888;
}
.footer .b .fText i {
  padding-left: 15px;
}
.footer .b .fText em {
  padding-left: 15px;
}
.footer .b .fText a {
  padding-left: 15px;
  color: #888;
}
.footer .b .fText a:hover {
  color: #22539c;
}
.footer .b .icon {
  display: none;
  margin-top: 26px;
}
.footer .b .icon div {
  float: left;
  margin-left: 11px;
  width: 44px;
  height: 44px;
  border-radius: 44px;
}
.footer .b .icon div:nth-child(1) {
  background: #bbbbbc url(../images/icon/icon_14.png) center no-repeat;
}
.footer .b .icon div:nth-child(1):hover {
  background: #22539c url(../images/icon/icon_14.png) center no-repeat;
}
.footer .b .icon div:nth-child(2) {
  background: #bbbbbc url(../images/icon/icon_15.png) center no-repeat;
}
.footer .b .icon div:nth-child(2):hover {
  background: #22539c url(../images/icon/icon_15.png) center no-repeat;
}
.footer .b .icon div:nth-child(3) {
  background: #bbbbbc url(../images/icon/icon_16.png) center no-repeat;
}
.footer .b .icon div:nth-child(3):hover {
  background: #22539c url(../images/icon/icon_16.png) center no-repeat;
}
.m_footer {
  background: #efefef;
}
.m_footer .fNav {
  padding: 0.3rem 0;
}
.m_footer .fNav .lis .one {
  position: relative;
  border-bottom: #ccc 1px solid;
}
.m_footer .fNav .lis .one a {
  width: calc(100% - 0.7rem);
  font-size: 0.28rem;
  line-height: 1rem;
  color: #333;
}
.m_footer .fNav .lis .one .More {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/mobile/icon/i_4.png) center no-repeat;
  background-size: 0.12rem auto;
}
.m_footer .fNav .lis .one .More.cur {
  transform: rotate(90deg);
}
.m_footer .fNav .lis .three {
  display: none;
}
.m_footer .fNav .lis .three a {
  margin: 0 4%;
  padding: 0.3rem 0.5rem 0.3rem 0;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #333;
  background: url(../images/mobile/icon/i_4.png) right center no-repeat;
  background-size: 0.12rem auto;
  border-bottom: #ccc 1px solid;
}
.m_footer .fNav .lis:last-child .one {
  border-bottom: 0px;
}
.m_footer .icon {
  margin-top: 0.1rem;
  display: flex;
  justify-content: center;
  display: none;
}
.m_footer .icon div {
  margin: 0 0.4rem 0.4rem;
  width: 0.98rem;
  height: 0.98rem;
  border-radius: 0.98rem;
  background: #bbbbbc;
}
.m_footer .icon div:hover {
  background: #22539c;
}
.m_footer .icon div p {
  width: 0.98rem;
  height: 0.98rem;
}
.m_footer .icon div:nth-child(1) p {
  background: url(../images/mobile/icon/icon_14.png) center no-repeat;
  background-size: 0.44rem auto;
}
.m_footer .icon div:nth-child(2) p {
  background: url(../images/mobile/icon/icon_15.png) center no-repeat;
  background-size: 0.21rem auto;
}
.m_footer .icon div:nth-child(3) p {
  background: url(../images/mobile/icon/icon_16.png) center no-repeat;
  background-size: 0.45rem auto;
}
.m_footer .fText {
  padding: 0.26rem 0;
  line-height: 0.5rem;
  font-size: 0.26rem;
  color: #888;
  text-align: center;
  border-top: #ccc 1px solid;
}
.m_footer .fText a,
.m_footer .fText em {
  display: inline;
  color: #888;
}
.m_footer .fText a,
.m_footer .fText em {
  padding: 0 0.1rem;
}
.toTop {
  opacity: 0;
  transition: all 0.5s;
  position: fixed;
  bottom: 5%;
  right: 2.6%;
  z-index: 20;
  width: 80px;
  height: 80px;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.toTop i {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 160px;
  background: url(../images/icon/icon_11ss.png) top center no-repeat;
}
.toTop:hover i {
  transition: all 0.5s;
  top: -80px;
}
.toTop_fixed {
  opacity: 1;
}
.scroll {
  opacity: 1;
  position: fixed;
  z-index: 100;
  width: 30px;
  height: 44px;
  background: url(../images/icon/icon_1.png) center no-repeat;
  bottom: 3%;
  left: 50%;
  margin-left: -25px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrolls;
  animation-name: scrolls;
}
.scroll.scroll_fixed {
  display: none;
}
.add {
  margin-bottom: 33px;
  width: 100%;
  line-height: 30px;
}
.add a {
  float: left;
  font-size: 16px;
  color: #999;
  font-family: Arial;
}
.add a.brc:hover {
  color: #f15921;
}
.add a.one {
  width: 24px;
  height: 25px;
  background: url(../images/icon/icon_17s.png) center no-repeat;
}
.add i {
  float: left;
  width: 24px;
  height: 30px;
  background: url(../images/icon/icon_18s.png) center no-repeat;
}
.pageBanner {
  position: relative;
}
.pageBanner .pic {
  width: 100%;
  height: 500px;
}
.pageBanner .pic i {
  width: 100%;
  height: 100%;
}
.pageBanner .pic .mimg {
  display: none;
}
.pageBanner .pos {
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
  width: 100%;
}
.pageBanner .pos b {
  margin-bottom: 26px;
  font-size: 60px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.pageBanner .pos p {
  margin: 0 auto;
  width: 59px;
  height: 7px;
  background: #f15921;
}
.pageBanner .add {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.pageBanner .add a {
  color: #fff;
  /* &:hover{
                color: #1f4f9d;
            } */
}
.pageBanner .add .brc:hover {
  color: #f15921;
}
.pageBanner .add a.one {
  background: url(../images/icon/icon_17.png) center no-repeat;
}
.pageBanner .add i {
  background: url(../images/icon/icon_18.png) center no-repeat;
}
.solveBanner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 536px;
}
.solveBanner .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.solveBanner .pic i {
  width: 100%;
  height: 100%;
}
.solveBanner .pic .mimg {
  display: none;
}
.solveBanner .pos {
  padding: 60px 0 80px;
  width: 100%;
}
.solveBanner .pos .t {
  margin-bottom: 24px;
  font-size: 46px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.solveBanner .pos .swiper {
  margin-top: 30px;
  width: 100%;
  max-height: 310px;
}
.solveBanner .pos .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 30px 0px 0;
  font-size: 18px;
  line-height: 34px;
  color: #333;
}
.solveBanner .pos .link {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  background: #0e459c;
  cursor: pointer;
}
.solveBanner .pos .link i {
  padding-right: 39px;
  font-size: 18px;
  color: #fff;
  background: url(../images/icon/icon_88.png) right center no-repeat;
}
.solveBanner .add {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 23px;
}
.pageNav {
  border-bottom: #ccc 1px solid;
}
@media (min-width: 1201px) {
  .pageNav .swiper-wrapper {
    justify-content: center;
    align-items: center;
  }
}
.pageNav .swiper-slide {
  margin: 0 50px;
  width: auto;
  line-height: 92px;
  font-size: 20px;
  color: #666;
}
.pageNav .swiper-slide:first-child {
  margin-left: 0;
}
.pageNav .swiper-slide:last-child {
  margin-right: 0;
}
.pageNav .swiper-slide::before {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #0e459c;
  content: " ";
}
.pageNav .swiper-slide.cur,
.pageNav .swiper-slide:hover {
  color: #0e459c;
}
.pageNav .swiper-slide.cur::before,
.pageNav .swiper-slide:hover::before {
  transition: all 0.5s;
  width: 76%;
}
.page .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 2px;
  width: 100%;
}
.page .swiper-pagination.swiper-pagination-lock {
  display: none;
}
.page .Wswiper-pagination {
  opacity: 0;
}
.page .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 16px;
}
.page .swiper-pagination-bullet {
  transition: all 0.5s;
  width: 13px;
  height: 13px;
  border-radius: 0;
  background: #dedede;
  opacity: 1;
  cursor: pointer;
}
.page .swiper-pagination-bullet-active {
  transition: all 0.5s;
  background: #0e459c;
}
.page .swiper-button-next:after,
.page .swiper-container-rtl .swiper-button-prev:after,
.page .swiper-button-prev:after,
.page .swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.page_more {
  position: relative;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 40px;
  border: 1px solid #d3d3d3;
}
.page_more em {
  position: relative;
  z-index: 3;
  padding-right: 20px;
  font-size: 14px;
  color: #999;
  background: url(../images/icon/icon_19.png) right center no-repeat;
}
.page_more::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 100%;
  background: #0e459c;
  content: " ";
}
.page_more:hover {
  border: 1px solid #0e459c;
}
.page_more:hover em {
  color: #fff;
  background: url(../images/icon/icon_19s.png) right center no-repeat;
}
.page_more:hover::after {
  transition: all 0.5s;
  width: 100%;
}
/*分页*/
.paging {
  margin-bottom: 80px;
  padding: 25px 0 20px;
  font-size: 0;
  line-height: 47px;
  text-align: center;
  background: #f6f6f6;
}
.paging li {
  display: inline-block;
  margin: 0 12px;
  font-size: 16px;
  color: #666;
}
.paging li a,
.paging li span {
  color: #666;
  min-width: 37px;
  padding: 0 5px;
  border: #ccc 1px solid;
}
.paging li.active a,
.paging li.active span {
  color: #fff;
  background: #0e459c;
  border: #0e459c 1px solid;
}
.paging li a:hover {
  color: #0e459c;
  border: #0e459c 1px solid;
}
.paging li:first-child {
  float: left;
  padding-left: 24px;
  margin: 0 0 0 50px;
  line-height: 49px;
  font-size: 14px;
  color: #999;
  background: url(../images/icon/icon_24ss.png) left center no-repeat;
}
.paging li:first-child a,
.paging li:first-child span {
  padding: 0;
  border: none;
}
.paging li:last-child {
  float: right;
  padding-right: 24px;
  margin: 0 50px 0 0;
  line-height: 49px;
  font-size: 14px;
  color: #999;
  background: url(../images/icon/icon_25ss.png) right center no-repeat;
}
.paging li:last-child a,
.paging li:last-child span {
  padding: 0;
  border: none;
}
/*视频播放弹窗*/
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 111;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1341px;
  background: #000;
}
.pop_video video {
  width: 100%;
}
.pop_video i {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon_56.png) center no-repeat;
  cursor: pointer;
}
.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.header,
.footer,
.toTop,
.paging {
  display: block;
}
.m_header,
.m_nav,
.m_footer,
.pageGoMore {
  display: none;
}
.header_mar {
  width: 100%;
  height: 90px;
}
.browsehappy {
  transition: all 0.5s;
  /*position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;*/
  width: 100%;
  max-height: 0px;
  padding: 0px 0 1px;
  background: #eeeeee;
  overflow: hidden;
}
.browsehappy.cur {
  transition: all 0.5s;
  max-height: 36px;
}
.browsehappy .text {
  margin-bottom: 16px;
  position: relative;
}
.browsehappy .text div {
  text-align: center;
  font-size: 14px;
  color: #666;
}
.browsehappy .text div a {
  display: inline;
  padding-left: 10px;
  color: #c7000b;
}
.browsehappy .text .close {
  position: absolute;
  right: 4%;
  top: 0;
  color: #333;
  font-size: 20px;
  cursor: pointer;
}
.productCable {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  height: 580px;
}
.caSolve {
  margin-bottom: 80px;
}
.productCable .next {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 64.39vw;
  height: 100%;
  background: #f7f7f7 url(../images/index/ind03_bac.png) left center no-repeat;
  margin-bottom: 0!important;
}
.productCable .next .text {
  position: absolute;
  left: 18.29%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  max-width: 75%;
}
.productCable .next .text i {
  margin-bottom: 17px;
  font-size: 20px;
  color: #1e4e9d;
}
.productCable .next .text b {
  margin-bottom: 29px;
  font-size: 50px;
  color: #333;
  line-height: 60px;
}
.productCable .next .text p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.productCable .next .pos_icon {
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  z-index: 10;
  width: 90px;
  height: 90px;
  background: url(../images/icon/icon_106.png) center no-repeat;
  cursor: pointer;
}
.productCable .next .pos_icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon_107.png) center no-repeat;
  content: "";
}
.productCable .pos_icon.cur::after {
  background: url(../images/icon/icon_108.png) center no-repeat;
}
.productCable .videos {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 64.39vw);
  height: 100%;
  overflow: hidden;
}
.productCable .videos video,
.productCable .videos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productCable .videos i {
  width: 100%;
  height: 100%;
}
.productCable .pos_icon:hover::after {
  background: url(../images/icon/icon_107s.png) center no-repeat;
}
.productCable .pos_icon.cur:hover::after {
  background: url(../images/icon/icon_108s.png) center no-repeat;
}
.productCable.ind03_box .next {
  transition: all 0.9s;
  transform: translateX(-48%);
}
.bannerText {
  width: 850px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
.bannerText.notText {
  padding-bottom: 10px;
}
.productBanner {
  display: flex;
  align-items: center;
}
.productBanner .pos {
  top: initial;
  transform: none;
}
.bannerIconPlay {
  width: 60px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}
.bannerIconPlay img {
  width: 100%;
}
.m_productCable {
  display: none;
}
.videoLink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.videoLink .link {
  margin: 0!important;
}
.videoLink .linkBox {
  margin-left: 50px!important;
}
.videoLink .linkBox:first-child {
  margin-left: 0!important;
}
.videoLink .linkInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  background: #0e459c;
  cursor: pointer;
}
.videoLink .linkInfo i {
  padding-right: 39px;
  font-size: 18px;
  color: #fff;
  background: url(../images/icon/icon_112.png) right center no-repeat !important;
  background-size: 19px;
}
.pupProduct {
  display: none;
}
.page-items2{
    margin-bottom: 80px;
    padding: 25px 0 20px;
    font-size: 0;
    line-height: 47px;
    text-align: center;
    background: #f6f6f6;
}
.page-items2 .el-pagination{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0!important;
}
.page-items2 .el-pagination::before, .page-items2 .el-pagination::after{
    display: none!important;
}
.page-items2 .el-pager li{
    display: inline-block;
    margin: 0 12px!important;
    font-size: 16px!important;
    color: #666!important;
    min-width: 49px!important;
    padding: 0 5px!important;
    border: #ccc 1px solid!important;
    height: 47px!important;
    line-height: 47px!important;
    background: initial!important;
    font-weight: normal!important;
}
.page-items2 .el-pagination .btn-prev{
    padding-left: 24px!important;
    margin: 0 0 0 50px!important;
    line-height: 49px!important;
    font-size: 14px!important;
    color: #666!important;
    background: url(../images/icon/icon_24ss.png) left center no-repeat;
    background-color: initial!important;
}
.page-items2 .el-pagination .btn-next{
    padding-right: 24px!important;
    margin: 0 50px 0 0!important;
    line-height: 49px!important;
    font-size: 14px!important;
    color: #666!important;
    background: url(../images/icon/icon_25ss.png) right center no-repeat;
    background-color: initial!important;
}
.page-items2 .el-pagination .btn-prev span, .page-items2 .el-pagination .btn-next span{
    font-size: 14px!important;
}
.page-items2 .el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #0e459c!important;
    color: #FFF!important;
    border: #0e459c 1px solid!important;
}
.resultsBox .results_con .waterfull .result_text {
  margin-top: 30px;
  padding-bottom: 33px;
  font-size: 20px;
  color: #0b4da2;
  /* border-bottom: #cdcdcd 1px solid; */
}
.resultsBox .results_con .waterfull .result_text i {
  display: inline-block;
}
@media (max-width: 1200px) {
  .w,
  .w1200,
  .w1400 {
    margin: 0 auto;
    width: 92%;
    min-width: 0%;
  }
  .header,
  .footer,
  .toTop,
  .paging {
    display: none;
  }
  .m_header,
  .m_nav,
  .m_footer,
  .pageGoMore {
    display: block;
  }
  .header_mar {
    width: 100%;
    height: 1.2rem;
  }
  .add {
    margin-bottom: 0.3rem;
    line-height: 0.3rem;
  }
  .add a {
    margin-top: 0.03rem;
    font-size: 0.28rem;
  }
  .add a.one {
    margin-top: -0.02rem;
    width: 0.28rem;
    height: 0.3rem;
    background: url(../images/icon/icon_17s.png) center no-repeat;
    background-size: 0.28rem;
  }
  .add i {
    width: 0.4rem;
    height: 0.3rem;
    background: url(../images/icon/icon_18s.png) center no-repeat;
    background-size: 0.07rem auto;
  }
  .pageBanner .pic {
    height: 5rem;
  }
  .pageBanner .pic .pimg {
    display: none;
  }
  .pageBanner .pic .mimg {
    display: block;
  }
  .pageBanner .pos {
    top: calc(48% - 0.5rem);
  }
  .pageBanner .pos b {
    margin-bottom: 0.3rem;
    font-size: 0.66rem;
  }
  .pageBanner .pos p {
    width: 0.6rem;
    height: 0.07rem;
  }
  .pageBanner .add {
    bottom: 0.3rem;
  }
  .pageBanner .add a.one {
    background: url(../images/icon/icon_17.png) center no-repeat;
    background-size: 0.28rem;
  }
  .pageBanner .add i {
    background: url(../images/icon/icon_18.png) center no-repeat;
    background-size: 0.07rem auto;
  }
  .solveBanner {
    min-height: 6.7rem;
  }
  .solveBanner .pic .pimg {
    display: none;
  }
  .solveBanner .pic .mimg {
    display: block;
  }
  .solveBanner .pos {
    padding: 0.9rem 0;
  }
  .solveBanner .pos .t {
    margin-bottom: 0.4rem;
    line-height: 0.6rem;
    font-size: 0.48rem;
  }
  .solveBanner .pos .swiper {
    margin-top: 0.5rem;
    max-height: 3.5rem;
  }
  .solveBanner .pos .swiper-slide {
    padding: 0rem 0.3rem;
    font-size: 0.26rem;
    line-height: 0.35rem;
  }
  .solveBanner .pos .swiper-scrollbar {
    border-radius: 5px;
  }
  .solveBanner .pos .swiper-vertical > .swiper-scrollbar {
    width: 3px;
  }
  .solveBanner .pos .link {
    margin: 0.6rem auto 0;
    width: 3.45rem;
    height: 0.8rem;
  }
  .solveBanner .pos .link i {
    padding-right: 0.65rem;
    font-size: 0.28rem;
    background: url(../images/icon/icon_88.png) right center no-repeat;
    background-size: auto 0.3rem;
  }
  .solveBanner .add {
    display: none;
  }
  .videoLink {
    margin-top: 0.4rem;
  }
  .pageNav .swiper-slide {
    margin: 0 0.96rem 0 0;
    line-height: 1.08rem;
    font-size: 0.3rem;
  }
  .pageNav .swiper-slide:first-child {
    margin-left: 0;
  }
  .pageNav .swiper-slide:last-child {
    margin-right: 0;
  }
  .pageNav .swiper-slide:last-child::after {
    display: none;
  }
  .pageNav .swiper-slide::after {
    position: absolute;
    right: -0.48rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.18rem;
    background: #f4f4f4;
    content: " ";
  }
  .pageNav .swiper-slide.cur::before,
  .pageNav .swiper-slide:hover::before {
    width: 100%;
  }
  .page .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.15rem;
  }
  .page .swiper-pagination-bullet {
    margin: 0 0.16rem;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 100%;
    border: #6d6d6d 1px solid;
    background: #fff;
    opacity: 1;
  }
  .page .swiper-pagination-bullet-active {
    transition: all 0.5s;
    background: #0e459c;
    border: #0e459c 1px solid;
  }
  .page .swiper-button-next,
  .page .swiper-button-prev {
    display: none;
  }
  .page_more {
    display: none;
  }
  .pageGoMore {
    margin: 0 auto;
    width: 3.2rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    background: #1f4f9d;
  }
  .browsehappy.cur {
    max-height: 2rem;
  }
  .browsehappy .text {
    margin-bottom: 0.4rem;
  }
  .browsehappy .text div {
    padding: 0 0.8rem 0 0.4rem;
    text-align: left;
    font-size: 0.24rem;
  }
  .browsehappy .text div a {
    padding-left: 0;
  }
  .browsehappy .text .close {
    right: 0.3rem;
    font-size: 0.4rem;
  }
  .bannerText {
    width: 90%;
    font-size: 0.32rem;
    line-height: 0.4rem;
    margin-top: 0.2rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
  }
  .bannerText.notText {
    padding-bottom: 0.1rem !important;
  }
  .productBanner .pos {
    top: initial;
  }
  .bannerIconPlay {
    width: 0.6rem;
    margin-top: 0.2rem;
  }
  .productCable {
    display: none;
  }
  .m_productCable {
    display: block;
    margin: 0 auto 0.3rem;
    padding: 0.75rem 0 0.8rem;
    height: auto;
    background: #f7f7f7;
  }
  .m_productCable .next {
    margin-bottom: 0.4rem !important;
    box-shadow: none !important;
  }
  .m_productCable .next i {
    margin-bottom: 0.28rem;
    font-size: 0.28rem;
    color: #1e4e9d;
  }
  .m_productCable .next b {
    margin-bottom: 0.5rem;
    font-size: 0.4rem;
    color: #333;
    line-height: 0.47rem;
  }
  .m_productCable .next p {
    font-size: 0.28rem;
    color: #666;
    line-height: 0.35rem;
  }
  .m_productCable .videos {
    position: relative;
    width: 100%;
  }
  .m_productCable .videos video,
  .m_productCable .videos img {
    display: block;
    width: 100%;
    height: 5.27rem;
    object-fit: cover;
  }
  .m_productCable .icon {
    position: absolute;
    width: 0.9rem;
  }
  .m_productCable .icon img {
    height: auto;
  }
  .m_productCable .videos {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m_caSolve {
    margin-bottom: 0.8rem;
  }
  .videoLink .linkBox {
    margin-left: 0.6rem !important;
  }
  .videoLink .linkInfo {
    width: 3.45rem;
    height: 0.8rem;
  }
  .videoLink .linkInfo i {
    padding-right: 0.65rem;
    font-size: 0.28rem;
    background-size: auto 0.3rem;
  }
  .page-items2{
      display: none;
  }
  .resultsBox .results_con .waterfull .result_text{
    font-size: 0.26rem;
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
@-webkit-keyframes scrolls {
  from {
    bottom: 3%;
  }
  50% {
    bottom: calc(3% + 10px);
  }
  100% {
    bottom: 3%;
  }
}
@keyframes scrolls {
  from {
    bottom: 3%;
  }
  50% {
    bottom: calc(3% + 10px);
  }
  100% {
    bottom: 3%;
  }
}
.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;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.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;
  }
}


