@charset "UTF-8";
/*外层容器*/
.page-container {
  width: 100vw;
}

header {
  height: 80px;
  z-index: 8848 !important;
  background-color: #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.08), 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
}
header .f-active > a {
  color: #EC1B23 !important;
}
header .f-active > img:nth-child(2) {
  display: none;
}
header .f-active > img:nth-child(3) {
  display: block !important;
}
header .active-icon {
  display: none;
}
header .box-active {
  background-color: #EC1B23 !important;
}
header .left .logo {
  width: 64px;
  height: 64px;
  margin-right: 60px;
}
header .left .page-navbar-list {
  display: flex;
  align-items: center;
}
header .left .page-navbar-list .nav-item {
  margin-right: 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
header .left .page-navbar-list .nav-item > img:nth-child(3) {
  display: none;
}
header .left .page-navbar-list .nav-item div .active {
  color: rgba(255, 255, 255, 0.9) !important;
}
header .left .page-navbar-list .nav-item .nav-link {
  margin-right: 4px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
}
header .left .page-navbar-list .nav-item img {
  width: 24px;
  height: 24px;
}
header .left .page-navbar-list .more-content {
  position: relative;
  height: 100%;
  z-index: 123456;
  /*默认全部隐藏*/
  /*每一个子项样式*/
  /*二级*/
  /*三级等*/
  /*限制高度*/
}
header .left .page-navbar-list .more-content .content-item-first, header .left .page-navbar-list .more-content .content-item-other {
  display: none;
}
header .left .page-navbar-list .more-content .item-detail {
  display: flex;
  justify-content: space-between;
  width: 155px;
  height: 34px;
  align-items: center;
  background-color: white;
  padding: 0 14px;
  cursor: pointer;
}
header .left .page-navbar-list .more-content .item-detail a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
header .left .page-navbar-list .more-content .content-item-other .item-detail {
  width: 200px;
}
header .left .page-navbar-list .more-content .content-item-first {
  position: absolute;
  top: 100%;
  left: -8px;
}
header .left .page-navbar-list .more-content .content-item-other {
  position: absolute;
  top: 0;
  right: -200px;
}
header .left .page-navbar-list .more-content .content-item-other .content-item-other {
  max-height: 500px;
  overflow-x: scroll;
}
header .left .page-navbar-list .more-content .content-item-other .content-item-other::-webkit-scrollbar {
  width: 6px;
  height: 2px;
}
header .left .page-navbar-list .more-content .content-item-other .content-item-other::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}
header .left .page-navbar-list .more-content .content-item-other .content-item-other::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius: 1px;
}
header .left .page-navbar-list .more-content .content-item-other .content-item-other .item-detail {
  width: 200px;
}
header .right .search-input {
  border-bottom: 2px solid #C7291D;
  font-size: 18px;
  color: #999999;
  line-height: 26px;
  width: 210px;
  display: none;
}
header .right .search-icon, header .right .internet-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  cursor: pointer;
}
header .right .change-lan span {
  font-size: 18px;
  color: #000000;
}
header .right .change-lan .select-icon {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
header .right .lan-select {
  background-color: #fff;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  top: 100%;
  z-index: 12345;
}
header .right .lan-select a {
  width: 140px;
  height: 34px;
  padding: 6px 14px;
  cursor: pointer;
}
header .right .lan-select a:hover {
  background-color: #EC1B23 !important;
  color: #ffffff;
}

/*banner*/
.page-banner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-banner > img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: auto;
}
.page-banner .banner-text {
  position: absolute;
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
}
.page-banner span {
  margin: 0 12px;
}
.page-banner .left-line, .page-banner .right-line {
  width: 60px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

/*底部下划线*/
.bottom-line {
  position: relative;
}
.bottom-line::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  background-color: #EC1B23;
  bottom: -8px;
  left: calc(50% - 20px);
  border-radius: 2px 2px 2px 2px;
}

/*备案*/
footer {
  background: #120D11;
  padding: 22px 0;
}
footer p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

/*侧边四个小模块*/
.side-bar-box {
  position: fixed;
  right: 7px;
  z-index: 1234567;
  top: calc(50% - 100px);
  text-align: right;
}
.side-bar-box .item {
  width: auto;
  height: 68px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  transition: ease 450ms;
}
.side-bar-box .item .left {
  width: 0;
  overflow: hidden;
  padding-right: 0;
  transition: ease 450ms;
  white-space: nowrap;
  font-size: 16px;
  color: #FFFFFF;
}
.side-bar-box .item .right {
  width: 68px;
}
.side-bar-box .item .right img {
  width: 30px;
  height: 30px;
  margin: 0 auto 6px;
}
.side-bar-box .item .right p {
  width: 100%;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}
.side-bar-box .item:hover {
  background-color: #B5261F;
}
.side-bar-box .item:hover > .left {
  width: 180px;
  padding-right: 25px;
  padding-left: 20px;
}

/*分页器样式调整*/
.layui-laypage a, .layui-laypage span {
  margin: 0 6px 6px;
}
.layui-laypage .layui-laypage-next:hover, .layui-laypage .layui-laypage-curr :hover, .layui-laypage .layui-laypage-prev:hover, .layui-laypage a:hover {
  color: #b5261f;
}

/*每一块间距默认60*/
.container-fluid {
  padding: 60px 0;
}

/*背景图片*/
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  object-fit: cover;
}

/*更多按钮*/
.more-btn {
  font-size: 14px;
  color: #F3F3F3;
  border-radius: 4px;
  display: inline-block;
  transition: ease 300ms;
  overflow: hidden;
}
.more-btn div {
  border-radius: 4px;
  cursor: pointer;
}
.more-btn a {
  border-radius: 4px;
  border: 1px solid #B5261F;
  padding: 8px 40px;
  display: block;
  background: #B5261F;
  transition: linear 300ms;
}

.more-btn div:hover {
  color: #B5261F;
}
.more-btn div:hover a {
  background: #F3F3F3;
}

/*二级导航*/
.page-tabbar-second .same-nav {
  padding-left: 24%;
  display: flex;
  align-items: center;
  width: max-content;
}
@media (max-width: 1440px) {
  .page-tabbar-second .same-nav {
    padding-left: 12px;
  }
}
.page-tabbar-second .top1-nav {
  width: 100%;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.08), 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
  overflow-x: scroll;
}
.page-tabbar-second .top1-nav::-webkit-scrollbar {
  width: 10px;
  height: 4px;
}
.page-tabbar-second .top1-nav::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}
.page-tabbar-second .top1-nav::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius: 2px;
}
.page-tabbar-second .top1-nav .item {
  padding: 22px 0;
  margin-right: 70px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.page-tabbar-second .top1-nav .active {
  color: rgba(236, 27, 35, 0.9);
  position: relative;
}
.page-tabbar-second .top1-nav .active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  background-color: rgb(238, 50, 57);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .page-tabbar-second .top1-nav .active::after {
    left: calc(50% - 20px);
    width: 40px;
    height: 2px;
  }
}
.page-tabbar-second .top2-nav {
  background-color: rgb(239, 238, 241);
  width: 100%;
  overflow-x: scroll;
}
.page-tabbar-second .top2-nav::-webkit-scrollbar {
  width: 10px;
  height: 4px;
}
.page-tabbar-second .top2-nav::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}
.page-tabbar-second .top2-nav::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius: 2px;
}
.page-tabbar-second .top2-nav .item {
  padding: 14px 0;
  margin-right: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-tabbar-second .top2-nav .item a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}
.page-tabbar-second .top2-nav .item img {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  display: none;
}
.page-tabbar-second .top2-nav .active span {
  color: rgba(236, 27, 35, 0.9);
}

/*顶部小导航*/
.top-nav {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  color: rgb(102, 102, 102);
}
.top-nav::before {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background-color: rgb(181, 38, 31);
  margin-right: 12px;
}

/*顶部标题*/
.container-top-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.container-top-title img {
  width: 140px;
  height: 28px;
}
.container-top-title img:last-child {
  transform: rotate(180deg);
}
.container-top-title span {
  margin: 0 20px;
  font-size: 30px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
}

/*联系我们*/
.connect-with {
  background-color: rgb(51, 51, 51);
  padding: 40px 0;
}
.connect-with .form {
  max-width: 463px;
}
.connect-with .form img {
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
}
.connect-with .form .conventional:nth-child(odd) {
  margin-right: 24px;
}
.connect-with .form .conventional {
  width: calc(50% - 12px);
  padding: 6px 6px;
  background: #5E5E5E;
  border-radius: 2px 2px 2px 2px;
  margin-bottom: 8px;
}
.connect-with .form .conventional input::placeholder {
  color: #FFFFFF;
}
.connect-with .form .conventional input {
  width: 100%;
  color: white;
  background-color: transparent;
}
.connect-with .form .msg {
  width: 100%;
  height: 70px;
}
.connect-with .form .msg textarea {
  width: 100%;
  height: 100%;
  color: white;
  padding: 6px 6px;
  background: #5E5E5E;
}
.connect-with .form .msg textarea::placeholder {
  color: white;
}
.connect-with .form .submit-box a {
  font-size: 16px;
  color: #F3F3F3;
  background: #B5261F;
  border-radius: 2px 2px 2px 2px;
  padding: 9px 46px;
  display: inline-block;
  margin-top: 18px;
}
.connect-with .about-us-bottom-list {
  max-width: 500px;
}
.connect-with .about-us-bottom-list .lit-title {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 36px;
}
.connect-with .about-us-bottom-list a {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  color: #FFFFFF;
}
.connect-with .about-us-bottom-list .about-c-text {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  color: #FFFFFF;
}
.connect-with .about-us-bottom-list a:hover {
  color: #EC1B23 !important;
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
  *::-webkit-scrollbar {
    display: none !important;
  }
  .container-fluid {
    padding: 16px 0;
  }
  .top-sate {
    width: 100%;
    height: 52px;
  }
  header {
    height: auto !important;
    padding: 0 !important;
  }
  header .top {
    padding: 6px 20px;
    background: #FFFFFF;
  }
  header .top img:first-child {
    width: 39px;
    height: 39px;
  }
  header .top .state .navbar-state {
    width: 30px;
    height: 30px;
  }
  header .top .state img:last-child {
    display: none;
  }
  header .mb-select-list {
    display: none;
    height: calc(100vh - 52px);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 3px;
    background: white;
    overflow-y: scroll;
    /*折叠*/
    /*默认折叠*/
  }
  header .mb-select-list .t0 {
    min-height: calc(100% + 1px);
  }
  header .mb-select-list .t0 > li {
    border-bottom: 1px solid #B5B5B5;
  }
  header .mb-select-list .t0 > li .t0-item {
    padding: 16px 0;
  }
  header .mb-select-list .t0 > li .t0-item a {
    font-weight: bold;
  }
  header .mb-select-list li {
    font-size: 16px;
  }
  header .mb-select-list li .icon {
    width: 20px;
    height: 20px;
  }
  header .mb-select-list li .icon img {
    width: 100%;
    height: 100%;
  }
  header .mb-select-list li .icon img:last-child {
    display: none;
  }
  header .mb-select-list .t1 li {
    border-top: 1px solid #B5B5B5;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
  }
  header .mb-select-list .t1 li .t1-item {
    padding: 14px 0 14px 18px;
  }
  header .mb-select-list .t1 li:last-child {
    padding-bottom: 0;
  }
  header .mb-select-list .t2 li {
    font-size: 14px;
    border-top: 1px solid #B5B5B5;
    color: rgba(0, 0, 0, 0.4);
  }
  header .mb-select-list .t2 li .t2-item {
    padding: 14px 0 14px 36px;
  }
  header .mb-select-list .t3 li {
    border-top: 1px solid #B5B5B5;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
  }
  header .mb-select-list .t3 li .t2-item {
    padding: 14px 0 14px 54px;
  }
  header .mb-select-list .t1, header .mb-select-list .t2, header .mb-select-list .t3 {
    display: none;
  }
  .bottom-line::after {
    width: 20px;
    height: 2px;
    bottom: -4px;
    left: calc(50% - 10px);
  }
  footer p {
    font-size: 14px !important;
  }
  footer p:first-child {
    width: 100%;
    margin-bottom: 8px;
  }
  .page-banner .left-line, .page-banner .right-line {
    width: 20px;
    height: 2px;
  }
  .page-banner .banner-text {
    font-size: 14px;
  }
  .page-tabbar-second .top1-nav .item {
    padding: 10px 0;
    font-size: 14px;
    margin: 0 20px;
  }
  .page-tabbar-second .top2-nav .item {
    font-size: 14px;
    padding: 5px 0;
    margin: 0 16px;
  }
  .top-nav {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .top-nav::before {
    margin-right: 4px;
  }
  .more-btn a {
    padding: 4px 20px;
  }
  .connect-with {
    padding: 16px 0 !important;
  }
  .connect-with .conventional {
    margin-right: 0 !important;
    margin-bottom: 8px;
    width: calc(50% - 6px) !important;
  }
  .connect-with .conventional:nth-child(even) {
    margin-left: 12px;
  }
  .connect-with .msg {
    margin-right: 0 !important;
  }
  .connect-with .form {
    width: 100% !important;
    max-width: 100% !important;
  }
  .connect-with .form > img {
    margin-bottom: 12px !important;
  }
  .connect-with .form ul {
    width: 100%;
  }
  .connect-with .submit-box a {
    margin-top: 20px !important;
    padding: 4px 20px !important;
    font-size: 12px !important;
  }
}
.address {
  margin-top: 60px;
}
.address .content-box {
  padding: 40px;
}
.address .content-box .title {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 35px;
  margin-bottom: 60px;
  position: relative;
}
.address .content-box .title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  background-color: #ffffff;
  width: 40px;
  height: 4px;
}
.address .content-box .detail > div {
  margin-bottom: 40px;
}
.address .content-box .detail img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.address .content-box .detail span {
  margin-right: 40px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  max-width: 600px;
}

.title {
  font-size: 30px;
  margin-bottom: 12px;
}

.marketing-network-container {
  padding-top: 60px;
  padding-bottom: 125px;
}
.marketing-network-container .info {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 40px;
}

.brochure {
  padding-top: 60px;
}
.brochure .title {
  margin-bottom: 52px;
}
.brochure .brochure-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.brochure .brochure-content > div img {
  width: 100%;
  margin-bottom: 20px;
}
.brochure .brochure-content > div a {
  padding: 8px 20px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.26);
  font-weight: bold;
  border-color: rgba(0, 0, 0, 0.26);
}
.brochure .brochure-content > div .more-btn img {
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
}
.brochure .brochure-content > div .download {
  display: none;
}
.brochure .brochure-content > div a:hover {
  background-color: #B5261F;
  color: white;
}
.brochure .brochure-content > div a:hover .download {
  display: block;
}
.brochure .brochure-content > div a:hover .normal {
  display: none;
}

.document {
  padding: 60px 0;
}
.document .pdf-download {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #E7E7E7;
  padding: 40px 0;
}
.document .pdf-download > img {
  width: 80px;
  height: 80px;
  margin-right: 24px;
}
.document .pdf-download .name-num {
  flex: 1;
}
.document .pdf-download .name-num p:last-child {
  margin-top: 19px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 26px;
}
.document .pdf-download .download-icon img {
  width: 30px;
  height: 30px;
}
.document .pdf-download .download-icon > img:last-child {
  display: none;
}
.document .pdf-download:hover .download-icon > img:last-child {
  display: block;
}
.document .pdf-download:hover .download-icon > img:first-child {
  display: none;
}

@media (max-width: 768px) {
  .title {
    font-size: 18px;
    margin-bottom: 18px !important;
  }
  .address {
    margin-top: 16px;
  }
  .address .content-box {
    padding: 16px 8px !important;
  }
  .address .content-box .title {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 26px;
  }
  .address .content-box .title::before {
    bottom: -12px !important;
    width: 20px !important;
    height: 2px !important;
  }
  .address .content-box .detail > div {
    margin-bottom: 0;
  }
  .address .content-box .detail > div div {
    margin-bottom: 8px;
  }
  .address .content-box .detail > div img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .address .content-box .detail > div span {
    font-size: 14px;
    margin-right: 0;
    line-height: 20px;
  }
  .marketing-network-container {
    padding: 16px 0;
  }
  .marketing-network-container .info {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .brochure {
    padding-top: 16px;
  }
  .brochure .brochure-content {
    display: block;
  }
  .brochure .brochure-content div > img {
    margin-bottom: 8px;
  }
  .brochure .brochure-content .more-btn {
    margin-bottom: 12px;
  }
  .brochure .brochure-content .more-btn a {
    background-color: rgb(181, 38, 31);
    padding: 6px 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
  }
  .brochure .brochure-content .more-btn a img {
    width: 16px;
    height: 16px;
  }
  .brochure .brochure-content .more-btn a img:first-child {
    display: none;
  }
  .brochure .brochure-content .more-btn a img:last-child {
    display: block;
  }
  .document {
    padding-top: 16px;
  }
  .document .pdf-download {
    padding: 12px 0;
  }
  .document .pdf-download img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  .document .pdf-download .name-num {
    margin-right: 24px;
  }
  .document .pdf-download p:first-child {
    font-size: 16px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .document .pdf-download p:last-child {
    font-size: 12px !important;
    margin-top: 0 !important;
    line-height: 17px !important;
  }
  .document .pdf-download .download-icon img {
    width: 16px;
    height: 16px;
  }
  .document .pdf-download .download-icon img:last-child {
    display: block;
  }
  .document .pdf-download .download-icon img:first-child {
    display: none;
  }
}

/*# sourceMappingURL=services.css.map */
