﻿/* CSS Document */
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-style: normal;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-user-focus: none;
}

BODY {
  width: 100%;
  overflow-x: hidden !important;
  color: #808080;
  font-family: 'PingFang SC', 'Source Han Sans CN', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 15px;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.4s;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-user-focus: none;
}

p {
  text-align: justify;
}

table {
  border-collapse: collapse;
}

input,
button,
textarea {
  display: block;
  width: 100%;
  outline: none;
  border: none;
  background: none;
  transition: all 0.4s ease;
  font-family: 'PingFang SC', 'Source Han Sans CN', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
}

input:-internal-autofill-selected {
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666;
}

input::-ms-input-placeholder,
textarea::-moz-placeholder {
  color: #666;
}

input.white::-webkit-input-placeholder {
  color: #fff;
}

input.white::-moz-placeholder {
  color: #fff;
}

input.white::-moz-placeholder {
  color: #fff;
}

input.white::-ms-input-placeholder {
  color: #fff;
}

/*浮动样式*/
.cl {
  HEIGHT: 0px;
  CLEAR: both;
}

.fl {
  FLOAT: left
}

.fr {
  FLOAT: right
}

.c {
  *zoom: 1;
}

.c:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.flexdssb{
	flex-direction: column;
}
/*弹性布局*/
.flexfs2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.flexfsc {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.flexfec {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

.flexfsfe {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: right;
}

.flexfssb {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.flexfesb {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.flexfefs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}

.flexcc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flexcfs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.flexcfe {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;d
}

.flexcsb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.flexsc {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.flexsfs {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.flexsfe {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
}

.flexssb {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.gridc {
  display: grid;
  align-content: center;
}

.col-white {
  color: #fff;
}

.col-black {
  color: #0c0f1a;
}

.col-site {
  color: #bb343a;
}

.bgw {
  background: #fff;
}

.bgb {
  background: #0c0f1a;
}

.bgh {
  background: #f5f5f5;
}

.bgsite {
  background: #bb343a;
}

.txt-c {
  text-align: justify;
  text-align-last: center;
}

.txt-r {
  text-align: right;
}

.pic {
  display: block;
  overflow: hidden;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title {
  display: block;
}

.arrow {
  transform: rotateY(180deg);
}

img {
  display: block;
  width: auto;
  max-width: 100%;
}

p,
span,
i,
em,
ul,
li,
dl,
dd,
svg,
path,
a,
img {
  transition: all 0.4s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
strong,
b {
  transition: all 0.4s ease;
  font-weight: 400;
}

h2 {
  font-weight: bold;
}

/*浏览器滚动条 begin*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ccc;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #f0f0f0;
}


/*公共样式*/
.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

/*PC公共头部*/
.pcheader {
  width: 100%;
  position: fixed;
  left: 0;
  top: 40px;
  z-index: 999;
  transition: all 0.4s ease;
  padding: 0 40px;
}

.pcheader .header {
  background: #fff;
  border-radius: 2px;
  transition: all 0.4s ease;
}

.pcheader .pclogo {
  padding: 0 30px;
}

.pcheader .pclogo img {
  height: 40px;
}

.pcheader .pcnav {
  padding: 0 30px;
}

.pcheader .pcnav .nav li {
  margin: 0 30px;
  position: relative;
  z-index: 0;
}

.pcheader .pcnav .nav li>a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}

.pcheader .pcnav .nav li>a h3 {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 80px;
}

.pcheader .pcnav .nav li>a:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  z-index: 0;
  background: #bb343a;
  transition: all 0.4s;
}

.pcheader .pcnav .nav li>a i {
  font-size: 12px;
  color: #262626;
  margin-left: 8px;
}

.pcheader .pcnav .nav li .subnav {
  display: block;
  width: 140px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 50px);
  opacity: 0;
  z-index: 10;
  background: #f5f5f5;
  pointer-events: none;
  transition: all 0.4s ease;
}

.pcheader .pcnav .nav li .subnav .list a {
  display: block;
  padding: 18px 10px;
  font-size: 14px;
  color: #262626;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.pcheader .pcnav .nav li .subnav .list a:first-child {
  border: none;
}

.pcheader .pcnav .nav li:hover>a:before,
.pcheader .pcnav .nav li.on>a:before {
  width: 100%;
}

.pcheader .pcnav .nav li:hover>a h3,
.pcheader .pcnav .nav li.on>a h3,
.pcheader .pcnav .nav li:hover>a i,
.pcheader .pcnav .nav li.on>a i {
  color: #bb343a;
}

.pcheader .pcnav .nav li:hover>a i {
  transform: rotate(180deg);
}

.pcheader .pcnav .nav li:hover .subnav {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.pcheader .pcnav .nav li .subnav .list a:hover {
  color: #bb343a;
}

.pcheader .pclan {
  position: relative;
  z-index: 0;
  transition: all 0.4s ease;
}

.pcheader .pclan .item {
  line-height: 80px;
  padding: 0 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.pcheader .pclan .item span {
  font-size: 14px;
  margin: 0 10px;
}

.pcheader .pclan .item i {
  font-size: 12px;
}

.pcheader .pclan .list {
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(50px);
  opacity: 0;
  z-index: 10;
  background: #f5f5f5;
  pointer-events: none;
  transition: all 0.4s ease;
}

.pcheader .pclan .list a {
  display: block;
  padding: 18px 10px;
  font-size: 14px;
  color: #262626;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
}

.pcheader .pclan .list a:first-child {
  border: none;
}

.pcheader .pclan:hover:hover .list {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.pcheader .pclan:hover:hover .item i {
  transform: rotate(180deg);
}

.pcheader .pclan .list a:hover {
  background: #bb343a;
  color: #fff;
}

.pcsearch {
  width: 80px;
  height: 80px;
  border-radius: 0 2px 2px 0;
}


/*移动端头部*/
.mobheader {
  display: none;
}

/*公共底部*/
.footer {
  background:url(/static/images/footer.png )no-repeat;
  background-size: cover;
  position: relative;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 237, 237, 0.85); /* 黑色半透明蒙版，可根据需要调整颜色和透明度 */
  z-index: 1; /* 确保蒙版在背景之上 */
}
.footer>*{
  position: relative;
  z-index: 2;
}

.footer .key {
  border-bottom: 1px solid #121624;
}

.footer .key .left {
  padding: 30px 40px;
  font-size: 16px;
}

.footer .key .right span {
  margin-left: 30px;
  color: #999;
}

.footer .foot {
  padding: 70px 0 60px;
}

.footer .foot .left {
  width: 391px;
}

.footer .foot .left dl dt {
  font-size: 24px;
  margin-bottom: 35px;
}

.footer .foot .left dl dd {
  margin-bottom: 20px;
  color: #999;
}

.footer .foot .left dl dd em {
  padding-left: 15px;
}

.footer .foot .left dl dd:last-child {
  margin-bottom: 0;
}

.footer .foot .left dl dd i {
  margin-right: 10px;
}

.footer .foot .left dl dd p a:hover {
  color: #bb343a;
  text-decoration: underline;
}

.footer .foot .right {
  width: calc(100% - 391px);
}

.footer .foot .right .list li {
  margin-right: 70px;
}

.footer .foot .right .list li:first-child {
  width: 300px;
  margin-right: -85px;
}

.footer .foot .right .list li:last-child {
  margin-right: 0;
}

.footer .foot .right .list li .top h3 {
  color: #000;
  font-size: 18px;
  padding-bottom: 22px;
  margin-bottom: 20px;
  position: relative;
}

.footer .foot .right .list li .top h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background: #bb343a;
}

.footer .foot .right .list li .top i {
  display: none;
}

.footer .foot .right .list li .bottom a {
  display: block;
  line-height: 35px;
  color: #999;
}

.footer .foot .right .list li:first-child .bottom {
  /* display: flex;
  flex-wrap: wrap; */
}

.footer .foot .right .list li:first-child .bottom a {
  width: calc(100% / 3);
}

.footer .foot .right .list li .bottom a:hover {
  color: #bb343a;
}

.footer .copy {
  background: #111624;
  color: #999;
  line-height: 24px;
  padding: 30px 0;
}

.footer .copy a:hover {
  color: #bb343a;
}


/*侧边栏*/
.sideBar {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: -60px;
  transition: all 0.4s;
  opacity: 0;
}

.sideBar a {
  width: 50px;
  height: 50px;
  background: #bb343a;
  transition: all 0.4s;
  cursor: pointer;
  border-radius: 2px;
}

.sideBar.show {
  opacity: 1;
  right: 10px;
}

/*swiper-pagination样式*/
.swiper-pagination {
  width: 100%;
  font-size: 0;
  position: unset !important;
}

.swiper-pagination span.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 1px;
  margin: 0 15px;
  opacity: 1;
}

.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: rotate(45deg);
  background: #bb343a !important;
}

/*swiper按钮样式*/
.swiper-button-prev,
.swiper-button-next {
  position: unset !important;
  background: none !important;
  transition: all 0.4s ease;
  margin-top: 0 !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 2px;
  border: 1px solid #fff;
}

.swiper-button-prev i,
.swiper-button-next i {
  font-size: 18px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #bb343a !important;
  border-color: #bb343a !important;
}

.swiper-button-prev:hover i,
.swiper-button-next:hover i {
  color: #fff !important;
}

@media only screen and (min-width: 1024px) {

  /*头部滚动样式*/
  .pcheader.scrollTop {
    padding: 0;
    top: 0;
    box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.06);
  }

  .pcheader.scrollTop .header {
    border-radius: 0;
  }

  .pcheader.scrollTop .pcsearch {
    border-radius: 0;
  }
}

@media only screen and (max-width: 1600px) {

  /*PC公共头部*/
  .pcheader .pcnav {
    padding: 0 20px;
  }

  .pcheader .pcnav .nav li {
    margin: 0 20px;
  }

  .pcheader .pcnav .nav li .subnav .list a,
  .pcheader .pclan .list a {
    padding: 16px 10px;
  }


}

@media only screen and (max-width: 1440px) {

  /*公共样式*/
  BODY {
    font-size: 14px;
  }

  .container {
    max-width: 1200px;
  }

  /*PC公共头部*/
  .pcheader .pclogo img {
    height: 36px;
  }

  .pcheader .pcnav {
    padding: 0 5px;
  }

  .pcheader .pcnav .nav li {
    margin: 0 15px;
  }

  .pcheader .pcnav .nav li>a h3 {
    font-size: 14px;
  }

  .pcheader .pcnav .nav li .subnav {
    width: 120px;
  }

  .pcheader .pclan .item {
    padding: 0 20px;
  }

  /*公共底部*/
  .footer .key .left {
    padding: 25px 30px;
    font-size: 15px;
  }

  .footer .key .right span {
    margin-left: 20px;
  }

  .footer .foot {
    padding: 60px 0 50px;
  }

  .footer .foot .left {
    width: 330px;
  }

  .footer .foot .left dl dt {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .footer .foot .left dl dd em {
    padding-left: 14px;
  }

  .footer .foot .left dl dd i svg {
    width: 14px;
    height: 14px;
  }

  .footer .foot .right {
    width: calc(100% - 330px);
  }

  .footer .foot .right .list li {
    margin-right: 50px;
  }

  .footer .foot .right .list li:first-child {
    width: 280px;
    margin-right: 40px;
  }

  .footer .foot .right .list li:last-child {
    margin-right: 0;
  }

  .footer .foot .right .list li .top h3 {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .footer .foot .right .list li .bottom a {
    line-height: 32px;
  }

  .footer .copy {
    padding: 24px 0;
  }

  /*侧边栏*/
  .sideBar.show {
    right: 5px;
    bottom: 5px;
  }

  .sideBar a {
    width: 40px;
    height: 40px;
  }

  .sideBar a svg {
    width: 32px;
    height: 32px;
  }
}

@media only screen and (max-width: 1250px) {

  /*公共样式*/
  .container {
    max-width: 940px;
    padding: 0 20px;
  }

  /*PC公共头部*/
  .pcheader .pclogo img {
    height: 30px;
  }

  .pcheader .pcnav {
    padding: 0 5px;
  }

  .pcheader .pcnav .nav li {
    margin: 0 12px;
  }

  .pcheader .pcnav .nav li>a h3 {
    line-height: 70px;
    font-size: 13px;
  }

  .pcheader .pcnav .nav li>a i {
    display: none;
  }

  .pcheader .pcnav .nav li .subnav {
    width: 100px;
  }

  .pcheader .pcnav .nav li .subnav .list a {
    font-size: 12px;
  }

  .pcheader .pcnav .nav li .subnav .list a,
  .pcheader .pclan .list a {
    padding: 14px 10px;
  }

  .pcheader .pclan .item {
    padding: 0 16px;
    line-height: 70px;
  }

  .pcheader .pclan .item em svg {
    width: 18px;
    height: 18px;
  }

  .pcheader .pclan .item span {
    margin: 0 0 0 10px;
    font-size: 12px;
  }

  .pcheader .pclan .item i {
    display: none;
  }

  .pcsearch {
    width: 70px;
    height: 70px;
  }

  /*公共底部*/
  .footer .key .left {
    padding: 35px 0;
    width: 110px;
    text-align: center;
    font-size: 14px;
  }

  .footer .key .right {
    width: calc(100% - 110px);
  }

  .footer .key .right span {
    margin-left: 30px;
    font-size: 13px;
    line-height: 25px;
  }

  .footer .foot {
    padding: 50px 0 40px;
  }

  .footer .foot .left {
    width: 310px;
  }

  .footer .foot .left dl dt {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .footer .foot .left dl dd {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .footer .foot .left dl dd em {
    margin-bottom: 16px;
    padding-left: 13px;
  }

  .footer .foot .right {
    width: calc(100% - 310px);
  }

  .footer .foot .right .list li {
    margin-right: 55px;
  }

  .footer .foot .right .list li:first-child {
    width: auto;
    margin-right: 55px;
  }

  .footer .foot .right .list li .top h3 {
    font-size: 14px;
    padding-bottom: 18px;
    margin-bottom: 16px;
  }

  .footer .foot .right .list li .bottom a {
    line-height: 28px;
    font-size: 13px;
  }

  .footer .foot .right .list li:first-child .bottom {
    display: block;
  }

  .footer .foot .right .list li:first-child .bottom a {
    width: 100%;
  }

  .footer .copy {
    padding: 24px 0;
  }
}

@media only screen and (max-width: 1023px) {

  /*pc公共头部*/
  .pcheader {
    display: none;
  }

  /*移动端头部*/
  .mobheader {
    display: block;
  }

  /*公共底部*/
  .footer .foot {
    padding: 50px 0;
  }

  .footer .foot .left {
    width: 100%;
  }

  .footer .foot .left ul {
    justify-content: flex-start;
  }

  .footer .foot .left dl dd {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .footer .foot .left dl dd em {
    padding-left: 14px;
  }

  .footer .foot .left dl dd i {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }

  .footer .foot .left dl dd i svg {
    width: 14px;
    height: 14px;
  }

  .footer .foot .right {
    width: 100%;
    margin-top: 40px;
  }

  .footer .foot .right .list li {
    margin-right: 0 !important;
    width: 100% !important;
    border-top: 1px solid #242f3b;
    overflow: hidden;
  }

  .footer .foot .right .list li:last-child {
    border-bottom: 1px solid #242f3b;
  }

  .footer .foot .right .list li .top {
    position: relative;
    line-height: 60px;
  }

  .footer .foot .right .list li .top h3 {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer .foot .right .list li .top h3:before {
    display: none;
  }

  .footer .foot .right .list li .top i {
    display: block;
    width: 12px;
    height: 12px;
    position: relative;
  }

  .footer .foot .right .list li .top.on i {
    transform: rotate(135deg);
  }

  .footer .foot .right .list li .top i:before,
  .footer .foot .right .list li .top i:after {
    content: "";
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
  }

  .footer .foot .right .list li .top i:before {
    width: 100%;
    height: 2px;
  }

  .footer .foot .right .list li .top i:after {
    width: 2px;
    height: 100%;
  }

  .footer .foot .right .list li .bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 0px;
    margin-right: -1px;
  }

  .footer .foot .right .list li:first-child .bottom {
    display: flex;
  }

  .footer .foot .right .list li .bottom a {
    width: calc((100% - 3px) / 3) !important;
    text-align: left;
    background: rgba(255, 255, 255, 0.05);
    line-height: 48px;
    margin-right: 1px;
    margin-top: 1px;
    border-radius: 2px;
    font-size: 14px;
  }

  .footer .foot .right .list li .bottom a:hover {
    background: #bb343a;
    color: #fff;
  }
}


@media only screen and (max-width: 767px) {

  /*公共样式*/
  .container {
    padding: 0 16px;
  }

  /*swiper-pagination样式*/
  .swiper-pagination span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }

  .swiper-pagination span.swiper-pagination-bullet:before {
    width: 4px;
    height: 4px;
  }

  /*手机公共头部*/
  .mobhead {
    height: 60px;
  }

  .mobhead .moblogo {
    width: 100px;
  }

  .mobnav {
    width: 100%;
  }

  /*公共底部*/

  .footer .foot {
    padding: 40px 0;
  }

  .footer .key {
    display: none;
  }
	.flexdssb{
		flex-direction: column;
	}
  .footer .foot .nycontainer {
    flex-direction: column-reverse;
  }

  .footer .foot .left dl dd {
    margin-bottom: 16px;
  }

  .footer .foot .left dl dd i {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }

  .footer .foot .left dl dd p {
    width: calc(100% - 22px);
  }

  .footer .foot .right {
    margin-top: 30px;
  }

  .footer .foot .right .list li .top {
    line-height: 43px;
  }

  .footer .foot .right .list li .bottom a {
    font-size: 14px;
    line-height: 42px;
  }

  .footer .copy {
    font-size: 14px;
    padding: 20px 0;
  }

  .footer .copy .container {
    justify-content: center;
  }

  /*swiper按钮样式*/
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }

  .swiper-button-prev i,
  .swiper-button-next i {
    font-size: 18px;
  }
}

