.hidden {
  display: none !important;
}
.zf {
  font-family: zzgfys, Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}
.f {
  font-family: Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}
.header {
  height: 1260px;
  position: relative;
  box-sizing: border-box;
  background-image: url('https://st-other.oss-cn-hangzhou.aliyuncs.com/red_wine/imgs/index-top1.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px 100%;
  padding-top: 80px;
}
.header .top {
  min-width: 1200px;
  width: 73vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .top .logo {
  width: 150px;
  height: 60px;
  position: relative;
}
.header .top .logo img {
  display: block;
  position: absolute;
  width: 60px;
  bottom: 0;
}
.header .top .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.header .top .nav .item {
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 22px;
  color: #fff;
}
.header .top .nav .item:last-child {
  margin: 0;
}
.header .top .nav .item:hover {
  color: #005D8B;
  background-color: #fff;
  border-radius: 17px;
  cursor: pointer;
}
.header .slogan {
  font-size: 50px;
  line-height: 60px;
}
.header .description {
  font-size: 18px;
  line-height: 36px;
}
.header .slogan.s1 {
  color: #1C2056;
  position: absolute;
  top: 230px;
  left: 344px;
}
.header .description.d1 {
  color: #707070;
  position: absolute;
  top: 370px;
  left: 344px;
}
.header .logo_w {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 560px;
  right: 640px;
}
.header .slogan.s2 {
  color: #fff;
  position: absolute;
  top: 560px;
  right: 180px;
}
.header .description.d2 {
  color: #fff;
  position: absolute;
  top: 707px;
  right: 236px;
}
.header .btn {
  width: 240px;
  height: 80px;
  font-size: 39px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  position: absolute;
  top: 560px;
  left: 344px;
  border-radius: 40px;
  background-color: #2870DB;
  cursor: pointer;
}
.main {
  margin-top: -80px;
}
.main .title_wrap {
  width: 1400px;
  margin: 0 auto 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.main .title_wrap .title_item {
  text-align: center;
  font-size: 36px;
  color: #707070;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 70px;
}
.main .title_wrap .title_item.active {
  font-size: 48px;
  color: #000000;
}
.main .swiper_wine {
  width: 1400px;
  height: 677px;
}
.main .wine_wrap {
  width: 1400px;
  margin: 0 auto 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.main .wine_wrap .wine_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 430px;
  height: 650px;
}
.main .wine_wrap .wine_item .pic_box {
  width: 430px;
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: url(https://st-other.oss-cn-hangzhou.aliyuncs.com/red_wine/imgs/circle_bg.png) center 120px no-repeat;
}
.main .wine_wrap .wine_item .pic_box .wine_pic {
  width: 90px;
  display: inline-block;
  transform: scale(0.9);
  transition: 0.5s;
  -moz-transition: 0.5s;
  /* Firefox 4 */
  -webkit-transition: 0.5s;
  /* Safari 和 Chrome */
  -o-transition: 0.5s;
  /* Opera */
}
.main .wine_wrap .wine_item .desc_item {
  transition: 0.5s;
  -moz-transition: 0.5s;
  /* Firefox 4 */
  -webkit-transition: 0.5s;
  /* Safari 和 Chrome */
  -o-transition: 0.5s;
  /* Opera */
  width: 430px;
  margin-top: 100px;
  text-align: center;
  font-size: 30px;
  color: #707070;
  position: relative;
}
.main .wine_wrap .wine_item:hover .wine_pic {
  transform: scale(1);
  transition: 0.5s;
  -moz-transition: 0.5s;
  /* Firefox 4 */
  -webkit-transition: 0.5s;
  /* Safari 和 Chrome */
  -o-transition: 0.5s;
  /* Opera */
}
.main .wine_wrap .wine_item:hover .desc_item {
  font-size: 36px;
  color: #000000;
  transition: 0.5s;
  -moz-transition: 0.5s;
  /* Firefox 4 */
  -webkit-transition: 0.5s;
  /* Safari 和 Chrome */
  -o-transition: 0.5s;
  /* Opera */
}
.main .more_wrap {
  margin: 0 auto 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.main .more_wrap .arr_icon {
  width: 80px;
  height: 50px;
}
.main .more_wrap .more {
  width: 240px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #fff;
  font-size: 36px;
  background-color: #005D8B;
  border-radius: 40px;
  margin: 0 90px;
}
.main .title {
  text-align: center;
}
.main .m_title {
  width: 570px;
  height: 225px;
  padding-top: 25px;
  line-height: 100px;
  font-size: 50px;
  margin: 0 auto 200px;
  text-align: center;
  color: #333;
  font-family: zzgfys, Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  background-image: url('https://st-other.oss-cn-hangzhou.aliyuncs.com/red_wine/imgs/l-u-cor.png'), url('https://st-other.oss-cn-hangzhou.aliyuncs.com/red_wine/imgs/r-d-cor.png');
  background-repeat: no-repeat;
  background-size: 120px 120px;
  background-position: left top,right bottom;
}
.main .introduction {
  height: 1300px;
  font-size: 30px;
  color: #333;
  box-sizing: border-box;
  background-image: url('https://st-other.oss-cn-hangzhou.aliyuncs.com/red_wine/imgs/intro_bg.png');
  background-size: 1920px 100%;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.main .introduction .inner_title {
  margin: 0 auto 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.main .introduction .inner_title .inner_logo {
  width: 100px;
  height: 100px;
  margin-right: 30px;
}
.main .introduction .inner_p {
  font-size: 36px;
  width: 1390px;
  margin: 0 auto 70px;
  line-height: 90px;
}
.main .introduction .side_wine {
  width: 780px;
  height: 230px;
  background: url('https://st-other.oss-cn-hangzhou.aliyuncs.com/red_wine/imgs/intro_side.png') no-repeat;
  right: 0;
  bottom: 30px;
  position: absolute;
}
.main .show {
  width: 1340px;
  margin: 0 auto 200px;
}
.main .show .top {
  display: flex;
  margin-bottom: 70px;
}
.main .show .top .top_img {
  width: 834px;
  height: 554px;
  margin-right: 40px;
}
.main .show .top .top_info .icon {
  width: 150px;
  height: 150px;
  margin-bottom: 60px;
}
.main .show .top .top_info .title {
  text-align: left;
  font-size: 36px;
  color: #000000;
  margin-bottom: 50px;
}
.main .show .top .top_info .desc {
  font-size: 30px;
  color: #707070;
  line-height: 64px;
}
.main .show .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .show .bottom .bot_item {
  width: 360px;
}
.main .show .bottom .bot_item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  font-size: 36px;
  color: #000;
}
.main .show .bottom .bot_item .title .icon {
  width: 80px;
  height: 80px;
  margin: 0 20px;
}
.main .show .bottom .bot_item .desc {
  text-align: center;
  font-size: 24px;
  color: #707070;
  line-height: 60px;
}
.main .line {
  width: 100%;
  height: 400px;
  padding: 90px 0;
  margin-bottom: 160px;
  font-family: Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  box-sizing: border-box;
  background: url('https://st-other.oss-cn-hangzhou.aliyuncs.com/red_wine/imgs/line_bg.png') center center no-repeat;
}
.main .line .title {
  font-size: 70px;
  color: #fff;
  margin-bottom: 60px;
  padding-top: 20px;
}
.main .line .desc {
  text-align: center;
  font-size: 50px;
  color: #fff;
}
.main .intro2 {
  width: 1480px;
  margin: 0 auto 160px;
  display: flex;
  justify-content: space-between;
}
.main .intro2 .letter {
  font-family: Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  font-size: 70px;
  font-weight: bold;
  color: #005D8B;
  margin-left: 50px;
}
.main .intro2 .col {
  text-align: center;
  width: 456px;
}
.main .intro2 .col .show_img {
  width: 400px;
  height: 260px;
  margin-bottom: 50px;
}
.main .intro2 .col .title {
  font-size: 36px;
  color: #000000;
  margin-bottom: 26px;
}
.main .intro2 .col .separate {
  font-size: 28px;
  color: #000000;
  margin-bottom: 20px;
}
.main .intro2 .col .subtitle {
  font-family: Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  font-size: 30px;
  color: #000000;
  margin-bottom: 40px;
  line-height: 60px;
}
.main .intro2 .col .desc {
  font-family: Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  font-size: 24px;
  color: #707070;
  line-height: 60px;
}
.main .intro2 .vertical {
  width: 0;
  height: 150px;
  margin-top: 340px;
  border: 3px solid #005D8B;
}
.main .activity {
  font-family: Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  height: 450px;
  background: url('https://st-other.oss-cn-hangzhou.aliyuncs.com/red_wine/imgs/activity_bg.png') center center no-repeat;
  margin-bottom: 45px;
  background-size: 1920px 450px;
}
.main .activity .inner {
  width: 1280px;
  margin: 0 auto;
  display: flex;
}
.main .activity .inner .left {
  font-size: 70px;
  color: #005D8B;
  margin-right: 56px;
  margin-top: 260px;
}
.main .activity .inner .right {
  width: 670px;
  margin-top: 260px;
}
.main .activity .inner .right .horizon {
  width: 150px;
  height: 0;
  border: 2px solid #000000;
  margin: 0 auto 50px;
}
.main .activity .inner .right .desc {
  font-size: 24px;
  color: #707070;
  line-height: 48px;
}
