:root {
  --main-color: #0081c0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  overflow-x: hidden;
  font-size: 16px;
}

.swiper-pagination-bullet {
  background-color: white !important;
  opacity: .8 !important;
  transition: all .5s ease;
  width: 20px !important;
  border-radius: 4px !important;
}

.swiper-pagination-bullet-active {
  width: 8px !important;
  border-radius: 4px !important;
  background-color: #0081c0 !important;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-page-gray {
  background-color: #f5f5f5;
  padding: 50px 0px;
}

.c-page-white {
  background-color: white;
  padding: 50px 0px;
}

.c-page-cnav {
  width: 100%;
  display: flex;
  justify-content: center;
}

.c-page-content-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.c-page-content-title {
  font-weight: 500;
  margin-top: 0px;
  text-align: center;
  font-size: 22px;
  width: 100%;
  position: relative;
  padding-bottom: 40px;

}

.c-page-content-title::after {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 30px);
  background-color: var(--main-color);
  height: 3px;
  width: 60px;
  content: " ";
}

.c-page-content-title h3 {
  margin-top: 0px;
  font-size: 36px;
  font-weight: bold;
  font-family: '黑体';
}

.c-page-content-title p {
  font-size: 14px;
  color: #999;
}

.c-page-button {
  width: 100%;
  padding-top: 30px;
  display: flex;
  justify-content: center;
}

.c-page-button .button-more {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  width: 120px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.c-page-button .button-more:hover {
  background-color: var(--main-color);
  color: white;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #222222;
}

a:hover {
  color: #0081c0;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

.clear {
  clear: both;
}


.row {
  padding: 0;
  margin: 0;
}

.blue {
  color: #0081c0 !important;
}

.white {
  color: #ffffff !important;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.tit h3 {
  font-family: "黑体";
  font-size: 36px;
  font-weight: bold;
}

.tit h4 {
  font-size: 16px;
  font-weight: normal;
  color: #a0a0a0;
  display: block;
  padding: 10px 0 0 0;
}

.tit em {
  overflow: hidden;
  width: 60px;
  max-width: 60px;
  height: 3px;
  background: #0081c0;
  display: block;
  margin: 25px auto 0;
}

.zhzj {
  margin: 100px auto;
}

.zhzjc {
  margin-top: 80px;
}

.zhzjc .col-sm-6 {
  overflow: hidden;
}


.fangan {
  background: #eff3f7;
  padding: 80px 0;
}

.fanganb {
  padding: 0 20px;
  display: block;
}

@media (max-width: 991px) {
  .fangan {
    padding: 40px 0;
  }

  .fanganb {
    padding: 20px;
  }
}

.fanganc {
  margin-top: 40px;
}

.fanganimg {
  text-align: center;
  /* height: 226px; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.fanganimg img {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.fangantit {
  text-align: center;
  padding: 20px 0 10px;
  font-size: 18px;
  color: #333;
}

.fangantit.white {
  color: white;
}

.about {
  background: white;
  padding: 60px 0;
  background: url('../images/index/b1.jpg') repeat center;
}

@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
}

.aboutc {
  margin-top: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 0 0%;
  position: relative;
}

.aboutb {
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 100%;
}
@media \0screen\,screen\9 {
  .aboutb{
    background-color:#000000;
    filter:Alpha(opacity=50);
    position:static; 
    *zoom:1; 
  } 
}

.aboutb a {
  color: #0081c0;
}

.abouttit {
  font-size: 36px;
  font-weight: 600;
  text-align: left;
  color: white !important;
}

.aboutem {
  overflow: hidden;
  width: 100px;
  max-width: 100px;
  height: 3px;
  background: var(--main-color);
  display: block;
  margin: 25px 0;
}

hr {
  border-top-color: #e0dddd !important;
}

.aboutinfo {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  color: white !important;
}

.left-right-btns {
  border-top: 1px solid #f5f5f5;
  padding: 30px 0px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.left-right-btns .iconfont {
  color: white;
  font-size: 14px;
  font-weight: thin;
  border: 0.01em solid white;
  padding: 5px 10px;
}

.left-right-btns .left {
  transform: rotate(-180deg);
}

.left-right-btns .iconfont:hover {
  background-color: #0081c0;
}

.about-wrap {
  display: flex;
  align-items: center;
  width: auto;
  transition: all .5s ease;
}
.about-wrap.active-0 {
  transform: translate(0%);
}

.about-wrap.active-1 {
  transform: translate(-100%);
}
.about-wrap.active-2 {
  transform: translate(-200%);
}
.about-wrap.active-3 {
  transform: translate(-300%);
}


.wrap {
  min-width: 100%;
  max-width: 100%;
  padding: 0px 50px;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

.wrap .left {
  min-width: 60%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
}

.wrap .right {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 300px;
  min-width: 40%;
  max-width: 40%;
}
.wrap .right>img{
  width: 100%;
}

@media screen and (max-width:576px) {
  .wrap .left {
    min-width: 100%;
    max-width: 100%;
  }

  .wrap .right {
    min-width: 100%;
    max-width: 100%;
  }

  .abouttit {
    font-size: 24px;
  }

  .wrap {
    padding: 0px 10px;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .aboutb {
    padding: 0px 10px;
  }
}

@media screen and (min-width:576px) {
  .wrap .left {
    min-width: 100%;
    max-width: 100%;
    padding-right: 0px;
  }

  .wrap .right {
    min-width: 100%;
    max-width: 100%;
  }

  .abouttit {
    font-size: 24px;
  }

  .wrap {
    padding: 0px 10px;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .aboutb {
    padding: 0px 10px;
  }
}

@media screen and (min-width:768px) {
  .wrap .left {
    min-width: 70%;
    max-width: 70%;
    padding-right: 10px;
  }

  .wrap .right {
    min-width: 30%;
    max-width: 30%;
  }

  .abouttit {
    font-size: 30px;
  }

  .wrap {
    padding: 0px 20px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .aboutb {
    padding: 0px 20px;
  }
}

@media screen and (min-width:992px) {
  .wrap .left {
    min-width: 60%;
    max-width: 60%;
    padding-right: 15px;
  }

  .wrap .right {
    min-width: 40%;
    max-width: 40%;
  }

  .abouttit {
    font-size: 36px;
  }

  .wrap {
    padding: 0px 50px;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .aboutb {
    padding: 0px 50px;
  }
}


.wrap hr {
  width: 100%;
}

.aboutd {
  margin-top: 40px;
}

.aboutdsz {
  padding: 20px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  color: #000;
}

.aboutdsz:hover {
  padding: 0px 20px 40px;
}


.aboutds span {
  font-size: 16px;
  vertical-align: middle;
  ;
}

.aboutdz {
  color: #0081c0;
  font-size: 16px;
}

.news {
  padding: 60px 0;
}

.pinjia {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0%;
}

.pinjiadian {
  padding: 80px 0;
  background-image: url("../images/index/b1.jpg");
}

.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  border-top: 1px solid #e3e3e3;
}

.phonefooternav ul li {
  width: 25%;
  background: white;
  float: left;
  border-right: 1px solid #e3e3e3;
  list-style: none;
}

.phonefooternav ul li a {
  display: block;
  color: #333;
  text-align: center;
  font-size: 14px;
}

.phonefooternav ul li a:hover {
  text-decoration: initial;
}

.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
  padding-top: 5px;
}


@media (max-width: 991px) {
  body {
    padding-bottom: 53px !important;
  }
}

.breadcrumb {
  background-color: white;
  padding: 40px 0px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 0px !important;
}

/*内页*/


.listtit {
  background: #0081c0;
  color: #fff;
  padding: 10px 20px 10px;
}

.listtit h3 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}

.listtit span {
  margin: 0;
  padding: 0;
}

.listli {
  background: #eaeaea;
  margin-bottom: 20px;
  min-height: 100px;
}

.listli li {
  display: block;
  margin: 0 20px;
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 0px;
}

.listli li:last-child {
  border-bottom: none;
}

.listli li a:before {
  color: #888888;
  font-size: 16px;
  padding-right: 10px;
}

.listli li:hover a {
  color: #0081c0;
}

.listli li:hover a:before {
  color: #0081c0;
}

.listli a {
  display: inline-block;
  /* width: 100%; */
  line-height: 20px;
  color: #888888;
  font-size: 16px;
  word-break: break-all;
}

.actli {
  color: #0081c0 !important;
}

.actli:before {
  color: #0081c0 !important;
}

.mainc {
  padding-left: 2%;
}


.product-item {
  display: flex;
  flex-direction: column;
}

.p-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width:576px) {
  .mainc {
    padding-left: 0%;
  }

  .product-item {
    width: 100%;
  }

  .product-item img {
    height: auto;
    width: 100%;
  }

  .aboutds {
    font-size: 24px;
  }
}

@media screen and (min-width:576px) {
  .mainc {
    padding-left: 0%;
  }

  .product-item {
    width: 100%;
  }

  .product-item img {
    height: auto;
    width: 100%;
  }

  .aboutds {
    font-size: 30px;
  }
}

@media screen and (min-width:786px) {
  .mainc {
    padding: 0px 5px;
  }

  .product-item {
    width: 50%;
  }

  .product-item img {
    height: 257px;
    width: 100%;
  }

  .aboutds {
    font-size: 34px;
  }
}

@media screen and (min-width:992px) {
  .mainc {
    padding-left: 2%;
  }

  .product-item {
    width: 33.3%;
  }

  .product-item img {
    height: 190px;
    width: 100%;
  }
}

.mainc h1 {
  font-size: 34px;
  font-weight: bold;
  padding: 20px 0;
}

.mainc h2 {
  margin: 10px 0;
  background: #eaeaea;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
}


/* footer */
.footer {
  background-color: #212529;
  color: white;
  padding-top: 30px;
  font-size: 14px;
}

.footer-section-item {
  display: flex;
  flex-direction: column;
}

.footer-section-item h4 {
  font-size: 18px;
}

.footer-section-item .alinks {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.footer-section-item .alinks a {
  color: #adb5bd;
  padding: 5px 0px;
}

.footer-section-item p {
  color: #adb5bd;
}

.copyrights {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0px;
  width: 100%;
  margin-top: 40px;
}

.share-links {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.share-links a {
  padding-right: 30px;
  color: #adb5bd;
}

.copyrights-content {
  line-height: 1.7em;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: white;
  flex-wrap: wrap;
}

.copyrights-content .c-m {
  display: flex;
  align-items: center;
}

.copyrights-content .c-m::before {
  content: "|";
  color: #f5f5f5;
  margin-right: 10px;
  font-size: 10px;
}

.copyrights-content .c-m::after {
  content: "|";
  color: #f5f5f5;
  margin: 0px 10px;
  font-size: 10px;
}

.copyrights-content a {
  display: flex;
  align-items: center;
  color: white;
}

/* 导航栏 */


a {
  text-decoration: none;
}

.g-nav1-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: white; */
  flex-direction: column;
  padding: 20px 15px;
  position: relative;
}

.g-nav1-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  filter: blur(50px);
  z-index: -1;
  transition: all .5s ease;
}

.g-nav1-container {
  width: 100%;
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: white; */
}

.g-navs {
  display: flex;
  align-items: center;
  margin: 0px;
  flex-wrap: wrap;
  flex: 1;
  padding: 0px;
  justify-content: center;
}

.g-navs .f-item {
  font-size: 16px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
}

.g-navs .f-item a {
  word-break: break-all;
  color: #333333;
}

.g-navs .f-item .icon {
  transition: all .5s ease;
  font-size: 14px;
}

.g-navs .f-item.active a {
  color: #0081c0;
}

.g-navs .f-item.active .iconfont {
  color: #0081c0;
}

.g-navs .f-item:hover a {
  color: var(--main-color);
}

.g-navs .f-item:hover .icon {
  transform: rotate(180deg);
  color: var(--main-color);
}

.second-nav-wrap {
  position: absolute;
  top: 60px;
  background-color: white;
  box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
  min-width: 200px;
  display: none;
  justify-content: center;
  z-index: 99;
  left: 20px;
}

.top-phone {
  font-size: 18px;
  color: #0081c0;
  margin-right: 100px;
  display: flex;
  align-items: center;
  /* font-weight: 600; */
}

.top-phone .icon-phone {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.top-phone .icon-phone img {
  width: 100%;
}

.second-nav-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 20px 20px;
}

.second-nav-content a {
  padding: 10px 0px;
  font-weight: 400 !important;
  color: #333 !important;
}

.second-nav-content a:hover {
  color: #0081c0 !important;
}

.f-item:hover .second-nav-wrap {
  display: flex;
}

.g-nav1-top {
  width: 100%;
  max-width: 1200px;
  font-size: 12px;
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: space-between;
}

.g-nav1-top a {
  font-weight: bold;
  color: var(--main-color);
}

.g-nav1-top-item {
  display: flex;
  align-items: center;
}

.g-nav-logo {
  display: flex;
  min-width: 230px;
  /* margin-left: 100px; */
}

.g-nav1-top-right {
  display: flex;
  align-items: center;
}

.g-nav1-top-right .icon-item:last-child {
  margin-left: 20px;
}

.icon-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  height: 100%;
}

.icon-item span {
  position: absolute;
  top: 0px;
  right: 40px;
  z-index: 10;
  word-break: keep-all;
  font-size: 10px;
  background-color: white;
  box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
  padding: 5px 10px;
  border-radius: 3px;
  display: none;
  color: #333333;
  font-weight: 400;
}

.icon-item:hover span {
  display: block;
}

.wechat-qr-img {
  position: absolute;
  left: 44px;
  top: 0px;
  z-index: 10;
  background-color: white;
  box-shadow: 0 3px 11px 0 rgb(0 0 0 / 20%);
  padding: 10px 10px;
  display: none;
}

.icon-item:hover .wechat-qr-img {
  display: block;
}

.c-page-nav {
  position: sticky;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  border-bottom: 1px solid #e3e3e3;
  min-height: 50px;
  background-color: white;
}

.page-nav-phone {
  display: flex;
  align-items: center;
  /* background-color: white; */
  max-width: 100%;
  height: 70px;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.page-nav-phone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  filter: blur(50px);
  transform: scale(3);
  z-index: -1;
  transition: all .5s ease;
}

.page-nav-phone img {
  max-height: 30px;
  margin-left: 10px;
}

.nav-icon {
  cursor: pointer;
  padding: 10px 10px;
}

.nav-icon .iconfont {
  font-size: 24px;
}

.phone-navs-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #0081c0;
  display: flex;
  justify-content: start;
  z-index: 999;
  display: none;
}

.phone-navs-wrap-animate1 {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

.phone-navs-wrap-animate2 {
  visibility: visible;
  opacity: 1;
}

.phone-navs-content {
  width: 100%;
  height: 100%;
  overflow: scroll;
  flex-direction: column;
}

.phone-nav-item {
  color: white;
  height: auto;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.phone-nav-item-top {
  display: flex;
  max-width: 100%;
  padding: 15px 10px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #0393e6;
}

.phone-nav-item-top a {
  width: 100%;
  font-size: 16px;
}

.phone-nav-item-top .iconfont {
  transition: all .5s ease;
  position: relative;
}

.phone-nav-item-top .iconfont.add::before {
  position: absolute;
  width: 16px;
  height: 1.5px;
  background-color: white;
  top: 0px;
  right: 0px;
  content: " ";
}

.phone-nav-item-top .iconfont.add::after {
  position: absolute;
  width: 1.5px;
  height: 16px;
  background-color: white;
  bottom: -7.5px;
  right: 7.5px;
  content: " ";
  transition: all .5s ease;
}

.phone-nav-item-top .iconfont.add.active::after {
  transform: rotate(90deg);
}

.phone-nav-bottom-wrap {
  display: none;
  overflow: hidden;
  width: 100%;
}

.phone-nav-bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.phone-nav-bottom a {
  color: white;
  padding: 14px 0px;
  font-size: 14px;
  margin-left: 20px;
  border-bottom: 1px solid #0393e6;
}

.close-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100px;
  align-items: center;
}

.close-wrap .iconfont {
  color: white;
  cursor: pointer;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 20px;
}

.phone-navs-content a {
  color: white;
}

.page-nav-desctop {
  display: block;
}

.top-phones {
  display: flex;
  flex-direction: column;

}

@media screen and (max-width:576px) {
  .page-nav-desctop {
    display: none;
  }

  .page-nav-phone {
    display: flex;
  }

  .top-phone {
    display: none;
  }

  .copyrights-content .c-m::before {
    content: none;
  }

  .g-navs .f-item {
    padding: 0px 20px;
  }
}

@media screen and (min-width:576px) {
  .page-nav-desctop {
    display: none;
  }

  .page-nav-phone {
    display: flex;
  }

  .top-phone {
    display: none;
  }

  .copyrights-content .c-m::before {
    content: "|";
  }

  .g-navs .f-item {
    padding: 0px 20px;
  }
}

@media screen and (min-width:768px) {
  .page-nav-desctop {
    display: none;
  }

  .page-nav-phone {
    display: flex;
  }

  .top-phone {
    display: none;
  }

  .g-navs .f-item {
    padding: 0px 20px;
  }
}

@media screen and (min-width:992px) {
  .page-nav-desctop {
    display: none;
  }

  .page-nav-phone {
    display: flex;
  }

  .g-nav-logo {
    margin-left: 20px;
  }

  .g-navs .f-item {
    padding: 0px 20px;
  }
}

@media screen and (min-width:1200px) {
  .page-nav-desctop {
    display: block;
  }

  .page-nav-phone {
    display: none;
  }

  .g-nav-logo {
    margin-left: 20px;
  }

  .g-navs .f-item {
    padding: 0px 13px;
  }
}

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

  .g-navs .f-item {
    padding: 0px 20px;
  }
}

@media screen and (min-width:1260px) {
  .g-nav-logo {
    margin-left: 30px;
  }
}

@media screen and (min-width:1610px) {
  .top-phone {
    display: flex;
  }

  .g-nav-logo {
    margin-left: 100px;
  }
}

.swiper-slide img {
  max-width: 100%;
}

/* 分页器 */
#ggh-pager .pagination div .page-link {
  cursor: pointer;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}

#ggh-pager .pagination li .page-link {
  cursor: pointer;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  border: none;
  margin: 0 2px;
  border-radius: 5px;
}

#ggh-pager .pagination div .page-link-page {
  cursor: pointer;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 10px;
}

#ggh-pager .pagination div .page-link-page:hover {
  background-color: var(--main-color);
  color: white;
  border-radius: 5px;
}


#ggh-pager .pagination .page-item.active .page-link {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;

}

#ggh-pager .no-data-view {
  /* width: 100%; */
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#ggh-pager .no-data-view span {
  color: #999999;
}

#ggh-pager .no-data-view .iconfont {
  font-size: 120px !important;
  color: #aaaaaabe;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}

.d-md-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 加入我们 */
.top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  cursor: pointer;
  padding: 0px 10px;
  font-size: 14px;
  transition: all .5s ease;
}

.top-line:hover {
  color: #0081c0;
}

.line-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  cursor: pointer;
  padding: 0px 10px;
  font-size: 14px;
  border-bottom: 1px solid #e3e3e3;
  color: #999999;
}

.top-line.gray {
  background-color: #f5f5f5;
}

.position {
  padding: 10px 10px;
  font-size: 14px;
  border-top: 1px solid #e3e3e3;
  position: relative;
}

.position .mail-to-btn {
  position: absolute;
  right: 100px;
  top: 50%;
  background-color: #0081c0;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

.position-wrap {
  margin-bottom: 10px;
}

.fuli-item {
  flex: 1;
  padding: 30px 20px;
  background-color: white;
  margin: 5px 5px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  transition: all .5s ease;
}

.fuli-item:hover {
  background-color: #0081c0;
  border-color: #0081c0;
}


.fuli-item .iconfont {
  color: #3333;
  font-size: 40px;
  color: var(--main-color);
  transition: all .5s ease;
}

.fuli-item:hover .iconfont {
  color: white;
}

.fuli-item .f-desc {
  color: #999999;
  font-size: 14px;
  transition: all .5s ease;
}

.fuli-item:hover .f-desc {
  color: #f5f5f5;
}

.fuli-item:hover h4 {
  color: white;
}

.top-line .icon.active {
  transform: rotate(90deg);
}

.position-wrap .position {
  display: none;
  width: 100%;
  background-color: #f2f2f2;
}

.ggh-advice-common-view {
  position: fixed;
  right: 0;
  top: calc(50% - 53px);
  z-index: 10;
  background-color: var(--main-color);
  width: 40px;
  height: auto;
  display: flex;
  justify-content: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}

.ggh-advice-common-view .content {
  width: 40px;
  height: auto;
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 10px 0;
}

.ggh-advice-common-view .content div {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.qr-image-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.qr-image-wrap img {
  margin-right: 7px;
  margin-bottom: 5px;
  max-width: 130px;
  max-height: 130px;
}

.qr-image-wrap img:last-child {
  margin-right: 0px;
}

.back-top {
  background-color: #0081c0;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
  transition: all .5s ease;
  overflow: hidden;
}

.back-top .iconfont {
  color: white;
  font-size: 20px;
  transform: rotate(180deg);
}


@media screen and (max-width:576px) {
  .ggh-advice-common-view .content .txt {
    display: none;
  }


  .ggh-advice-common-view .content .iconfont {
    display: block;
  }

  .c-page-banner {
    /* background-color: #f5f5f5; */
    min-height: 50px;
    width: 100%;
  }

  .position .mail-to-btn {
    top: 10px;
    right: 10px;
  }

  .when-descktop {
    display: none;
  }
  .phone-icon{
    display: flex;
  }

}

@media screen and (min-width:576px) {
  .ggh-advice-common-view .content .txt {
    display: none;
  }

  .c-page-banner {
    /* background-color: #f5f5f5; */
    min-height: 100px;
    width: 100%;
  }


  .ggh-advice-common-view .content .iconfont {
    display: block;
  }

  .position .mail-to-btn {
    top: 10px;
    right: 10px;
  }

  .when-descktop {
    display: none;
  }
  .phone-icon{
    display: flex;
  }
}

@media screen and (min-width:786px) {
  .ggh-advice-common-view .content .txt {
    display: none;
  }


  .ggh-advice-common-view .content .iconfont {
    display: block;
  }

  .position .mail-to-btn {
    top: 50%;
    right: 100px;
  }

  .when-descktop {
    display: flex;
  }
  .phone-icon{
    display: none;
  }
}

@media screen and (min-width:992px) {
  .ggh-advice-common-view .content .txt {
    display: block;
  }


  .ggh-advice-common-view .content .iconfont {
    display: none;
  }
  .phone-icon{
    display: none;
  }
}

/*  */

.join-title h4 {
  position: relative;
  color: var(--main-color);
  font-weight: 600;
}

.join-title h4::after {
  content: " ";
  width: 120px;
  position: absolute;
  bottom: 30px;
  height: 3px;
  left: 0px;
  background-color: var(--main-color);
}

.join-title-phone h4::before {
  content: "点击对应号码即可拨号";
  position: absolute;
  left: 80px;
  bottom: 0px;
  font-size: 11px;
  font-weight: 300;
  color: #999;
}

.footer-row {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

#jump {
  border: none;
  border: 1px solid #666;
}

select {
  border: 1px solid #666;
}

/* 顶部产品以及加工 */
.top-content {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);
  margin-top: 50px;
}

.top-item {
  display: flex;
  flex-direction: column;
  width: 20%;
  transition: all .5s ease;
}

.top-item>div {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

.top-item h2 {
  font-size: 20px;
  font-weight: 600;
  transition: all .5s ease;
  color: black;
}

.top-item p {
  color: #666;
  margin-top: 20px;
  transition: all .5s ease;
  word-break: break-all;
}

.top-item.active {
  width: 40%;
}

.top-item.active>div {
  background-color: rgba(0, 0, 0, 0.5);
}
@media \0screen\,screen\9 {
  .top-item.active>div{
    background-color:#000000;
    filter:Alpha(opacity=50);
    position:static; 
    *zoom:1; 
  } 
  .top-item>div{
    background-color:white;
    filter:Alpha(opacity=50);
    position:static; 
    *zoom:1; 
  }
}
.top-item.active p,
.top-item.active h2 {
  color: white;
}

.top-item.item1 {
  background-image: url('../images/index/top-item-1.jpg');
}

.top-item.item2 {
  background-image: url('../images/index/top-item-2.jpg');
}
.top-item.item3 {
  background-image: url('../images/index/top-item-3.jpg');
}

.top-item.item4 {
  background-image: url('../images/index/top-item-4.jpg');
}

@media screen and (max-width:576px) {
  .top-item {
    width: 50%;
  }

  .top-item.active {
    width: 50%;
  }
}

@media screen and (min-width:576px) {
  .top-item {
    width: 50%;
  }

  .top-item.active {
    width: 50%;
  }

}

@media screen and (min-width:786px) {
  .top-item {
    width: 20%;
  }

  .top-item.active {
    width: 40%;
  }
}

@media screen and (min-width:992px) {
  .top-item {
    width: 20%;
  }

  .top-item.active {
    width: 40%;
  }
}


select {
  border: 1px solid #666;
  padding: 5px 3px;
  cursor: pointer;
}

select option:hover {
  cursor: pointer;
  background-color: #0081c0;
}

#jump {
  border: 1px solid #666;
  padding: 5px 3px;
  background-color: white;
}

/* table 样式 */

/*  */
/* table 样式 */
table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  min-width: 100%;
  max-width: 100%;
}
tbody{
  min-width: 100%;
  max-width: 100%; 
}

table td,
table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
  height: 30px;
  word-break: break-all;
}


table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
}


/* blockquote 样式 */
blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  background-color: #f1f1f1;
}

/* code 样式 */
code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}

pre code {
  display: block;
}

font[size="2"] {
  font-size: 14px;
}
font[size="3"] {
  font-size: 15px;
}