@font-face {
  font-family: "sy";
  src: url("./SourceHanSansCN-Normal.otf");
}
*{
  font-family: 'sy';
}
.container{
  width: 100%;
}

.bgi{
  position: relative;
  width: 100%;
}
.bgi img{
  width: 100%;
  height: 100%;
}
.tabbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%);
  width: 1500px;
  height: 88px;
  background-color: #ffffff;
  border-radius: 6px;
  z-index: 9;
  padding: 0 50px;
  box-sizing: border-box;
}

.f{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  height: 88px;
  background-color: #ffffff;
  border-radius: 6px;
  z-index: 987654321;
  padding: 0 50px;
  width: 1500px;
 } 

.logo {
  width: 452px;
  height: 32px;
}

.logo img {
  width: 100%;
  height: 100%;
}

.navigationTab {
  font-size: 16px;
  height: 100%;
  margin-left: 96px;
}
.navigationTab ul {
  display: flex;
  width: 100%;
  height: 100%;
}

.navigationTab ul li {
  line-height: 88px;
  text-align: center;
  font-weight: bold;
  margin-left: 50px;
  color: #333333;
}
.navigationTab ul li:first-child{
  margin-left: 0;
}
/* .navigationTab ul li:nth-child(3){
margin-left: 48px;
}
.navigationTab ul li:nth-child(4){
margin-left: 55px;
}
.navigationTab ul li:nth-child(5){
margin-left: 57px;
}
.navigationTab ul li:nth-child(6){
margin-left: 56px;
} */

.navigationTab ul li:hover {
  color: #c8103d;
}
.tabbarInp {
  position: relative;
  width: 160px;
  height: 34px;
  border-radius: 6px;
  margin-left: 48px;
}

.tabbarInp input {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: solid 1px #c8103d;
  padding-left: 10px;
  box-sizing: border-box;
}

.tabbarInp img {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.goods{
  width: 100%;
  padding-top: 38px;
  box-sizing: border-box;
}

.goodsList{
  display: flex;
  width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding-bottom: 100px;
  align-content: flex-start;
}

.goodsinfo{
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 20%;
  height: 350px;
  box-sizing: border-box;
}

.goodsinfo>a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}


.goodstxt{
  font-size: 16px;
  color: #333333;
  height: 48px;
  line-height: 1.5;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 10px;
  text-align: center;
}

.page{
  display: flex;
  width: 590px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.page>a{
  display: inline-block;
  border: 1px solid #dbdbdb;
  margin-left: 10px;
  /* color: #777777 !important; */
  font-size: 15px !important;
text-align: center;
line-height: 46px;
}
.pagenumber{
  width: 48px;
   height: 48px;
}
.home{
  display: inline-block !important;
  width: 80px  !important;;
	height: 48px  !important;;
  background-color: #c8103d  !important;
  color: white !important;
}
.up{
  width: 90px !important;
	height: 48px !important;
}
.next{
  width: 90px !important;
	height: 48px !important;
}
.beo{
  width: 80px !important;
	height: 48px !important;
}


.page>a:hover{
  background-color: #c8103d !important; 
  color: white !important; 
}


.head{
  width: 100%;
  height: 180px;
  background-color: #f6f6f6;
}

.head-main{
  display: flex;
  width: 1400px;
  height:100%;
  margin: 0 auto;
}

.c1{
  width: 25%;
  height: 100%;
}

.c1-1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  font-size: 16px;
  color: #666666;
}

.introduce{
  width: 100%;
  height: 140px;
  background-color:#79a74e ;
  text-align: center;
  padding: 25px 0;
  box-sizing: border-box;
}

.introduce>div{
  height: 33.33%;
  color: white;
  font-size: 16px;
}

.footer{
  width: 100%;
  height: 65px;
  text-align: center;
  line-height: 65px;
  color: #555555;
}

.navigation{
  width: 100%;
  height:100px;
  border: 1px solid palegoldenrod;
}

.single{
  display: flex;
  width: 1400px;
  height: 100%;
  font-size: 24px;
  color: #79a74e;
  margin: 0 auto;
}

.navigational{
  display: flex;
  width: 25%;
  height: 100%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.navigational span{
  margin-left: 20px;  
  position: relative;
  top: 3px;
}
.bottom{
  border-bottom: 2px solid #c8103d;
  color: #c8103d;
  box-sizing: border-box;
}

.navigational img{
  width: 18px;
}

.ol{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 1020px;
  margin: 0 auto;
}
.goodsimg{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  position: relative;
}
.goodsimg img{
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.goodsimg:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 123;
  background-color: rgba(0,0,0,0.3);
  border-radius: 6px;
  transition: all .3s;
  opacity: 0;
}
.goodsimg:hover:after{
  opacity: 1;
}
.goodsimg:hover .r{
  opacity: 1;
}
.goodsimg .r{
  display: block;
  position: relative;
  z-index: 124;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  opacity: 0;
}

.txt{
  /* width: 19%; */
  margin-bottom: 20px;
  text-align: center;
  border-right: 2px solid #888888;
  line-height: 26px;
  font-size: 20px;
  padding: 0 20px;
} 
.txt:hover{
  color: #c8103d;
}

.colorR{
  color: #c8103d;
}

.txt:last-child{
  border: 0;
}
.up:active{
  background-color: #c8103d;
  color: white;
}
.next:active{
  background-color: #c8103d;
  color: white;
}
.last:active{
  background-color: #c8103d;
  color: white;
}
@media screen and (max-width:1440px){
  .tabbar,.f{
    width: 100%;
    box-sizing: border-box;
  }
  .navigationTab{
    margin-left: 96px;
  }
}
@media screen and (max-width:1400px){
  .goods{
    padding: 0;  
  }
  .goodsList {
    width: 1200px;
    padding-bottom: 60px;
  }
  .head-main{
    width: 1200px;
  }
  .single {
    width: 1100px;
  }
  .txt{
    position: relative;
    top: 10px;
  }
}

@media screen and (max-width:1440px){
  body{
    zoom: .857;
  }
  .page>div{
    padding: 19px 18px;
  }
}
@media screen and (max-width:1366px){
  .goods{
    padding: 0;  
  }
  .goodsList {
    width: 1200px;
    padding-bottom: 60px;
  }
  .goodsinfo{
    width: 33%;

  }
  .head-main{
    width: 1200px;
  }
}

@media screen and (max-width: 1280px){
  .navigationTab{
    margin-left: 20px;
  }
  .tabbarInp{
    margin-left: 26px;
  }
  .goods{
    padding-top: 40px;
  }
}