/* ==================== 常用样式 start ==================== */
/* 清除浮动 */
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 文本溢出省略号 */
/* 1行 */
.ellipsis-text1 {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
/* 2行 */
.ellipsis-text2,
.ellipsis-text3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* 3行 */
.ellipsis-text3 {
  -webkit-line-clamp: 3;
}
/* 4行 */
.ellipsis-text4 {
  -webkit-line-clamp: 4;
}
/* bootstart ul */
ul {
  margin-bottom: 0;
}
html,
body {
  overflow-x: hidden;
}
/* 容器大小 */
.gl-box {
  max-width: 1400px;
  margin: 0 auto;
}
.gl-box.gl-min-box {
  max-width: 1300px;
}
/* ==================== 常用样式 end ==================== */
/* ==================== 头部 start ==================== */
header {
  position: relative;
  z-index: 99999;
}
header .top {
  background-image: linear-gradient(0deg, #e9e9e9, #fff);
  font-size: 14px;
}
header .top > .gl-box {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  color: #333;
}
header .top .left {
  color: #797979;
}
header .top .right {
  color: #797979;
}
header .top .right a {
  color: inherit;
}
header .center {
  padding-top: 24px;
  padding-bottom: 24px;
}
header .center > .gl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .center .logo {
  margin-right: 30px;
}
header .center .text01 {
  flex-grow: 1;
}
header .center .text01 h1 {
  font-size: 24px;
  font-weight: bold;
  color: #28980b;
}
header .center .text01 h2 {
  color: #6f6f6f;
  font-size: 18px;
  font-weight: 400;
}
header .center .text01 ul {
  display: flex;
}
header .center .text01 ul li {
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 30px;
  line-height: 1;
  margin-right: 10px;
  color: #fff;
}
header .center .text01 ul li:nth-child(1) {
  background: #28980b;
}
header .center .text01 ul li:nth-child(2) {
  background: #ea5412;
}
header .center .text01 ul li:nth-child(3) {
  background: #f8b62b;
  margin-right: 0;
}
header .center .tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .center .tel .icon {
  display: blcok;
  width: 60px;
  height: 60px;
  background: url(../images/img09.png) no-repeat;
  background-size: 100%;
  color: #28980b;
  margin-right: 8px;
}
header .center .tel .text02 p {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
header .center .tel .text02 h1 {
  font-size: 33px;
  color: #202020;
  line-height: 1em;
}
header .bottom {
  background-color: #28980b;
}
header .bottom .gl-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .bottom .gl-menu > li {
  position: relative;
  flex-grow: 1;
  background-color: #28980b;
  transition: all 0.4s;
}
header .bottom .gl-menu > li:nth-child(1) a {
  animation-delay: 0.5s;
}
header .bottom .gl-menu > li:nth-child(2) a {
  animation-delay: 0.4s;
}
header .bottom .gl-menu > li:nth-child(3) a {
  animation-delay: 0.3s;
}
header .bottom .gl-menu > li:nth-child(4) a {
  animation-delay: 0.2s;
}
header .bottom .gl-menu > li:nth-child(5) a {
  animation-delay: 0.1s;
}
header .bottom .gl-menu > li:nth-child(6) a {
  animation-delay: 0.2s;
}
header .bottom .gl-menu > li:nth-child(7) a {
  animation-delay: 0.3s;
}
header .bottom .gl-menu > li:nth-child(8) a {
  animation-delay: 0.4s;
}
header .bottom .gl-menu > li:nth-child(9) a {
  animation-delay: 0.5s;
}
header .bottom .gl-menu > li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
header .bottom .gl-menu > li:hover .gl-sub-menu {
  opacity: 1;
  top: 110%;
  visibility: visible;
}
header .bottom .gl-menu > li:last-child a:after {
  display: none;
}
header .bottom .gl-menu > li > a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
  position: relative;
}
header .bottom .gl-menu > li > a:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0.5;
  margin-top: -8px;
}
header .bottom .gl-menu > li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
header .bottom .gl-menu .gl-sub-menu {
  position: absolute;
  top: 140%;
  left: 0;
  background: #fff;
  display: flex;
  flex-flow: column;
  z-index: 9;
  width: 100%;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
  padding: 10px;
}
header .bottom .gl-menu .gl-sub-menu:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}
header .bottom .gl-menu .gl-sub-menu > li {
  position: relative;
}
header .bottom .gl-menu .gl-sub-menu > li > a {
  width: 100%;
  color: #333;
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
header .bottom .gl-menu .gl-sub-menu > li > a:hover {
  color: #28980b;
  background: rgba(0, 0, 0, 0.04);
}
header .bottom .gl-menu .gl-sub-menu > li > .gl-sub-menu {
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  padding: 0;
  border-top: 1px solid #efefef;
}
header .bottom .gl-menu .gl-sub-menu > li > .gl-sub-menu > li a {
  font-size: 14px;
  padding-left: 25px;
}
/* ==================== 头部 end ==================== */
/* ==================== 移动端头部 start ==================== */
.mob-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
  height: 60px;
  transition: all 0.4s;
}
.mob-nav.active {
  height: 100%;
}
.mob-nav.active .nav-btn {
  width: 26px;
  height: 26px;
}
.mob-nav.active .nav-btn i {
  position: absolute;
  top: 10px;
  left: 0;
}
.mob-nav.active .nav-btn i:first-child ~ i {
  margin: 0;
}
.mob-nav.active .nav-btn i:nth-child(1) {
  display: none;
}
.mob-nav.active .nav-btn i:nth-child(2) {
  transform: rotate(45deg);
}
.mob-nav.active .nav-btn i:nth-child(3) {
  transform: rotate(-45deg);
}
.mob-nav.active .mob-nav-menu {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.mob-nav .mob-nav-head {
  width: 100%;
  height: 60px;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mob-nav .mob-nav-head .nav-btn {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
}
.mob-nav .mob-nav-head .nav-btn i {
  display: block;
  background: #000;
  width: 26px;
  height: 3px;
  transition: all 0.4s;
}
.mob-nav .mob-nav-head .nav-btn i:first-child ~ i {
  margin-top: 5px;
}
.mob-nav .mob-nav-head .nav-logo {
  width: 50px;
}
.mob-nav .mob-nav-head .nav-logo a {
  display: block;
}
.mob-nav .mob-nav-menu {
  width: 100%;
  background: #151515;
  flex-grow: 1;
  padding: 10px 20px;
  overflow: auto;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
}
.mob-nav .mob-nav-menu a {
  color: inherit;
}
.mob-nav .mob-nav-menu > li {
  position: relative;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
}
.mob-nav .mob-nav-menu > li:last-child {
  border-bottom: 0;
}
.mob-nav .mob-nav-menu > li > a {
  display: block;
  padding: 14px 5px;
}
.mob-nav .mob-nav-menu > li.active > .mob-sub-menu > li {
  display: block;
}
.mob-nav .mob-nav-menu .mob-sub-menu:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: rotate(45deg);
}
.mob-nav .mob-nav-menu .mob-sub-menu > li {
  display: none;
  padding: 0 10px;
}
.mob-nav .mob-nav-menu .mob-sub-menu > li > a {
  display: block;
  padding: 10px 0;
}
/* ==================== 移动端头部 end ==================== */
/* ==================== 轮播图 start ==================== */
.banner {
  position: relative;
}
.banner .banner-swiper .swiper-pagination-bullets {
  font-size: 0;
  bottom: 20px;
}
.banner .banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
  margin-left: 9px;
  margin-right: 9px;
}
.banner .banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #28980b;
}
.banner .keywords {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 25px 0;
  border-bottom: 1px solid #efefef;
}
.banner .keywords.no-aboust {
  position: static;
  background: #fbfbfb;
  border-bottom: 0;
}
.banner .keywords > .gl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .keywords .left {
  font-size: 16px;
  color: #333;
}
.banner .keywords .left span {
  font-size: inherit;
  color: #28980b;
}
.banner .keywords .right form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .keywords .right input {
  width: 350px;
  height: 40px;
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid #b5b5b5;
  border-right: 0;
}
.banner .keywords .right button {
  width: 50px;
  height: 40px;
  background: #28980b;
  border: 0;
  border-left: 0;
  cursor: pointer;
}
.banner .keywords .right button .icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: url(../images/img02.png) no-repeat;
}
/* ==================== 轮播图 end ==================== */
/* ==================== swiper上一个下一个按钮 start ==================== */
.swiper-btn {
  width: 56px;
  height: 56px;
  background: #b61f1e;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}
.swiper-btn.swiper-button-disabled {
  background: #c1c1c1;
}
.swiper-btn:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-width: 2px;
  border-top-style: solid;
  border-left-style: solid;
  border-color: #fff;
  transform: rotate(-45deg);
  margin-left: 5px;
}
.swiper-btn.swiper-btn-prev {
  left: -75px;
}
.swiper-btn.swiper-btn-next {
  right: -75px;
  transform: rotateY(180deg);
}
/* ==================== swiper上一个下一个按钮 end ==================== */
/* ==================== 标题 start ==================== */
.gl-title {
  overflow: hidden;
  text-align: center;
  padding: 50px 0;
  font-size: 30px;
}
.gl-title .en {
  font-size: inherit;
  color: #bfbfbf;
  line-height: 1;
  text-transform: uppercase;
}
.gl-title .cn {
  color: #212121;
  font-size: inherit;
  font-weight: bold;
  line-height: 1;
  padding: 15px 0;
}
.gl-title .min-cn {
  font-size: 18px;
  color: #666;
  text-align: center;
  overflow: hidden;
}
.gl-title .min-cn span {
  position: relative;
  line-height: 1;
  padding: 0 50px;
}
.gl-title .min-cn span:before,
.gl-title .min-cn span:after {
  content: "";
  display: block;
  width: 1920px;
  height: 1px;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 50%;
}
.gl-title .min-cn span:before {
  left: -1920px;
}
.gl-title .min-cn span:after {
  right: -1920px;
}
.gl-title02 {
  color: #333;
  text-align: center;
  padding: 40px 0 55px;
}
.gl-title02 .cn {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.gl-title02 .en {
  font-size: 24px;
  line-height: 1;
}
/* ==================== 标题 end ==================== */
/* ==================== 关于我们 start ==================== */
.about {
  padding-top: 80px;
  padding-bottom: 90px;
}
.about > .gl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .left {
  width: 640px;
  flex-shrink: 0;
  margin-right: 30px;
}
.about .left .en {
  font-size: 46px;
  color: #28980b;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.about .left .cn {
  font-size: 36px;
  color: #333;
  margin-bottom: 35px;
  line-height: 1;
}
.about .left .desc {
  font-size: 22px;
  color: #666;
  text-align: justify;
  margin-bottom: 50px;
  line-height: 1.8;
}
.about .left .gl-btn {
  background: #28980b;
  color: #fff;
  width: 180px;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
  display: block;
  font-size: 19px;
  margin-bottom: 40px;
}
.about .left .gl-btn:after {
  content: "→";
  background: #b61f1e;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  right: -60px;
  position: absolute;
}
.about .left .itembox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .left .itembox .item {
  display: flex;
  align-items: flex-start;
}
.about .left .itembox .item .year .num {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
  flex-shrink: 0;
  color: #28980b;
  letter-spacing: -3px;
}
.about .left .itembox .item .year .text {
  font-size: 19px;
  color: #666;
  line-height: 1.4;
}
.about .left .itembox .item .unit {
  width: 25px;
  height: 25px;
  text-align: center;
  margin-left: 15px;
  margin-top: 10px;
  line-height: 24px;
  border: 1px solid #333;
  border-radius: 2px;
  font-size: 16px;
}
.about .right {
  flex-shrink: 0;
  width: 720px;
}
.about .right .image {
  overflow: hidden;
}
.about .right .image:hover img {
  transform: scale(1.1);
}
.about .right .image img {
  transition: all 0.4s;
}
/* ==================== 关于我们 end ==================== */
/* ==================== 产品分类 start ==================== */
.product-category {
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #28980b;
  border-bottom-width: 9px;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
}
.product-category .itembox {
  flex-grow: 1;
}
.product-category .item {
  height: 52px;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  transition: all 0.4s;
}
.product-category .item .item-first {
  padding: 14px 25px;
  background: #ededed;
  font-size: 18px;
  color: #333;
  position: relative;
  padding-right: 30px;
  width: 100%;
  cursor: pointer;
  flex-shrink: 0;
}
.product-category .item .item-first:after {
  content: "+";
  color: #333;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #909090;
}
.product-category .item.active .item-first,
.product-category .item:hover .item-first {
  background: #28980b;
  color: #fff;
}
.product-category .item.active .item-first:after,
.product-category .item:hover .item-first:after {
  content: '-';
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 30px;
}
.product-category .item > .item-second {
  padding: 20px;
}
.product-category .item > .item-second > li {
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  transition: all 0.4s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-category .item > .item-second > li:before,
.product-category .item > .item-second > li:after {
  position: absolute;
  top: 50%;
  left: 0;
}
.product-category .item > .item-second > li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  margin-top: -5px;
}
.product-category .item > .item-second > li::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
  margin-top: -2px;
  left: 2px;
}
.product-category .item > .item-second > li:first-child ~ li {
  margin-top: 15px;
}
.product-category .item > .item-second > li:hover {
  margin-left: 10px;
}
.product-category .item > .item-second > li:hover a {
  color: #28980b;
}
.product-category .item > .item-second > li:hover:before {
  border-color: #28980b;
}
.product-category .item > .item-second > li:hover:after {
  background-color: #28980b;
}
.product-category .tel {
  padding-top: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.product-category .tel .icon {
  width: 60px;
}
.product-category .tel .tel-cn {
  margin: 5px 0;
  font-size: 17px;
  color: #999;
}
.product-category .tel .tel-number {
  font-size: 26px;
  color: #28980b;
  font-weight: bold;
}
/* ==================== 产品分类 end ==================== */
/* ==================== 产品 start ==================== */
.product {
  padding-bottom: 70px;
  background: url(../images/img01.png) no-repeat center;
  background-size: cover;
}
.product > .gl-box {
  display: flex;
  align-items: flex-start;
}
.product .left {
  width: 300px;
  flex-shrink: 0;
  margin-right: 30px;
  display: flex;
  flex-flow: column;
}
.product .left .title {
  background: #28980b;
  color: #fff;
  padding: 30px 0 20px;
  text-align: center;
}
.product .left .title .cn {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product .left .title .en {
  font-size: 13px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.product .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product .right .item {
  width: 32%;
  display: block;
}
.product .right .item:nth-child(3) ~ .item {
  margin-top: 30px;
}
.product .right .item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.product .right .item:hover .image img {
  transform: scale(1.1);
}
.product .right .item .image {
  display: block;
  overflow: hidden;
  margin-bottom: 6px;
}
.product .right .item .image img {
  transition: all 0.4s;
}
.product .right .item .pr-btn-group {
  display: flex;
  justify-content: space-between;
}
.product .right .item .pr-btn-group a {
  width: 49%;
  padding: 15px 20px;
  text-align: center;
  font-weight: bold;
}
.product .right .item .pr-btn-group a:first-child {
  color: #3d3d3d;
  background: #dedede;
}
.product .right .item .pr-btn-group a:first-child + a {
  background: #28980b;
  color: #fff;
}
.product .right .item .pr-btn-group a:first-child + a:hover {
  background: #b61f1e;
}
/* ==================== 产品 end ==================== */
/* ==================== 四大优势 start ==================== */
.advantage {
  background: url(../images/img12.png) no-repeat top center;
  padding-top: 120px;
  padding-bottom: 70px;
}
.advantage .gl-box {
  display: flex;
  padding-top: 90px;
}
.advantage .left {
  text-align: center;
  padding: 35px;
  padding-top: 80px;
  flex-shrink: 0;
  background: #fff;
  color: #232323;
  border-bottom: 8px solid #28980b;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.16);
  margin-top: -90px;
}
.advantage .left .title {
  flex-shrink: 0;
  margin-bottom: 50px;
}
.advantage .left .title .cn {
  font-size: 39px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}
.advantage .left .title .en {
  font-size: 24px;
}
.advantage .left .itembox .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #dcdcdc;
  font-size: 24px;
  color: #1e1e1e;
  padding: 15px 20px;
  padding-left: 45px;
  width: 400px;
}
.advantage .left .itembox .item:first-child ~ .item {
  margin-top: 35px;
}
.advantage .left .itembox .item:hover,
.advantage .left .itembox .item.active {
  background: #b61f1e;
  color: #fff;
}
.advantage .left .itembox .item:hover:nth-child(1):before,
.advantage .left .itembox .item.active:nth-child(1):before {
  background-image: url(../images/img14-white.png);
}
.advantage .left .itembox .item:hover:nth-child(2):before,
.advantage .left .itembox .item.active:nth-child(2):before {
  background-image: url(../images/img15-white.png);
}
.advantage .left .itembox .item:hover:nth-child(3):before,
.advantage .left .itembox .item.active:nth-child(3):before {
  background-image: url(../images/img16-white.png);
}
.advantage .left .itembox .item:hover:nth-child(4):before,
.advantage .left .itembox .item.active:nth-child(4):before {
  background-image: url(../images/img17-white.png);
}
.advantage .left .itembox .item:nth-child(1):before {
  background-image: url(../images/img14.png);
}
.advantage .left .itembox .item:nth-child(2):before {
  background-image: url(../images/img15.png);
}
.advantage .left .itembox .item:nth-child(3):before {
  background-image: url(../images/img16.png);
}
.advantage .left .itembox .item:nth-child(4):before {
  background-image: url(../images/img17.png);
}
.advantage .left .itembox .item:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  margin-right: 35px;
  background-size: 100% !important;
  background-position: center !important;
}
.advantage .right {
  padding: 50px;
  background: #f7f7f7;
  width: 930px;
}
.advantage .right .advantage-swiper:hover .image img {
  transform: scale(1.1);
}
.advantage .right .advantage-swiper .image {
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
.advantage .right .advantage-swiper .image img {
  width: 100%;
  transition: all 0.4s;
}
.advantage .right .advantage-swiper .title {
  display: flex;
  align-items: flex-end;
  color: #454545;
  font-weight: bold;
}
.advantage .right .advantage-swiper .title .num {
  font-size: 66px;
  flex-shrink: 0;
  letter-spacing: -3px;
  margin-right: 5px;
  line-height: 1;
}
.advantage .right .advantage-swiper .title .cn {
  font-size: 31px;
  line-height: 1;
}
.advantage .right .advantage-swiper .title .cn:after {
  content: "";
  display: block;
  width: 306px;
  height: 12px;
  background: url(../images/img18.png) repeat-x;
  background-size: 100%;
  margin-top: 10px;
}
.advantage .right .advantage-swiper .desc {
  font-size: 22px;
  color: #454545;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 1.8em;
}
.advantage .right .swiper-btn-group {
  display: flex;
}
.advantage .right .swiper-btn-group .swiper-btn02 {
  width: 104px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b61f1e;
  cursor: pointer;
}
.advantage .right .swiper-btn-group .swiper-btn02:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/img19.png) no-repeat;
}
.advantage .right .swiper-btn-group .swiper-btn02.swiper-button-disabled {
  background: #8b8b8b;
}
.advantage .right .swiper-btn-group .swiper-btn02-prev {
  margin-right: 10px;
}
.advantage .right .swiper-btn-group .swiper-btn02-prev:after {
  transform: rotateY(180deg);
}
/* ==================== 四大优势 end ==================== */
/* ==================== 系统化流程服务 start ==================== */
.server {
  background: #000;
  padding: 70px 0 30px;
  position: relative;
}
.server .gl-box {
  padding: 0 80px;
}
.server .icon {
  height: 50px;
  position: absolute;
  background: #187500;
}
.server .icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  bottom: 0;
}
.server .icon.top {
  width: 830px;
  top: 0;
  right: 0;
}
.server .icon.top::after {
  left: -100px;
  border-top: 25px solid #187500;
  border-bottom: 25px solid transparent;
  border-left: 50px solid transparent;
  border-right: 50px solid #187500;
}
.server .icon.bottom {
  width: 270px;
  left: 0;
  bottom: 0;
}
.server .icon.bottom:after {
  border-top: 25px solid transparent;
  border-bottom: 25px solid #187500;
  border-left: 50px solid #187500;
  border-right: 50px solid transparent;
  right: -100px;
}
.server .gl-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.server .title {
  color: #fff;
  flex-shrink: 0;
  margin-right: 90px;
}
.server .title .cn {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 10px;
}
.server .title .en {
  font-size: 21px;
  line-height: 1;
}
.server .itembox {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
.server .itembox .item {
  display: flex;
  flex-flow: column;
  color: #fff;
}
.server .itembox .item:hover .image {
  transform: rotateY(180deg);
}
.server .itembox .item:nth-child(1) {
  animation-delay: 0.1s;
}
.server .itembox .item:nth-child(2) {
  animation-delay: 0.2s;
}
.server .itembox .item:nth-child(3) {
  animation-delay: 0.3s;
}
.server .itembox .item:nth-child(4) {
  animation-delay: 0.4s;
}
.server .itembox .item:nth-child(5) {
  animation-delay: 0.5s;
}
.server .itembox .item .image {
  transition: all 0.4s;
}
.server .itembox .item .image img {
  border: 9px solid rgba(255, 255, 255, 0.2);
  margin: 0px;
  border-radius: 100%;
}
.server .itembox .item .name {
  font-size: 14px;
  margin-top: 18px;
  text-align: center;
}
/* ==================== 系统化流程服务 end ==================== */
/* ==================== 案例展示 start ==================== */
.cases {
  overflow: hidden;
  padding-bottom: 75px;
}
.cases > .gl-box {
  position: relative;
}
.cases .swiper-slide {
  border: 1px solid #ddd;
  color: #fff;
}
.cases .swiper-slide:hover .image img {
  transform: scale(1.1);
}
.cases .swiper-slide:hover .info {
  background: #28980b;
}
.cases .swiper-slide:hover .info .name {
  color: #fff;
}
.cases .swiper-slide:hover .info .add {
  transform: rotate(180deg);
}
.cases .swiper-slide .image {
  overflow: hidden;
}
.cases .swiper-slide .image img {
  transition: all 0.4s;
}
.cases .swiper-slide .info {
  transition: all 0.4s;
  text-align: center;
  background: #fff;
  padding-bottom: 30px;
}
.cases .swiper-slide .info .name {
  color: #333;
  padding: 30px 10px 20px;
}
.cases .swiper-slide .info .add {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #e2e2e2;
  position: relative;
  transition: all 0.4s;
}
.cases .swiper-slide .info .add:before,
.cases .swiper-slide .info .add:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #28980b;
}
.cases .swiper-slide .info .add:before {
  width: 22px;
  height: 2px;
  margin-top: -1px;
  margin-left: -11px;
}
.cases .swiper-slide .info .add:after {
  width: 2px;
  height: 22px;
  margin-top: -11px;
  margin-left: -1px;
}
/* ==================== 案例展示 end ==================== */
/* ==================== 新闻中心 start ==================== */
.news {
  background: url(../images/img03.png) no-repeat center;
  background-size: cover;
  padding-bottom: 100px;
  overflow: hidden;
}
.news > .gl-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .left {
  width: 750px;
  flex-shrink: 0;
  margin-right: 60px;
}
.news .left .news-swiper .swiper-slide {
  position: relative;
}
.news .left .news-swiper .image:hover img {
  transform: scale(1.1);
}
.news .left .news-swiper .image {
  display: block;
  overflow: hidden;
}
.news .left .news-swiper .image img {
  transition: all 0.4s;
}
.news .left .news-swiper .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 470px;
  padding: 20px;
  padding-right: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  border-top-right-radius: 25px;
}
.news .left .news-swiper .title:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/img26.png) no-repeat center;
  background-size: 100%;
}
.news .left .news-swiper .option {
  position: absolute;
  background: #fff;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 25px;
  padding-right: 15px;
}
.news .left .news-swiper .option .swiper-pagination {
  position: static;
  display: flex;
  padding: 20px;
}
.news .left .news-swiper .option .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #d8d8d8;
  margin-right: 10px;
}
.news .left .news-swiper .option .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #28980b;
}
.news .left .news-swiper .option .news-swiper-btn {
  width: 12px;
  cursor: pointer;
}
.news .left .news-swiper .option .news-swiper-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #28980b;
  border-right: 0;
  border-bottom: 0;
}
.news .left .news-swiper .option .news-swiper-btn.news-swiper-prev:after {
  transform: rotate(-45deg);
}
.news .left .news-swiper .option .news-swiper-btn.news-swiper-next:after {
  transform: rotate(135deg);
}
.news .right {
  width: 590px;
}
.news .right .item {
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.news .right .item:hover {
  margin-left: -10px;
}
.news .right .item:hover .info .title {
  text-decoration: underline;
  color: #b61f1e;
}
.news .right .item:first-child ~ .item {
  margin-top: 40px;
}
.news .right .item .time {
  display: flex;
  flex-flow: column;
  color: #666;
  text-align: center;
  flex-shrink: 0;
  padding-right: 30px;
  border-right: 1px solid #ddd;
}
.news .right .item .time .day {
  font-size: 44px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}
.news .right .item .time .year {
  font-size: 17px;
  line-height: 1;
}
.news .right .item .info {
  padding-left: 30px;
}
.news .right .item .info .title {
  font-size: 22px;
  line-height: 1;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.news .right .item .info .desc {
  max-width: 470px;
  font-size: 18px;
  color: #666;
  line-height: 1;
}
/* ==================== 新闻中心 end ==================== */
/* ==================== 底部 start ==================== */
footer .top {
  background: url(../images/img27.png) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 70px 0;
}
footer .top .seach {
  width: 600px;
}
footer .top .seach form {
  width: 100%;
  height: 66px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
footer .top .seach form:before {
  content: "";
  width: 3px;
  height: 24px;
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -12px;
  background: #dcdcdc;
  margin-right: 16px;
}
footer .top .seach input,
footer .top .seach button {
  background: #fff;
  border: 0;
  border-radius: 5px;
}
footer .top .seach input {
  height: 100%;
  flex: 1;
  padding: 20px;
  padding-left: 40px;
  font-size: 16px;
}
footer .top .seach button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  flex-shrink: 0;
  height: 100%;
  margin-left: 10px;
  cursor: pointer;
}
footer .top .seach button i {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/img29.png) no-repeat;
}
footer .top .seach .hot {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
footer .top .seach .hot a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}
footer .bottom {
  background: #333333;
  color: #fff;
  padding-bottom: 60px;
}
footer .bottom a {
  color: inherit;
}
footer .bottom .gl-nav {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  overflow: hidden;
}
footer .bottom .gl-nav li {
  padding-bottom: 15px;
}
footer .bottom .gl-nav li:nth-child(1) {
  animation-delay: 0.1s;
}
footer .bottom .gl-nav li:nth-child(2) {
  animation-delay: 0.15s;
}
footer .bottom .gl-nav li:nth-child(3) {
  animation-delay: 0.2s;
}
footer .bottom .gl-nav li:nth-child(4) {
  animation-delay: 0.25s;
}
footer .bottom .gl-nav li:nth-child(5) {
  animation-delay: 0.3s;
}
footer .bottom .gl-nav li:nth-child(6) {
  animation-delay: 0.35s;
}
footer .bottom .gl-nav li:nth-child(7) {
  animation-delay: 0.4s;
}
footer .bottom .gl-nav li:nth-child(8) {
  animation-delay: 0.45s;
}
footer .bottom .gl-nav li:nth-child(9) {
  animation-delay: 0.5s;
}
footer .bottom .gl-nav li:hover:after {
  width: 28px;
}
footer .bottom .gl-nav li:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 3px;
  background: #059ee0;
  margin-top: 15px;
  transition: all 0.3s;
}
footer .bottom .itembox {
  display: flex;
  justify-content: space-between;
}
footer .bottom .itembox .item.item01 {
  max-width: 400px;
}
footer .bottom .itembox .item.item01 p {
  display: flex;
  align-items: flex-start;
  line-height: 1.8em;
}
footer .bottom .itembox .item.item01 p:before {
  flex-shrink: 0;
  margin-top: 5px;
}
footer .bottom .itembox .item.item01 p:nth-child(1):before {
  margin-right: 12px;
  background: url(../images/img30.png) no-repeat center;
  background-size: 100%;
}
footer .bottom .itembox .item.item01 p:nth-child(2):before {
  margin-right: 12px;
  background: url(../images/img31.png) no-repeat center;
  background-size: 100%;
}
footer .bottom .itembox .item.item01 p:nth-child(3):before {
  margin-right: 12px;
  background: url(../images/img32.png) no-repeat center;
  background-size: 100%;
}
footer .bottom .itembox .item.item01 p:nth-child(4):before {
  margin-right: 12px;
  background: url(../images/img33.png) no-repeat center;
  background-size: 100%;
}
footer .bottom .itembox .item.item02 {
  margin: 0 20px;
  max-width: 580px;
}
footer .bottom .itembox .item.item02 > p::before {
  display: none;
}
footer .bottom .itembox .item.item03 {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
footer .bottom .itembox .item.item03 .qr {
  display: flex;
  flex-flow: column;
  align-items: center;
}
footer .bottom .itembox .item.item03 .qr:first-child {
  margin-right: 20px;
}
footer .bottom .itembox .item.item03 .qr .image {
  width: 124px;
  height: 124px;
}
footer .bottom .itembox .item.item03 .qr .qr-name {
  margin-top: 10px;
  color: #d0d0d0;
}
footer .bottom .itembox .item p {
  position: relative;
}
footer .bottom .itembox .item p:first-child ~ p {
  margin-top: 10px;
}
footer .bottom .itembox .item p:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
/* ==================== 底部 end ==================== */
/* ==================== 内页通用tab start ==================== */
.gl-tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.gl-tab li {
  flex-grow: 1;
  font-size: 20px;
  background: #ececec;
  color: #555555;
  position: relative;
}
.gl-tab li.active {
  background: #28980b;
  color: #fff;
}
.gl-tab li.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.gl-tab li a {
  display: block;
  padding: 20px;
  text-align: center;
}
/* ==================== 内页通用tab end ==================== */
/* ==================== 关于我们 页面 start ==================== */
.gl-about .about {
  padding-top: 0;
}
.gl-about .about .gl-box {
  flex-flow: column;
}
.gl-about .about .bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.gl-about .about .bottom .left {
  width: 630px;
}
.gl-about .about .bottom .left .en {
  font-size: 43px;
}
.gl-about .about .bottom .left .cn {
  font-size: 32px;
}
.gl-about .about .bottom .left .desc {
  font-size: 20px;
}
.gl-about .about .bottom .left .desc p:first-child ~ p {
  padding-top: 20px;
}
.gl-about .about .bottom .right {
  width: 620px;
}
.gl-about .about .bottom .list {
  display: flex;
  flex-wrap: wrap;
}
.gl-about .about .bottom .list .item {
  display: block;
  color: #333;
  width: 32%;
}
.gl-about .about .bottom .list .item:nth-child(3) ~ .item {
  margin-top: 20px;
}
.gl-about .about .bottom .list .item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.gl-about .about .bottom .list .item:hover .image img {
  transform: scale(1.1);
}
.gl-about .about .bottom .list .item .image {
  overflow: hidden;
  border: 1px solid #ddd;
}
.gl-about .about .bottom .list .item .image img {
  width: 100%;
  transition: all 0.4s;
}
.gl-about .about .bottom .list .item .title {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.gl-about .about .bottom form {
  width: 100%;
  background: #f1f3f5;
  padding: 40px 45px;
}
.gl-about .about .bottom .j_inp input:nth-child(even) {
  float: right;
}
.gl-about .about .bottom .j_inp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.gl-about .about .bottom .j_inp input {
  width: 48%;
  border: 1px solid #e4e6e8;
  padding: 15px 20px;
  font-size: 16px;
}
.gl-about .about .bottom form textarea {
  width: 100%;
  height: 125px;
  border: 1px solid #e4e6e8;
  padding-left: 20px;
  padding-top: 15px;
}
.gl-about .about .bottom .b_cent {
  text-align: center;
  margin-top: 30px;
}
.gl-about .about .bottom .b_cent input {
  width: 180px;
  height: 45px;
  border: none;
  background: #28980b;
  color: white;
  font-size: 18px;
}
/* ==================== 关于我们 页面 end ==================== */
/* ==================== 案例页面 start ==================== */
.cases02 .itembox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cases02 .itembox .item {
  display: block;
  width: 32%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #dfe1ea;
}
.cases02 .itembox .item > :nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.cases02 .itembox .item .image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.cases02 .itembox .item .image img {
  transition: all 0.4s;
}
.cases02 .itembox .item .image:hover img {
  transform: scale(1.1);
}
.cases02 .itembox .item .title {
  padding: 10px 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  background: #28980b;
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cases02 .itembox .item .desc {
  color: #575656;
  line-height: 1.8em;
}
/* ==================== 案例页面 end ==================== */
/* ==================== 性能参数 start ==================== */
.performance {
  padding-bottom: 200px;
}
.performance .itembox {
  display: flex;
  flex-wrap: wrap;
}
.performance .itembox .item {
  width: 24%;
  display: block;
  background: #f2f2f2;
  padding: 10px;
  text-align: center;
  margin-right: 1.333%;
}
.performance .itembox .item:nth-child(4n) {
  margin-right: 0;
}
.performance .itembox .item:nth-child(4n) ~ .item {
  margin-top: 30px;
}
.performance .itembox .item:hover .image img {
  transform: scale(1.1);
}
.performance .itembox .item .image {
  overflow: hidden;
}
.performance .itembox .item .image img {
  transition: all 0.4s;
}
.performance .itembox .item .title {
  padding: 10px 0 0;
}
/* ==================== 性能参数 end ==================== */
/* ==================== 联系我们 start ==================== */
.contact {
  padding-bottom: 260px;
}
.contact .bottom {
  display: flex;
  justify-content: space-between;
}
.contact .bottom .map {
  width: 650px;
  flex-shrink: 0;
  height: 520px;
  overflow: hidden;
  margin-right: 55px;
}
.contact .bottom .info {
  color: #333333;
}
.contact .bottom .info .title {
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 10px;
  font-weight: bold;
}
.contact .bottom .info .desc {
  margin-bottom: 30px;
}
.contact .bottom .info .desc p {
  font-size: 20px;
  line-height: 1.8em;
}
.contact .bottom .msg {
  border: 1px solid #eeeeee;
  padding: 20px;
}
.contact .bottom .msg .title02 {
  font-size: 22px;
  color: #000;
  margin-bottom: 25px;
  text-align: center;
}
.contact .bottom .msg form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .bottom .msg form label {
  width: 48%;
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
}
.contact .bottom .msg form label span {
  flex-shrink: 0;
  margin-right: 10px;
}
.contact .bottom .msg form label input {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 28px;
}
.contact .bottom .msg form textarea {
  width: 100%;
  height: 180px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid #e5e5e5;
}
.contact .bottom .msg form button {
  width: 110px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background: #28980b;
  margin: 0 auto;
  border: 0;
}
/* ==================== 联系我们 end ==================== */
/* ==================== 新闻中心 start ==================== */
.news02 .itembox {
  padding-bottom: 290px;
}
.news02 .itembox .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  border: 1px solid #d5d5d5;
  transition: all 0.4s;
}
.news02 .itembox .item:first-child ~ .item {
  margin-top: 40px;
}
.news02 .itembox .item:hover {
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.2);
}
.news02 .itembox .item:hover .image img {
  transform: scale(1.1);
}
.news02 .itembox .item .image {
  overflow: hidden;
  width: 300px;
  margin-right: 40px;
  flex-shrink: 0;
}
.news02 .itembox .item .image img {
  transition: all 0.4s;
}
.news02 .itembox .item .info {
  font-size: 0;
}
.news02 .itembox .item .info .title {
  font-size: 30px;
  color: #333;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: bold;
}
.news02 .itembox .item .info .desc {
  line-height: 1.8em;
  font-size: 24px;
  color: #666;
}
/* ==================== 新闻中心 end ==================== */
/* ==================== 产品中心 start ==================== */
.product02 {
  padding-bottom: 200px;
}
.product02 .itembox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product02 .itembox .item {
  width: 24%;
  margin-right: 1.33333%;
}
.product02 .itembox .item:nth-child(4n) {
  margin-right: 0;
}
.product02 .itembox .item:nth-child(4) ~ .item {
  margin-top: 40px;
}
.product02 .itembox .item:hover .image img {
  transform: scale(1.1);
}
.product02 .itembox .item:hover .image .image-text {
  top: 50%;
  opacity: 1;
}
.product02 .itembox .item .image {
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.product02 .itembox .item .image img {
  width: 100%;
  transition: all 0.4s;
}
.product02 .itembox .item .image .image-text {
  width: 100%;
  display: flex;
  flex-flow: column;
  padding: 30px 15px;
  text-align: center;
  color: #fff;
  transition: all 0.4s;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  opacity: 0;
  margin-top: -47px;
  left: 0;
}
.product02 .itembox .item .image .image-text .cn {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}
.product02 .itembox .item .image .image-text .en {
  font-size: 14px;
  line-height: 1;
}
.product02 .itembox .item .btn-group {
  display: flex;
  justify-content: space-between;
}
.product02 .itembox .item .btn-group .gl-btn {
  flex-grow: 1;
  padding: 15px;
  font-size: 18px;
  text-align: center;
}
.product02 .itembox .item .btn-group .gl-btn:first-child {
  margin-right: 3px;
  color: #3d3d3d;
  background: #dedede;
}
.product02 .itembox .item .btn-group .gl-btn:first-child + .gl-btn {
  background: #28980b;
  color: #fff;
}
.product02 .itembox .item .btn-group .gl-btn:first-child + .gl-btn:hover {
  background: #b61f1e;
}
/* ==================== 产品中心 end ==================== */
/* ==================== 产品详情 start ==================== */
.product-desc .top {
  padding-top: 100px;
  padding-bottom: 50px;
  background: #f5f5f5;
}
.product-desc .top > .gl-box {
  display: flex;
  justify-content: space-between;
}
.product-desc .bottom {
  background: #fff;
  padding: 30px;
}
.product-desc .left {
  width: 880px;
  flex-shrink: 0;
}
.product-desc .left .image {
  overflow: hidden;
}
.product-desc .left .image:hover img {
  transform: scale(1.1);
}
.product-desc .left .image img {
  width: 100%;
  transition: all 0.4s;
}
.product-desc .right {
  padding-left: 45px;
}
.product-desc .right .title {
  font-size: 28px;
  color: #1c4678;
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
}
.product-desc .right .desc h2 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  margin-top: 30px;
}
.product-desc .right .desc p {
  font-size: 16px;
  color: #666;
  line-height: 1.8em;
}
/* ==================== 产品详情 end ==================== */
/* ==================== 新闻详情 start ==================== */
.news-desc > .gl-box {
  margin-top: 35px;
  padding: 45px 25px;
  margin-bottom: 35px;
  background: #f9f9f9;
}
.news-desc .title {
  font-size: 28px;
  color: #333;
  padding-bottom: 20px;
}
.news-desc .info {
  font-size: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
}
.news-desc .info .text {
  font-size: 16px;
  color: #999;
  display: inline-block;
  margin-right: 20px;
  border-left: 1px solid #ccc;
  padding-left: 20px;
}
.news-desc .info .tip {
  border: 1px solid #999;
  border-radius: 100px;
  padding: 5px 10px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  color: #999;
}
.news-desc .info .tip + .text {
  border-left: 0;
}
.news-desc .article {
  line-height: 1.8em;
}
.news-desc .article img {
  display: block;
  margin: 0 auto;
}
/* ==================== 新闻详情 end ==================== */
@media screen and (max-width: 1440px) {
  .gl-box {
    max-width: 1300px;
  }
  .about .right {
    flex-shrink: inherit;
  }
  .advantage .right {
    width: 830px;
  }
  .cases > .gl-box {
    max-width: 1200px;
  }
  .news .left {
    width: 620px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1280px) {
  .gl-box {
    max-width: 1200px;
  }
  header .center .logo {
    width: 410px;
  }
  header .center .text01 h1 {
    font-size: 22px;
  }
  header .center .tel .text02 h1 {
    font-size: 30px;
  }
  header .center .text01 h2 {
    font-size: 17px;
  }
  header .center .tel .icon {
    width: 50px;
    height: 50px;
  }
  header .bottom .gl-menu > li > a {
    font-size: 17px;
    padding: 18px 0;
  }
  .banner .keywords {
    padding: 20px 0;
  }
  .about .left .en {
    font-size: 38px;
  }
  .about .left .cn {
    font-size: 30px;
  }
  .about .left .desc {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .about .left .gl-btn {
    width: 140px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .about .left .gl-btn:after {
    height: 50px;
    line-height: 50px;
    width: 50px;
    right: -50px;
  }
  .about .left .itembox .item .year .num {
    font-size: 42px;
  }
  .about .left .itembox .item .year .text {
    font-size: 18px;
  }
  .about {
    padding-bottom: 70px;
  }
  .product .left .title .cn {
    font-size: 30px;
  }
  .product .left .title {
    padding-top: 20px;
  }
  .advantage .left {
    padding-top: 50px;
  }
  .advantage .left .title {
    margin-bottom: 30px;
  }
  .advantage .left .title .cn {
    font-size: 35px;
  }
  .advantage .left .title .en {
    font-size: 20px;
  }
  .advantage .left .itembox .item {
    padding: 10px 15px;
    width: 330px;
  }
  .advantage .left .itembox .item:before {
    margin-right: 15px;
    width: 50px;
    height: 50px;
  }
  .advantage .left .itembox .item:first-child ~ .item {
    margin-top: 25px;
  }
  .advantage .right {
    width: 800px;
    padding: 30px;
  }
  .advantage .right .advantage-swiper .image {
    margin-bottom: 20px;
  }
  .advantage .right .advantage-swiper .desc {
    margin-top: 20px;
  }
  .advantage .right .advantage-swiper .title .num {
    font-size: 50px;
  }
  .advantage .right .advantage-swiper .title .cn {
    font-size: 25px;
  }
  .advantage .right .advantage-swiper .desc {
    font-size: 18px;
  }
  .cases > .gl-box {
    max-width: 1100px;
  }
  .news {
    padding-bottom: 50px;
  }
  .news .left {
    width: 560px;
  }
  .news .right .item .time {
    padding-right: 20px;
  }
  .news .right .item .time .day {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .news .right .item .info {
    padding-left: 20px;
  }
  .news .right .item .info .title {
    font-size: 20px;
  }
  .news .right .item .info .desc {
    font-size: 16px;
  }
  .news .right .item:first-child ~ .item {
    margin-top: 20px;
  }
  footer .top {
    padding: 35px 0;
  }
  footer .top .seach input {
    padding: 10px;
    padding-left: 40px;
  }
  footer .bottom .gl-nav li {
    padding-bottom: 0;
  }
  .swiper-btn {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .gl-box.gl-min-box {
    max-width: 1200px;
  }
  .gl-about .about .bottom .left .desc {
    font-size: 18px;
  }
  .gl-about .about .bottom .left .en {
    font-size: 40px;
  }
  .gl-about .about .bottom .left .cn {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .gl-box {
    max-width: 1100px;
  }
  .advantage .left .title .cn {
    font-size: 30px;
  }
  .advantage .left .title .en {
    font-size: 18px;
  }
  .advantage .left .itembox {
    width: 300px;
  }
  .advantage .left .itembox .item {
    width: 100%;
  }
  .advantage .right {
    width: 740px;
  }
  .cases > .gl-box {
    max-width: 1000px;
  }
  .news .left {
    width: 510px;
    margin-right: 20px;
  }
  .gl-box.gl-min-box {
    max-width: 1100px;
  }
  .gl-tab {
    margin-bottom: 50px;
  }
  .about .left .cn {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 751px) {
  .pc-nav {
    display: none;
  }
  .gl-container {
    padding-top: 60px;
  }
  .gl-box {
    padding: 0 20px;
  }
  .banner .keywords {
    position: static;
    padding: 15px 0;
  }
  .banner .keywords > .gl-box {
    flex-flow: column;
  }
  .banner .keywords .left {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 0px;
  }
  .banner .keywords .right {
    width: 100%;
    display: none;
  }
  .banner .keywords .right form {
    display: flex;
    width: 100%;
  }
  .banner .keywords .right input {
    flex-grow: 1;
    width: auto;
    padding: 5px 10px;
    font-size: 14px;
  }
  .about {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about .left {
    width: 100%;
  }
  .about .left .en {
    font-size: 20px;
  }
  .about .left .cn {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .about .left .desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .about .left .gl-btn {
    width: auto;
    height: auto;
    padding: 8px 15px;
    line-height: inherit;
    display: table;
    font-size: 14px;
    margin-bottom: 15px;
    display: none;
  }
  .about .left .gl-btn:after {
    height: auto;
    width: auto;
    padding: 7px 5px;
    line-height: inherit;
    font-size: 16px;
    top: 0;
    right: -26px;
  }
  .about .left .itembox .item .year .num {
    font-size: 26px;
  }
  .about .left .itembox .item .year .text {
    font-size: 12px;
  }
  .about .left .itembox .item .unit {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 5px;
  }
  .gl-title {
    padding: 25px 0;
  }
  .gl-title .en {
    font-size: 18px;
  }
  .gl-title .cn {
    font-size: 20px;
    padding: 5px 0;
  }
  .gl-title .min-cn span {
    font-size: 12px;
    line-height: 1.4em;
    padding: 0 10px;
  }
  .product > .gl-box {
    flex-flow: column;
  }
  .product {
    padding-bottom: 20px;
  }
  .product .left {
    display: none;
  }
  .product .right {
    justify-content: space-between;
  }
  .product .right .item {
    width: 48%;
  }
  .product .right .item .pr-btn-group a {
    padding: 5px;
    font-size: 12px;
  }
  .product .right .item:nth-child(3) ~ .item {
    margin-top: auto;
  }
  .product .right .item:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .product .right .item:nth-child(2) ~ .item {
    margin-top: 10px;
  }
  .advantage {
    background-size: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .advantage .gl-box {
    padding-top: 20px;
    flex-flow: column;
  }
  .advantage .left {
    margin-top: 0;
    width: 100%;
    padding: 20px;
    flex-shrink: inherit;
    border-bottom-width: 4px;
  }
  .advantage .left .title {
    margin-bottom: 15px;
  }
  .advantage .left .title .cn {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .advantage .left .title .en {
    font-size: 14px;
  }
  .advantage .left .itembox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .advantage .left .itembox .item {
    font-size: 16px;
    width: 48%;
    margin: 0 !important;
  }
  .advantage .left .itembox .item:nth-child(2n) ~ .item {
    margin-top: 2.5% !important;
  }
  .advantage .left .itembox .item:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .advantage .right {
    width: 100%;
    padding: 20px;
  }
  .advantage .right .advantage-swiper .title .num {
    font-size: 35px;
  }
  .advantage .right .advantage-swiper .title .cn {
    font-size: 20px;
  }
  .advantage .right .advantage-swiper .title .cn:after {
    width: 100px;
    height: 6px;
    background-size: 100% !important;
    font-size: 0;
  }
  .advantage .right .advantage-swiper .desc {
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
  }
  .advantage .right .swiper-btn-group .swiper-btn02 {
    width: auto;
    height: auto;
    padding: 5px 10px;
    display: none;
  }
  .advantage .right .swiper-btn-group .swiper-btn02:after {
    width: 15px;
    height: 15px;
    background-size: 100% !important;
  }
  .server {
    padding: 30px 20px;
  }
  .server .icon.top {
    width: 50%;
    height: 20px;
  }
  .server .icon.bottom {
    width: 20%;
    height: 20px;
  }
  .server .icon.top:after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 20px;
    border-right-width: 20px;
    left: -40px;
  }
  .server .icon.bottom:after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 20px;
    border-right-width: 20px;
    right: -40px;
  }
  .server .gl-box {
    padding: 0;
    flex-flow: column;
  }
  .server .title {
    margin: 0 auto 20px;
  }
  .server .title .cn {
    font-size: 20px;
    font-weight: bold;
  }
  .server .title .en {
    font-size: 12px;
  }
  .server .itembox {
    flex-wrap: wrap;
    justify-content: center;
  }
  .server .itembox .item {
    width: 32%;
    align-items: center;
  }
  .server .itembox .item:nth-child(3) ~ .item {
    margin-top: 20px;
  }
  .server .itembox .item .name {
    margin-top: 5px;
  }
  .server .itembox .item .image {
    width: 60px;
  }
  .server .itembox .item .image img {
    border-width: 5px;
    margin: 0 auto;
  }
  .cases .swiper-slide .info {
    padding: 20px 0;
  }
  .cases .swiper-slide .info .add {
    zoom: 50%;
  }
  .cases .swiper-slide .info .name {
    padding: 0px 0;
    margin-bottom: 10px;
  }
  .cases {
    padding-bottom: 20px;
  }
  .news {
    padding-bottom: 20px;
  }
  .news > .gl-box {
    flex-flow: column;
  }
  .news .left {
    width: 100%;
    margin-right: 0;
  }
  .news .left .news-swiper .title {
    padding: 5px 10px;
    font-size: 12px;
    width: 70%;
    border-top-right-radius: 10px;
  }
  .news .left .news-swiper .option {
    border-top-left-radius: 10px;
    padding-right: 0;
  }
  .news .left .news-swiper .option .swiper-pagination {
    padding: 5px;
    padding-left: 10px;
  }
  .news .left .news-swiper .option .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin-right: 5px;
  }
  .news .left .news-swiper .option .news-swiper-btn {
    display: none;
  }
  .news .left .news-swiper .title:before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
  .news .right {
    width: 100%;
    margin-top: 20px;
  }
  .news .right .item .time {
    padding-right: 10px;
  }
  .news .right .item .info {
    padding-left: 10px;
  }
  .news .right .item .time .day {
    font-size: 18px;
  }
  .news .right .item .time .year {
    font-size: 12px;
  }
  .news .right .item .info {
    width: 80%;
  }
  .news .right .item .info .desc {
    min-width: inherit;
    width: 100%;
  }
  .news .right .item .info .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .news .right .item .info .desc {
    font-size: 12px;
  }
  footer .top {
    display: none;
  }
  footer .bottom {
    padding: 0;
  }
  footer .bottom .gl-nav {
    display: none;
  }
  footer .bottom .itembox {
    flex-flow: column;
    padding: 20px 0;
  }
  footer .bottom .itembox .item.item01 p {
    font-size: 14px;
  }
  footer .bottom .itembox .item.item02 {
    margin: 0;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
  }
  footer .bottom .itembox .item.item02 .m-hidden {
    display: none;
  }
  footer .bottom .itembox .item.item03 {
    display: none;
  }
  .gl-title02 {
    padding: 20px;
  }
  .gl-title02 .cn {
    font-size: 20px;
  }
  .gl-title02 .en {
    font-size: 14px;
  }
  .gl-tab {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .gl-tab li {
    font-size: 16px;
  }
  .gl-tab li a {
    padding: 10px;
  }
  .gl-tab li.active:after {
    border-left-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 5px;
  }
  .gl-about .about .bottom .left {
    width: 100%;
  }
  .gl-about .about .bottom .left .desc {
    font-size: 16px;
  }
  .gl-about .about .bottom .left .en {
    font-size: 22px;
  }
  .gl-about .about .bottom .left .cn {
    font-size: 20px;
  }
  .gl-about .about .bottom .list {
    justify-content: space-between;
  }
  .gl-about .about .bottom .list .item {
    width: 48%;
  }
  .gl-about .about .bottom .list .item .title {
    padding: 5px;
  }
  .gl-about .about .bottom .list .item:nth-child(3) ~ .item {
    margin-top: 0;
  }
  .gl-about .about .bottom .list .item:nth-child(2) ~ .item {
    margin-top: 10px;
  }
  .gl-about .about .bottom .list .item:nth-child(3n-1) {
    margin: 0;
  }
  .gl-about .about .bottom form {
    padding: 10px;
  }
  .gl-about .about .bottom .j_inp {
    margin-bottom: 10px;
    flex-flow: column;
    display: flex;
    margin-bottom: 0;
  }
  .gl-about .about .bottom .j_inp input {
    width: 100%;
    margin-bottom: 10px;
  }
  .gl-about .about .bottom .b_cent {
    margin-top: 10px;
  }
  .gl-about .about .bottom .b_cent input {
    width: auto;
    height: auto;
    padding: 5px 20px;
    font-size: 14px;
  }
  .cases02 .itembox .item {
    width: 48%;
    margin: 0;
    padding-bottom: 20px;
  }
  .cases02 .itembox .item .title {
    padding: 5px 15px;
    font-size: 14px;
    margin: 10px auto;
  }
  .cases02 .itembox .item .desc {
    font-size: 14px;
  }
  .cases02 .itembox .item .image {
    border-radius: 5px 5px 0 0;
  }
  .contact .bottom {
    flex-flow: column;
  }
  .contact .bottom .map {
    width: 100%;
    margin-right: 0;
    height: 350px;
  }
  .contact .bottom .info {
    margin-top: 20px;
  }
  .contact .bottom .info .title {
    font-size: 20px;
  }
  .contact .bottom .info .desc p {
    font-size: 16px;
  }
  .contact .bottom .info .desc {
    margin-bottom: 20px;
  }
  .contact .bottom .msg .title02 {
    font-size: 20px;
  }
  .contact .bottom .msg {
    padding: 15px;
  }
  .contact .bottom .msg form label {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .contact .bottom .msg form textarea {
    margin-top: 0;
  }
  .contact {
    padding-bottom: 20px;
  }
  .news02 .itembox .item {
    flex-flow: column;
    padding: 10px;
  }
  .news02 .itembox .item .image {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .news02 .itembox .item .image img {
    width: 100%;
  }
  .news02 .itembox .item .info {
    width: 100%;
  }
  .news02 .itembox .item .info .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .news02 .itembox .item .info .desc {
    font-size: 14px;
  }
  .news02 .itembox .item:first-child ~ .item {
    margin-top: 20px;
  }
  .news02 .itembox {
    padding-bottom: 20px;
  }
  .performance {
    padding-bottom: 20px;
  }
  .performance .itembox {
    justify-content: space-between;
  }
  .performance .itembox .item {
    width: 48%;
    margin: 0;
  }
  .performance .itembox .item:nth-child(2) ~ .item {
    margin-top: 10px;
  }
  .product02 {
    padding-bottom: 20px;
  }
  .product02 .itembox {
    justify-content: space-between;
  }
  .product02 .itembox .item {
    width: 48%;
    margin: 0;
  }
  .product02 .itembox .item:nth-child(2) ~ .item {
    margin-top: 20px;
  }
  .product02 .itembox .item .image {
    margin-bottom: 10px;
  }
  .product02 .itembox .item .btn-group .gl-btn {
    padding: 8px 10px;
    font-size: 12px;
  }
  .product02 .itembox .item:hover .image .image-text {
    display: none;
  }
  .product-desc .top {
    padding: 20px 0;
  }
  .product-desc .left {
    width: 100%;
  }
  .product-desc .top > .gl-box {
    flex-flow: column;
  }
  .product-desc .right {
    padding: 0;
    padding-top: 20px;
  }
  .product-desc .right .title {
    font-size: 22px;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }
  .product-desc .right .desc h2 {
    margin-top: 10px;
  }
  .product-desc .bottom {
    padding: 20px 0;
  }
  .news-desc > .gl-box {
    margin: 0;
    padding: 20px;
  }
  .news-desc .title {
    font-size: 24px;
    padding-bottom: 20px;
    text-align: center;
  }
  .news-desc .info {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news-desc .info .text {
    margin: 0;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.8;
    border-left: 0;
  }
}
@media screen and (min-width: 751px) {
  .mob-nav {
    display: none;
  }
}
