body {
  width: 100%;
  height: auto;
}
/* 滚动条整体样式 */
::-webkit-scrollbar {
  width: 8px;
  /* 滚动条宽度 */
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background-color: #ececec;
  /* 滚动条滑块颜色 */
  border-radius: 5px;
  /* 滑块边角弧度 */
}
/* 滚动条滑块在悬停状态下 */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* 滚动条滑块在悬停状态下的颜色 */
  opacity: 0;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
#header .logo {
  padding-left: 5%;
  display: flex;
  align-items: center;
}
#header .logo .logo-img {
  width: 92px;
  height: 111px;
}
#header .logo .logo-img img {
  width: 100%;
}
#header .logo .logo-info {
  text-align: center;
  margin-left: 32px;
}
#header .logo .logo-info .title {
  font-size: 36px;
  font-family: AlibabaPuHuiTiB, AlibabaPuHuiTiB-Regular;
  font-weight: 700;
  color: #22191c;
}
#header .logo .logo-info .title-en {
  font-size: 12px;
  font-family: AlibabaPuHuiTiR, AlibabaPuHuiTiR-Regular;
  font-weight: 400;
  color: #22191c;
  margin-top: 10px;
}
#header .logo .logo-info .title-b {
  width: 365px;
  height: 2px;
  background: #22191c;
  border-radius: 1px;
  margin-top: 10px;
}
#header .logo .logo-info .title-phone {
  font-size: 24px;
  font-family: AlibabaPuHuiTiM, AlibabaPuHuiTiM-Regular;
  font-weight: 700;
  color: #22191c;
  margin-top: 10px;
}
#header .nav-box {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 60%;
  background-color: #ececec;
  box-shadow: 3px 4px 6px 0px rgba(3, 0, 0, 0.14);
}
#header .nav-box::before {
  content: "";
  width: 0;
  /*1.设置宽高为0*/
  height: 0;
  /*2.除右边都变透明色，实边*/
  border-color: transparent #ececec transparent transparent;
  border-style: solid;
  border-width: 100px 100px 0 0;
  /*3.上边宽100，右边宽50，下左边宽0*/
  transform: translate(-100px, 0);
}
#header .nav-box .nav {
  display: flex;
  justify-content: space-between;
  width: 700px;
  transform: translate(-50px, 0);
}
#header .nav-box .nav a {
  color: #22191c;
  font-size: 24px;
  font-weight: 500;
}
#header .nav-box .nav a:hover {
  color: #26796e;
}
#header .nav-box .nav-search #keywords {
  box-sizing: border-box;
  padding: 0 15px;
  text-align: right;
  width: 218px;
  height: 41px;
  background: #f7f7f7;
  border-radius: 10px;
  outline: none;
  border: 0;
  box-shadow: inset 0 1px 2px 1px #bebebe;
  color: #26796e;
}
#header .nav-box .nav-search .buttons {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
#header .nav-box .nav-search .buttons::after {
  position: absolute;
  top: -5px;
  right: 0;
  display: inline-block;
  width: 100px;
  content: "";
  background: url(../images/search.png) no-repeat;
  font-size: 24px;
  color: #fff;
  margin-top: 2px;
  transform: translate(0%, -50%);
  cursor: pointer;
}
#swiper {
  height: 100vh;
}
#youshi {
  position: relative;
  height: 633px;
}
.youshi {
  position: absolute;
  left: 50%;
  top: -200px;
  transform: translate(-50%, 0);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px;
  width: 1471px;
  height: 633px;
  background: #fcfcfc;
  border-radius: 10px;
  box-shadow: 1px 2px 15px 0px rgba(3, 0, 0, 0.27);
}
.youshi .center {
  display: flex;
  align-items: center;
}
.youshi .left .img {
  margin-right: 35px;
}
.youshi .right .tbox {
  width: 300px;
  text-align: right;
}
.youshi .right .img {
  margin-left: 35px;
}
.youshi .list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.youshi .list .item {
  display: flex;
  align-items: center;
}
.youshi .list .item .img {
  width: 127px;
  height: 127px;
}
.youshi .list .item .img img {
  width: 100%;
}
.youshi .list .item .tbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.youshi .list .item .tbox .t1 {
  font-size: 36px;
  font-weight: 700;
  color: #26796e;
}
.youshi .list .item .tbox .t2 {
  font-size: 24px;
  color: #272727;
  font-weight: 500;
}
#product {
  position: relative;
  width: 1500px;
  margin: 0 auto;
}
#product #pos-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
#product #pos-title .ten {
  font-size: 80px;
  font-family: Impact, Impact-Regular;
  font-weight: 700;
  color: #26796e;
  text-transform: uppercase;
}
#product #pos-title .tcn {
  font-size: 48px;
  font-family: AlibabaPuHuiTiB, AlibabaPuHuiTiB-Regular;
  font-weight: 700;
  color: #333333;
  margin-top: 20px;
}
#product #pos-title .tg {
  width: 70px;
  height: 10px;
  background: #26796e;
  margin-top: 20px;
}
#product .list {
  width: 1500px;
}
#product .list .item {
  display: flex;
  justify-content: space-between;
  width: 1500px;
  margin-top: 120px;
}
#product .left .t1 {
  font-size: 48px;
  color: #333;
  font-weight: 700;
}
#product .left .t2 {
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
}
#product .left .zs-list {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
#product .left .zs-list .zs-item {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 36px;
  font-family: AlibabaPuHuiTiM, AlibabaPuHuiTiM-Regular;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 30px;
  line-height: 56px;
}
#product .left .zs-list .zs-item span {
  display: flex;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #26796e;
  margin-right: 20px;
}
#product .left .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  width: 215px;
  height: 73px;
  background: #26796e;
  border-radius: 37px;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
#product .swiper-button-prev::after {
  content: "";
  opacity: 0;
}
#product .swiper-button-next::after {
  content: "";
  opacity: 0;
}
#product .swiper-button-next,
#product .swiper-button-prev {
  width: 87px;
  height: 88px;
}
#product .swiper-button-next img,
#product .swiper-button-prev img {
  width: 100%;
}
#product .swiper-button-next {
  transform: translate(200px, 0);
}
#product .swiper-button-prev {
  transform: translate(-200px, 0);
}
#product .right {
  width: 800px;
  height: 800px;
}
#product .right img {
  width: 100%;
}
#product .left {
  text-align: left;
}
#about {
  width: 100%;
  height: 1017px;
  background: linear-gradient(0deg, #ffffff 0%, #deebe9 100%);
  margin-top: 80px;
}
#about .about-box {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 150px;
}
#about .left .t-en {
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 700;
  font-family: Impact, Impact-Regular;
  color: #26796e;
}
#about .left .t-cn {
  font-size: 48px;
  color: #333;
  font-weight: 700;
  margin-top: 20px;
}
#about .left .t-g {
  width: 70px;
  height: 10px;
  background: #26796e;
  margin-top: 30px;
}
#about .left .title {
  font-size: 36px;
  color: #333;
  font-weight: 700;
  margin-top: 30px;
}
#about .left .title-en {
  font-size: 18px;
  color: #333;
  font-family: AlibabaPuHuiTiM, AlibabaPuHuiTiM-Regular;
  font-weight: 600;
  margin-top: 15px;
}
#about .left .cont {
  width: 590px;
  font-size: 16px;
  font-family: AlibabaPuHuiTiM, AlibabaPuHuiTiM-Regular;
  font-weight: 600;
  text-align: left;
  color: #333333;
  opacity: 0.9;
  line-height: 30px;
  margin-top: 50px;
}
#about .right {
  width: 746px;
}
#about .right img {
  width: 100%;
}
#about .right .btm {
  display: flex;
  justify-content: space-between;
  width: 746px;
  margin-top: 30px;
}
#about .right .btm .btm-item {
  width: 230px;
}
#about .right .btm .btm-item img {
  width: 100%;
}
#factory-photos {
  width: 1400px;
  margin: 0 auto;
  margin-top: 80px;
}
#factory-photos .top {
  text-align: center;
  margin: 0 auto;
}
#factory-photos .top .t1 {
  font-size: 80px;
  color: #26796e;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Impact, Impact-Regular;
}
#factory-photos .top .t2 {
  font-size: 48px;
  color: #333;
  font-weight: 700;
  margin-top: 12px;
}
#factory-photos .top .t3 {
  display: inline-block;
  width: 70px;
  height: 10px;
  background: #26796e;
  margin-top: 12px;
}
#factory-photos .btm-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
#factory-photos .btm-list .item {
  width: 670px;
  height: 446px;
  margin-top: 45px;
}
#factory-photos .btm-list .item img {
  width: 100%;
}
#page-news {
  margin-top: 120px;
}
#page-news .top {
  text-align: center;
  margin: 0 auto;
}
#page-news .top .t1 {
  font-size: 80px;
  color: #26796e;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Impact, Impact-Regular;
}
#page-news .top .t2 {
  font-size: 48px;
  color: #333;
  font-weight: 700;
  margin-top: 12px;
}
#page-news .top .t3 {
  display: inline-block;
  width: 70px;
  height: 10px;
  background: #26796e;
  margin-top: 12px;
}
#page-news .btm {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
  margin-top: 80px;
}
#page-news .btm .left {
  width: 635px;
  height: 847px;
}
#page-news .btm .left img {
  height: 100%;
}
#page-news .btm .right {
  text-align: center;
  margin: 0 auto;
  margin-left: 120px;
}
#page-news .btm .right .t1 {
  font-size: 48px;
  font-family: AlibabaPuHuiTiB, AlibabaPuHuiTiB-Regular;
  font-weight: 700;
  color: #26796e;
  text-align: center;
  margin-top: 35px;
}
#page-news .btm .right .t2 {
  font-size: 16px;
  font-family: AlibabaPuHuiTiB, AlibabaPuHuiTiB-Regular;
  font-weight: 700;
  color: #26796e;
  text-align: center;
  margin-top: 16px;
}
#page-news .btm .right .cont {
  font-size: 16px;
  font-family: AlibabaPuHuiTiM, AlibabaPuHuiTiM-Regular;
  color: #333333;
  line-height: 30px;
  text-align: justify;
  margin-top: 66px;
  font-weight: 700;
}
#page-news .btm .right .more {
  display: inline-block;
  width: 218px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #26796e;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 90px;
}
#contact-us {
  height: 1017px;
  background: #deebe9;
  padding-top: 120px;
  margin-top: 120px;
}
#contact-us .main {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#contact-us .main .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#contact-us .main .left .box1 .t1 {
  font-size: 80px;
  font-family: Impact, Impact-Regular;
  font-weight: 400;
  color: #26796e;
  line-height: 67px;
  text-transform: uppercase;
}
#contact-us .main .left .box1 .t2 {
  font-size: 48px;
  font-family: AlibabaPuHuiTiB, AlibabaPuHuiTiB-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
}
#contact-us .main .left .box1 .t3 {
  display: inline-block;
  width: 70px;
  height: 10px;
  background: #26796e;
  margin-top: 30px;
}
#contact-us .main .left .box2 {
  font-size: 36px;
  font-family: AlibabaPuHuiTiM, AlibabaPuHuiTiM-Regular;
  font-weight: 600;
  color: #333333;
  line-height: 72px;
}
#contact-us .main .map {
  border: 4px solid #26796e;
  cursor: pointer;
}
