/*================基本样式重置================*/
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::placeholder {
  color: #999;
}
input::-webkit-search-cancel-button {
  display: none;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear {
  display: none;
}
/*清除IE下的 search 叉号*/
input {
  display: block;
  background: none;
}
input[type=file]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none;
}
button {
  display: block;
  border: none;
  cursor: pointer;
}
textarea {
  border: none;
  resize: none;
  outline: none;
  font-family: "Microsoft Yahei";
}
/*去掉火狐和谷歌浏览器的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;
}
.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;
}
/* 去除点击选项卡时出现的蓝色边框 */
.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.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: '';
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1400 {
  width: 72.91%;
  min-width: 1200px;
  margin: 0 auto;
}
.w1840 {
  width: 95.83%;
  margin: 0 auto;
}
.content {
  min-height: 800px;
}
.bacf9 {
  background: #f9f9f9;
}
.el-date-picker__header-label {
  display: inline-block;
}
.el-date-picker__header {
  font-size: 16px;
}
@font-face {
  font-family: "DINRegular";
  src: url("../font/DINPro-Regular.otf");
}
@font-face {
  font-family: "DINBold";
  src: url("../font/DINPro-Bold.otf");
}
@font-face {
  font-family: "PMZD";
  src: url("../font/PMZD.ttf");
}
@font-face {
  font-family: "semiBold";
  src: url("../font/semiBold.ttf");
}
.mobileShow {
  display: none !important;
}
.mobileShow.curr{
  display: flex !important;
}
@media (max-width: 1200px) {
  .w,
  .w1200,
  .w1400 {
    margin: 0 auto;
    width: 92%;
    min-width: 0%;
  }
  .mobileShow {
    display: block !important;
  }
  .pcShow {
    display: none !important;
  }
  .content {
    min-height: 5rem;
  }
}
.header {
  transition: all 0.5s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}
.header .w1840 {
  display: flex;
  justify-content: space-between;
}
.header .logo {
  position: relative;
  width: 24.13%;
  height: 95px;
}
.header .logo .img2 {
  opacity: 0;
}
.header .logo img {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
}
.header .info {
  display: flex;
  justify-content: flex-end;
}
.header .nav {
  display: flex;
}
.header .nav .ls {
  width: 6.8vw;
  position: relative;
}
.header .nav .ls .one_a {
  position: relative;
  line-height: 95px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.header .nav .ls .one_a::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all 0.5s;
  content: "";
}
.header .nav .ls .pos{
  position: absolute;
  top: 100%;
  height: 0;
  overflow: hidden;
  width: 140px;
  left: calc((100% - 140px) / 2)
}
.header .nav .ls:hover .pos{
  height: auto;
  padding-top: 40px;
  transition: all 0.6s;
}
.header .nav .ls .posInfo{
  width: calc(100% - 12px);
  background: rgba(255,255,255,0.7);
  padding: 30px 20px 15px 20px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  margin: 0 6px 6px;
}
.posInfo{

}
.header .nav .ls .posInfo:after{
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: url("../images/icon/i108.png") center no-repeat;
  background-size: cover;
}
.header .nav .ls .posInfo a{
  font-size: 16px;
  color: #333;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
.header .nav .ls .posInfo a:first-child{
  padding-top: 0;
}
.header .nav .ls .posInfo a:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #ae302a;
  transition: all 0.5s;
}
.header .nav .ls .posInfo a:hover{
  color: #ae302a;
}
.header .nav .ls .posInfo a:hover:after{
  width: 25px;
}

.nav_box_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 100px;
  z-index: 19;
  width: 100%;
  height: calc(100vh - 100px);
  background: #000;
  opacity: 0.5;
}
.header .nav_box {
  position: fixed;
  top: 96px;
  left: 0;
  width: 100%;
  background: url(../images/index/headBg.png) center no-repeat;
  background-size: cover;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.header .nav_box.cur {
  height: 21.2vw;
  transition: all 0.5s;
}
.header .nav_box .w1400 {
  padding: 53px 0 66px;
  justify-content: flex-end;
}
.header .nav_box .left {
  width: 36%;
  border-right: 1px solid rgba(207, 207, 207, 0.2);
  display: flex;
  align-items: flex-end;
}
.header .nav_box .inputForm {
  width: 86.7%;
  height: 50px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.header .nav_box .inputForm input {
  width: calc(100% - 38px - 1px - 54px);
  padding: 0 19px;
  height: 100%;
}
.header .nav_box .inputForm .btn {
  width: 54px;
  height: 23px;
  background: url(../images/icon/i99.png) center no-repeat;
  background-size: contain;
  position: relative;
}
.header .nav_box .inputForm .btn::after {
  content: '';
  width: 1px;
  height: 27px;
  background: #cfcfcf;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header .nav_box .right {
  height: 360px;
  display: flex;
  justify-content: space-between;
  padding-right: 25px;
  margin-right: calc(4vw + 24px);
}
.header .nav_box .pos {
  width: 6.8vw;
}
.header .nav_box .pos a {
  font-size: 16px;
  color: #666666;
  margin-top: 36px;
  text-align: center;
}
.header .nav_box .pos a:first-child {
  margin-top: 0;
}
.header .nav_box .pos a:hover {
  color: #b52b25;
}
.header .nav .ls.cur .one_a::before {
  width: 100%;
}
.header .nav .ls:hover .one_a::before {
  width: 100%;
}
.header .w1400 {
  display: flex;
  justify-content: space-between;
}
.header .search, .header .oaInfo {
  display: flex;
  padding-left: 2vw;
}
.header .oaInfo{
  display: none;
}
.header .search i {
  width: 25px;
  height: 95px;
  background: url(../images/icon/i1.svg) center no-repeat;
  cursor: pointer;
  background-size: 25px;
}
.header .oaInfo i {
  width: 24px;
  height: 95px;
  background: url(../images/icon/i100.png) center no-repeat;
  cursor: pointer;
}
.header .search em {
  width: 171px;
  height: 95px;
  display: flex;
  align-items: center;
  margin-left: 4.16vw;
}
.header .search em img {
  width: 100%;
}
.header .search em .img2 {
  display: none;
}
.header.header_fixed {
  background: #ffffff;
  border-bottom: none;
}
.header.header_fixed .nav .ls:hover .one_a::before {
  background: #b62f2b;
}
.header.header_fixed .nav .ls.cur .one_a::before {
  background: #b62f2b;
}
.header.header_fixed .search em .img1 {
  display: none;
}
.header.header_fixed .search em .img2 {
  display: block;
}
.header.header_fixed .logo .img2 {
  opacity: 1;
  transition: all 0.5s;
}
.header.header_fixed .nav .ls .one_a {
  color: #333;
}
.header.header_fixed .search i {
  background: url(../images/icon/i1s.svg) center no-repeat;
  background-size: 25px;
}
.header.header_fixed .oaInfo i {
  background: url(../images/icon/i100s.png) center no-repeat;
}
.header.cur {
  background: #ffffff;
  border-bottom: rgba(207, 207, 207, 0.2) 1px solid;
  transition: all 0.5s;
}
.header.cur .nav .ls:hover .one_a::before {
  background: #b62f2b;
}
.header.cur .nav .ls.cur .one_a::before {
  background: #b62f2b;
}
.header.cur .search em .img1 {
  display: none;
}
.header.cur .search em .img2 {
  display: block;
}
.header.cur .logo .img2 {
  opacity: 1;
  transition: all 0.5s;
}
.header.cur .nav .ls .one_a {
  color: #333;
}
.header.cur .search i {
  background: url(../images/icon/i1s.svg) center no-repeat;
}
.header.cur .oaInfo i {
  background: url(../images/icon/i100s.png) center no-repeat;
}
.header.pageHeader {
  background: #ffffff;
  border-bottom: none;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.header.pageHeader .nav .ls:hover .one_a::before {
  background: #b62f2b;
}
.header.pageHeader .nav .ls.cur .one_a::before {
  background: #b62f2b;
}
.header.pageHeader .search em .img1 {
  display: none;
}
.header.pageHeader .search em .img2 {
  display: block;
}
.header.pageHeader .logo .img2 {
  opacity: 1;
  transition: all 0.5s;
}
.header.pageHeader .nav .ls .one_a {
  color: #333;
}
.header.pageHeader .search i {
  background: url(../images/icon/i1s.svg) center no-repeat;
  background-size: 25px;
}
.header.pageHeader .oaInfo i {
  background: url(../images/icon/i100s.png) center no-repeat;
}
.header.header_fixed .nav .ls .one_a {
  white-space: nowrap;
  overflow: hidden;
}
.footer {
  background: #eeeeee;
  padding-top: 42px;
}
.footer .footerTop {
  display: flex;
  justify-content: space-between;
  padding-bottom: 39px;
  border-bottom: 1px solid #ffffff;
}
.footer .footerTop .topLogo{
  width: 444px;
}
.footer .footerTop .topLogo img{
  width: 100%;
}
.footer .link .select {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  width: 211px;
  height: 47px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.footer .link .select p {
  position: relative;
  padding: 0 22px;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer .link .select p::before {
  transition: all 0.5s;
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 14px;
  height: 8px;
  background: url(../images/icon/i24.png) right center no-repeat;
  content: "";
}
.footer .link .select .pos {
  display: none;
  position: absolute;
  left: 0px;
  bottom: 53px;
  padding: 10px 10px;
  width: calc(100% - 20px);
  max-height: 264px;
  overflow-y: auto !important;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer .link .select .pos a {
  padding: 5px 0 5px 2px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
}
.footer .link .select .pos a:hover {
  color: #c92b2f;
}
.footer .link .select.on p::before {
  transform: rotate(0deg);
}
.footer .flexBox {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
.footer .textList {
  width: 71.57%;
  padding: 40px 0 114px;
  display: flex;
  justify-content: space-between;
  border-right: 1px solid #ffffff;
}
.footer .textList .item {
  width: 18.5%;
}
.footer .textList p a {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.footer .textList .pos {
  margin-top: 30px;
}
.footer .textList a {
  font-size: 14px;
  color: #666666;
  margin-bottom: 16px;
}
.footer .textList a:last-child {
  margin-bottom: 0;
}
.footer .textList a:hover {
  color: #c92b2f;
}
.footer .relation {
  width: 28.35%;
  padding: 40px 0 0;
}
.footer .relation .infoNext {
  margin-left: 23%;
}
.footer .relation .tit {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.footer .relation .pic {
  margin-top: 33px;
}
.footer .relation a {
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  margin-bottom: 15px;
  padding-left: 34px;
}
.footer .relation a:nth-child(1) {
  background: url(../images/icon/i25.png) top 3px left no-repeat;
}
.footer .relation a:nth-child(2) {
  background: url(../images/icon/i26.png) top left no-repeat;
}
.footer .relation a:nth-child(3) {
  background: url(../images/icon/i27.png) top 4px left no-repeat;
}
.footer .relation a:last-child {
  margin-bottom: 0;
}
.footer .relation a span {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.footer .bnt .btn-flex {
  height: 87px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .bnt .btn-flex a {
  font-size: 14px;
  color: #999999;
}
.footer .bnt .left {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}
.footer .bnt .left .p1 {
  margin-left: 16px;
}
.footer .bnt .left .p2 {
  margin-left: 24px;
  padding-left: 28px;
  background: url(../images/icon/i28.png) left center no-repeat;
}
.footer .bnt .right {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}
.footer .bnt .right span {
  margin: 0 6px;
}
.header {
  display: block;
}
.m_header,
.m_nav,
.m_search {
  display: none;
}
.footer .bnt .btn-flex .t1 {
  display: none;
}
@media (max-width: 1200px) {
  .header {
    display: none;
  }
  .m_header,
  .m_nav,
  .m_search {
    display: block;
  }
  .m_header {
    transition: all 0.5s;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 31;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .m_header .logo {
    display: flex;
    align-items: center;
    height: 1.14rem;
  }
  .m_header .logo .m1 {
    display: block;
  }
  .m_header .logo .m2 {
    display: none;
  }
  .m_header .logo img {
    width: 4.16rem;
    height: 0.38rem;
  }
  .m_header .nav_icon {
    width: 0.4rem;
    height: 1.14rem;
    background: url(../images/mobile/icon/i1.png) center no-repeat;
    background-size: 0.4rem auto;
  }
  .m_header .nav_icon.cur {
    background: url(../images/mobile/icon/i2.png) center no-repeat;
    background-size: 0.29rem auto;
  }
  .m_header_fixed,
  .m_header_fixed_box,
  .m_header.cur {
    background: #fff;
    border-bottom: #dcdcdc 1px solid;
  }
  .m_header_fixed .logo .m1,
  .m_header_fixed_box .logo .m1,
  .m_header.cur .logo .m1 {
    display: none;
  }
  .m_header_fixed .logo .m2,
  .m_header_fixed_box .logo .m2,
  .m_header.cur .logo .m2 {
    display: block;
  }
  .m_header_fixed .nav_icon,
  .m_header_fixed_box .nav_icon,
  .m_header.cur .nav_icon {
    background: url(../images/mobile/icon/i1s.png) center no-repeat;
    background-size: 0.4rem auto;
  }
  .m_header_fixed .nav_icon.cur,
  .m_header_fixed_box .nav_icon.cur,
  .m_header.cur .nav_icon.cur {
    background: url(../images/mobile/icon/i2.png) center no-repeat;
    background-size: 0.29rem auto;
  }
  .m_headerFixed {
    background: #fff;
    border-bottom: #dcdcdc 1px solid;
  }
  .m_headerFixed .search{
    background: url(../images/icon/i1s.png) center no-repeat;
    background-size: 0.4rem auto;
  }
  .m_headerFixed .logo .m1 {
    display: none;
  }
  .m_headerFixed .logo .m2 {
    display: block;
  }
  .m_headerFixed .nav_icon {
    background: url(../images/mobile/icon/i1s.png) center no-repeat;
    background-size: 0.4rem auto;
  }
  .m_headerFixed .nav_icon.cur {
    background: url(../images/mobile/icon/i2.png) center no-repeat;
    background-size: 0.29rem auto;
  }
  .m_nav {
    transition: all 0.7s;
    display: block;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 30;
    width: 100%;
    height: 100vh;
    background: #ffffff;
  }
  .m_nav.cur {
    transition: all 0.7s;
    left: 0%;
  }
  .m_nav ul {
    width: 100%;
    margin-top: 1.14rem;
    height: calc(100% - 1.2rem);
    overflow-y: auto;
  }
  .m_nav ul::-webkit-scrollbar {
    display: none;
  }
  .m_nav ul li {
    position: relative;
    overflow-x: hidden;
  }
  .m_nav ul .one {
    transition: all 0.5s;
    font-size: 0.32rem;
    line-height: 1.38rem;
    color: #333333;
    position: relative;
    width: 92%;
    margin: 0 auto;
    border-bottom: #ccc 1px solid;
  }
  .m_nav ul .more {
    display: none;
    transition: all 0.5s;
    transform: rotate(0deg);
    position: absolute;
    right: 0;
    top: 0;
    width: 1.38rem;
    height: 1.38rem;
    background: url(../images/mobile/icon/i3.png) center no-repeat;
    background-size: 0.16rem auto;
  }
  .m_nav ul .more.on {
    transition: all 0.5s;
    transform: rotate(90deg);
  }
  .m_nav ul .go .more {
    display: block;
  }
  .m_nav ul .pos {
    display: none;
    padding: 0 0.6rem;
  }
  .m_nav ul .pos a {
    /* padding-left: 0.78rem; */
    line-height: 1.38rem;
    font-size: 0.28rem;
    color: #333333;
    border-bottom: #fff 1px solid;
  }
  .footer {
    padding-top: 0.79rem;
  }
  .footer .link .select p {
    font-size: 0.27rem;
  }
  .footer .topLogo {
    display: none;
  }
  .footer .footerTop {
    display: block;
    padding-bottom: 0.5rem;
    border-bottom: none;
  }
  .footer .link .select {
    width: calc(100% - 20px);
  }
  .footer .flexBox {
    display: none;
  }
  .footer .bnt .btn-flex {
    display: block;
    height: auto;
  }
  .footer .bnt .left {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0.44rem;
    border-bottom: #fff 1px solid;
  }
  .footer .bnt .btn-flex .left a {
    margin-top: 0.15rem;
  }
  .footer .bnt .right {
    height: 1rem;
    justify-content: center;
  }
  .footer .bnt .btn-flex a {
    font-size: 0.26rem;
  }
  .footer .bnt .btn-flex .t1 {
    display: block;
  }
  .search{
    width: 0.4rem;
    height: 1.14rem;
    background: url(../images/icon/i1.png) center no-repeat;
    background-size: 0.4rem auto;
    margin-right: 0.3rem;
  }
  .m_header.cur .search, .m_header_fixed .search {
    background: url(../images/icon/i1s.png) center no-repeat;
    background-size: 0.4rem auto;
  }
  .langIcon{
    width: 0.4rem;
    height: 1.14rem;
    background: url(../images/icon/i100.png) center no-repeat;
    background-size: 0.4rem auto;
    margin-right: 0.3rem;
    display: none;
  }
  .m_header.cur .langIcon, .m_header_fixed .langIcon {
    background: url(../images/icon/i100s.png) center no-repeat;
    background-size: 0.4rem auto;
  }
}
/*内页公共部分*/
.page_banner {
  position: relative;
  height: 660px;
}
.page_banner .pic, .brief_banner .pic i {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_banner .pic i, .brief_banner .pic i {
  width: 100%;
  height: 100%;
}
.page_banner .pos {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
}
.page_banner .pos b {
  font-size: 50px;
  font-weight: bold;
}
.page_banner .pic .mobile, .brief_banner .pic .mobile {
  display: none;
}
@media (max-width: 1200px) {
  .page_banner .pic .pc, .brief_banner .pic .pc {
    display: none;
  }
  .page_banner {
    height: 5.6rem;
  }
  .page_banner .pic .mobile, .brief_banner .pic .mobile {
    display: block;
  }
  .page_banner .pos b {
    font-size: 0.48rem;
  }
}
/*二级导航*/
/*子导航*/
.pageNav {
  background: #ffffff;
}
.pageNav .swiper-wrapper {
  justify-content: center;
}
.pageNav .swiper-slide {
  width: auto;
  line-height: 72px;
  font-size: 18px;
  color: #333;
  margin-right: 3.75vw;
}
.pageNav .swiper-slide:last-child {
  margin-right: 0;
}
.pageNav .swiper-slide::before {
  width: 0;
  height: 4px;
  background: #b62f2a;
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
}
.pageNav .swiper-slide.cur,
.pageNav .swiper-slide:hover {
  color: #b62f2a;
}
.pageNav .swiper-slide.cur::before,
.pageNav .swiper-slide:hover::before {
  width: 100%;
}
@media (max-width: 1200px) {
  .pageNav {
    padding: 0 0.3rem;
  }
  .pageNav .swiper-wrapper {
    justify-content: flex-start;
  }
  .pageNav .swiper-slide {
    font-size: 0.26rem;
    line-height: 1.24rem;
    margin-right: 8.8vw;
  }
}
/*视频弹窗*/
.pop_video {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 33;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.pop_video_box{
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.pop_video video {
  display: block;
  width: 100%;
}
.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 32;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.pop_video i {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 18px;
  height: 18px;
  background: url(../images/icon/i3.png) center no-repeat;
  cursor: pointer;
  z-index: 34;
}
@media (max-width: 1200px) {
  .pop_video {

  }
  .pop_video i {
    right: 0rem;
    top: -0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    background-size: 0.3rem;
  }
  .pop_video_box{
    width: 92%;
  }
}
/* 悬浮 */
.suspension {
  transition: all 0.5s;
  position: fixed;
  right: -104px;
  top: 50%;
  z-index: 13;
  width: 72px;
  transform: translateY(-50%);
  cursor: pointer;
}
.suspension_fixed {
  transition: all 0.5s;
  right: 2%;
}
.suspension .sus {
  position: relative;
}
.suspension .sus:nth-child(1) {
  border-top: none;
}
.suspension .sus p {
  position: relative;
  padding: 100px 0 0;
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.suspension .sus2 p {
  background: url(../images/icon/i2.png) center no-repeat;
}
.suspension .sus6 p {
  background: url(../images/icon/i4.png) center 25px no-repeat;
}
.suspension .sus6 p {
  border-radius: 0 0 6px 6px;
}
.suspension .sus .pos {
  display: block;
  transition: all 0.5s;
  position: absolute;
  top: 30px;
  right: 90px;
  width: 0px;
  height: 178px;
  overflow: hidden;
}
.suspension .sus .pos img {
  display: block;
  width: 138px;
  height: 178px;
}
.suspension .sus .pos {
  transition: all 0.9s;
  height: 320px;
}
.suspension .sus:hover .pos {
  transition: all 0.9s;
  width: 665px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.suspension .sus .pos img {
  width: 665px;
  height: 320px;
}
@media (max-width: 1200px) {
  .suspension {
    display: none;
  }
}
/*elemnt分页样式开始*/
.el-pagination {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.el-pagination::after,
.el-pagination::before {
  display: none!important;
}
.el-pagination button,
.el-pagination span:not([class*=suffix]) {
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  margin: 0 7px;
  color: #999999;
  border-radius: 5px;
  transition-duration: 0.5s;
}
.el-pager li {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50% !important;
  display: inline-block;
  text-align: center;
  margin: 0 7px!important;
  color: #666666 !important;
  transition-duration: 0.5s;
  padding: 0;
  font-size: 16px;
  background-color: inherit!important;
  font-weight: normal !important;
}
.el-pager li:hover {
  background-color: #990000 !important;
  color: #fff !important;
  border-color: #990000;
}
.el-pager li.active {
  border-color: #990000 !important;
  color: #ffffff !important;
  background-color: #990000 !important;
  border: none;
}
.number.active:hover {
  color: #fff !important;
}
.page-items2 .btn-prev {
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  border: 0;
  margin: 0!important;
  margin-right: 7px!important;
  padding-left: 0!important;
  background: #ffffff url(../images/icon/i12.png) center no-repeat !important;
}
.page-items2 .btn-next {
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  margin: 0!important;
  margin-left: 7px!important;
  padding-right: 0!important;
  background: #ffffff url(../images/icon/i11.png) center no-repeat !important;
}
.page-items2 .btn-prev span,
.page-items2 .btn-next span {
  font-size: 16px!important;
}
.page-items2 .btn-prev:hover {
  background: #ffffff url(../images/icon/i12s.png) center no-repeat !important;
}
.page-items2 .btn-next:hover {
  background: #ffffff url(../images/icon/i11s.png) center no-repeat !important;
}
.page-items2 .btn-prev:hover span,
.page-items2 .btn-next:hover span {
  color: #15499a !important;
}
.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
  display: none;
}
.el-pager .more::before {
  line-height: 38px;
}
.threeInfoClass {
  padding-top: 0;
}
.threeProductBtn {
  padding-top: 70px;
}
.noProduct {
  text-align: center;
  margin-top: 50px;
}
/*分页样式结束*/
/*普通分页*/
.page-items2 {
  margin-top: 80px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page-item,
.page-info {
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  margin: 0 7px;
  color: #666666;
  background: #ffffff;
  border-radius: 5px;
  transition-duration: 0.5s;
  border-radius: 50%;
}
.pagePart .page-info:first-child,
.pagePart .page-info:nth-child(2),
.pagePart .page-info:nth-child(3) {
  display: inline-block;
}
.page-item a,
.page-item span,
.page-info a,
.page-info span {
  color: #666666;
  font-size: 16px;
  transition-duration: 0.5s;
}
.page-item.active .page-link,
.page-info.active {
  color: #fff;
  background: #990000;
  border-radius: 50%;
}
.page-item:first-child {
  border: 0;
  margin: 0;
  margin-right: 7px;
  background: #fff url(../images/icon/i12.png) center no-repeat;
}
.page-item:first-child:hover {
  background: #fff url(../images/icon/i12s.png) center no-repeat;
}
.page-item:last-child {
  border: 0;
  margin: 0;
  margin-left: 7px;
  background: #fff url(../images/icon/i11.png) center no-repeat;
}
.page-item:last-child:hover {
  background: #fff url(../images/icon/i11s.png) center no-repeat;
}
.page-item:hover,
.page-info:hover {
  background-color: #990000;
  color: #fff;
  border-color: #ccc;
}
.page-item:hover a,
.page-info:hover a {
  color: #fff;
}
.page-item:last-child:hover a,
.page-item:first-child:hover a,
.page-item:last-child:hover span,
.page-item:first-child:hover span {
  color: #fff;
}
.page-custom {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666666;
  margin-left: 30px;
}
.pagePart {
  display: flex;
  align-items: center;
}
.page-input {
  width: 60px;
  height: 34px;
  border: 1px solid #e0e0e0;
  border-radius: 19px;
  margin: 0 8px;
}
.page-input input {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #666666;
}
.pageBtn {
  margin-left: 30px;
}
.toLoad {
  display: none;
}
@media (max-width: 1200px) {
  .page-items2 {
    margin-top: 0.7rem;
  }
  .toLoad {
    margin-top: 0.6rem;
    display: none;
    justify-content: center;
    align-items: center;
  }
  .toLoad div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .toLoad i {
    width: 0.53rem;
    height: 0.53rem;
    background: url(../images/mobile/icon/i8.png) center no-repeat;
    background-size: contain;
  }
  .toLoad p {
    font-size: 0.26rem;
    color: #999999;
    margin-left: 0.17rem;
  }
  .page-item,
  .page-info {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 0.1rem;
    border-radius: 0.05rem;
    border-radius: 50%;
  }
  .page-item a,
  .page-item span,
  .page-info a,
  .page-info span {
    font-size: 0.28rem;
    color: #b6b6b6;
  }
  .page-item.active .page-link,
  .page-info.active {
    border-radius: 50%;
    background: #b62f2a;
  }
  .page-item:last-child {
    background: #ffffff url(../images/mobile/icon/i4.png) center no-repeat;
    background-size: 0.11rem auto;
    margin-left: 0.07rem;
  }
  .page-item:last-child:hover {
    background: #f2f2f2 url(../images/mobile/icon/i4.png) center no-repeat;
    background-size: 0.11rem auto;
  }
  .page-item:first-child {
    background: #ffffff url(../images/mobile/icon/i5.png) center no-repeat;
    background-size: 0.11rem auto;
    margin-right: 0.07rem;
  }
  .page-item:first-child:hover {
    background: #f2f2f2 url(../images/mobile/icon/i5.png) center no-repeat;
    background-size: 0.11rem auto;
  }
  .page-custom {
    font-size: 0.28rem;
    margin-left: 0;
    justify-content: center;
    margin-top: 0.3rem;
  }
  .pageBtn {
    margin-left: 0.2rem;
  }
  .page-input {
    width: 0.73rem;
    height: 0.32rem;
  }
  .el-pager li{
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 0.1rem !important;
    font-size: 0.28rem;
    color: #b6b6b6 !important;
  }
  .page-items2 .btn-prev{
    width: 0.6rem!important;
    height: 0.6rem!important;
    line-height: 0.6rem!important;
    font-size: 0.28rem!important;
    color: #b6b6b6 !important;
    margin-right: 0.1rem!important;
  }
  .page-items2 .btn-next{
    width: 0.6rem!important;
    height: 0.6rem!important;
    line-height: 0.6rem!important;
    font-size: 0.28rem!important;
    color: #b6b6b6 !important;
    margin-left: 0.1rem!important;
  }
  .el-pager .more::before{
    line-height: 0.6rem;
  }
}
/*面包屑*/
.add {
  display: flex;
  align-items: center;
  margin-top: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.add a {
  float: left;
  color: #fff;
}
.add a.one {
  width: 36px;
  height: 30px;
  background: url(../images/icon/i16.png) left center no-repeat;
  background-size: 17px auto;
}
.add a:hover {
  color: #c92b2f;
}
.add i {
  float: left;
  margin: 0 10px;
}
.content .add {
  color: #999;
}
.content .add a {
  color: #999;
}
.content .add a:hover {
  color: #c92b2f;
}
@media (max-width: 1200px) {
  .content .add {
    margin-top: 0.46rem;
    font-size: 0.24rem;
    line-height: 0.17rem;
  }
  .add a.one {
    width: 0.4rem;
    height: 0.23rem;
    background-size: 0.25rem auto;
  }
  .add i {
    margin: 0 0.17rem;
  }
}
.crumbs {
  display: none;
}
/*移动端面包屑*/
@media (max-width: 1200px) {
  .crumbs {
    display: flex;
    padding: 0.39rem 0.3rem 0.31rem;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
  }
  .crumbs .one {
    width: 0.3rem;
    height: 0.28rem;
    background: url(../images/mobile/icon/i7.png) center no-repeat;
    background-size: contain;
    margin-right: 0.18rem;
  }
  .crumbs a {
    font-size: 0.27rem;
    color: #666666;
  }
  .crumbs i {
    margin: 0 0.36rem;
    font-size: 0.27rem;
    color: #666666;
  }
}
