@charset "UTF-8";
.bgt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-fix {
  background-attachment: fixed;
}

/* header */
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 21;
  padding: 0.35rem 0;
  transition: all 0.3s ease-in-out;
}

.header .logo img {
  width: 2.1rem;
}

.header .logo img.logo2 {
  display: none;
}

.header .d1 .lang {
  padding-left: 0.4rem;
}

.header .d1 .lang::before {
  content: "";
  width: 1px;
  height: 0.18rem;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header .lang {
  color: #fff;
  position: relative;
}

.header .lang i {
  margin-right: 0.15rem;
}

.header::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/bg_top.png") no-repeat top center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.header .nav {
  width: 90%;
  max-width: 8.63rem;
}

.header .nav li {
  margin-right: 0.4rem;
  position: relative;
}

.header .nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.13rem 0;
  color: rgba(255, 255, 255, 0.8);
}

.header .nav li a::after {
  content: "";
  width: 0;
  height: 0.04rem;
  background: #fff;
  border-radius: 0.02rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease-in-out;
}

.header .nav li:hover a, .header .nav li.active a {
  color: #fff;
  font-weight: bold;
}

.header .nav li:hover a::after, .header .nav li.active a::after {
  width: 100%;
}

.header.fix, .header.header2 {
  padding: 0.15rem 0;
  background: #fff;
}

.header.fix::before, .header.header2::before {
  display: none;
}

.header.fix .logo img.logo2, .header.header2 .logo img.logo2 {
  display: inline-block;
}

.header.fix .logo img.logo1, .header.header2 .logo img.logo1 {
  display: none;
}

.header.fix .nav li a, .header.header2 .nav li a {
  color: #333;
}

.header.fix .nav li:hover a, .header.fix .nav li.active a, .header.header2 .nav li:hover a, .header.header2 .nav li.active a {
  color: #282828;
}

.header.fix .nav li:hover a::after, .header.fix .nav li.active a::after, .header.header2 .nav li:hover a::after, .header.header2 .nav li.active a::after {
  background: #282828;
}

.header.fix .lang, .header.header2 .lang {
  color: #333;
}

.header.fix .lang::before, .header.header2 .lang::before {
  background: rgba(51, 51, 51, 0.6);
}

.header.fix {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.banner {
  position: relative;
  height: 100vh;
}

.banner .swiper-container,
.banner .swiper-slide {
  height: 100%;
}

.banner img {
  display: block;
}

.banner .swiper-slide {
  position: relative;
}

.banner .swiper-slide .slide-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.banner .swiper-slide .slide-txt .sub-tit {
  margin-top: 0.2rem;
}

.banner .swiper-slide .slide-txt .sub-tit span {
  margin: 0 0.16rem;
}

.banner .swp-dot {
  position: absolute;
  width: 100%;
  text-align: right;
  left: 0;
  bottom: 0.65rem;
  z-index: 2;
  color: #fff;
}

.banner .swp-dot .dot1 {
  width: 100%;
  justify-content: flex-end;
}

.banner .swp-dot .dot1 .swiper-pagination {
  position: initial;
  margin-right: 0.42rem;
  text-align: right;
}

.banner .swp-dot .dot1 .swiper-pagination span::before {
  content: "0";
}

.banner .swp-dot .dot1 .swiper-pagination span.swiper-pagination-current {
  font-size: 0.32rem;
  font-weight: bold;
}

.banner .swp-dot .dot1 .jt {
  font-weight: bold;
  cursor: pointer;
}

.banner .swp-dot .dot1 .jt.next {
  position: relative;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
}

.banner .swp-dot .dot1 .jt.next::before {
  content: "";
  width: 1px;
  height: 0.24rem;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner .swp-dot .tips {
  margin-top: 0.22rem;
}

.banner .swp-dot .tips span {
  margin-left: 0.12rem;
}

.sec-type {
  position: relative;
  padding-bottom: 0.14rem;
  margin-bottom: 0.45rem;
  text-align: center;
}

.sec-type::after {
  content: "";
  width: 0.8rem;
  height: 0.05rem;
  background: #284f92;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sec-type.sec-type1 {
  text-align: left;
}

.sec-type.sec-type1::after {
  left: 0;
  transform: translateX(0);
}

/* section1 */
.section1 {
  position: relative;
  z-index: 1;
}

.section1 .sec-type {
  margin-bottom: 0.2rem;
}

.section1::before {
  content: "";
  width: 5.47rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #284f92;
  z-index: -1;
}

.section1 .pic {
  position: relative;
  z-index: 1;
}

.section1 .pic::before {
  content: "";
  width: 96%;
  height: 100%;
  background: #e1e6ec;
  position: absolute;
  left: -0.3rem;
  bottom: -0.3rem;
  z-index: -1;
}

.section1 .info .desc {
  color: #666;
  margin: 0.25rem 0;
}

.section1 .info .link a {
  color: #282828;
}

.section1 .info .link a:hover {
  color: #284f92;
}

.section2 li {
  text-align: center;
  display: flex;
}

.section2 li .item {
  background: #fff;
  flex: 1;
  overflow: hidden;
  padding: 0.6rem 0.4rem;
}

.section2 li .item .icon img {
  width: 1.4rem;
}

.section2 li .item .num {
  margin: 0.15rem 0 0.12rem;
  color: #284f92;
  font-family: "DIN";
}

.section2 li .item .tit {
  color: #282828;
}

.section3 .list {
  padding-top: 0.35rem;
}

.section3 li {
  text-align: center;
}

.section3 li .item .icon {
  width: 1.5rem;
  height: 1.5rem;
  background: #284f92;
  margin: 0 auto;
  color: #fff;
  border-radius: 50%;
  background: url("../img/ky.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
}

.section3 li .item .icon img {
  width: 0.8rem;
}

.section3 li .item .sub .dd {
  position: absolute;
}

.section3 li .item .sub .dd a {
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #e5efff 100%);
  transition: ease 0.3s;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #284f92;
  text-transform: uppercase;
}

.section3 li .item .sub .dd a:hover {
  background: #284f92;
  color: #fff;
}

.section3 li .item .sub .dd:nth-child(1) {
  left: -0.5rem;
  bottom: 0;
}

.section3 li .item .sub .dd:nth-child(2) {
  left: -0.5rem;
  top: 0;
}

.section3 li .item .sub .dd:nth-child(3) {
  right: -0.5rem;
  top: 0;
}

.section3 li .item .sub .dd:nth-child(4) {
  right: -0.5rem;
  bottom: 0;
}

.section3 li .item .sub .dd:nth-child(5) {
  left: 50%;
  transform: translateX(-50%);
  top: -0.6rem;
}

.section3 li .tit {
  margin-top: 0.2rem;
}

/* footer */
.footer {
  background: #3a3a3a;
  color: #fff;
}

.footer .ft1 {
  padding: 0.53rem 0 0.64rem;
}

.footer .ft1 a {
  color: rgba(255, 255, 255, 0.8);
}

.footer .ft1 a:hover {
  color: #fff;
}

.footer .ft1 .col1 {
  flex-shrink: 0;
}

.footer .ft1 .col1 .logo {
  margin-bottom: 0.32rem;
}

.footer .ft1 .col1 .logo img {
  width: 2.1rem;
}

.footer .ft1 .col1 .lxfs li {
  margin-bottom: 0.13rem;
}

.footer .ft1 .col1 .lxfs li i {
  flex-shrink: 0;
  margin-right: 0.1rem;
  color: #999;
}

.footer .ft1 .col2 {
  text-align: right;
}

.footer .ft1 .col2 .link {
  margin-bottom: 0.95rem;
}

.footer .ft1 .col2 .link li {
  margin-left: 0.75rem;
}

.footer .ft1 .col2 .company {
  line-height: 1.5;
}

.footer .ft1 .col2 .company p {
  margin: 0.1rem 0;
}

.footer .ft2 {
  border-top: 1px solid #666;
  padding: 0.21rem 0;
}

.footer .ft2 a {
  color: #fff;
}

.footer .ft2 a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* inner-slide */
.inner-slide img {
  display: block;
}

.main {
  background: #f6f6f6;
}

.service .list li {
  background: #fff;
  padding: 0.5rem;
  margin-bottom: 0.4rem;
}

.service .list li .sec-type1 {
  margin-bottom: 0.2rem;
}

.service .list li .info .desc {
  margin-bottom: 0.3rem;
}

.service .list li .info .dd {
  margin-bottom: 0.12rem;
}

.service .list li .info .dd:last-child {
  margin-bottom: 0;
}

.service .list li .info .dd:last-child .tit {
  margin-bottom: 0.06rem;
}

.service .list li:last-child {
  margin-bottom: 0;
}

.news li {
  margin-bottom: 0.3rem;
}

.news li .item {
  background: #fff;
  border-radius: 0.16rem;
  padding: 0.3rem 0.3rem 0.3rem 0;
  cursor: pointer;
}

.news li .item .item-date {
  width: 2.28rem;
  text-align: center;
  flex-shrink: 0;
  font-family: "DIN";
  color: #284f92;
}

.news li .item .item-date .time2 {
  margin-top: -0.15rem;
}

.news li .item .item-info {
  padding-left: 0.35rem;
  position: relative;
}

.news li .item .item-info::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news li .item .item-info .tit {
  color: #282828;
}

.news li .item .item-info .desc {
  color: #666;
  line-height: 1.8;
  margin: 0.12rem 0;
}

.news li .item .item-info .link i {
  margin-left: 0.15rem;
}

.news li:hover .item-info .tit {
  color: #284f92;
  text-decoration: underline;
}

.news li:hover .item-info .link {
  color: #284f92;
}

.pages {
  padding: 0.25rem 0 0;
}

.pages li {
  margin: 0 0.08rem;
}

.pages li a {
  height: 0.41rem;
  width: 0.41rem;
  border-radius: 0.05rem;
  border: 1px solid #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: all ease 0.3s;
}

.pages li:hover a, .pages li.active a {
  background: #284f92;
  border-color: #284f92;
  color: #fff;
}

.crumbs {
  padding: 0.21rem 0;
  background: #f6f6f6;
}

.crumbs img {
  width: 0.16rem;
  margin-right: 0.12rem;
}

.crumbs i {
  margin: 0 0.12rem;
  transform: scale(0.9);
}

.detail .news-tit {
  text-align: center;
}

.detail .news-attr {
  color: #666;
  padding: 0.1rem 0 0.2rem;
}

.detail .news-attr span {
  margin: 0.1rem 0.24rem;
}

.detail .news-cont {
  line-height: 1.8;
}

.detail .news-cont img {
  max-width: 100% !important;
  height: auto !important;
}

.detail .news-share {
  padding: 0.4rem 0;
}

.detail .news-share .social-share a {
  margin: 0 0.1rem;
}

.detail .news-share .social-share a:hover {
  opacity: 0.888;
}

.detail .news-share .social-share .icon-wechat {
  background: #43ab35;
  color: #fff;
}

.detail .news-share .social-share .icon-qq {
  background: #284f92;
  color: #fff;
  border-color: #284f92;
}

.detail .news-share .social-share .icon-weibo {
  background: #e41523;
  color: #fff;
}

.detail .news-sxp {
  padding: 0.25rem 0;
  border-top: 1px solid #ddd;
}

.detail .news-sxp li {
  max-width: 50%;
}

.detail .news-sxp li a {
  display: block;
}

/* 联系我们 */
.contact .lx-type {
  text-align: center;
  margin-bottom: 0.4rem;
}

.contact .lx-type .tit {
  color: #282828;
}

.contact .lx-type .desc {
  color: #666;
  margin-top: 0.07rem;
}

.contact .list > ul > li {
  margin-bottom: 0.3rem;
}

.contact .list > ul > li .item2 {
  background: #fff;
  border-radius: 0.16rem;
  padding: 0.3rem;
}

.contact .list > ul > li .item2 .col1 .tit .lx {
  padding: 0 0.1rem;
  height: 0.24rem;
  background: rgba(40, 79, 146, 0.1);
  color: #284f92;
  border-radius: 0.5rem;
  margin-left: 0.1rem;
}

.contact .list > ul > li .item2 .col1 .desc {
  color: #666;
  line-height: 1.8;
  margin: 0.15rem 0 0.3rem;
}

.contact .list > ul > li .item2 .col1 .lxfs li {
  margin-bottom: 0.13rem;
}

.contact .list > ul > li .item2 .col1 .lxfs li .icon {
  flex-shrink: 0;
  color: #999;
}

.contact .list > ul > li .item2 .col1 .lxfs li .icon i {
  flex-shrink: 0;
  margin-right: 0.1rem;
  color: #284f92;
}

.contact .list > ul > li .item2 .col2 {
  width: 5.5rem;
  flex-shrink: 0;
  margin-left: 0.72rem;
}

.contact .list > ul > li .item2 .col2 .box1 {
  width: 35.45%;
  margin-right: 0.15rem;
  flex-shrink: 0;
}

.contact .list > ul > li .item2 .col2 .pic1 {
  padding-top: 76.92%;
}

.contact .list > ul > li .item2 .col2 .pic2 {
  padding-top: 44.11%;
}

.contact .list > ul > li .item2 .col2 .pic3 {
  padding-top: 27.27%;
}

.contact .list > ul > li .item2 .col2 .row2 {
  margin-top: 0.15rem;
}

.contact .list > ul > li:last-child {
  margin-bottom: 0;
}

/* 加入我们 */
.join .join1 .list li {
  margin-bottom: 0.3rem;
}

.join .join1 .list li .item {
  background: #fff;
  padding: 0.3rem 0.4rem;
  border-radius: 0.16rem;
}

.join .join1 .list li .item .tit {
  margin-bottom: 0.18rem;
}

.join .join1 .list li .item .tit .lx {
  padding: 0 0.1rem;
  height: 0.24rem;
  background: rgba(40, 79, 146, 0.1);
  color: #284f92;
  border-radius: 0.5rem;
  margin-left: 0.1rem;
}

.join .join1 .list li .item .info .dt {
  padding-left: 0.08rem;
  position: relative;
  margin-bottom: 0.15rem;
}

.join .join1 .list li .item .info .dt::before {
  content: "";
  width: 3px;
  height: 14px;
  background: #284f92;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.join .join1 .list li .item .info .cont {
  border-radius: 0.16rem;
  background: #f6f6f6;
  padding: 0.15rem 0.3rem;
  color: #666;
  margin-bottom: 0.15rem;
  line-height: 2;
}

.join .join1 .list li .item .info .cont p {
  margin: 0.03rem 0;
}

.join .join2 {
  padding-top: 0.5rem;
}

.join .join2 .list li {
  text-align: center;
  display: flex;
}

.join .join2 .list li .item {
  background: #fff;
  border-radius: 0.16rem;
  flex: 1;
  overflow: hidden;
  padding: 0.47rem 0;
}

.join .join2 .list li .item .icon {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #e7f0ff;
  color: #284f92;
  margin: 0 auto;
}

.join .join2 .list li .item .icon img {
  width: 0.6rem;
}

.join .join2 .list li .item .tit {
  margin: 0.2rem 0 0.06rem;
  color: #666;
}

.join .join2 .list li .item .cont {
  font-weight: bold;
}

/* 商城 */
.shop {
  padding: 0.3rem 0;
}

.shop .screen {
  background: #fff;
  padding: 0.3rem;
}

.shop .screen .dd {
  margin-bottom: 0.15rem;
}

.shop .screen .dd:last-child {
  margin-bottom: 0;
}

.shop .screen .dd .col1 {
  display: flex;
}

.shop .screen .dd .col1 .label {
  flex-shrink: 0;
  width: 0.85rem;
  color: #282828;
  font-weight: 400;
}

.shop .screen .dd .col1 .intbox a {
  color: #666;
  padding: 0.03rem 0.07rem;
  margin: 0 0.15rem 0 0;
  border-radius: 0.05rem;
}

.shop .screen .dd .col1 .intbox a:hover, .shop .screen .dd .col1 .intbox a.active {
  background: rgba(40, 79, 146, 0.1);
  color: #284f92;
}

.shop .screen .dd .col2 {
  flex-shrink: 0;
}

.shop .screen .dd .search {
  width: 2.6rem;
  border-radius: 0.5rem;
  padding: 0 0.15rem;
  background: #f6f6f6;
}

.shop .screen .dd .search button {
  flex-shrink: 0;
  background: none;
  margin-right: 0.1rem;
}

.shop .screen .dd .search button i {
  color: #282828;
}

.shop .screen .dd .search .int {
  flex: 1;
  height: 0.4rem;
  overflow: hidden;
}

.shop .screen .dd .search .int input {
  width: 100%;
  height: 100%;
  background: none;
}

.shop .contbox {
  background: #fff;
  padding: 0.3rem;
  margin-top: 0.2rem;
}

.shop .contbox .table {
  overflow-x: auto;
  padding-bottom: 0.15rem;
}

.shop .contbox .table table {
  border-collapse: collapse;
}

.shop .contbox .table table thead th {
  background: #284f92;
  color: #fff;
}

.shop .contbox .table table th,
.shop .contbox .table table td {
  text-align: left;
  padding: 0.1rem 0.2rem;
  white-space: nowrap;
}

.shop .contbox .table table tbody tr {
  transition: all 0.3s;
}

.shop .contbox .table table tbody tr:nth-child(2n) {
  background: #f6f6f6;
}

.shop .contbox .table table tbody tr td .btn {
  color: #284f92;
}

.shop .contbox .table table tbody tr td .btn i {
  margin-right: 0.05rem;
}

.shop .contbox .table table tbody tr:hover {
  background: rgba(40, 79, 146, 0.1);
}

/* 新闻列表加载状态和错误信息样式 */
.news .loading,
.news .error,
.news .no-data {
  text-align: center;
  padding: 1rem 0;
  color: #666;
  font-size: 0.28rem;
}

.news .loading::before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #284f92;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 0.2rem;
  vertical-align: middle;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.news .error {
  color: #f56c6c;
}

/* 分页样式增强 */
.pages .ellipsis {
  padding: 0 0.1rem;
  color: #999;
}

.pages .disabled {
  pointer-events: none;
  opacity: 0.5;
}

.pages a {
  cursor: pointer;
  transition: all 0.3s;
}

/* 新闻详情页加载状态和错误信息样式 */
.loading-detail,
.error-detail {
  text-align: center;
  padding: 2rem 0;
  color: #666;
  font-size: 0.28rem;
  line-height: 2;
}

.loading-detail {
  position: relative;
  padding-left: 0.6rem;
}

.loading-detail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.4rem;
  height: 0.4rem;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #284f92;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.error-detail {
  color: #f56c6c;
  padding-left: 0;
}

.error-detail::before {
  display: none;
}

/* 商城报价表格加载状态和错误信息样式 */
.shop .contbox tbody .no-data,
.shop .contbox tbody .loading,
.shop .contbox tbody .error {
  text-align: center;
  padding: 2rem 0;
  color: #666;
  font-size: 0.28rem;
}

.shop .contbox tbody .loading {
  position: relative;
}

.shop .contbox tbody .loading::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.4rem;
  height: 0.4rem;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #284f92;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.shop .contbox tbody .error {
  color: #f56c6c;
}
