* {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.css");
  src: url("../font/iconfont.eot") format("embedded-opentype"),
    url("../font/iconfont.woff2") format("woff2"),
    url("../font/iconfont.woff") format("woff"),
    url("../font/iconfont.ttf") format("truetype"),
    url("../font/iconfont.svg") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#wrip {
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
  letter-spacing: -0.02em;
}
/* 商品分类的css */
#wrip #goods {
  margin-top: -20px; 
  width: 100%;
  height: 113px;
  background-color: #fff;
}
#wrip #goods .goods_min {
  margin: 0 auto;
  width: 1200px;
  min-width: 1200px;
}
#wrip #goods .goods_min ul {
  width: 1200px;
  height: 113px;
  display: flex;
  justify-content: space-evenly;
}
#wrip #goods .goods_min ul li {
  width: 100px;
  height: 113px;
  padding: 16px 0 15px;
  font-size: 12px;
  text-align: center;
  font-family: "微软雅黑";
  box-sizing: border-box;
}
#wrip #goods .goods_min ul li a {
  color: black;
}
#wrip #goods .goods_min ul li img {
  width: 70px;
  height: 56px;
  margin: 0 15px;
}
/* 轮播图的css */
#wrip #img_box {
  margin-top: -40px; 
  width: 100%;
  height: 480px;
  position: relative;
}
#wrip #img_box > div {
  width: 100%;
  height: 480px;
  position: absolute;
}
#wrip #img_box > div div {
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
  min-width: 1200px;
  font-size: 34px;
  color: #fff;
  font-family: "微软雅黑";
}
#wrip #img_box > div .box_top {
  
  height: 64.8px;
  padding-bottom: 20px;
  transform: translateY(207.6px) translateX(-20px);
}
#wrip #img_box > div .box_bottom {
  font-size: 24px;
  height: 32px;
  transform: translateY(200px) translateX(100px);
}
#wrip #img_box > div:nth-child(2) div {
  color: black;
}
#wrip #img_box > div:nth-child(1) {
  background-image: url(../imgs/banner1.png);
  background-position: center;
  background-size: cover;
  z-index: 1;
}
#wrip #img_box > div:nth-child(2) {
  background-image: url(../imgs/banner2.jpg);
  background-position: center;
  background-size: cover;
  z-index: 0;
}
#wrip #img_box > div:nth-child(3) {
  background-image: url(../imgs/banner3.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
}
#wrip #img_box div:nth-child(4),
#wrip #img_box div:nth-child(5),
#wrip #img_box div:nth-child(6) {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin-top: -50px;
  font-size: 20px;
  color: #fff;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
#wrip #img_box div:nth-child(4) {
  left: 0;
}
#wrip #img_box div:nth-child(5) {
  right: 0;
}
#wrip #img_box div:nth-child(6) {
  width: 100%;
  height: 16px;
  left: 0;
  top: 500px;
}
#wrip #img_box div:nth-child(6) ul {
  position: absolute;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 16px;
  line-height: 16px;
  display: flex;
  justify-content: space-evenly;
}
#wrip #img_box div:nth-child(6) ul a {
  display: inline-block;
  text-decoration: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f0f1f2;
  overflow: hidden;
}
#wrip #img_box div:nth-child(6) ul a > div.current {
  background-color: #3b3e40;
}
/* 内容区域的css */
#main {
  width: 100%;
}
#main .main_min {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
#main .main_top {
  width: 1200px; /* 增加总宽度，包括右侧两个块的宽度 */
  display: flex;
  margin-bottom: 20px;
  /* border: 1px solid red */
}

#main .main_top div.main_top_left {
  width: 390px;
  height: 547px;
  background-size: 390px;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
}

#main .main_top div.main_top_left:nth-child(2),
#main .main_top div.main_top_left:nth-child(3) {
  margin-right: 15px;
}


#main .main_top div.main_top_left:hover>a>img{
  display: inline-block;
}
#main .main_top div.main_top_left:hover>a>.main_img img{
  display: none;
}
#main .main_top div.main_top_left:nth-child(2){
  margin-right: 15px;
  margin-left: 15px;
}

#main .main_top div a {
  display: inline-block;
  width: 390px;
  height: 547px;
  /* 264 176 */
}
#main .main_top>.main_top_left>a>.main_img>img{
  position: absolute;
  top: 13%;
  left: 50%;
  margin-left: -132px;
  width: 264px;
  height: 176px;
}
#main .main_top div a>img{
  width: 390px;
  height: 264px;
  background-color: #fff;
  display: none;
}
#main .main_top div a .item-info {
  position: absolute;
  bottom: 0;
  width: 390px;
  height: 237px;
  text-align: center;
  color: #3b3e40;
}
#main .main_top div a .item-info h2 {
  font-size: 28px;
  font-family: "微软雅黑";
  padding-top: 27px;
}
#main .main_top div a .item-info div.item-top {
  margin-top: 10px;
  font-size: 16px;
}
#main .main_top div a .item-info div.item-center {
  margin-top: 16px;
  padding: 0 24px;
  font-size: 14px;
}
#main .main_top div a .item-info div.item-bottom {
  margin-top: 35px;
  font-size: 16px;
  font-family: "微软雅黑";
}
#main .main_min .main_bottom {
  width: 1200px;
  display: flex;
}
#main .main_min .main_bottom > a:nth-child(1) > div {
  width: 590px;
  height: 480px;
  background-image: url(../imgs/production.png);
  background-size: 592px;
  margin-right: 16px;
}
#main .main_min .main_bottom > a:nth-child(2) > div {
  width: 590px;
  height: 480px;
  background-image: url(../imgs/live.png);
  background-size: 592px;
}
#main .main_min .main_bottom p {
  text-align: center;
  width: 592px;
  height: 64px;
  padding: 48px 0 0;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
}
/* 内容的第二部分 */
#main .main_min_bottom {
  width: 1200px;
  min-width: 1200px;
  /* margin: 48px auto; */
  margin: 0 auto 48px;
}
#main .main_min_bottom .main-hr {
  height: 48px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
#main .main_min_bottom .main-hr h2 {
  font-size: 32px;
  line-height: 48px;
  color: #3b3e40;
}
#main .main_min_bottom .main-hr a {
  font-size: 16px;
  line-height: 48px;
  color: #3b3e40;
}
#main .main_min_bottom .main-cnt {
  width: 1200px;
  height: 420px;
  padding-bottom: 20px;
  display: flex;
}
#main .main_min_bottom .main-cnt a {
  width: 600px;
  height: 400px;
  display: flex;
  background-color: #fff;
}
#main .main_min_bottom .main-cnt a:nth-child(1) .a_left {
  width: 260px;
  height: 400px;
  padding-top: 70px;
  margin: 0 24px;
  background-size: 260px;
  background-repeat: no-repeat;
  background-position: 0 90px;
}

#main .main_min_bottom .main-cnt a:nth-child(1) .a_right {
  width: 260px;
  padding-top: 120px;
}
#main .main_min_bottom .main-cnt a:nth-child(1) .a_right h3 {
  width: 240px;
  height: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  color: #3b3e40;
}
#main .main_min_bottom .main-cnt a:nth-child(1) .a_right p {
  width: 240px;
  height: 76.8px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #3b3e40;
}
#main .main_min_bottom .main-cnt a:nth-child(1) .a_right .a_right_price {
  width: 240px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #3b3e40;
}
/* #main .main_min_bottom .main-ft {
  width: 1600px; 
  height: 872px;
}
#main .main_min_bottom .main-ft .ft-ul {
  display: flex;
  flex-wrap: wrap;
}
#main .main_min_bottom .main-ft .ft-ul li {
  position: relative;
  width: 288px;
  height: 420px;
  margin-right: 16px;
  margin-bottom: 16px;
  background-color: #fff;
}
#main .main_min_bottom .main-ft .ft-ul li:nth-child(4),
#main .main_min_bottom .main-ft .ft-ul li:nth-child(8),
#main .main_min_bottom .main-ft .ft-ul li:nth-child(12) {
  margin-right: 0;
}
#main .main_min_bottom .main-ft ul li a {
  display: inline-block;
  width: 288px;
  height: 420px;
}
#main .main_min_bottom .main-ft ul li a .li_img {
  width: 288px;
  height: 288px;
}
#main .main_min_bottom .main-ft ul li img {
  position: absolute;
  top: 0;
  width: 288px;
  height: 288px;
}
#main .main_min_bottom .main-ft ul li .li_img div {
  position: absolute;
  width: 288px;
  height: 288px;
}
#main .main_min_bottom .main-ft ul li .li_img div p {
  position: absolute;
  bottom: 0;
  padding: 8px 16px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
#main .main_min_bottom .main-ft ul li .li_img div {
  z-index: -1;
}
#main .main_min_bottom .main-ft ul li>a:hover .li_img div {
  z-index: 10;
}
#main .main_min_bottom .main-ft ul li .li_text {
  width: 288px;
  height: 44px;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #3b3e40;
}
#main .main_min_bottom .main-ft ul li .li_text_two {
  width: 288px;
  height: 20px;
  text-align: center;
  font-size: 20px;
  color: #3b3e40;
} */

/* #main .main_min_bottom .main-ft {
  width: 1200px;
  height: 872px;
}
#main .main_min_bottom .main-ft .ft-ul {
  display: flex;
  flex-wrap: wrap;
}
#main .main_min_bottom .main-ft .ft-ul li {
  position: relative;
  width: 288px;
  height: 420px;
  margin-right: 16px;
  margin-bottom: 16px;
  background-color: #fff;
}
#main .main_min_bottom .main-ft .ft-ul li:nth-child(4) {
  margin-right: 0;
}
#main .main_min_bottom .main-ft .ft-ul li:nth-child(8) {
  margin-right: 0;
}
#main .main_min_bottom .main-ft ul li a{
  display: inline-block;
  width: 288px;
  height: 420px;
}
#main .main_min_bottom .main-ft ul li a .li_img{
  width: 288px;
  height: 288px;
}
#main .main_min_bottom .main-ft ul li img {
  position: absolute;
  top: 0;
  width: 288px;
  height: 288px;
}
#main .main_min_bottom .main-ft ul li .li_img div{
  position: absolute;
  width: 288px;
  height: 288px;  
}
#main .main_min_bottom .main-ft ul li .li_img div p{
  position: absolute;
  bottom: 0;
  padding: 8px 16px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
#main .main_min_bottom .main-ft ul li .li_img div{
  z-index: -1;
}
#main .main_min_bottom .main-ft ul li>a:hover .li_img div{
  z-index:10;
}
#main .main_min_bottom .main-ft ul li .li_text {
  width: 288px;
  height: 44px;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #3b3e40;
}
#main .main_min_bottom .main-ft ul li .li_text_two {
  width: 288px;
  height: 20px;
  text-align: center;
  font-size: 20px;
  color: #3b3e40;
} */

a:hover{
  color: blue !important;
}
