/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

/* main */
/* 热门产品 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.main-left {
  width: 265px;
  float: left;
}
.left-menu {
  width: 100%;
  float: left;
  background-color: #316ddb;
  border-bottom: 5px solid #00db4e;
  padding: 30px;
}
.menu-title {
  display: block;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  color: #00db4e;
  font-weight: bold;
}
.menu-title>h1 {
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  margin-top: 40px;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  border: 1px dotted #fff;
  border-radius: 20px;
  padding: 3px;
}
.menu-list>li>a>span {
  display: block;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
}
.menu-list>li:hover>a>span,
.menu-list>li.menu-active>a>span {
  background-color: #316ddb;
  color: #fff;
}
.menu-list-child {
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.menu-list-child>li {
  display: block;
  overflow: hidden;
  line-height: 48px;
  color: #fff;
  padding-left: 64px;
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list-child>li>a {
  float: left;
  position: relative;
  padding-left: 25px;
  color: #fff;
}
.menu-list-child>li>a::before {
  content: "";
  width: 10px;
  float: left;
  height: 10px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menu-list-child>li>a:hover {
  color: #fff;
  text-decoration: underline;
}
.menu-list-child>li>a.act {
  color: #fff;
  text-decoration: underline;
}


.menu-hotline {
  display: block;
  overflow: hidden;
  padding: 10px 0 10px 20px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
.menu-hotline>span {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 14px;
  color: #00db4e;
  padding-left: 45px;
  background: url(../images/product-icon.png) no-repeat left center;
  margin-bottom: 20px;
}


.main-right {
  width: 885px;
  float: right;
}
.place-banner {
  width: 100%;
  float: left;
}
.place-banner>img {
  width: 100%;
  display: block;
  height: auto;
}

.place-title {
  width: 100%;
  float: left;
  line-height: 36px;
  border-bottom: 1px solid #03d55b;
  margin-top: 25px;
}
.place-title>h1 {
  float: left;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  position: relative;
  padding: 0 40px 0 10px;
}
.place-title>h1::after {
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background-color: #316ddb;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.place-title>div {
  float: right;
  font-size: 14px;
  color: #333;
}
.place-title>div>a {
  color: #333;
}
.place-title>div>span {
  color: #03d55b;
}
.place-title>div>a:hover {
  color: #316ddb;
  text-decoration: underline;
}

.place-content {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.product-list {
  display: block;
  overflow: hidden;
  width: 921px;
}
.product-list>li {
  width: 271px;
  float: left;
  margin: 0 36px 10px 0;
}
.product-list>li>a {
  display: block;
  overflow: hidden;
  border: 1px solid #eee;
  padding: 9px;
  position: relative;
}
.product-list>li>a .product-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product-list>li>a .product-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-list>li>a>h1 {
  width: calc(100% - 18px);
  float: left;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  background-color: #20c867;
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
}
.product-list>li>a:hover .product-img>img {
  transform: scale(1.1);
}
.product-list>li>a:hover>h1 {
  background-color: #4475b9;
}

@media (max-width: 1240px) {
  .main-left {
    width: 24%;
  }
  .menu-list-child>li {
    padding-left: 50px;
  }
  .main-right {
    width: 74%;
  }
  .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .product-list>li {
    width: 31.33333%;
    margin: 0 1% 10px 1%;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .main-left {
    width: 29%;
  }
  .left-menu {
    padding: 15px;
  }
  .menu-list {
    margin-top: 20px;
  }
  .menu-list-child>li {
    padding-left: 30px;
    line-height: 38px;
  }
  .main-right {
    width: 69%;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .main-left {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .left-menu {
    padding: 0;
    border-bottom-width: 2px;
  }
  .menu-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-list {
    display: none;
    padding: 0 20px;
    margin: 0;
  }
  .menu-list>li {
    margin-bottom: 10px;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
  }
  .menu-list-child>li {
    padding-left: 20px;
    line-height: 30px;
  }

  .main-right {
    width: 100%;
  }
  .place-content {
    padding: 20px 0;
  }
  .product-list>li {
    width: 48%;
  }
  .product-list>li>a {
    padding: 4px;
  }
  .product-list>li>a>h1 {
    width: calc(100% - 8px);
    bottom: 4px;
  }
}

/* 荣誉客户 */
.honorable {
  width: 100%;
  overflow: hidden;
  background: url(../images/honorable-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
.honorable-title {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 54px;
  font-size: 60px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.honorable-title>h1 {
  display: block;
  overflow: hidden;
  line-height: 46px;
  font-size: 36px;
  color: #00db4e;
}
.honorable-content {
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 35px;
  padding: 0 80px;
}
.honorable-swiper {
  width: 100%;
  float: left;
}
.honorable-swiper .swiper-slide>a {
  width: 100%;
  float: left;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.honorable-swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.honorable-swiper .swiper-slide>a:hover {
  border-color: #00db4e;
}
.honorable-swiper .swiper-slide>a:hover>img {
  transform: scale(1.1);
}
.honorable-prev,
.honorable-next {
  width: 42px;
  float: left;
  height: 42px;
  border: 2px solid #316ddb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.honorable-next {
  left: initial;
  right: 0;
}
.honorable-prev::before,
.honorable-next::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid #316ddb;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.honorable-next::before {
  border-right: none;
  border-left: 8px solid #316ddb;
}
.honorable-prev:hover,
.honorable-next:hover {
  border-color: #00db4e;
}
.honorable-prev:hover::before {
  border-right-color: #00db4e;
}
.honorable-next:hover::before {
  border-left-color: #00db4e;
}

@media (max-width: 1240px) {
  .honorable {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .honorable {
    padding: 30px 0;
  }
  .honorable-title {
    line-height: 44px;
    font-size: 50px;
  }
  .honorable-content {
    margin-top: 30px;
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .honorable {
    padding: 15px 0;
  }
  .honorable-title {
    line-height: 20px;
    font-size: 20px;
  }
  .honorable-title>h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .honorable-content {
    margin-top: 10px;
    padding: 0 25px;
  }
  .honorable-prev, .honorable-next {
    width: 32px;
    height: 32px;
  }
}

/* 关于泰格尔 */
.about {
  width: 100%;
  overflow: hidden;
  padding: 75px 0 10px 0;
  background: url(../images/about-bj.jpg) no-repeat center top;
  background-size: 100% auto;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
.about-left {
  width: calc(50% - 25px);
  float: left;
  position: relative;
  padding-right: 20px;
}
.about-left::before {
  content: "";
  width: 100%;
  float: left;
  height: 83%;
  background-color: #00db4e;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-img {
  width: calc(100% + 245px);
  float: left;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 2;
}
.about-right {
  width: calc(50% - 40px);
  float: right;
  padding-top: 30px;
}
.about-title {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #333;
}
.about-text {
  display: block;
  overflow: hidden;
  height: 240px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  margin: 15px 0 35px 0;
}
.about-more {
  display: flex;
}
.about-more>a {
  width: 150px;
  float: left;
  height: 40px;
  background-color: #316ddb;
  padding: 2px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}
.about-more>a>span {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 18px;
  border: 1px dotted #fff;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 1740px) {
  .about {
    padding: 60px 0 10px 0;
  }
  .about-img {
    width: 100%;
  }
}

@media (max-width: 1240px) {
  .about {
    padding: 50px 0 10px 0;
  }
  .about-content {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 30px 0 10px 0;
  }
  .about-content {
    margin-top: 30px;
  }
  .about-right {
    width: calc(50% - 15px);
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 15px 0;
    background-size: cover;
  }
  .about-content {
    margin-top: 10px;
  }
  .about-left {
    width: 100%;
    padding: 0;
  }
  .about-img {
    width: 100%;
    position: relative;
    right: 0;
  }
  .about-img::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .about-right {
    width: 100%;
    padding-top: 10px;
  }
  .about-title {
    font-size: 16px;
  }
  .about-text {
    height: auto;
    line-height: 24px;
    -webkit-line-clamp: initial;
    margin: 10px 0;
  }
  .about-more>a {
    width: 120px;
    height: 30px;
    border-radius: 15px;
  }
  .about-more>a>span {
    border-radius: 13px;
  }
}

/* 案例展示 */
.case {
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
}
.case-swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.case-swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.case-swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.case-swiper .swiper-slide>a>h1 {
  width: 100%;
  overflow: hidden;
  background-color: #316ddb;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.case-swiper .swiper-slide>a:hover>img {
  transform: scale(1.1);
}
.case-swiper .swiper-slide>a:hover>h1 {
  background-color: #00db4e;
}
.case .about-more {
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 1240px) {
  .case {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  .case-swiper {
    margin-top: 20px;
  }
  .case .about-more {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .case-swiper {
    margin-top: 10px;
  }
  .case .about-more {
    margin-top: 10px;
  }
}

/* 常见问题 */
.FAQ {
  width: 100%;
  overflow: hidden;
  background: url(../images/FAQ-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 90px 0 105px 0;
}
.FAQ-title {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 54px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.FAQ-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
}
.FAQ-list {
  width: 66.75%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.FAQ-list>li {
  width: 33.3333333%;
  float: left;
  min-height: 175px;
  border-left: 1px solid #3d89d4;
  border-top: 1px solid #3d89d4;
  padding: 46px 28px 15px 28px;
}
.FAQ-list>li>h2 {
  width: 60px;
  float: left;
  height: 60px;
  background: url(../images/FAQ-icon-bj.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 16px;
  color: #222;
  margin-right: 10px;
}
.FAQ-list>li>.FAQ-text {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-top: 15px;
}
.FAQ-list>li:nth-child(1),
.FAQ-list>li:nth-child(2),
.FAQ-list>li:nth-child(3) {
  border-top: none;
}
.FAQ-list>li:nth-child(1),
.FAQ-list>li:nth-child(4) {
  border-left: none;
}

.FAQ-img {
  width: 30%;
  float: right;
  overflow: hidden;
  position: relative;
}
.FAQ-img::before {
  content: "";
  display: block;
  padding-top: 91.66667%;
}

@media (max-width: 1240px) {
  .FAQ {
    padding: 50px 0;
  }
  .FAQ-list {
    width: 70%;
  }
  .FAQ-list>li {
    padding: 40px 20px 15px 20px;
  }
}

@media (max-width: 991px) {
  .FAQ {
    padding: 30px 0;
  }
  .FAQ-title {
    line-height: 50px;
    font-size: 30px;
  }
  .FAQ-content {
    margin-top: 20px;
  }
  .FAQ-list>li {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: initial;
  }
  .FAQ-list>li>h2 {
    margin: 0;
  }
  .FAQ-list>li>.FAQ-text {
    width: 100%;
    float: left;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .FAQ {
    padding: 15px 0;
  }
  .FAQ-title {
    line-height: 24px;
    font-size: 18px;
  }
  .FAQ-content {
    margin-top: 10px;
  }
  .FAQ-list {
    width: 100%;
  }
  .FAQ-list>li {
    padding: 10px;
  }
  .FAQ-list>li>h2 {
    margin: 0;
    width: 50px;
    height: 50px;
  }
  .FAQ-list>li>.FAQ-text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
}

/* 3大理由 */
.choose {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.choose-title-img {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.choose-title-img>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.choose-list {
  display: flex;
  flex-wrap: wrap;
}
.choose-list>li {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
}
.choose-list>li .choose-left {
  width: calc(50% - 20px);
  float: left;
  position: relative;
  z-index: 2;
}
.choose-list>li .choose-left>img {
  width: 100%;
  display: block;
  height: auto;
}
.choose-list>li .choose-right {
  width: 50%;
  float: left;
  position: relative;
  min-height: 300px;
  padding: 55px 20px 40px 140px;
}
.choose-list>li .choose-right::before {
  content: "";
  width: calc(100% + 80px);
  float: left;
  height: 100%;
  background: url(../images/choose-bj1.jpg) repeat;
  position: absolute;
  left: 30px;
  top: 0;
}
.choose-list>li .choose-right .choose-number {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  float: left;
  background: url(../images/choose-icon-bj.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 64px;
  z-index: 2;
}
.choose-list>li .choose-right .choose-title {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding-bottom: 1px;
  background: url(../images/choose-heng1.jpg) repeat-x left bottom;
  position: relative;
  z-index: 2;
}
.choose-list>li .choose-right .choose-text {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.choose-list>li .choose-right .choose-text>p {
  width: 100%;
  float: left;
  margin: 6px 0;
  padding-left: 30px;
  background: url(../images/choose-icon-logo1.png) no-repeat left center;
}
.choose-list>li:nth-child(odd) {
  flex-direction: row-reverse;
}
.choose-list>li:nth-child(even) .choose-right {
  padding: 56px 86px 40px 160px;
}
.choose-list>li:nth-child(even) .choose-right::before {
  left: initial;
  right: 30px;
  background: url(../images/choose-bj2.jpg) repeat;
}
.choose-list>li:nth-child(even) .choose-right .choose-number {
  left: 20px;
  background: url(../images/FAQ-icon-bj.png) no-repeat center center;
  background-size: 100% 100%;
  color: #333;
}
.choose-list>li:nth-child(even) .choose-right .choose-title {
  color: #fff;
  background: url(../images/choose-heng2.png) repeat-x left bottom;
}
.choose-list>li:nth-child(even) .choose-right .choose-text {
  color: #fff;
}
.choose-list>li:nth-child(even) .choose-right .choose-text>p {
  background: url(../images/choose-icon-logo2.png) no-repeat left center;
}
.choose-list>li:last-child {
  margin: 0;
}

@media (max-width: 1240px) {
  .choose {
    padding: 50px 0;
  }
  .choose-list>li .choose-right {
    padding: 55px 20px 40px 101px;
  }
  .choose-list>li:nth-child(even) .choose-right {
    padding: 56px 50px 40px 120px;
  }
}

@media (max-width: 991px) {
  .choose {
    padding: 30px 0;
  }
  .choose-list>li {
    margin-bottom: 30px;
  }
  .choose-list>li .choose-right .choose-number {
    top: 30px;
  }
  .choose-list>li .choose-right {
    padding: 30px 0 30px 90px;
  }
  .choose-list>li .choose-right::before {
    width: calc(100% + 50px);
    left: 0;
  }
  .choose-list>li:nth-child(even) .choose-right {
    padding: 30px 10px 30px 90px;
  }
  .choose-list>li:nth-child(even) .choose-right::before {
    right: 0;
  }
  .choose-list>li:nth-child(even) .choose-right .choose-number {
    left: 0;
  }
}

@media (max-width: 767px) {
  .choose {
    padding: 15px 0;
  }
  .choose-list {
    padding-top: 10px;
  }
  .choose-list>li {
    margin-bottom: 10px;
  }
  .choose-list>li .choose-left {
    width: 100%;
  }
  .choose-list>li .choose-right {
    width: 100%;
    min-height: initial;
    padding: 10px;
    margin-top: 10px;
  }
  .choose-list>li .choose-right::before {
    width: 100%;
  }
  .choose-list>li .choose-right .choose-number {
    width: 40px;
    height: 40px;
    font-size: 20px;
    position: relative;
    margin-right: 10px;
    top: 0;
  }
  .choose-list>li .choose-right .choose-title {
    line-height: 40px;
    font-size: 18px;
  }
  .choose-list>li .choose-right .choose-text {
    margin-top: 10px;
  }
  .choose-list>li .choose-right .choose-text>p {
    margin: 2px 0;
  }
  .choose-list>li:nth-child(even) .choose-right {
    padding: 10px;
  }
}

/* 荣誉资质 */
.honor {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 60px 0;
  background: url(../images/honor-bj.jpg) no-repeat center bottom;
  background-size: 100% 275px;
}
.honor .honorable-title {
  text-align: left;
}
.honor-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
}
.honor-left {
  width: 29.25%;
  float: left;
}
.honor-text {
  width: 100%;
  float: left;
  padding: 27px 0;
  position: relative;
}
.honor-text>div {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.honor-text::before {
  content: "";
  width: 1000%;
  float: left;
  height: 100%;
  background-color: #00db4e;
  position: absolute;
  right: -120px;
  top: 0;
}
.honor-more {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.honor-more>a {
  width: 150px;
  float: left;
  height: 40px;
  padding: 2px;
  border-radius: 20px;
  background-color: #00db4e;
}
.honor-more>a>span {
  display: block;
  overflow: hidden;
  border: 1px dotted #fff;
  height: 36px;
  line-height: 34px;
  border-radius: 18px;
  text-align: center;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
}
.honor-more>a:hover {
  background-color: #316ddb;
}
.honor-right {
  width: 65%;
  float: right;
  padding: 0 40px;
  margin-top: -104px;
  position: relative;
}
.honor-swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.honor-swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 140.18265%;
}
.honor-swiper .swiper-slide>a::after {
  content: "";
  width: 100%;
  float: left;
  height: 100%;
  background: url(../images/honor-hover.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.honor-prev,
.honor-next {
  width: 24px;
  float: left;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.honor-next {
  left: initial;
  right: 0;
}
.honor-prev::before,
.honor-next::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.honor-next::before {
  border-right: none;
  border-left: 4px solid #fff;
}
.honor-prev:hover {
  border-color: #316ddb;
}
.honor-next:hover {
  border-color: #00db4e;
}
.honor-prev:hover::before {
  border-right-color: #316ddb;
}
.honor-next:hover::before {
  border-left-color: #00db4e;
}

@media (max-width: 1240px) {
  .honor {
    padding: 40px 0 50px 0;
  }
  .honor-right {
    margin-top: -80px;
  }
}

@media (max-width: 991px) {
  .honor {
    padding: 30px 0;
  }
  .honor-right {
    margin-top: -40px;
  }
}

@media (max-width: 767px) {
  .honor {
    padding: 15px 0;
    background: url(../images/honor-bj.jpg) no-repeat center center;
    background-size: cover;
  }
  .honor .honorable-title {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
  }
  .honor .honorable-title>h1 {
    color: #fff;
  }
  .honor-content {
    margin-top: 10px;
  }
  .honor-left {
    width: 100%;
  }
  .honor-text {
    padding: 10px 0;
  }
  .honor-more {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  .honor-more>a {
    width: 120px;
    height: 34px;
    border-radius: 17px;
  }
  .honor-more>a>span {
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
  }
  .honor-right {
    width: 100%;
    margin-top: 10px;
    padding: 0 30px;
  }
}

/* 新闻中心 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
}
.news-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.news-left {
  width: 44.25%;
  float: left;
}
.news-left>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  padding: 1px;
}
.news-left>a .news-img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.news-left>a .news-img::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.news-left>a .news-box {
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 15px 20px;
}
.news-left>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-left>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.news-left>a .news-box .news-time {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #316ddb;
}
.news-left>a:hover {
  background-color: #316ddb;
}
.news-left>a:hover .news-img>img {
  transform: scale(1.1);
}
.news-left>a:hover .news-box>h1,
.news-left>a:hover .news-box .news-text,
.news-left>a:hover .news-box .news-time {
  color: #fff;
}

.news-right {
  width: 52.5%;
  float: right;
}
.news-right>li {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-right>li>a {
  display: block;
  overflow: hidden;
  border: 1px solid #f5f6fa;
  border-right-width: 5px;
  padding: 10px;
}
.news-right>li>a .news-time {
  width: 130px;
  height: 116px;
  float: left;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #333;
  margin-right: 20px;
}
.news-right>li>a .news-time>span {
  display: block;
  overflow: hidden;
  line-height: 48px;
  text-align: center;
  width: 100%;
  font-size: 56px;
}
.news-right>li>a>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  margin-top: 9px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-right>li>a .news-text {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-right>li:last-child {
  margin: 0;
}
.news-right>li>a:hover {
  border-right-color: #00db4e;
}
.news-right>li>a:hover .news-time {
  background-color: #3973dc;
  color: #fff;
}

@media (max-width: 1240px) {
  .news {
    padding: 50px 0;
  }
  .news-right>li {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-right>li {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-left {
    width: 100%;
  }
  .news-left>a .news-img {
    width: 135px;
  }
  .news-left>a .news-box {
    width: calc(100% - 135px);
    padding: 5px 10px;
  }
  .news-left>a .news-box .news-text {
    margin: 5px 0;
  }
  .news-right {
    width: 100%;
  }
  .news-right>li {
    margin: 10px 0 0 0;
  }
  .news-right>li>a {
    padding: 4px;
  }
  .news-right>li>a .news-time {
    margin-right: 10px;
  }
  .news-right>li>a>h1 {
    margin-top: 5px;
  }
}

/* END-main */

/* 关于泰格尔 */
.company{
  width: 100%;
  float: left;
  padding: 40px 0;
}
.company:first-child{
  padding-top: 0;
}
.company-title{
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #d5d5d5;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 1;
}
.company-title>h1{
  float: left;
  color: #000;
  font-size: 20px;
  margin-right: 15px;
}
.company-title>h1>span{
  color: #316ddb;
}
.company-about{
  width: 100%;
  float: left;
  padding-top: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #333;
}
.company-about>img{
  width: 60%;
  float: left;
  height: auto;
  margin-right: 25px;
}

.ys{
  background-color: #f6f6f6;
  padding: 40px 20px;
}

.company-ys-list{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.company-ys-list>li{
  width: 30%;
  float: left;
}
.company-ys-list>li .company-ys-icon{
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 106px;
}
.company-ys-list>li .company-ys-title{
  display: block;
  overflow: hidden;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.company-ys-text{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #333;
}

.company-qua{
  width: 100%;
  float: left;
  position: relative;
}
.company-qua-swiper{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.company-qua-swiper .swiper-slide>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.company-qua-swiper .swiper-slide>a::before{
  content: "";
  display: block;
  padding-top: 140.18265%;
}
.company-qua-swiper .swiper-slide>a::after {
  content: "";
  width: 100%;
  float: left;
  height: 100%;
  background: url(../images/honor-hover.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.company-qua-prev,
.company-qua-next {
  width: 24px;
  float: left;
  height: 24px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.company-qua-next {
  left: initial;
  right: -50px;
}
.company-qua-prev::before,
.company-qua-next::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid #000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.company-qua-next::before {
  border-right: none;
  border-left: 4px solid #000;
}
.company-qua-prev:hover {
  border-color: #d80a14;
}
.company-qua-next:hover {
  border-color: #d80a14;
}
.company-qua-prev:hover::before {
  border-right-color: #d80a14;
}
.company-qua-next:hover::before {
  border-left-color: #d80a14;
}
.company-qua-more{
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.company-qua-more>a{
  width: 170px;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: -webkit-linear-gradient(left,#ca1607,#f8740a);
  font-size: 16px;
  color: #fff;
  position: relative;
  top: 0;
}
.company-qua-more>a:hover{
  top: -10px;
}

.company-list{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-list>li{
  width: calc(50% - 15px);
  float: left; padding-bottom:12px;
}
.company-list>li>a{
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
}
.company-list>li>a::before{
  content: "";
  display: block;
  padding-top: 61%;
}
.company-list>li>a>div{
  width: 100%;
  float: left;
  padding: 20px;
  font-size: 20px;
  color: #222;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.company-list>li>a>div>h1{
  float: left;
  margin-right: 10px;
  font-weight: normal;
  font-size: 20px;
}
.company-list>li>a>div>h1>b{
  float: left;
  font-weight: bold;
}


/*.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.company img{ max-width:100% !important; height:auto !important;}*/

@media (max-width: 991px) {
  .company {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .company {
    padding: 15px 0 !important;
  }
  .company-about {
    padding-top: 10px;
    line-height: 24px;
  }
  .company-about>img {
    width: 100%;
    float: none;
    display: block;
    margin: 0 0 10px 0;
  }
  .ys {
      background-color: #f6f6f6;
      padding: 15px !important;
  }
  .company-ys-list {
    margin-top: 0;
  }
.company-ys-list>li {
    width: 100%;
    margin-top: 15px;
}
.company-ys-list>li .company-ys-icon {
    height: 50px;
}
.company-ys-list>li .company-ys-title {
    line-height: 30px;
    font-size: 16px;
}
.company-ys-text {
    line-height: 20px;
    color: 12px;
}
.company-qua-swiper {
    margin-top: 10px;
}
.company-qua-more {
    margin-top: 30px;
}
.company-qua-more>a {
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.company-list>li {
    width: 100%;
    margin-bottom: 10px;
}



/*  .company {
    line-height: 24px;
    font-size: 14px;
  }*/
}
/* END-关于泰格尔 */

/* 按袋式形状/按使用材质/按包装功效 */
.product-details-main .place-title {
  margin: 0;
}

.product-details {
  display: block;
  overflow: hidden;
}
.product-details-left {
  width: 42%;
  float: left;
  padding-right: 15px;
}
#gallery {
  width: 100%;
  overflow: hidden;
}
#gallery .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.thumbs {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
#thumbs .swiper-slide {
  cursor: pointer;
}
#thumbs .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#thumbs .swiper-slide::after {
  content: "";
  width: 100%;
  float: left;
  height: 100%;
  border: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#thumbs .swiper-slide-thumb-active::after {
  border-color: #316ddb;
}
.gallery-prev,
.gallery-next {
  width: 15px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background-color: rgba(50, 110, 229, 0.7);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}
.gallery-next {
  left: initial;
  right: 0;
}

.product-details-right {
  width: 58%;
  float: left;
  padding-left: 15px;
}
.product-details-right>h1 {
  font-size: 24px;
  color: #292929;
  font-weight: normal;
  padding-bottom: 17px;
  border-bottom: 1px solid #d7d7d7;
}
.product-details-text {
  margin: 15px 0 0 0;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  font-size: 14px;
  color: #696969;
  line-height: 24px;
  overflow: hidden;
}
.product-details-text>h4 {
  font-size: 14px;
  color: #292929;
  margin-bottom: 14px;
}
.product-details-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 40px;
}
.product-details-more>a {
  float: left;
  font-size: 14px;
  color: #292929;
  line-height: 40px;
  border: 1px solid #e2e2e2;
  padding: 0 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-left: 20px;
}
.product-details-more>a>img {
  float: left;
  margin-right: 10px;
}
.product-details-more>a:first-child {
  background: #326edb;
  font-weight: bold;
  border: 1px solid #326edb;
  color: #fff;
  margin: 0;
}

.product-details-content {
  width: 100%;
  float: left;
  padding: 15px 0;
  font-size: 14px;
  color: #636363;
  line-height: 30px;
  border-top: 1px solid #e0e0e0;
  margin: 20px 0 0 0;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .product-details-left {
    width: 100%;
    padding: 0;
  }
  .product-details-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .product-details-more {
    margin-top: 15px;
  }
  .product-details-more>a {
    padding: 0 15px;
    margin-left: 10px;
  }
  .product-details-content {
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-按袋式形状/按使用材质/按包装功效 */

/* 荣誉客户 */
.honor-list {
  display: flex;
  flex-wrap: wrap;
  width: 101%;
  margin-left: -0.5%;
}
.honor-list>li {
  width: 19%;
  float: left;
  margin: 0 0.5% 1% 0.5%;
}
.honor-list>li>a {
  width: 100%;
  float: left;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.honor-list>li>a::before {
  content: "";
  display: block;
  padding-top: 105%;
}
.honor-list>li>a:hover {
  border-color: #00db4e;
}
.honor-list>li>a:hover>img {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .honor-list>li {
    width: 24%;
  }
}

@media (max-width: 767px) {
  .honor-list>li {
    width: 32.333333%;
  }
}


/* 荣誉客户 */
.honor-list {
  display: flex;
  flex-wrap: wrap;
  width: 101%;
  margin-left: -0.5%;
}
.zz-list>li {
  width: 23%;
  float: left;
  margin: 0 0.5% 1% 0.5%;
}
.zz-list>li>a {
  width: 100%;
  float: left;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.zz-list>li>a::before {
  content: "";
  display: block;
  padding-top: 130%;
}
.zz-list>li>a:hover {
  border-color: #00db4e;
}
.zz-list>li>a:hover>img {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .zz-list>li {
    width: 31.33333%;
  }
}

@media (max-width: 767px) {
  .zz-list>li {
    width: 48%;
  }
}
/* END-荣誉客户 */

/* 联系我们 */
.contact{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.contact-hover{
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  color: #fff;
}
.contact-text {
  display: block;
  overflow: hidden;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  background-color: rgba(216,10,20,0.8);
  padding: 25px 20px;
}
.contact-title{
  display: block;
  overflow: hidden;
  background-color: rgba(0, 0, 0,0.6);
  line-height: 28px;
  color: #fff;
  font-size: 22px;
  padding: 25px 20px;
  margin-top: 10px;
}
.contact-map {
  width: 100%;
  overflow: hidden;
  height: 600px;
  border: none;
}

@media (max-width: 767px) {
  .contact-hover{
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .contact-text {
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
  }
  .contact-title{
    line-height: 24px;
    font-size: 16px;
    padding: 15px;
  }
  .contact-map {
    margin-top: 10px;
    height: 350px;
  }
}
/* END-联系我们 */


.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
  padding-bottom:10px;
}
.news-details-img{ width:100%; text-align:center;}
.news-details-img img{ max-width:100% !important;}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.1;
  padding: 0 0 15px 0;
  border-bottom: 1px dashed #ccc;
}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .place-content .wiki-list>li {
    margin: 0 0 20px 0;
  }
  .place-content .wiki-list>li>a .wiki-box .wiki-text {
    height: 90px;
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 767px) {
  .place-content .wiki-list>li {
    margin: 0 0 10px 0;
  }
  .place-content .wiki-list>li>a .wiki-box {
    padding: 10px;
  }
  .place-content .wiki-list>li>a .wiki-box .wiki-text {
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}



.news_list{width: 100%;}
.news_list li{border-bottom: 1px solid #a1a1a1; padding-bottom: 20px; margin-bottom: 20px;}
.news_list .item{width: 100%; overflow: hidden;}
.news_list .item a{display: flex;}
.news_list .item .imgbox{width: 20%; overflow: hidden; position: relative;}
.news_list .item .txtbox{flex: 1; padding: 0 20px;}
.news_list .item .txtbox .title{font-size: 18px; color: #101010; margin-bottom: 10px;}
.news_list .item .txtbox .text{font-size: 15px; color: #7e7e7e; line-height: 24px; height: 72px; overflow: hidden;}
.news_list .item .txtbox .time{margin-top: 20px; font-size: 14px; color: #9c9c9c; display: inline-block; border-bottom: 1px solid #9c9c9c;}
.news_list .item:hover{transform: translateY(-5px); box-shadow: 5px 5px 5px #eee;}



@media (max-width: 991px) {
    .news_list .item .imgbox{width: 25%;}
    .news_list .item .txtbox .title{font-size: 14px;}
    .news_list .item .txtbox .text{font-size: 12px; line-height: 20px; height: 60px;}
    .news_list .item .txtbox .time{margin-top: 10px; font-size: 12px;}
}

@media (max-width: 767px) {
    .news_list li{padding-bottom: 10px; margin-bottom: 10px;}
    .news_list .item .imgbox{width: 30%;}
    .news_list .item .txtbox{padding: 0 10px;}
    .news_list .item .txtbox .title{margin-bottom: 5px;}
    .news_list .item .txtbox .time{margin-top: 5px;}
}