/*================基本样式重置================*/
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 {
  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;
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1200 {
  width: 1200px;
  margin: 0px auto;
}
.w1400 {
  width: 1400px;
  margin: 0px auto;
}
@media (max-width: 1480px) {
  .w1400 {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  .w1400 {
    width: 90%;
  }
}

.content {
  min-height: 500px;
}
/* .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%;
  background: rgba(255, 255, 255, 0);
  -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: 1px solid #fff;
}
.header .logo {
  display: flex;
  align-items: center;
  width: 340px;
  height: 100px;
}
.header .logo img {
  height: 45px;
}
.header .logo1 {
  display: none;
}
.header .nav .one {
  float: left;
}
.header .nav .one_a {
  position: relative;
  padding: 0 4px;
  margin-right: 84px;
  line-height: 100px;
  font-size: 18px;
  color: #fff;
}
.header .nav .one:nth-child(1) .one_a {
  margin-left: 0;
}
.header .nav .one_a::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #2778be;
  content: " ";
}
.header .nav .one.cur .one_a,
.header .nav .one:hover .one_a {
  color: #2778be;
}
.header .nav .one.cur .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: 90px;
  z-index: 9;
  margin-left: -100px;
  padding-top: 1px;
  width: 140px;
  height: 0px;
  overflow: hidden;
}
.header .nav .one .bac {
  position: relative;
  margin-top: 30px;
  padding: 15px 0 15px;
  /*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(1);
  opacity: 0.5;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -11px;
  width: 22px;
  height: 22px;
  background: url(../images/index/top.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 {
  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: 22px;
  height: 100px;
  background: url(../images/icon/icon_1.png) center no-repeat;
}
.header .code a {
  position: relative;
  margin-right: 48px;
  width: 30px;
  height: 100px;
}
.header .code a .pos_code {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 107px;
  transform: translateX(-50%);
  width: 127px;
  height: 0;
  overflow: hidden;
}
.header .code a .pos_code .bor {
  width: 127px;
  height: 135px;
  background: url(../images/icon/icon_38.png) top left no-repeat;
}
.header .code a .pos_code .bor img {
  padding: 20px 9px 0;
  width: 109px;
  height: 108px;
}
.header .code a:hover .pos_code {
  transition: all 0.5s;
  height: 135px;
}
.header .code a.a1 {
  background: url(../images/icon/icon_36s.png) center no-repeat;
}
.header .code a.a2 {
  background: url(../images/icon/icon_37s.png) center no-repeat;
}
@media (max-width: 1480px) {
  .header .nav .one_a,
  .header .code a {
    margin-right: 50px;
  }
}
@media(max-width:1200px){
  .header .logo{
      width: 100px;
  }
  .header .nav .one_a, .header .code a{
      margin-right: 25px;
  }
}
.header_fixed .nav .one_a,
.header:hover .nav .one_a {
  color: #333333;
}
.header_fixed,
.header:hover {
  transition: all 0.6s;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
.header_fixed .icon_more .search,
.header:hover .icon_more .search {
  background: url(../images/icon/icon_1s.png) center no-repeat;
}
.header_fixed .code a.a1,
.header:hover .code a.a1 {
  background: url(../images/icon/icon_36s.png) center no-repeat;
}
.header_fixed .code a.a2,
.header:hover .code a.a2 {
  background: url(../images/icon/icon_37s.png) center no-repeat;
}
.header .icon_more:hover .search {
  background: url(../images/icon/icon_1ss.png) center no-repeat;
}
.footer {
  position: relative;
  z-index: 2;
  background-color: #f9f9f9;
}
.footer .top p {
  float: left;
  font-size: 28px;
  color: #fff;
}
.footer .top a {
  float: left;
  padding-left: 50px;
  margin-left: 100px;
  font-size: 20px;
  color: #fff;
}
.footer .top a:nth-child(1) {
  background: url(../images/icon/icon_15.png) left center no-repeat;
}
.footer .top a:nth-child(2) {
  background: url(../images/icon/icon_16.png) left center no-repeat;
}
.footer .top a:nth-child(3) {
  background: url(../images/icon/icon_17.png) left center no-repeat;
}
.footer .btnr {
  width: 100%;
  height: 5px;
}
.footer .cen {
  position: relative;
  padding-bottom: 40px;
}
.footer .cen .clearfix {
  position: relative;
}
.footer .cen .po_left {
  float: left;
  width: 48.71%;
}
.footer .cen .logoBox {
  padding: 68px 0 36px;
}
.footer .cen .navBox {
  width: 100%;
}
.footer .cen .navBox a {
  position: relative;
  float: left;
  padding: 0 28px 0 28px;
  font-size: 18px;
  color: #333;
}
@media (max-width: 1480px) {
  .footer .cen .navBox a {
    padding: 0 28px 0 28px;
  }
}
.footer .cen .navBox a:first-child {
  padding: 0 28px 0 0;
}
.footer .cen .navBox a:nth-child(5n) {
  padding: 0 0 0 28px;
}
.footer .cen .navBox a:nth-child(5n)::before {
  display: none;
}
.footer .cen .navBox a::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 10px;
  background: #e8e8e8;
  content: " ";
}
.footer .cen .navBox a:nth-child(5n)::before {
  display: none;
}
.footer .cen .navBox a:hover {
  color: #2778be;
}
.footer .cen .pos {
  float: right;
  width: 32.14%;
  padding-top: 90px;
}
.footer .cen .pos .fw {
  margin-bottom: 24px;
  padding-left: 35px;
}
.footer .cen .pos .fw:last-child {
  margin-bottom: 0;
}
.footer .cen .pos .fw p {
  display: flex;
  color: #2778be;
  font-size: 16px;
}
.footer .cen .pos .fw p span {
  color: #666666;
  display: inline-block;
  /* width: 65%; */
}
.footer .cen .pos .address p span {
  width: 80%;
}
.footer .cen .pos .phone {
  background: url(../images/index/phone.png) left center no-repeat;
}
.footer .cen .pos .e-mail {
  background: url(../images/index/e-mail.png) left 5px no-repeat;
}
.footer .cen .pos .address {
  background: url(../images/index/address.png) left 0 no-repeat;
}
.footer .bot {
  line-height: 66px;
  font-size: 16px;
  color: #999;
  border-top: #e7e7e7 1px solid;
}
.footer .bot .fl,
.footer .bot .fr {
  display: flex;
}
.footer .bot .fl i,
.footer .bot .fr i {
  margin-left: 70px;
  color: #999;
}
.footer .bot .fl a,
.footer .bot .fr a {
  padding: 0 22px;
  color: #999;
}
.footer .bot .fr a:first-child {
  position: relative;
}
.footer .bot .fr a:first-child::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 10px;
  background: #e8e8e8;
  content: " ";
}
.footer .bot .fl a.icon,
.footer .bot .fr a.icon {
  padding-left: 23px;
  background: url(../images/icon/icon_33.png) left center no-repeat;
  margin-left: 22px;
}
.footer .bot .fl .mk {
  margin-left: 22px;
  position: relative;
}
.footer .bot .fl .mk::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 10px;
  background: #e8e8e8;
  content: " ";
}
.footer .bot .fl .mk::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 10px;
  background: #e8e8e8;
  content: " ";
}
@media (max-width: 1310px) {
  .footer .bottom .right .icon div.fl:nth-child(3) .pos {
    left: -60px;
  }
}
@media (max-width: 1480px) {
  .footer .cen .pos .text {
    right: -8.9%;
  }
}
/* 悬浮 */
.suspension {
  transition: all 0.5s;
  position: fixed;
  right: -80px;
  top: 63%;
  z-index: 13;
  cursor: pointer;
  width: 60px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.suspension .sus {
  position: relative;
  width: 100%;
}
.suspension .sus p {
  width: 100%;
  height: 60px;
  border-bottom: #ccc 1px solid;
}
.suspension .sus:last-child p {
  border-bottom: 0px;
}
.suspension .sus1 p {
  background: url(../images/icon/icon_18.png) center no-repeat;
}
.suspension .sus2 p {
  background: url(../images/icon/icon_19.png) center no-repeat;
}
.suspension .sus .pos {
  position: absolute;
  right: 64px;
  top: 95%;
  transform: translateY(-50%);
  width: 0;
  height: 178px;
  overflow: hidden;
}
.suspension .sus .pos img {
  display: block;
  width: 138px;
  height: 178px;
}
.suspension .sus1:hover p {
  background: #c7161e url(../images/icon/icon_18s.png) center no-repeat;
}
.suspension .sus2:hover p {
  background: #c7161e url(../images/icon/icon_19s.png) center no-repeat;
}
.suspension_fixed {
  right: 1%;
}
.header_mar {
  width: 100%;
  height: 130px;
}
.header_mars {
  width: 100%;
  height: 100px;
}
/*内页公共*/
.page_banner {
  position: relative;
  width: 100%;
  height: 420px;
  margin-top: 100px;
}
.page_banner .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_banner .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_banner .pic i {
  width: 100%;
  height: 100%;
}
.page_banner .whole {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
}
.page_banner .whole b {
  font-size: 30px;
  font-weight: bold;
}
.page_banner .whole p {
  font-size: 16px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 100;
  position: relative;
  padding-bottom: 22px;
  display: inline-block;
}
.page_banner .whole p::after {
  content: '';
  width: 64%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page_banner .whole .entirety {
  visibility: visible;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInUp150;
  animation-name: fadeInUp150;
}
.pageBanner_page {
  margin-top: 30px;
  position: relative;
  background: url(../images/page/pageBanner_bg.png) center no-repeat;
  padding-bottom: 96px;
}
.pageBanner_page .txt_p {
  font-size: 38px;
  color: #333;
  height: 50px;
  padding-bottom: 58px;
}
.pageBanner_page .swiper {
  width: 100%;
  margin: 0;
  padding-top: 54px;
}
.pageBanner_page .swiper .swiper-wrapper {
  padding-bottom: 50px;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide {
  display: flex;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .pic {
  width: 65.71%;
  height: 600px;
  overflow: hidden;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .pic a {
  position: relative;
  width: 100%;
  height: 600px;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .pic a .imgs {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s;
  position: relative;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .pic a .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .pic .text {
  position: absolute;
  bottom: 36px;
  left: 44px;
  width: calc(100% - 90px);
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .pic .text p {
  font-size: 24px;
  color: #fff;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .pic .text span {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .pic:hover .imgs {
  transform: scale(1.1);
  transition: all 0.5s;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .right {
  margin-left: 30px;
  width: 32.14%;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .right .s1 {
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .right .s1 .imgs {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s;
  position: relative;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .right .s1 .imgs img {
  width: 100%;
  height: 100%;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .right .s1 .text {
  position: absolute;
  bottom: 24px;
  left: 28px;
  width: calc(100% - 60px);
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .right .s1 .text p {
  font-size: 20px;
  color: #fff;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .right .s1 .text span {
  font-size: 16px;
  color: #fff;
  margin-top: 16px;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .right .s1:hover .imgs {
  transform: scale(1.1);
  transition: all 0.5s;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .right .s2 {
  width: 1005;
  height: 280px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .right .s2 .imgs {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s;
  position: relative;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .right .s2 .imgs img {
  width: 100%;
  height: 100%;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .right .s2 .text {
  position: absolute;
  bottom: 24px;
  left: 28px;
  width: 90%;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .right .s2 .text p {
  font-size: 20px;
  color: #fff;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .right .s2 .text span {
  font-size: 16px;
  color: #fff;
  margin-top: 16px;
}
.pageBanner_page .swiper .swiper-wrapper .swiper-slide .right .s2:hover .imgs {
  transform: scale(1.1);
  transition: all 0.5s;
}
.pageBanner_page .swiper .swiper-pagination {
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  color: #333;
  font-size: 24px;
}
.pageBanner_page .swiper .swiper-pagination .swiper-pagination-current {
  color: #ca1e22;
  font-size: 36px;
  display: inline;
}
.pageBanner_page .swiper .swiper-pagination .swiper-pagination-total {
  display: inline;
}
.pageBanner_page .swiper .lit_box {
  display: flex;
}
.pageBanner_page .swiper .swiper-num {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 10%;
  color: #c70020;
  font-size: 36px;
  display: flex;
}
.pageBanner_page .swiper .lit {
  margin-top: 12px;
  font-size: 24px;
  color: #333;
}
@keyframes right100 {
  0% {
    right: 100%;
  }
  100% {
    right: -100%;
  }
}
@keyframes left33 {
  0% {
    left: -33.85%;
  }
  100% {
    left: 0%;
  }
}
.sub {
  line-height: 73px;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
}
.sub .add a {
  float: left;
  font-size: 18px;
  color: #666666;
}
.sub .add a:first-child {
  color: #999;
}
.sub .add a:hover {
  color: #2778be;
}
.sub .add i {
  float: left;
  padding: 0 18px;
  font-size: 18px;
  color: #333;
}
.sub .add .one {
  width: 26px;
  height: 73px;
  background: url(../images/icon/icon_7.png) center no-repeat;
  margin-right: 25px;
}
.subes {
  margin-top: 30px;
}
/*视频播放弹窗*/
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 31;
  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: 30;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
/*分页*/
.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.paging li {
  font-size: 18px;
  font-family: Arial;
}
.paging li span,
.paging li a {
  margin: 0 7px;
  width: 42px;
  height: 42px;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  line-height: 42px;
  color: #666;
  text-align: center;
}
.paging li.active span {
  color: #fff;
  background: #2778be;
}
.paging li a:hover {
  color: #2778be;
  border: #2778be 1px solid;
  background: #2778be;
  color: #fff;
}
.paging li:first-child {
  font-size: 16px;
  color: #999;
}
.paging li:first-child a,
.paging li:first-child span {
  width: 42px;
  height: 42px;
  /* background: url(../images/icon/icon_55.png) center no-repeat; */
}
.paging li:first-child a:hover {
  /* background: #2778be url(../images/icon/icon_55s.png) center no-repeat; */
}
.paging li:last-child a,
.paging li:last-child span {
  width: 42px;
  height: 42px;
  /* background: url(../images/icon/icon_44.png) center no-repeat; */
}
.paging li:last-child a:hover {
  /* background: #2778be url(../images/icon/icon_44s.png) center no-repeat; */
}
.pageTitle {
  line-height: 50px;
}
.pageTitle b {
  font-size: 38px;
  color: #333;
  font-weight: bold;
}
.pageTitle a {
  transition: all 0.5s;
  float: left;
  padding-right: 20px;
  font-size: 16px;
  color: #999;
  background: url(../images/page/icon_right.png) right center no-repeat;
}
.pageTitle a:hover {
  color: #c7161e;
  background: url(../images/icon/icon_28.png) right center no-repeat;
}
.pageMore i {
  width: 100%;
  height: 30px;
  background: url(../images/icon/icon_35.png) center no-repeat;
}
.pageMore p {
  display: none;
  font-size: 16px;
  color: #666;
  text-align: center;
}
@-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;
}
.top-menu ul li {
  padding: 0;
  margin: 0;
}
.top-menu .z-x-w-100 {
  height: 30px;
}
.z-x-m-p-p:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  /*visibility:hidden;*/
}
.z-x-m-p-p {
  zoom: 1;
}
.z-x-m li a {
  display: block !important;
}
.z-x-m li .z-x-m-p {
  top: 30px;
}
.z-x-l-p > li > ul > li a {
  display: block;
  font-size: 12px;
  color: #333;
}
.z-x-line {
  height: 30px !important;
  line-height: auto !important;
}
.z-x-line:hover {
  height: auto !important;
}
.z-x-l-p > li > ul {
  display: block !important;
}
.top-menu {
  position: fixed !important;
  z-index: 30 !important;
}
