@charset "UTF-8";
body {
  margin: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 15px;
  position: relative;
  font-family: "Source Sans Pro", sans-serif, 微软雅黑, "Microsoft yahei", "Hiragino Sans GB", "冬青黑体简体中文 w3", "Microsoft Yahei", "Hiragino Sans GB", "冬青黑体简体中文 w3", STXihei, 华文细黑, SimSun, 宋体, Heiti, 黑体, sans-serif;
}
body.hidden {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
}

.am-btn-primary {
  background-color: #1D2088;
  border-color: #1D2088;
}

a {
  color: #1D2088;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}

.am-pagination > .am-active > a, .am-pagination > .am-active > a:focus, .am-pagination > .am-active > a:hover, .am-pagination > .am-active > span, .am-pagination > .am-active > span:focus, .am-pagination > .am-active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #1D2088;
  border-color: #1D2088;
  cursor: default;
}

.am-pagination > li > a:focus, .am-pagination > li > a:hover, .am-pagination > li > span:focus, .am-pagination > li > span:hover {
  background-color: #1D2088;
  color: #fff;
}

.scroll-wheel {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  width: 24px;
  height: 36px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border: 2px solid #FFFFFF;
  border-radius: 24px;
  z-index: 9;
  transition: all 0.75s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.scroll-wheel::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 4px;
  top: 10px;
  left: 50%;
  margin-left: -2px;
  animation: scroll-wheel 1.75s ease-in-out infinite;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.fenye {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.fenye .wp-pagenavi a {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  line-height: 1.2;
  border: 1px solid #1D2088;
  color: #1D2088;
  border-radius: 0;
  margin-right: 5px;
}
.fenye .wp-pagenavi a:hover {
  background-color: #1D2088;
  color: #fff;
}
.fenye .wp-pagenavi span {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  line-height: 1.2;
  border: 1px solid #1D2088;
  color: #C6A785;
  border-radius: 0;
  margin-right: 5px;
}
.fenye .wp-pagenavi span.current {
  background-color: #1D2088;
  color: #fff;
}

header {
  width: 100%;
  position: relative;
  z-index: 999;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
}
header .topbar {
  background-color: #333;
  height: 40px;
  line-height: 40px;
}
header .topbar .container {
  text-align: right;
  color: #fff;
  font-size: 14px;
}
header .topbar .container span a {
  font-weight: 600;
  color: #fff;
}
header .topbar .container .link {
  color: #fff;
}
header .main .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
header .main .container .nav {
  display: flex;
  align-items: center;
}
header .main .container .nav .logo {
  margin-right: 20px;
}
header .main .container .nav .logo a img {
  width: 100px;
  height: auto;
}
header .main .container .nav .logo .mb-search-icon {
  display: none;
  position: absolute;
  right: 60px;
}
header .main .container .nav .logo .mobile-menu {
  display: none;
  width: 28px;
  height: 18px;
  position: relative;
}
header .main .container .nav .logo .mobile-menu span {
  display: block;
  background-color: #333;
  height: 2px;
  width: 28px;
  position: absolute;
  transition: all 1s ease-in-out;
}
header .main .container .nav .logo .mobile-menu span:nth-child(1) {
  top: 0;
}
header .main .container .nav .logo .mobile-menu span:nth-child(2) {
  top: 9px;
  right: 0;
}
header .main .container .nav .logo .mobile-menu span:nth-child(3) {
  top: 18px;
}
header .main .container .nav .logo .mobile-menu.active span:nth-child(1) {
  transform: rotate(405deg);
  transform-origin: center;
  top: 9px;
}
header .main .container .nav .logo .mobile-menu.active span:nth-child(2) {
  right: -50px;
}
header .main .container .nav .logo .mobile-menu.active span:nth-child(3) {
  transform: rotate(-405deg);
  transform-origin: center;
  top: 9px;
}
header .main .container .nav nav > ul {
  display: flex;
}
header .main .container .nav nav > ul > li {
  position: relative;
  list-style-type: none;
  padding: 0 15px;
}
header .main .container .nav nav > ul > li > a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  line-height: 60px;
  cursor: pointer;
}
header .main .container .nav nav > ul > li > a:hover {
  color: #1D2088;
  font-weight: bold;
}
header .main .container .nav nav > ul > li.current-menu-item > a {
  color: #1D2088;
  font-weight: bold;
}
header .main .container .nav nav > ul > li .sub-menu {
  position: absolute;
  top: 60px;
  left: 0;
  margin: 0;
  padding: 10px 15px;
  display: none;
  width: max-content;
  background-color: #fff;
  border: 1px solid #D8D8D8;
}
header .main .container .nav nav > ul > li .sub-menu li {
  list-style-type: none;
  text-align: center;
}
header .main .container .nav nav > ul > li .sub-menu li a {
  color: #333;
}
header .main .container .nav nav > ul > li .sub-menu li a:hover {
  color: #1D2088;
  font-weight: bold;
}
header .main .container .nav nav > ul > li .sub-menu li + li {
  margin-top: 10px;
}
header .main .container .nav nav > ul > li:hover .sub-menu {
  display: block;
}
header .main .container .search {
  position: relative;
}
header .main .container .search i {
  position: absolute;
  left: 10px;
  top: 3px;
  color: #bbb;
}
header .main .container .search i.active {
  display: none;
}
header .main .container .search .close-search {
  display: none;
}
header .main .container .search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  display: none;
  width: 32px;
}
header .main .container .search button.active {
  display: block;
}
header .main .container .search button span {
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  line-height: 32px;
}
header .main .container .search input {
  width: 240px;
  padding-left: 25px;
  font-size: 14px;
  background-color: #f4f4f4;
}
header .main .container .search input.active {
  padding-left: 10px;
}
header .main .container .search .hot {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 15px;
  display: none;
}
header .main .container .search .hot.active {
  display: block;
}
header .main .container .search .hot h3 {
  font-size: 16px;
  width: 100%;
  margin-bottom: 5px;
}
header .main .container .search .hot a {
  display: inline-block;
  border: 1px solid #D9D9D9;
  color: #333;
  padding: 4px 10px;
  margin: 0 3px 10px;
  font-size: 12px;
}
header .main .container .search .hot a:hover {
  background-color: #1D2088;
  color: #fff;
}
header.fixed {
  position: fixed;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header.fixed .topbar {
  display: none;
}

.main-title {
  text-align: center;
}
.main-title h2 {
  font-size: 32px;
}
.main-title p {
  max-width: 720px;
  margin: 0 auto;
}

/* 内页banner */
.banner {
  background-size: cover;
  background-position: center;
  text-align: center;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner h1 {
  font-size: 42px;
  color: #FFFFFF;
}

.load {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

/* 侧边栏样式 */
.sidebar .menu {
  border: 1px solid #dedede;
  background-color: #FFFFFF;
}
.sidebar .menu + .menu {
  margin-top: 20px;
}
.sidebar .menu h3 {
  margin: 0;
  font-size: 16px;
  color: #999;
  padding: 6px 10px;
  background-color: #F5F5F5;
  position: relative;
  text-align: center;
}
.sidebar .menu .inner {
  padding: 10px;
}
.sidebar .menu .inner ul li {
  text-align: center;
  list-style-type: none;
}
.sidebar .menu .inner ul li + li {
  margin-top: 5px;
}
.sidebar .menu .inner ul li a {
  width: 100%;
  display: inline-block;
  padding: 5px 0;
  color: #333;
}
.sidebar .menu .inner ul li a.am-active, .sidebar .menu .inner ul li a:hover {
  color: #fff;
  background-color: #E03B3B;
}
.sidebar .menu .inner ul li.current-menu-item a {
  color: #fff;
  background-color: #E03B3B;
}
.sidebar .contact {
  margin-top: 20px;
  border: 1px solid #dedede;
  background-color: #FFFFFF;
}
.sidebar .contact h3 {
  margin: 0;
  font-size: 16px;
  color: #999;
  padding: 6px 10px;
  background-color: #F5F5F5;
  position: relative;
}
.sidebar .contact h3::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 24px;
  background-color: #E03B3B;
  position: absolute;
  left: -1px;
  top: 5px;
}
.sidebar .contact .inner {
  padding: 10px;
}
.sidebar .contact .inner a {
  width: 100%;
  margin-top: 10px;
}
.sidebar .tag {
  margin-top: 20px;
  border: 1px solid #dedede;
  background-color: #FFFFFF;
}
.sidebar .tag h3 {
  margin: 0;
  font-size: 16px;
  color: #999;
  padding: 6px 10px;
  background-color: #F5F5F5;
  position: relative;
}
.sidebar .tag h3::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 24px;
  background-color: #E03B3B;
  position: absolute;
  left: -1px;
  top: 5px;
}
.sidebar .tag .inner {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .tag .inner a {
  font-size: 14px;
  display: inline-block;
  background-color: #1D2088;
  color: #fff;
  margin: 5px;
  padding: 5px 10px;
  transition: all 0.5s ease-in-out;
}
.sidebar .tag .inner a:hover {
  background-color: #292dc3;
}
.sidebar .news {
  margin-top: 20px;
  border: 1px solid #dedede;
}
.sidebar .news h3 {
  margin: 0;
  font-size: 16px;
  color: #999;
  padding: 6px 10px;
  background-color: #F5F5F5;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sidebar .news h3 a {
  font-size: 15px;
  color: #c6c6c6;
  font-weight: 500;
}
.sidebar .news h3::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 24px;
  background-color: #E03B3B;
  position: absolute;
  left: -1px;
  top: 5px;
}
.sidebar .news .inner {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.sidebar .news .inner .item {
  margin: 5px 0;
}
.sidebar .news .inner .item span {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-left: 8px;
  position: relative;
  color: #666;
}
.sidebar .news .inner .item span::before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 10px;
}
.sidebar .news .inner .item:first-child {
  background-color: #F5F5F5;
  padding: 10px;
}
.sidebar .news .inner .item:first-child h4 {
  margin-top: 8px;
  color: #666666;
  margin-bottom: 0;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sidebar .news .inner .item:first-child p {
  margin-top: 5px;
  font-size: 13px;
  color: #666666;
  margin-bottom: 0;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sidebar .news .inner .item:hover span {
  color: #1D2088;
}
.sidebar .news .inner .item:hover:first-child h4 {
  color: #1D2088;
}

.partners .container .content {
  margin-top: 40px;
  display: grid;
  grid-gap: 15px 15px;
  grid-template-columns: repeat(6, 1fr);
}
.partners .container .content a {
  overflow: hidden;
}
.partners .container .content a img {
  transition: all 0.5s ease-in-out;
}
.partners .container .content a:hover img {
  transform: scale(1.2);
}

.showcase .container .filter {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0 10px;
}
.showcase .container .filter .filter-item {
  display: inline-block;
  border: 1px solid #999999;
  text-align: center;
  padding: 6px 15px;
  color: #333;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
}
.showcase .container .filter .filter-item:hover, .showcase .container .filter .filter-item:nth-child(1) {
  background-color: #1D2088;
  border: 1px solid #1D2088;
  color: #fff;
}
.showcase .container .content {
  position: relative;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 15px;
}
.showcase .container .content .item {
  position: relative;
  top: 0;
  box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}
.showcase .container .content .item .case-thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showcase .container .content .item:hover {
  top: -10px;
}
.showcase .container .content .item:hover .bot h3 {
  color: #1D2088;
}
.showcase .container .content .item .bot {
  padding: 20px;
}
.showcase .container .content .item .bot .date {
  color: #333;
  font-size: 14px;
}
.showcase .container .content .item .bot h3 {
  font-size: 18px;
  color: #333;
  margin-top: 8px;
  margin-bottom: 10px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.showcase .container .content .item .bot p {
  color: #666;
  margin-bottom: 0;
  font-size: 14px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.showcase .container .link {
  margin-top: 30px;
  text-align: center;
}
.showcase .container .link a {
  color: #1D2088;
  transition: all 0.5s ease-in-out;
}

/* 面包屑导航样式 */
.breadcrumb {
  padding: 20px 0;
}

.lianxi {
  padding-top: 30px;
}
.lianxi iframe {
  position: relative;
  width: 100%;
  height: 640px;
}

.single_ft .adv {
  margin-top: 30px;
}
.single_ft .adv img {
  width: 100%;
  height: auto;
}
.single_ft .ft {
  margin-top: 30px;
}
.single_ft .ft p {
  color: #3C3C3C;
  padding-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
}
.single_ft .ft .tag {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.single_ft .ft .tag a {
  font-size: 13px;
  display: inline-block;
  background-color: #1D2088;
  color: #fff;
  margin: 5px;
  padding: 5px 10px;
  transition: all 0.5s ease-in-out;
}
.single_ft .ft .tag a:hover {
  background-color: #292dc3;
}

/*首页样式*/
#home #banner.swiper-container {
  width: 100%;
  height: 640px;
  background-size: cover;
  background-position: center;
}
#home #banner.swiper-container .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0;
}
#home #banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E03B3B;
}
#home #banner.swiper-container .swiper-wrapper {
  height: 100%;
}
#home #banner.swiper-container .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center;
  height: 100%;
}
#home #banner.swiper-container .swiper-wrapper .swiper-slide .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#home #banner.swiper-container .swiper-wrapper .swiper-slide .container .left {
  width: 50%;
}
#home #banner.swiper-container .swiper-wrapper .swiper-slide .container .left h1 {
  font-size: 36px;
  max-width: 520px;
}
#home #banner.swiper-container .swiper-wrapper .swiper-slide .container .left p {
  font-size: 18px;
  max-width: 420px;
  color: #999;
}
#home #banner.swiper-container .swiper-wrapper .swiper-slide .container .left .btn {
  display: inline-block;
  border: 1px solid #8b8b8b;
  font-size: 14px;
  padding: 8px 25px;
  color: #8b8b8b;
  transition: all 0.5s ease-in-out;
}
#home #banner.swiper-container .swiper-wrapper .swiper-slide .container .left .btn i {
  transition: all 0.5s ease-in-out;
}
#home #banner.swiper-container .swiper-wrapper .swiper-slide .container .left .btn:hover {
  background-color: #1D2088;
  color: #fff;
}
#home #banner.swiper-container .swiper-wrapper .swiper-slide .container .right {
  width: 40%;
}
#home .f1 {
  padding: 80px 0;
}
#home .f1 .container .content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#home .f1 .container .content .item {
  text-align: center;
  cursor: pointer;
  padding: 20px 10px;
  border-bottom: 1px dashed #E9E9E9;
  border-right: 1px dashed #E9E9E9;
}
#home .f1 .container .content .item:nth-child(4), #home .f1 .container .content .item:nth-child(8) {
  border-right: 0;
}
#home .f1 .container .content .item:nth-child(n+5) {
  border-bottom: 0;
}
#home .f1 .container .content .item h3 {
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
#home .f1 .container .content .item h3 img {
  height: 60px;
}
#home .f1 .container .content .item p {
  max-width: 200px;
  font-size: 16px;
  color: #333;
  margin: 0 auto;
}
#home .f1 .container .content .item:hover h3 {
  filter: grayscale(0);
  opacity: 1;
}
#home .f2 {
  padding: 80px 0;
  background-color: #FAFAFA;
}
#home .f2 .container .content {
  margin-top: 40px;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px 15px;
  grid-auto-flow: row dense;
}
#home .f2 .container .content .item {
  position: relative;
  height: 300px;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
#home .f2 .container .content .item .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(238, 238, 238, 0.07) 0%, rgba(97, 97, 97, 0.42) 68%, rgba(0, 0, 0, 0.6) 100%);
  transition: all 0.5s ease-in-out;
}
#home .f2 .container .content .item .inner {
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  padding: 0 30px;
}
#home .f2 .container .content .item .inner .tag {
  background-color: #E03B3B;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: 2px 10px;
  border-radius: 50px;
}
#home .f2 .container .content .item .inner h3 {
  color: #fff;
  margin: 10px 0;
  font-size: 20px;
}
#home .f2 .container .content .item .inner p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
#home .f2 .container .content .item .inner a {
  display: inline-block;
  background-color: #1D2088;
  color: #fff;
  height: 0;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
}
#home .f2 .container .content .item:hover .cover {
  background-color: rgba(0, 0, 0, 0.5);
}
#home .f2 .container .content .item:hover .inner {
  bottom: 30px;
}
#home .f2 .container .content .item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}
#home .f2 .container .content .item:nth-child(7) {
  grid-column-start: 2;
  grid-column-end: 4;
}
#home .f3 {
  padding: 80px 0;
}
#home .f3 .container .content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px 15px;
}
#home .f3 .container .content .item {
  background-color: #eee;
  padding: 20px 10px 20px 30px;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: space-between;
}
#home .f3 .container .content .item .left {
  width: 50%;
}
#home .f3 .container .content .item .left h3 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}
#home .f3 .container .content .item .left p {
  max-width: 140px;
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
}
#home .f3 .container .content .item .left .tag span {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 1;
}
#home .f3 .container .content .item .left .tag .sub {
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-weight: 300;
}
#home .f3 .container .content .item .right {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#home .f3 .container .content .item .right img {
  max-width: 100%;
  height: auto;
}
#home .f3 .container .content .item:nth-child(2) .right img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#home .f4 {
  padding: 80px 0;
  background-color: #FAFAFA;
}
#home .f5 {
  position: relative;
  height: 640px;
  display: flex;
  align-items: center;
}
#home .f5 #case1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#home .f5 #case1 > .swiper-wrapper {
  position: relative;
  height: 100%;
}
#home .f5 #case1 > .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
}
#home .f5 .container {
  display: flex;
  flex-wrap: wrap;
}
#home .f5 .container .main-title {
  width: 100%;
  position: relative;
  z-index: 4;
  color: #fff;
  margin-bottom: 40px;
}
#home .f5 .container .case-nav {
  position: relative;
  z-index: 3;
  width: 200px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 30px;
}
#home .f5 .container .case-nav a {
  margin: 30px 0;
  display: block;
  color: #666;
  box-sizing: border-box;
  border-right: 3px solid rgba(224, 59, 59, 0);
}
#home .f5 .container .case-nav a:nth-child(1) {
  color: #fff;
  border-color: #E03B3B;
}
#home .f5 .container #case2 {
  width: calc(100% - 200px);
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  padding-bottom: 40px;
}
#home .f5 .container #case2 .swiper-pagination {
  display: none;
  bottom: 0;
}
#home .f5 .container #case2 .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0;
  background-color: #eee;
}
#home .f5 .container #case2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
#home .f5 .container #case2 .swiper-wrapper {
  position: relative;
  width: 100%;
}
#home .f5 .container #case2 .swiper-wrapper .swiper-slide {
  padding: 40px;
  color: #fff;
}
#home .f5 .container #case2 .swiper-wrapper .swiper-slide .top {
  opacity: 0;
  transform: translateY(25px);
}
#home .f5 .container #case2 .swiper-wrapper .swiper-slide .top h3 {
  font-size: 24px;
}
#home .f5 .container #case2 .swiper-wrapper .swiper-slide .top p {
  font-size: 14px;
}
#home .f5 .container #case2 .swiper-wrapper .swiper-slide .top h4 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 0;
}
#home .f5 .container #case2 .swiper-wrapper .swiper-slide .bot {
  opacity: 0;
  transform: translateY(25px);
  border-top: 1px solid #A0A0A0;
  padding-top: 20px;
  margin-top: 30px;
}
#home .f5 .container #case2 .swiper-wrapper .swiper-slide .bot a {
  display: inline-block;
  border: 1px solid #8b8b8b;
  font-size: 14px;
  padding: 8px 25px;
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}
#home .f5 .container #case2 .swiper-wrapper .swiper-slide .bot a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #E03B3B;
  border-color: #E03B3B;
}
#home .f5 .container #case2 .swiper-wrapper .swiper-slide.swiper-slide-active .top {
  opacity: 1;
  transform: none;
  transition-duration: 0.6s;
}
#home .f5 .container #case2 .swiper-wrapper .swiper-slide.swiper-slide-active .bot {
  opacity: 1;
  transform: none;
  transition-duration: 0.6s;
}
#home .f6 {
  padding: 80px 0;
  background-color: #FAFAFA;
}
#home .f7 {
  padding: 80px 0;
  background-image: url(../img/cbg.jpeg);
  background-size: cover;
  background-position: center;
}
#home .f7 .container .content iframe {
  position: relative;
  width: 100%;
  height: 640px;
}

/* 燃烧器样式 */
#product .main-body {
  padding-bottom: 40px;
}
#product .main-body .container {
  overflow: hidden;
  zoom: 1;
  padding-bottom: 40px;
}
#product .main-body .container .sidebar {
  width: 260px;
  float: left;
}
#product .main-body .container .sidebar.fixed {
  position: fixed;
  top: 90px;
  z-index: 99;
}
#product .main-body .container .sidebar.cc {
  position: absolute;
  bottom: 0;
  top: unset;
}
#product .main-body .container .content {
  width: calc(100% - 260px);
  padding-left: 20px;
  float: right;
}
#product .main-body .container .content .top {
  padding: 20px 30px;
  margin-bottom: 30px;
}
#product .main-body .container .content .top h3 {
  color: #fff;
  font-size: 18px;
}
#product .main-body .container .content .top p {
  color: #fff;
  line-height: 1.8;
}
#product .main-body .container .content .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
#product .main-body .container .content .inner .item {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  top: 0;
  transition: all 0.5s ease-in-out;
}
#product .main-body .container .content .inner .item .product-thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#product .main-body .container .content .inner .item .bot {
  padding: 15px;
}
#product .main-body .container .content .inner .item .bot h3 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 0;
}
#product .main-body .container .content .inner .item .bot .tag {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
#product .main-body .container .content .inner .item .bot .tag span {
  font-size: 13px;
  color: #666666;
}
#product .main-body .container .content .inner .item:hover {
  top: -10px;
}
#product .main-body .container .content .inner .item:hover .bot h3 {
  color: #1D2088;
}

/* 燃烧器详情页 */
#single-product .main-body {
  padding-bottom: 40px;
}
#single-product .main-body .container {
  overflow: hidden;
  zoom: 1;
  padding-bottom: 40px;
}
#single-product .main-body .container .sidebar {
  width: 260px;
  float: right;
}
#single-product .main-body .container .sidebar.fixed {
  position: absolute;
  z-index: 99;
  right: 40px;
}
#single-product .main-body .container .sidebar.cc {
  position: absolute;
  bottom: 0;
  top: unset;
}
#single-product .main-body .container .content {
  float: left;
  width: calc(100% - 260px);
  padding-right: 60px;
}
#single-product .main-body .container .content h2 {
  border-bottom: 2px solid #E9E9E9;
  padding-bottom: 20px;
  font-size: 24px;
  color: #3C3C3C;
}
#single-product .main-body .container .content h3 {
  font-size: 18px;
  color: #3C3C3C;
  position: relative;
}
#single-product .main-body .container .content h3::before {
  position: absolute;
  z-index: 2;
  bottom: -1px;
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #1D2088;
}
#single-product .main-body .container .content h3::after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
  margin-top: 10px;
}
#single-product .main-body .container .content .blockquote {
  background-color: #f6f6f6;
  padding: 15px 20px;
  text-align: justify;
  font-size: 14px;
  color: #3c3c3c;
  line-height: 1.8;
}
#single-product .main-body .container .content .blockquote p {
  margin: 0;
}
#single-product .main-body .container .content .gallery {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#single-product .main-body .container .content .gallery .item {
  width: 100%;
  margin: 5px;
}
#single-product .main-body .container .content .gallery .item img {
  margin: 0 auto;
  display: block;
}
#single-product .main-body .container .content .info {
  margin-top: 30px;
}
#single-product .main-body .container .content .info p {
  line-height: 1.8;
  color: #3C3C3C;
}
#single-product .main-body .container .content .info .detail div {
  max-width: 100% !important;
}
#single-product .main-body .container .content .info .detail p {
  max-width: 100% !important;
}
#single-product .main-body .container .content .info .detail img {
  max-width: 100% !important;
  height: auto;
}
#single-product .main-body .container .content .info .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
#single-product .main-body .container .content .info .inner .item {
  background-color: #E9E9E9;
  padding: 10px 20px;
  font-size: 14px;
  color: #3C3C3C;
}
#single-product .main-body .container .content .info .inner .item .key {
  font-weight: bold;
  padding-right: 20px;
}
#single-product .main-body .container .content .parameter {
  margin-top: 30px;
}
#single-product .main-body .container .content .parameter table {
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 10px 10px;
  table-layout: fixed;
  width: 100%;
}
#single-product .main-body .container .content .parameter table tr th {
  border: 0;
  text-align: center !important;
  padding: 0.7rem;
}
#single-product .main-body .container .content .parameter table tr td {
  border: 0;
  text-align: center !important;
  padding: 0.7rem;
  width: auto;
}
#single-product .main-body .container .content .parameter table tr:nth-child(odd) th, #single-product .main-body .container .content .parameter table tr:nth-child(odd) td {
  background-color: #E9E9E9;
}
#single-product .main-body .container .content .parameter table tr:nth-child(even) td {
  background-color: #f6f6f6;
}

/* 产品案例 */
#case .main-body {
  padding-bottom: 30px;
}
#case .main-body .container {
  overflow: hidden;
}
#case .main-body .container .sidebar {
  width: 260px;
  float: left;
}
#case .main-body .container .sidebar.fixed {
  position: fixed;
  top: 90px;
  z-index: 99;
}
#case .main-body .container .sidebar.cc {
  position: absolute;
  bottom: 0;
  top: unset;
}
#case .main-body .container .content {
  width: calc(100% - 260px);
  padding-left: 20px;
  float: right;
}
#case .main-body .container .content .case-content {
  margin-bottom: 50px;
}
#case .main-body .container .content .case-content .title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #d1d1d1;
  margin-bottom: 20px;
  align-items: baseline;
}
#case .main-body .container .content .case-content .title h3 {
  font-size: 30px;
  display: flex;
}
#case .main-body .container .content .case-content .title h3 img {
  height: 40px;
  margin-right: 10px;
}
#case .main-body .container .content .case-content .title a {
  display: inline-block;
  color: #333;
  font-size: 16px;
}
#case .main-body .container .content .case-content .inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#case .main-body .container .content .case-content .inner .left {
  width: 200px;
  overflow: hidden;
}
#case .main-body .container .content .case-content .inner .left img {
  height: 100%;
  width: 100%;
}
#case .main-body .container .content .case-content .inner .right {
  width: calc(100% - 200px);
  padding-left: 10px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 60% 40%;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
}
#case .main-body .container .content .case-content .inner .right .item {
  background-color: #f5f5f5;
  display: block;
  padding: 10px;
}
#case .main-body .container .content .case-content .inner .right .item h3 {
  font-size: 14px;
  margin: 0;
  color: #333;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#case .main-body .container .content .case-content .inner .right .item p {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 5px;
  color: #666;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#case .main-body .container .content .case-content .inner .right .item:nth-child(4) {
  grid-row-start: 1;
  grid-row-end: 4;
  padding: 20px 10px;
}
#case .main-body .container .content .case-content .inner .right .item:nth-child(4) p {
  margin-top: 15px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
#case .main-body .container .content .case-content .inner .right .item:nth-child(4) .case-thum {
  margin-bottom: 15px;
}
#case .main-body .container .content .case-content .inner .right .item:nth-child(4) .case-thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#case .main-body .container .content .case-content .inner .right .item:hover h3 {
  color: #1D2088;
}
#case .main-body .container .content .case-content .cat-inner {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
#case .main-body .container .content .case-content .cat-inner .item {
  background-color: #fff;
  box-shadow: 2px 2px 9px 0px rgba(215, 215, 215, 0.5);
  position: relative;
  top: 0;
  transition: all 0.5s ease-in-out;
}
#case .main-body .container .content .case-content .cat-inner .item .case-thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#case .main-body .container .content .case-content .cat-inner .item .bot {
  padding: 10px 15px 20px;
}
#case .main-body .container .content .case-content .cat-inner .item .bot .date {
  color: #333;
  font-size: 14px;
  display: none;
}
#case .main-body .container .content .case-content .cat-inner .item .bot h3 {
  font-size: 15px;
  margin: 0;
  color: #333;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#case .main-body .container .content .case-content .cat-inner .item .bot p {
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
  color: #666;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#case .main-body .container .content .case-content .cat-inner .item:hover {
  top: -10px;
}
#case .main-body .container .content .case-content .cat-inner .item:hover h3 {
  color: #1D2088;
}
#case .main-body .container .content .case-content .am-pagination {
  margin-top: 40px;
}

/* 案例详情页 */
#single-case .main-body {
  padding-bottom: 80px;
}
#single-case .main-body .container {
  display: flex;
  flex-wrap: wrap;
}
#single-case .main-body .container .sidebar {
  width: 260px;
}
#single-case .main-body .container .content {
  width: calc(100% - 260px);
  padding-right: 60px;
}
#single-case .main-body .container .content h2 {
  border-bottom: 2px solid #E9E9E9;
  padding-bottom: 20px;
  font-size: 24px;
  color: #3C3C3C;
}
#single-case .main-body .container .content h3 {
  font-size: 18px;
  color: #3C3C3C;
  position: relative;
}
#single-case .main-body .container .content h3::before {
  position: absolute;
  z-index: 2;
  bottom: -1px;
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #1D2088;
}
#single-case .main-body .container .content h3::after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
  margin-top: 10px;
}
#single-case .main-body .container .content .blockquote {
  background-color: #f6f6f6;
  padding: 15px 20px;
  text-align: justify;
  font-size: 15px;
  color: #3c3c3c;
  line-height: 1.8;
  margin-bottom: 20px;
}
#single-case .main-body .container .content .blockquote span b {
  color: #1D2088;
}
#single-case .main-body .container .content .inner div {
  max-width: 100% !important;
}
#single-case .main-body .container .content .inner p {
  line-height: 1.8;
  max-width: 100% !important;
}
#single-case .main-body .container .content .inner img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  display: block;
}
#single-case .main-body .container .content .talk {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 40px;
  background-color: #E9E9E9;
  margin-top: 30px;
  justify-content: space-between;
}
#single-case .main-body .container .content .talk .left img {
  width: 100px;
}
#single-case .main-body .container .content .talk .right {
  padding-left: 40px;
  width: calc(100% - 150px);
}
#single-case .main-body .container .content .talk .right p {
  font-size: 16px;
  color: #1D2088;
  text-align: justify;
}
#single-case .main-body .container .content .f-nav {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 40px;
  background-color: #F5F5F5;
  font-size: 14px;
}
#single-case .main-body .container .content .f-nav p {
  display: flex;
  align-items: center;
  width: 40%;
  margin: 0;
}
#single-case .main-body .container .content .f-nav p:nth-child(2) {
  justify-content: flex-end;
}
#single-case .main-body .container .content .f-nav a {
  display: block;
  font-size: 14px;
  color: #3c3c3c;
  padding: 0 5px;
}
#single-case .main-body .container .content .f-nav a:hover {
  color: #1D2088;
}

/* 新闻列表 */
#news .main-body {
  padding-bottom: 80px;
}
#news .main-body .container {
  display: flex;
  flex-wrap: wrap;
}
#news .main-body .container .sidebar {
  width: 260px;
}
#news .main-body .container .sidebar .contact {
  margin-top: 0;
}
#news .main-body .container .content {
  width: calc(100% - 260px);
  padding-right: 40px;
}
#news .main-body .container .content .item {
  display: flex;
  flex-wrap: wrap;
  background-color: #F5F5F5;
  padding: 20px;
  margin-bottom: 30px;
}
#news .main-body .container .content .item .left {
  width: 35%;
  overflow: hidden;
}
#news .main-body .container .content .item .left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#news .main-body .container .content .item .right {
  width: 65%;
  padding-left: 30px;
  padding-right: 20px;
}
#news .main-body .container .content .item .right h3 {
  font-size: 20px;
  color: #333;
}
#news .main-body .container .content .item .right .desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dashed #BBBBBB;
  padding-bottom: 15px;
}
#news .main-body .container .content .item .right .desc i {
  color: #E03B3B;
  margin-right: 5px;
}
#news .main-body .container .content .item .right .desc .time {
  margin-right: 30px;
  color: #333;
}
#news .main-body .container .content .item .right .desc .tag {
  color: #333;
  font-size: 14px;
}
#news .main-body .container .content .item .right .desc .tag i {
  color: #E03B3B;
}
#news .main-body .container .content .item .right p {
  line-height: 1.8;
  color: #666666;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news .main-body .container .content .item:hover .right h3 {
  color: #1D2088;
}

/* 核心技术页面 */
#technology .f1 {
  padding: 80px 0;
}
#technology .f1 .container .main-title h2 {
  color: #1D2088;
}
#technology .f1 .container .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
#technology .f1 .container .content .item {
  width: 48%;
  text-align: center;
  margin-bottom: 10px;
}
#technology .f1 .container .content .item img {
  box-shadow: 2px 2px 9px 0px rgba(215, 215, 215, 0.5);
}
#technology .f1 .container .content .item .bot {
  padding: 20px 40px;
}
#technology .f1 .container .content .item .bot h3 {
  font-size: 18px;
}
#technology .f1 .container .content .item .bot p {
  font-size: 14px;
  color: #333;
}
#technology .f2 {
  padding: 80px 0;
  background-color: #FAFAFA;
}
#technology .f2 .container .main-title h2 {
  color: #1D2088;
}
#technology .f2 .container .content {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#technology .f2 .container .content .item {
  width: 32%;
  box-shadow: 2px 2px 9px 0px rgba(215, 215, 215, 0.5);
}
#technology .f2 .container .content .item .bot {
  padding: 20px;
}
#technology .f2 .container .content .item .bot h3 {
  color: #333;
  font-size: 18px;
}
#technology .f2 .container .content .item .bot p {
  color: #333;
  font-size: 14px;
  margin-bottom: 0;
}
#technology .f3 {
  height: 320px;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
#technology .f3 .container {
  color: #fff;
  max-width: 900px;
}
#technology .f3 .container h2 {
  font-size: 32px;
}
#technology .f3 .container p {
  font-size: 14px;
  margin-bottom: 0;
}
#technology .f5 {
  padding: 80px 0;
  background-color: #FAFAFA;
}
#technology .f6 {
  padding: 80px 0;
}

/* 联系我们页面 */
#contact .f1 {
  position: relative;
  padding-bottom: 80px;
}
#contact .f1 .container {
  position: relative;
}
#contact .f1 .container .map {
  position: relative;
}
#contact .f1 .container .map iframe {
  position: absolute;
  width: 500px;
  height: 640px;
  top: 40px;
  right: 80px;
}
#contact .f1 .container .bot {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
}
#contact .f1 .container .bot .item {
  padding: 0 40px;
  display: flex;
  align-items: center;
}
#contact .f1 .container .bot .item + .item {
  position: relative;
}
#contact .f1 .container .bot .item + .item::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #BBBBBB;
  position: absolute;
  left: 0;
  transform: rotateZ(45deg);
}
#contact .f1 .container .bot .item .icon img {
  height: 55px;
}
#contact .f1 .container .bot .item .right {
  padding-left: 10px;
}
#contact .f1 .container .bot .item .right h3 {
  margin: 0 0 10px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: #999;
}
#contact .f1 .container .bot .item .right p {
  margin: 0;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  line-height: 1;
}

/* 搜索结果 */
#search .banner {
  padding: 0;
  display: block;
}
#search .banner .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
#search .banner .container .am-input-group {
  display: flex;
  max-width: 80%;
}
#search .banner .container .am-input-group input {
  width: 80%;
}
#search .banner .container .rm {
  margin-top: 20px;
  text-align: left;
  color: #fff;
}
#search .banner .container .rm a {
  color: #fff;
  padding-right: 10px;
  font-weight: bold;
}
#search .banner .container .rm a:hover {
  color: #1D2088;
}
#search .banner .container .filter {
  position: absolute;
  bottom: 1px;
}
#search .banner .container .filter form button {
  color: #fff;
  margin-right: 15px;
  text-align: center;
  background: none;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
#search .banner .container .filter form button.active, #search .banner .container .filter form button:hover {
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
#search .main-body {
  padding-bottom: 80px;
  padding-top: 40px;
}
#search .main-body .container {
  display: flex;
  flex-wrap: wrap;
}
#search .main-body .container .sidebar {
  width: 260px;
}
#search .main-body .container .sidebar .contact {
  margin-top: 0;
}
#search .main-body .container .content {
  width: calc(100% - 260px);
  padding-right: 40px;
}
#search .main-body .container .content .item {
  display: flex;
  flex-wrap: wrap;
  background-color: #F5F5F5;
  padding: 20px;
  margin-bottom: 20px;
}
#search .main-body .container .content .item h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
}
#search .main-body .container .content .item p {
  line-height: 1.8;
  margin-top: 10px;
  color: #666666;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#search .main-body .container .content .item span {
  color: #999;
}
#search .main-body .container .content .item:hover h3 {
  color: #1D2088;
}

footer {
  background-color: #1E1E1E;
  background-image: url(../img/fbg.jpeg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 40px;
}
footer > .container {
  display: flex;
  flex-wrap: wrap;
}
footer > .container .gotop {
  position: absolute;
  right: 9px;
  top: 4px;
}
footer > .container .left {
  width: 120px;
}
footer > .container .left .f-logo {
  width: 120px;
}
footer > .container .left .social {
  margin: 0 auto;
  margin-top: 10px;
  display: flex;
}
footer > .container .left .social a {
  padding: 0 5px;
  position: relative;
}
footer > .container .left .social a .hover {
  display: none;
  position: absolute;
  left: 0;
  transform: translateX(-45px);
}
footer > .container .left .social a .hover img {
  width: 120px;
  max-width: unset;
}
footer > .container .left .social a:hover .hover {
  display: block;
}
footer > .container .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 80px;
  margin-top: 20px;
  width: calc(100% - 120px);
}
footer > .container .right nav {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #979797;
}
footer > .container .right nav > ul {
  display: flex;
  flex-wrap: wrap;
}
footer > .container .right nav > ul > li {
  list-style-type: none;
  padding: 0 30px;
  border-right: 1px solid #fff;
  line-height: 1;
}
footer > .container .right nav > ul > li ul {
  display: none;
}
footer > .container .right nav > ul > li:first-child {
  padding-left: 0;
}
footer > .container .right nav > ul > li:last-child {
  border: none;
}
footer > .container .right nav > ul > li a {
  line-height: 1;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  /*  &::after {
       display: block;
       content: "";
       width: 0;
       height: 1px;
       background-color: #fff;
       transition: $transition;
   } */
}
footer > .container .right nav > ul > li a i {
  display: none;
}
footer > .container .right nav > ul > li a:hover {
  color: #DDD;
}
footer > .container .right nav > ul > li a:hover::after {
  width: 100%;
}
footer > .container .right .item {
  width: 50%;
}
footer > .container .right .item h3 {
  color: #fff;
  font-size: 16px;
}
footer > .container .right .item h3 span {
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}
footer > .container .right .item p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 2;
}
footer > .container .right .item p a {
  color: rgba(255, 255, 255, 0.6);
}
footer > .container .right .item p a:hover {
  color: #1D2088;
}
footer .cop {
  padding: 15px 0;
  width: 100%;
  text-align: center;
  background-color: #2a2a2a;
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
footer .cop span {
  color: rgba(255, 255, 255, 0.6);
  padding: 0 10px;
}
footer .cop a {
  color: rgba(255, 255, 255, 0.6);
}
footer .cop a:hover {
  color: #1D2088;
}
footer .floatbar {
  width: 60px;
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 99999;
}
footer .floatbar .item {
  position: relative;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #999999;
  align-items: center;
  padding: 6px;
  border-radius: 4px;
}
footer .floatbar .item span {
  color: #fff;
}
footer .floatbar .item img {
  width: 40px;
}
footer .floatbar .item + .item {
  margin-top: 5px;
}
footer .floatbar .item .kf {
  position: absolute;
  width: 120px;
  right: -300px;
  bottom: -20px;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
  opacity: 0;
  max-width: unset;
}
footer .floatbar .item .tel {
  z-index: 9999;
  transition: all 0.5s ease-in-out;
  height: 100%;
  position: absolute;
  width: max-content;
  background-color: #C00202;
  font-size: 24px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #fff;
  font-weight: 900;
  right: -300px;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  opacity: 0;
}
footer .floatbar .item:nth-child(1), footer .floatbar .item:nth-child(2) {
  background-color: #C00202;
}
footer .floatbar .item:hover .kf {
  right: 60px;
  opacity: 1;
}
footer .floatbar .item:hover .tel {
  right: 55px;
  opacity: 1;
}
footer .floatbar .item.wx:hover {
  background-color: #C00202;
}

#tabbar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
  z-index: 999;
  box-shadow: -1px 4px 4px 4px rgba(0, 0, 0, 0.1);
}
#tabbar ul {
  display: flex;
  justify-content: space-between;
}
#tabbar ul li {
  list-style-type: none;
  height: 60px;
  display: flex;
  align-items: center;
}
#tabbar ul li a {
  font-size: 14px;
  color: #333;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#tabbar ul li a::before {
  content: "";
  display: block;
  height: 28px;
  width: 28px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.8;
}
#tabbar ul li:nth-child(1) a::before {
  background-image: url("../img/tb1.png");
}
#tabbar ul li:nth-child(2) a::before {
  background-image: url("../img/tb2.png");
}
#tabbar ul li:nth-child(3) a::before {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
  background-color: #C00202;
  background-image: url("../img/tb3.png");
  width: 50px;
  height: 50px;
  background-size: 30px;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-top: -20px;
}
#tabbar ul li:nth-child(4) a::before {
  background-image: url("../img/tb4.png");
}
#tabbar ul li:nth-child(5) a::before {
  background-image: url("../img/tb5.png");
}
#tabbar ul li.current-menu-item a {
  color: #1D2088;
}
#tabbar ul li.current-menu-item a::before {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}

#LRdiv0 {
  z-index: 9;
  position: fixed;
}

@keyframes scroll-wheel {
  33.3% {
    top: 15px;
    height: 10px;
  }
  100% {
    top: 10px;
    height: 4px;
  }
}
.spinner {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  z-index: 214748364711111;
  top: 0;
  left: 0;
}

.double-bounce1, .double-bounce2 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #67CF22;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

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