.navigation {
  width: 100%;
  line-height: 5vw;
  background-color: rgb(111, 186, 44);
  position: fixed;
  left: 0;
  top: 0;
  transition: top 0.5s;
  z-index: 1000;
}

.nav-hide {
  top: -6vw;
}

.ulList ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 5%;
}

.ulList a {
  color: #fff;
}

.ulList a:hover {
  color: gray;
}

.main {
  width: 100%;
  margin: 0 auto;
}

.home-logo {
  margin-left: 8vw;
}

.home-banner {
  width: 100%;
  height: auto;
  margin-top: 8vw;
}

.home-banner img {
  width: 100%;
  height: auto;
}

.fl {
  float: left;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.dropbtn {
  border: none;
}

.c666 {
  color: #666;
}

#headerTop header .ulList ul li a {
  font-size: 1.2vw;
  margin: 0 1vw;
  color: #fff;
}


.banner-imgBox {
  width: 1530px;
  height: 470px;
  margin: 6vw auto 2vw;
  position: relative;
  overflow: hidden;
}

.banner-imgBox2 {
  width: 1530px;
  height: 470px;
  display: flex;
  margin: 0 auto;
  transition: all 0.5s;
}

.banner-imgBox2>img {
  width: 1530px;
  height: 470px;
}

.on {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: gainsboro;
  margin-left: 20px;
}

.banner-imgBox-div {
  width: 400px;
  position: absolute;
  bottom: 20px;
  left: 44%;
  display: flex;
}

.on2 {
  background-color: red;
}

.banner-imgBox-left {
  position: absolute;
  left: 20px;
  top: 48%;
  width: 48px;
  height: 48px;
}

.banner-imgBox-right {
  position: absolute;
  right: 20px;
  top: 48%;
  width: 48px;
  height: 48px;
  margin-right: 0;
}

.product-text {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.product-text p {
  font-size: 3.2vw;
  text-align: center;
  font-weight: 600;
}

.product-display1 .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18vw;
  background-color: rgba(0, 0, 0, .5);
  transform: scale(0);
  transition: .4s;
}

.product-display1 p {
  font-size: 1.5vw;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.mask p {
  font-size: 1.5vw;
  color: #fff;

}

.product-display1 li:hover .mask {
  transform: scale(1);
}

a {
  text-decoration: none !important;
}

.bottom {
  margin-top: 3vw;
  width: 100%;
  height: 4vw;
  background-color: rgb(111, 186, 44);
}

.bottom p {
  padding-top: 1vw;
  text-align: center;
  font-size: 1vw;
  color: #fff;
}

.company-profile {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 30vw;
  background-color: skyblue;
}

.company-profile p {
  font-size: 1.5vw;
  text-indent: 2em;
  line-height: 5vw;
}

.company-profile a {
  color: #fff;
  float: right;
  font-size: 1.5vw;
}

.tab-container {
  width: 100%;
  /* background-color: #f1f1f1; */
  overflow: hidden;
}

/* 设置标签页选项卡的样式 */
.tab {
  float: left;
  padding: 0.5vw 1.5vw;
  width: 100%;
  height: 1vw;
  background-color: #ccc;
  cursor: pointer;
}

/* 设置选中的标签页样式 */
.active {
  background-color: #aaa;
}

/* 设置标签页内容的样式 */
.tab-content {
  display: none;
  padding-left: 1vw;
  height: 40vw;
  background-color: #fff;
}

.Product-classification {
  margin-left: 1vw;
  float: left;
  width: 12%;
  height: auto;
}

.Product-classification1 {
  float: left;
  width: 85%;
  height: 100%;
  overflow: auto;
}

.tab-title {
  float: left;
  text-align: center;
  padding: 0.5vw 0;
  width: 100%;
  height: 1vw;
  background-color: rgb(50, 200, 250);
  font-size: 1vw;
  font-weight: 600;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex {
  display: flex;
}

.product-display1 {
  box-sizing: border-box;
  width: 80%;
  margin: 1vw auto;
  padding: 2vw 2vw 0;
  background-color: rgb(225, 225, 225);
}

.product-display1 ul {
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-display1 ul li {
  position: relative;
  box-sizing: border-box;
  width: calc(33% - 1vw);
  height: auto;
  margin-bottom: 12px;
}

.product-display1 img {
  width: 100%;
  height: auto;
}

.product-display p {
  font-size: 1.5vw;
  color: #333;
  text-align: center;
}

.product-display {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 2vw 2vw 0;
  background-color: rgb(225, 225, 225);
}

.product-display ul {
  width: 100%;
  justify-content: flex-start;
  float: left;
  flex-wrap: wrap;
}

.product-display ul li {
  position: relative;
  box-sizing: border-box;
  width: calc(20% - 1vw);
  height: auto;
  margin: 0.5vw;
}

.product-display img {
  width: 14.3vw;
  height: auto;
}

.product-display p {
  font-size: 1.1vw;
  color: #333;
  text-align: center;
}

.product-text {
  width: 92%;
  height: auto;
  margin: 2vw auto;
}

.product-text p {
  text-align: center;
  font-size: 3.2vw;
  font-weight: 600;
}

.product-text1 {
  width: 92%;
  height: auto;
  margin: 2vw auto;
}

.product-text1 p {
  text-align: center;
  font-size: 1.7vw;
  font-weight: 600;
}


.mt2 {
  margin-top: 8vw;
}

.current-position {
  font-size: 1.5vw;
  text-align: left;
}

.web-box {
  margin: 1vw auto;
  width: 90%;
  height: auto;
}

.product-display li:hover {
  border: 2px solid red;
}

.product-text1 {
  margin: 0 auto;
  font-size: 1.5vw;
}

.product-text1 p {
  text-align: center;
  font-size: 2vw;
  font-weight: 400;
}

.products-title {
  width: 92%;
  height: auto;
  margin: 10vw auto 2vw;
}

.products-title p {
  text-align: center;
  font-size: 2.5vw;
  font-weight: 600;
}

.products-title1 {
  width: 82%;
  height: auto;
  margin: 2vw auto 2vw;
  background-color: rgb(102, 102, 102);
}

.products-title1 p {
  text-align: center;
  font-size: 1.3vw;
  font-weight: 600;
  color: #fff;
}

.mtr {
  width: 82%;
  height: auto;
  margin: 0vw auto;
  overflow: hidden;
  font-size: 0;
  border: 1px solid gray;
}

.mtr div {
  width: 50%;
  height: 30vw;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
}

.mtr p {
  text-align: left;
  font-size: 1.3vw;
  line-height: 3vw;
}

.ti3-4 {
  text-indent: 2.5vw;
}

.mtr img {
  width: 35vw;
  height: auto;
  overflow: hidden;
  margin-left: 3vw;
}

.border-gray {
  border: 1px solid gray;
}

.product-img {
  width: 60%;
  height: auto;
  margin-top: 2vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 2vw;
}

.product-img img {
  width: 100%;
  height: auto;
}

.web-box1 {
  width: 82%;
  height: auto;
  margin-top: 3vw;
  margin-left: auto;
  margin-right: auto;
}

.web-box1 p {
  font-size: 1.3vw;
  line-height: 3vw;
}

.web-box1 li {
  list-style-type: disc;
}

.textindent {
  text-indent: 4em;
}

.textindent1 {
  text-indent: 2em;
}


.contact-message {
  border: 2px dashed gray;
  width: 92%;
  height: auto;
  margin: 2vw auto;
}

.contact-message p {
  font-size: 2vw;
  line-height: 6vw;
  color: #2288f6;
}