/*================基本样式重置================*/
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;
}
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: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;
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1400 {
  width: 72.91%;
  min-width: 1280px;
  margin: 0 auto;
}
.content {
  /*min-height: 800px;*/
  min-height: 355px;
}
.bacf9 {
  background: #f9f9f9;
}
@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: "ebrima";
  src: url("../font/ebrima.ttf");
}
/*锚点定位*/
.anchorF {
  position: relative;
}
.anchor {
  position: absolute;
  left: 0;
  top: -70px;
  width: 100%;
  height: 1px;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 1500px) {
  .w1600 {
    width: 92%;
  }
}
@media (max-width: 1200px) {
  .w,
  .w1200,
  .w1400 {
    margin: 0 auto;
    width: 92%;
    min-width: 0%;
  }
  /*锚点定位*/
  .anchor {
    top: -1.8rem;
  }
  .content {
    min-height: 60vh;
  }
}
.header {
  transition: all 0.5s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}
.header .w1400 {
  display: flex;
  justify-content: space-between;
}
.header .logo {
  position: relative;
  width: 286px;
  height: 90px;
}
.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%;
}
.header .info {
  display: flex;
}
.header .nav {
  display: flex;
}
.header .nav .ls {
  padding: 0 0.6vw;
}
.header .nav .ls .one_a {
  position: relative;
  line-height: 90px;
  font-size: 17px;
  color: #fff;
}
.header .nav .ls .one_a::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #FFF;
  transition: all 0.5s;
  content: "";
}
.header .nav .ls .pos {
  transition: all 0.6s;
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  height: 0px;
  opacity: 0.7;
  overflow: hidden;
  background: #fff;
}
.header .nav .ls .pos .left {
  width: 31.4%;
  height: 390px;
  border-right: #dcdcdb 1px solid;
}
.header .nav .ls .pos .left .bor {
  padding: 70px 20% 0 0;
  color: #333;
}
.header .nav .ls .pos .left b {
  font-size: 26px;
  line-height: 38px;
}
.header .nav .ls .pos .left p {
  margin-top: 25px;
  font-size: 22px;
  font-weight: bold;
}
.header .nav .ls .pos .right {
  width: calc(68.6% - 1px);
}
.header .nav .ls .pos .right .bor {
  padding: 70px 5% 0 8%;
}
.header .nav .ls .pos .right a {
  float: left;
  display: flex;
  width: 33.33%;
}
.header .nav .ls .pos .right a p {
  padding-right: 12px;
  font-size: 16px;
  line-height: 56px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.header .nav .ls .pos .right a:hover p,
.header .nav .ls .pos .right a.cur p {
  color: #c92b2f;
  background: url(../images/icon/i7.png) right 18px no-repeat;
  background-size: 7px auto;
}
.header .nav .ls.cur .one_a {
  font-weight: bold;
}
.header .nav .ls.cur .one_a::before {
  width: 100%;
}
.header .nav .ls:hover .one_a {
  font-weight: bold;
}
.header .nav .ls:hover .one_a::before {
  width: 100%;
}
.header .nav .ls:hover .pos {
  transition: all 0.6s;
  height: 390px;
  opacity: 1;
}
.header .search {
  transition: all 0.5s;
  display: flex;
  margin: 28px 10px 0;
  padding-left: 15px;
  width: 80px;
  height: 32px;
  background: rgba(255, 255, 255, 0.15);
  border: rgba(201, 43, 47, 0) 1px solid;
  border-radius: 32px;
}
.header .search input {
  width: 45px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
}
.header .search .but {
  width: 30px;
  height: 32px;
  background: url(../images/icon/i1.png) center no-repeat;
}
.header .subsidiary {
  display: flex;
  padding-left: 16px;
  border-left: rgba(255, 255, 255, 0.3) 1px solid;
}
.header .subsidiary:hover .subPos {
  transition: all 0.6s;
  height: 392px;
  opacity: 1;
}
.header .subsidiary .subIcon {
  display: flex;
}
.header .subsidiary i {
  width: 25px;
  height: 90px;
  background: url(../images/icon/i2.png) left center no-repeat;
}
.header .subsidiary em {
  margin-left: 9px;
  width: 25px;
  height: 90px;
  background: url(../images/icon/i3.png) left center no-repeat;
}
.header .subPos {
  transition: all 0.6s;
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  height: 0;
  opacity: 0.7;
  overflow: hidden;
  background: #fff;
}
.header .subPos .swiper {
  width: 100%;
  margin-top: 46px;
  padding-bottom: 49px;
}
.header .subPos .swiper-slide {
  display: flex;
}
.header .subPos .subItem {
  width: 30.71%;
  height: 240px;
  position: relative;
  margin-right: 3.92%;
  overflow: hidden;
  cursor: pointer;
}
.header .subPos .subItem:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.header .subPos .subItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.header .subPos .subItem p {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .subPos .swiper-pagination {
  height: auto;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.header .subPos .swiper-pagination span {
  transition: all 0.5s;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #e0e0e0;
  margin: 0 4px;
}
.header .subPos .swiper-pagination .swiper-pagination-bullet-active {
  transition: all 0.5s;
  width: 40px;
  background: #c92b2f;
}
.header.header_fixed {
  border-bottom: #e0dfdf 1px solid;
  background: rgba(255, 255, 255, 0.8);
}
.header.header_fixed .logo .img1 {
  opacity: 0;
}
.header.header_fixed .logo .img2 {
  opacity: 1;
}
.header.header_fixed .nav .ls a {
  color: #333;
}
.header.header_fixed .nav .ls a::before {
  background: #c92b2f;
}
.header.header_fixed .nav .ls.cur a {
  color: #c92b2f;
}
.header.header_fixed .search {
  background: rgba(255, 255, 255, 0);
  border: #c92b2f 1px solid;
}
.header.header_fixed .search input {
  color: #333;
}
.header.header_fixed .search .but {
  background-image: url(../images/icon/i1s.png);
}
.header.header_fixed .subsidiary {
  border-left: #e0dfdf 1px solid;
}
.header.header_fixed .subsidiary i {
  background-image: url(../images/icon/i2s.png);
}
.header.header_fixed .subsidiary em {
  background-image: url(../images/icon/i3s.png);
}
.footer {
  background: #f9f9f9;
  border-top: #c92b2f 2px solid;
}
.footer .next {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.footer .next .logo img {
  max-width: 280px;
}
.footer .next .tit {
  margin-bottom: 18px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.footer .next .contact {
  max-width: 370px;
}
.footer .next .contact .text div {
  padding-left: 30px;
  line-height: 28px;
  font-size: 16px;
  color: #666;
}
.footer .next .contact .text .p1 {
  font-size: 20px;
  font-weight: bold;
  color: #d3af51;
  background: url(../images/icon/i17.png) left top no-repeat;
}
.footer .next .contact .text .p2 {
  background: url(../images/icon/i18.png) left top no-repeat;
}
.footer .next .contact .text .p3 {
  background: url(../images/icon/i19.png) left top no-repeat;
}
.footer .next .code .pic {
  margin: 0 auto;
  width: 111px;
  height: 111px;
}
.footer .next .code .pic img {
  width: 100%;
}
.footer .next .link .select {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  width: 260px;
  height: 52px;
  background: #fff;
}
.footer .next .link .select p {
  position: relative;
  padding: 0 22px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer .next .link .select p::before {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 13px;
  height: 7px;
  background: url(../images/icon/i20.png) right center no-repeat;
  content: "";
}
.footer .next .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 .next .link .select .pos a {
  padding: 5px 0 5px 2px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
}
.footer .next .link .select .pos a:hover {
  color: #c92b2f;
}
.footer .next .link .select.on p::before {
  transform: rotate(180deg);
}
.footer .bot {
  line-height: 70px;
  font-size: 16px;
  color: #666;
  background: #f5f5f5;
}
.footer .bot .w1400 {
  display: flex;
  justify-content: space-between;
}
.footer .bot .text {
  display: flex;
  flex-wrap: wrap;
}
.footer .bot a {
  color: #666;
}
.footer .bot a:hover {
  color: #c92b2f;
}
.header {
  display: block;
}
.m_header,
.m_nav,
.m_search {
  display: none;
}
@media (max-width: 1200px) {
  .header {
    display: none;
  }
  .m_header,
  .m_nav,
  .m_search {
    display: block;
  }
  .m_header {
    transition: all 0.5s;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  }
  .m_header .logo {
    display: flex;
    align-items: center;
    height: 1.2rem;
  }
  .m_header .logo img {
    display: block;
    height: 0.6rem;
  }
  .m_header .logo img.m2 {
    display: none;
  }
  .m_header .nav_icon {
    width: 0.41rem;
    height: 1.2rem;
    background: url(../images/mobile/icon/m1.png) center no-repeat;
    background-size: 0.35rem auto;
  }
  .m_header .nav_icon.cur {
    background: url(../images/mobile/icon/m3.png) center no-repeat;
    background-size: 0.41rem auto;
  }
  .m_header .search {
    margin: 0.38rem 0.42rem 0;
    width: 1.4rem;
    height: 0.44rem;
    border-radius: 0.44rem;
    border: rgba(201, 43, 47, 0) 1px solid;
    background: rgba(255, 255, 255, 0.15) url(../images/mobile/icon/m2.png) right 0.18rem center no-repeat;
    background-size: 0.23rem auto;
  }
  .m_header.m_header_fixed {
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.1);
  }
  .m_header.m_header_fixed .logo img {
    display: none;
  }
  .m_header.m_header_fixed .logo img.m2 {
    display: block;
  }
  .m_header.m_header_fixed .nav_icon {
    background-image: url(../images/mobile/icon/m1s.png);
  }
  .m_header.m_header_fixed .nav_icon.cur {
    background-image: url(../images/mobile/icon/m3.png);
  }
  .m_header.m_header_fixed .search {
    border: #c92b2f 1px solid;
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../images/mobile/icon/m2s.png);
  }
  .m_header.cur {
    background: #c92b2f;
  }
  .m_header.cur .logo img {
    display: block;
  }
  .m_header.cur .logo img.m2 {
    display: none;
  }
  .m_header.cur .nav_icon {
    background-image: url(../images/mobile/icon/m1.png);
  }
  .m_header.cur .nav_icon.cur {
    background-image: url(../images/mobile/icon/m3.png);
  }
  .m_header.cur .search {
    border: rgba(201, 43, 47, 0) 1px solid;
    background-color: rgba(255, 255, 255, 0.15);
    background-image: url(../images/mobile/icon/m2.png);
  }
  .m_header.cur .search.cur {
    background: rgba(255, 255, 255, 0) url(../images/mobile/icon/m3.png) right center no-repeat;
    background-size: 0.41rem auto;
  }
  .m_nav {
    transition: all 0.7s;
    display: block;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background: #fff;
  }
  .m_nav.cur {
    transition: all 0.7s;
    left: 0%;
  }
  .m_nav .w {
    margin-top: 1.4rem;
    width: 100%;
    height: calc(100% - 1.6rem);
    overflow-y: auto;
  }
  .m_nav .w .one {
    position: relative;
    line-height: 1.4rem;
  }
  .m_nav .w .one .one_a {
    margin: 0 auto;
    width: 92%;
    font-size: 0.32rem;
    color: #666;
    border-bottom: #e7e5e5 1px solid;
  }
  .m_nav .w .one .oneMore {
    transition: all 0.5s;
    transform: rotate(0deg);
    display: none;
    position: absolute;
    right: 4%;
    top: 0.2rem;
    width: 1rem;
    height: 1rem;
    background: url(../images/mobile/icon/m4.png) center no-repeat;
    background-size: 0.12rem auto;
  }
  .m_nav .w .one .oneMore.on {
    background: url(../images/mobile/icon/m5.png) center no-repeat;
    background-size: 0.23rem auto;
  }
  .m_nav .w .one .pos {
    display: none;
    padding: 0 0.25rem;
    background: #f7f7f7;
  }
  .m_nav .w .one .pos .twoNav {
    position: relative;
    /* &:last-child{
                            .two_a{
                                border-bottom: 0px;
                            }
                        } */
  }
  .m_nav .w .one .pos .twoNav .two_a {
    line-height: 1.1rem;
    font-size: 0.28rem;
    color: #25242c;
    border-bottom: #ccc 1px solid;
  }
  .m_nav .w .one .pos .twoNav:last-child .two_a {
    border-bottom: none;
  }
  .m_nav .w .one .pos .twoNav .threeNav {
    display: none;
    margin: 0 auto;
    width: 92%;
  }
  .m_nav .w .one .pos .twoNav .threeNav a {
    line-height: 0.8rem;
    font-size: 0.26rem;
    color: #666;
  }
  .m_nav .w .one .pos .twoNav .twoMore {
    transition: all 0.5s;
    transform: rotate(0deg);
    display: none;
    position: absolute;
    right: 0;
    top: 0.1rem;
    width: 1rem;
    height: 1rem;
    background: url(../images/mobile/icon/icon_3.png) center no-repeat;
    background-size: 0.11rem auto;
  }
  .m_nav .w .one .pos .twoNav .twoMore.on {
    /* transform: rotate(90deg); */
    background: url(../images/mobile/icon/icon_3s.png) center no-repeat;
    background-size: 0.19rem auto;
  }
  .m_nav .w .one .pos .twoNav.cur .twoMore {
    display: block;
  }
  .m_nav .w .one.cur .oneMore {
    display: block;
  }
  .m_nav .w .one.cur.on .one_a {
    color: #c92b2f;
    border-bottom: none;
  }
  .m_nav .w .one.cur.on .twoNav.on .two_a {
    color: #c92b2f;
  }
  .m_search {
    display: none;
    position: fixed;
    left: 0;
    top: 1.2rem;
    z-index: 10;
    width: 100%;
    height: calc(100% - 1.2rem);
    background: rgba(0, 0, 0, 0.5);
  }
  .m_search .next {
    padding: 1px 0;
    background: #fff;
  }
  .m_search .next .inp {
    padding-left: 0.6rem;
    width: calc(100% - 0.6rem - 1.5rem);
    color: #eee;
    background: url(../images/mobile/icon/m2s.png) left center no-repeat;
    background-size: 0.33rem auto;
  }
  .m_search .next .inp input {
    display: block;
    width: 100%;
    height: 1.2rem;
    font-size: 0.28rem;
  }
  .m_search .next .but {
    margin: 0.3rem 0 0;
    width: 1.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    border-radius: 0.08rem;
    background: #c92b2f;
  }
  .footer .next {
    flex-wrap: wrap;
    padding: 4vh 0;
  }
  .footer .next .logo {
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .footer .next .logo img {
    max-width: 4.3rem;
  }
  .footer .next .tit {
    display: none;
    margin-bottom: 0.16rem;
    font-size: 0.26rem;
  }
  .footer .next .contact {
    margin-bottom: 0.4rem;
    max-width: 100%;
    width: 100%;
  }
  .footer .next .contact .text div {
    padding-left: 30px;
    line-height: 0.46rem;
    font-size: 0.28rem;
  }
  .footer .next .contact .text .p1 {
    font-size: 0.36rem;
    background-size: 0.34rem auto;
  }
  .footer .next .contact .text .p2 {
    background-position: left 0.05rem top;
    background-size: 0.24rem auto;
  }
  .footer .next .contact .text .p3 {
    background-size: 0.3rem auto;
  }
  .footer .next .code .tit {
    display: block;
  }
  .footer .next .code .pic {
    margin: 0 auto;
    width: 1.5rem;
    height: 1.5rem;
  }
  .footer .next .link {
    margin-top: 0.76rem;
    width: calc(100% - 2.3rem);
  }
  .footer .next .link .select {
    padding-right: 0.3rem;
    width: calc(100% - 0.3rem);
    height: 0.8rem;
  }
  .footer .next .link .select p {
    padding: 0 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
  }
  .footer .next .link .select p::before {
    margin-top: -0.06rem;
    width: 0.22rem;
    height: 0.12rem;
    background-size: 100% auto;
  }
  .footer .next .link .select .pos {
    bottom: 0.8rem;
    padding: 0.1rem 0.2rem;
    width: calc(100% - 0.4rem);
    max-height: 5rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
  .footer .next .link .select .pos a {
    padding: 0;
    line-height: 0.75rem;
    font-size: 0.24rem;
  }
  .footer .bot {
    padding: 0.16rem 0.1rem;
    line-height: 0.36rem;
    font-size: 0.24rem;
  }
  .footer .bot .w1400 {
    display: block;
  }
  .footer .bot .text {
    justify-content: center;
    width: 100%;
  }
}
/*内页公共部分*/
.page_banner {
  position: relative;
  height: 750px;
}
.page_banner .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_banner .pic i {
  width: 100%;
  height: 100%;
  transform: scale(1.06);
  animation: pic_m 2s;
}
.page_banner .pic i.mobile {
  display: none;
}
.page_banner .pos {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
}
.page_banner .pos .w1400{
  display: flex;
  flex-wrap: wrap;
}
.page_banner .pos b {
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: bold;
  width: 100%;
}
.page_banner .pos p {
  line-height: 35px;
  font-size: 28px;
  font-family: "ebrima";
  text-transform: uppercase;
  opacity: 0.5;
}
.page_banner .pos .sim {
  line-height: 35px;
  font-size: 28px;
  font-family: "ebrima";
  text-transform: uppercase;
  margin-left: 10px;
  opacity: 0.5;
}
.page_banner .pos_b {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
}
@keyframes pic_m {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.06);
  }
}
@keyframes strok {
  100% {
    stroke-dashoffset: 600;
  }
}
/*面包屑*/
.add {
  display: flex;
  align-items: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  height: 70px;
}
.add a {
  float: left;
  color: #fff;
}
.add a.one {
  width: 36px;
  height: 30px;
  background: url(../images/icon/i30.png) left center no-repeat;
  background-size: 20px 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.one {
  background-image: url(../images/icon/i30s.png);
}
.content .add a:hover {
  color: #c92b2f;
}
/*二级导航*/
@media (min-width: 1201px) {
  .pageNav .swiper-wrapper {
    justify-content: center;
    align-items: center;
  }
}
.pageNav .swiper-slide {
  margin: 0 15px;
  padding: 20px 4px;
  width: auto;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.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: 0px;
  z-index: 2;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #c92b2f;
  content: " ";
}
.pageNav .swiper-slide.cur::before,
.pageNav .swiper-slide:hover::before {
  transition: all 0.5s;
  width: 100%;
}
.pageNav .anchor {
  top: -98px;
}
.el-date-picker__header-label{
  display: inline-block;
}
.el-date-picker__header{
  font-size: 16px;
}
.title {
  margin-bottom: 3vh;
}
.title .Ttext {
  letter-spacing: 1px;
}
.title .Ttext .t {
  display: flex;
  font-size: 34px;
  color: #333;
}
.title .Ttext .t i {
  color: #c92b2f;
  font-weight: bold;
}
.title .Ttext .t em {
  font-weight: bold;
}
.title .Ttext .t span {
  width: 12px;
  height: 12px;
  background: url(../images/icon/i7.png) center no-repeat;
  background-size: 100% auto;
}
.title .Ttext .b {
  margin-top: 4px;
  font-size: 18px;
  color: #999;
  font-weight: bold;
  font-family: Arial;
  text-transform: uppercase;
}
.title .more {
  position: relative;
  display: flex;
  margin-top: 12px;
  width: 174px;
  height: 46px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #c92b2f;
}
.title .more::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #d3af51;
  content: "";
}
.title .more p {
  position: relative;
  z-index: 3;
  width: 128px;
  line-height: 46px;
  border-right: rgba(255, 255, 255, 0.4) 1px solid;
}
.title .more i {
  transition: all 0.5s;
  position: relative;
  z-index: 3;
  width: calc(100% - 129px);
  height: 46px;
  background: url(../images/icon/i9.png) center no-repeat;
}
.title .more:hover::before {
  transition: all 0.5s;
  width: 100%;
}
.title .more:hover i {
  transition: all 0.5s;
  background-image: url(../images/icon/i9s.png);
}
.title .more.white {
  color: #c92b2f;
  background: #fff;
}
.title .more.white p {
  border-right: rgba(201, 43, 47, 0.4) 1px solid;
}
.title .more.white i {
  background-image: url(../images/icon/i9ss.png);
}
.title .more.white:hover {
  color: #fff;
}
.title .more.white:hover p {
  border-right: rgba(255, 255, 255, 0.4) 1px solid;
}
.title .more.white:hover i {
  transition: all 0.5s;
  background-image: url(../images/icon/i9s.png);
}
.title.white .Ttext .t {
  color: #fff;
}
.title.white .Ttext .t i {
  color: #fff;
}
.title.white .Ttext .t span {
  background-image: url(../images/icon/i7s.png);
}
.title.white .Ttext .b {
  color: #fff;
  text-transform: uppercase;
}
.title.red .more {
  margin-top: 12px;
  width: 138px;
  height: 38px;
  font-size: 12px;
  color: #c92b2f;
  background: #fff;
  border: #c92b2f 1px solid;
}
.title.red .more p {
  transition: all 0.5s;
  width: 102px;
  line-height: 38px;
  border-right: #c92b2f 1px solid;
}
.title.red .more i {
  width: calc(100% - 102px);
  height: 38px;
}
.title.red .more:hover {
  border: #d3af51 1px solid;
  color: #fff;
}
.title.red .more:hover p {
  transition: all 0.5s;
  border-right: rgba(255, 255, 255, 0.4) 1px solid;
}
/*时间框*/
.page_time {
  transition: all 0.6s;
  position: absolute;
  left: 35px;
  top: 35px;
  padding: 8px 8px 12px;
  line-height: 30px;
  color: #c92b2f;
  background: rgba(255, 255, 255, 0.9);
}
.page_time em {
  font-size: 16px;
  font-weight: bold;
  font-family: "DINRegular";
}
.page_time span {
  font-size: 25px;
  font-weight: bold;
  font-family: "DINBold";
}
.page_time.red {
  color: #fff;
  background: rgba(201, 43, 47, 0.9);
}
/*分页*/
.page-items2 {
  padding-bottom: 100px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
}
.page-item:first-child {
  border: 0;
  margin: 0;
  margin-right: 7px;
  background: url(../images/icon/icon_19.png) center no-repeat;
}
.page-item,
.page-info {
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  margin: 0 7px;
  color: #666666;
  border-radius: 5px;
  transition-duration: 0.5s;
}
.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 {
  height: 38px;
  color: #999999;
  transition-duration: 0.5s;
}
.page-item.active,
.page-item.active:hover,
.page-info.active,
.page-info.active:hover {
  border-color: #c92b2f;
  color: #fff;
  background-color: transparent;
}
.page-item.active .page-link,
.page-info.active {
  color: #fff;
  background: #c92b2f;
  border-radius: 5px;
}
.page-item:last-child {
  border: 0;
  margin: 0;
  margin-left: 7px;
  background: url(../images/icon/icon_20.png) center no-repeat;
}
.page-item:first-child:hover {
  background: url(../images/icon/icon_19s.png) center no-repeat;
}
.page-item:hover,
.page-info:hover {
  background-color: #c92b2f;
  color: #fff;
  border-color: #ccc;
}
.page-item:last-child:hover {
  background: url(../images/icon/icon_20s.png) center no-repeat;
}
.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: #c92b2f;
}
.page-custom {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
  margin-left: 30px;
}
.pagePart {
  display: flex;
  align-items: center;
}
.page-input {
  width: 60px;
  height: 36px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin: 0 8px;
  box-sizing: border-box;
}
.page-input input {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #666666;
}
.pageBtn {
  margin-left: 30px;
}
.mImg{
  display: none!important;
}
@media (max-width: 1200px) {
  .pcImg{
    display: none!important;
  }
  .mImg{
    display: block!important;
  }
  .page_banner {
    height: 7.5rem;
  }
  .page_banner .pic i.pc {
    display: none;
  }
  .page_banner .pic i.mobile {
    display: block;
  }
  .page_banner .pos {
    text-align: center;
  }
  .page_banner .pos b {
    margin-bottom: 0.15rem;
    font-size: 0.64rem;
  }
  .page_banner .pos .w1400{
    justify-content: center;
    align-items: center;
  }
  .page_banner .pos p {
    line-height: 0.5rem;
    font-size: 0.4rem;
    line-height: 0.42rem;
  }
  .page_banner .pos .sim {
    font-size: 0.4rem;
    margin-left: 0.1rem;
    line-height: 0.42rem;
  }
  .page_banner .pos_b {
    bottom: 0;
  }
  /*面包屑*/
  .add {
    margin-top: 0;
    font-size: 0.26rem;
    line-height: 0.8rem;
    height: auto;
  }
  .add a{
    max-width: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .add a.one {
    width: 0.56rem;
    height: 0.8rem;
    background-size: 0.32rem auto;
  }
  .add i {
    margin: 0 0.18rem;
  }
  .pageNav {
    display: none;
  }
  .pageNav .w1400 {
    margin: 0 0 0 4%;
    width: 96%;
  }
  .pageNav .swiper-slide {
    margin: 0 0.4rem;
    padding: 0 0.06rem;
    line-height: 1.2rem;
    font-size: 0.28rem;
  }
  .pageNav .swiper-slide::before {
    height: 0.04rem;
  }
  .pageNav .anchor {
    top: -1.1rem;
  }
  .title {
    margin-bottom: 3vh;
  }
  .title .Ttext .t {
    font-size: 0.38rem;
  }
  .title .Ttext .t span {
    width: 0.14rem;
    height: 0.14rem;
  }
  .title .Ttext .b {
    margin-top: 0.08rem;
    font-size: 0.22rem;
  }
  .title .more {
    margin-top: 0.11rem;
    width: 2.3rem;
    height: 0.64rem;
    font-size: 0.26rem;
  }
  .title .more p {
    width: 1.73rem;
    line-height: 0.64rem;
  }
  .title .more i {
    width: calc(100% - 1.73rem - 1px);
    height: 0.64rem;
    background-size: 0.08rem auto;
  }
  .title.red .more {
    margin-top: 0.11rem;
    width: 2.3rem;
    height: 0.64rem;
    font-size: 0.26rem;
  }
  .title.red .more p {
    width: 1.73rem;
    line-height: 0.64rem;
  }
  .title.red .more i {
    width: calc(100% - 1.73rem - 1px);
    height: 0.64rem;
  }
  /*时间框*/
  .page_time {
    left: 0.35rem;
    top: 0.35rem;
    padding: 0.16rem 0.16rem 0.22rem;
    line-height: 0.36rem;
    color: #fff;
    background: rgba(201, 43, 47, 0.9);
  }
  .page_time em {
    font-size: 0.2rem;
  }
  .page_time span {
    font-size: 0.31rem;
  }
  /*分页*/
  .page-items2 {
    padding-bottom: 1.5rem;
    font-size: 0.24rem;
    flex-wrap: wrap;
  }
  .page-item,
  .page-info {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 0.08rem;
    border-radius: 0.05rem;
  }
  .page-item a,
  .page-item span,
  .page-info a,
  .page-info span {
    height: 0.6rem;
    color: #666666;
  }
  .page-item:last-child {
    width: 0.4rem;
    height: 0.6rem;
    background: url(../images/icon/icon_20.png) right center no-repeat;
    background-size: 0.13rem auto;
    margin-left: 0.07rem;
  }
  .page-item:last-child:hover {
    background: url(../images/icon/icon_20s.png) right center no-repeat;
    background-size: 0.13rem auto;
  }
  .page-item:first-child {
    width: 0.4rem;
    height: 0.6rem;
    background: url(../images/icon/icon_19.png) left center no-repeat;
    background-size: 0.13rem auto;
    margin-right: 0.07rem;
  }
  .page-item:first-child:hover {
    background: url(../images/icon/icon_19s.png) left center no-repeat;
    background-size: 0.13rem auto;
  }
  .page-custom {
    font-size: 0.27rem;
    margin-left: 0;
    justify-content: center;
    margin-top: 0;
    position: absolute;
    top: 0.9rem;
  }
  .page-custom .page-input{
    height: 0.6rem;
    width: 0.8rem;
  }
  .page-custom .pageBtn{
    position: initial;
    margin-left: 0.5rem;
  }
}
.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;
  }
}
.fadeInUp100 {
  -webkit-animation-name: fadeInUp100;
  animation-name: fadeInUp100;
}
@-webkit-keyframes fadeInUp100 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp100 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/*视频弹窗*/
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 31;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1341px;
}
.pop_video video {
  display: block;
  width: 100%;
}
.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.pop_video i {
  position: absolute;
  right: 10px;
  top: 16px;
  width: 50px;
  height: 50px;
  background: url(../images/icon/icon109.png) center no-repeat;
}
@media (max-width: 1200px) {
  .pop_video {
    width: 92%;
    max-width: 100%;
    max-height: 90vh;
  }
  .pop_video i {
    right: 0rem;
    top: 0rem;
    width: 0.8rem;
    height: 0.8rem;
    background-size: 0.3rem;
  }
}
/*分页样式开始*/
.el-pagination {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
}
.el-pagination::after,
.el-pagination::before {
  display: none!important;
}
.el-pagination button {
  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-pagination__jump{
  height: 38px!important;
  margin-left: 30px;
}
.el-pagination__editor.el-input{
  height: 100%;
  width: 60px;
  margin: 0 8px;
}
.el-input.is-active .el-input__inner, .el-input__inner:focus{
  border-color: #c92b2f;
}
.pageBtn{
  margin-left: 30px;
  color: #fff !important;
  width: 80px;
  height: 38px !important;
  line-height: 38px !important;
  text-align: center;
  background: #c92b2f;
  border-radius: 50px;
  cursor: pointer;
}
.el-pagination__editor.el-input .el-input__inner{
  height: 100%;
}
.el-pager li {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 5px !important;
  display: inline-block;
  text-align: center;
  margin: 0 7px!important;
  color: #999999 !important;
  transition-duration: 0.5s;
  padding: 0;
  font-size: 14px;
  background-color: inherit!important;
}
.el-pager li.btn-quicknext, .el-pager li.btn-quickprev{
  pointer-events: none;
}
.el-pager li:hover {
  background-color: #c92b2f !important;
  color: #fff !important;
  border-color: #c92b2f;
}
.el-pager li.active {
  border-color: #c92b2f !important;
  color: #ffffff !important;
  background-color: #c92b2f !important;
  border: none;
}
.number.active:hover {
  color: #fff !important;
}
.page-items2 .btn-prev {
  border: 0;
  margin: 0!important;
  margin-right: 7px!important;
  padding-left: 0!important;
  background: url(../images/icon/icon_19.png) center no-repeat !important;
}
.page-items2 .btn-next {
  margin: 0!important;
  margin-left: 7px!important;
  padding-right: 0!important;
  background: url(../images/icon/icon_20.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: url(../images/icon/icon_19s.png) center no-repeat !important;
}
.page-items2 .btn-next:hover {
  background: url(../images/icon/icon_20s.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: 50px;
}
.threeInfoClass {
  padding-top: 0;
}
.threeProductBtn {
  padding-top: 70px;
}
.noProduct {
  text-align: center;
  margin-top: 50px;
}
/*分页样式结束*/
@media (max-width: 1200px) {
  .el-pager li {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem !important;
    margin: 0 0.08rem !important;
    border-radius: 0.05rem;
    font-size: 0.24rem;
  }
  .pageBtn {
    top: 0.9rem;
    position: absolute;
    right: 1.6rem;
    margin-left: 0;
    font-size: 0.28rem !important;
    width: 1.4rem;
    height: 0.6rem !important;
    line-height: 0.6rem !important;
    font-weight: normal;
  }
  .el-pager .more::before {
    line-height: 0.7rem !important;
  }
  .el-pager li.active + li {
    border: none!important;
  }
  .el-pager li.active {
    background: #c92b2f;
    border-color: inherit!important;
    color: #fff;
  }
  .el-pager li:hover {
    background: inherit!important;
    color: inherit!important;
  }
  .number.active:hover {
    color: #fff !important;
    background: #c92b2f !important;
  }
  .page-items2 .btn-prev,
  .page-items2 .btn-next {
    margin: 0!important;
    width: 0.4rem;
    height: 0.6rem;
  }
  .page-items2 .btn-prev,
  .page-items2 .btn-prev:hover {
    padding-left: 0!important;
    background: url(../images/icon/icon_19.png) center left no-repeat !important;
    background-size: 0.13rem auto !important;
  }
  .page-items2 .btn-next,
  .page-items2 .btn-next:hover {
    padding-right: 0!important;
    background: url(../images/icon/icon_20.png) center right no-repeat !important;
    background-size: 0.13rem auto !important;
  }
  .page-items2 .btn-prev {
    float: left;
  }
  .page-items2 .btn-next {
    float: right;
  }
  .el-pagination button,
  .el-pagination span:not([class*=suffix]) {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .el-pagination__editor.el-input {
    width: 0.8rem;
    height: 0.6rem;
    border-radius: 0.01rem;
    padding: 0;
  }
  .el-pagination {
    position: relative;
  }
  .el-pagination__jump {
    position: absolute;
    top: 0.9rem;
    left: 1.5rem;
    margin-left: 0;
    font-size: 0.27rem!important;
  }
}