.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  zoom: 1;
}
.w1920 {
  max-width: 1920px;
  margin: 0 auto;
}
.main {
  transition: 1s;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.tet {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lr {
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: tb-rl;
}
body {
  background-image: url(../images/bg.jpg);
  background-position: center center;
  background-size: contain;
}
.pos {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.m-style {
  width: 100%;
  height: 100%;
}
#header {
  height: 140px;
  box-sizing: border-box;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  transition: 0.5s;
  background-color: #f5f5f5;
}
#header.header_fix {
  position: fixed;
  top: 0;
  left: 0;
}
#header .web-nav {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 16;
}
#header .web-nav .web-nav-list {
  height: 100%;
  padding-top: 16px;
  box-sizing: border-box;
}
#header .web-nav .web-nav-list .nav-logo {
  position: relative;
  z-index: 16;
  height: 100%;
}
#header .web-nav .web-nav-list .nav-logo h1 {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  padding: 0 35px 20px;
  border-radius: 50%;
}
#header .web-nav .web-nav-list .nav-logo h1 a {
  font-size: 0;
}
#header .web-nav .web-nav-list .nav-logo h1 a img {
  display: block;
}
#header .web-nav .web-nav-list .nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .web-nav .web-nav-list .nav-list li {
  height: 100%;
  position: relative;
}
#header .web-nav .web-nav-list .nav-list li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -60%;
  width: 1px;
  height: 54px;
  background: #e2e2e2;
  transform: rotate(24deg);
}
#header .web-nav .web-nav-list .nav-list li:nth-of-type(4)::after,
#header .web-nav .web-nav-list .nav-list li:last-of-type::after {
  display: none;
}
#header .web-nav .web-nav-list .nav-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: 0.4s;
  background: #f5f5f5;
}
#header .web-nav .web-nav-list .nav-list li a:hover {
  background: #9c1c1f;
}
#header .web-nav .web-nav-list .nav-list li a:hover i,
#header .web-nav .web-nav-list .nav-list li a:hover span {
  color: #f5f5f5;
}
#header .web-nav .web-nav-list .nav-list li a:hover::after {
  top: -6px;
  left: -6px;
  border-color: #9c1c1f;
}
#header .web-nav .web-nav-list .nav-list li a i {
  text-transform: uppercase;
  color: #999999;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: tb-rl;
  transition: 0.3s;
}
#header .web-nav .web-nav-list .nav-list li a span {
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  font-size: 16px;
  transition: 0.3s;
}
#header .web-nav .web-nav-list .nav-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
  transition: 0.4s;
  z-index: 0;
}
#header .web-nav .web-nav-list .nav-list li.lia1 .active,
#header .web-nav .web-nav-list .nav-list li.lia2 .active,
#header .web-nav .web-nav-list .nav-list li.lia3 .active {
  background: #9c1c1f;
}
#header .web-nav .web-nav-list .nav-list li.lia1 .active i,
#header .web-nav .web-nav-list .nav-list li.lia2 .active i,
#header .web-nav .web-nav-list .nav-list li.lia3 .active i,
#header .web-nav .web-nav-list .nav-list li.lia1 .active span,
#header .web-nav .web-nav-list .nav-list li.lia2 .active span,
#header .web-nav .web-nav-list .nav-list li.lia3 .active span {
  color: #f5f5f5;
}
#header .web-nav .web-nav-list .nav-list li.lia1 .active::after,
#header .web-nav .web-nav-list .nav-list li.lia2 .active::after,
#header .web-nav .web-nav-list .nav-list li.lia3 .active::after {
  top: -6px;
  left: -6px;
  border-color: #9c1c1f;
}
#header .web-nav .web-nav-list .nav-list .searchLi .search {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: 0.4s;
  background: #f5f5f5;
  cursor: pointer;
}
#header .web-nav .web-nav-sidebar {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  background: #fff;
  overflow: hidden;
  transition: 0.5s;
  z-index: 12;
  height: 0;
}
#header .web-nav .web-nav-sidebar .sidebar-list {
  padding: 80px 0 30px;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider1,
#header .web-nav .web-nav-sidebar .sidebar-list .sider3,
#header .web-nav .web-nav-sidebar .sidebar-list .sider4 {
  display: none;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider1 a,
#header .web-nav .web-nav-sidebar .sidebar-list .sider3 a,
#header .web-nav .web-nav-sidebar .sidebar-list .sider4 a {
  width: 180px;
  position: relative;
  margin-right: 20px;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider1 a .i,
#header .web-nav .web-nav-sidebar .sidebar-list .sider3 a .i,
#header .web-nav .web-nav-sidebar .sidebar-list .sider4 a .i {
  height: 85px;
  position: relative;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider1 a .i .icon1,
#header .web-nav .web-nav-sidebar .sidebar-list .sider3 a .i .icon1,
#header .web-nav .web-nav-sidebar .sidebar-list .sider4 a .i .icon1 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider1 a .i .icon2,
#header .web-nav .web-nav-sidebar .sidebar-list .sider3 a .i .icon2,
#header .web-nav .web-nav-sidebar .sidebar-list .sider4 a .i .icon2 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  transition: 0.8s;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider1 a h3,
#header .web-nav .web-nav-sidebar .sidebar-list .sider3 a h3,
#header .web-nav .web-nav-sidebar .sidebar-list .sider4 a h3 {
  font-size: 16px;
  line-height: 40px;
  color: #666;
  text-align: center;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider1 a::after,
#header .web-nav .web-nav-sidebar .sidebar-list .sider3 a::after,
#header .web-nav .web-nav-sidebar .sidebar-list .sider4 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: 0.5s;
  background: #9c1c1f;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider1 a:hover::after,
#header .web-nav .web-nav-sidebar .sidebar-list .sider3 a:hover::after,
#header .web-nav .web-nav-sidebar .sidebar-list .sider4 a:hover::after {
  width: 100%;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider1 a:hover .i .icon2,
#header .web-nav .web-nav-sidebar .sidebar-list .sider3 a:hover .i .icon2,
#header .web-nav .web-nav-sidebar .sidebar-list .sider4 a:hover .i .icon2 {
  height: 100%;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider1.active,
#header .web-nav .web-nav-sidebar .sidebar-list .sider3.active,
#header .web-nav .web-nav-sidebar .sidebar-list .sider4.active {
  display: flex;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 {
  display: none;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2.active {
  display: block;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .nav-brands {
  display: flex;
  justify-content: center;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .nav-brands a {
  width: 180px;
  position: relative;
  margin-right: 20px;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .nav-brands a:last-of-type {
  margin-right: 0px;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .nav-brands a .i {
  height: 85px;
  position: relative;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .nav-brands a .i .icon1 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .nav-brands a .i .icon2 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  transition: 0.8s;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .nav-brands a h3 {
  font-size: 16px;
  line-height: 40px;
  color: #666;
  text-align: center;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .nav-brands a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: 0.5s;
  background: #9c1c1f;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .nav-brands a:hover::after {
  width: 100%;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .nav-brands a:hover .i .icon2 {
  height: 100%;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .nav-brands a.active .icon2 {
  height: 100%;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .nav-brands a.active::after {
  width: 100%;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type {
  padding-top: 30px;
  display: none;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type a {
  width: 19.2%;
  margin-right: 1%;
  opacity: 0;
  transition: 0.8s;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type a:nth-of-type(1) {
  transform: translateY(30px);
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type a:nth-of-type(2) {
  transform: translateY(50px);
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type a:nth-of-type(3) {
  transform: translateY(90px);
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type a:nth-of-type(4) {
  transform: translateY(130px);
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type a:nth-of-type(5) {
  transform: translateY(160px);
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type a:last-of-type {
  margin-right: 0;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type a h3 {
  font-size: 16px;
  text-align: center;
  color: #666;
  line-height: 40px;
  transition: 0.3s;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type a p {
  font-size: 14px;
  text-align: center;
  color: #9c1c1f;
  line-height: 1;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type a.active {
  transform: translateY(0px);
  opacity: 1;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type.pro a .img {
  height: 180px;
  overflow: hidden;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type.pro a .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type.pro a:hover .img img {
  transform: scale(1.05);
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type.pro a:hover h3 {
  color: #333;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type.cook a .img {
  height: 205px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type.cook a .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type.cook a .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type.cook a .img .icon .iconfont {
  width: 34px;
  height: 34px;
  background: url(../images/play.png) no-repeat center center;
  background-size: contain;
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type.cook a:hover .img img {
  transform: scale(1.02);
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type.cook a:hover .img .icon {
  background: rgba(151, 146, 146, 0);
}
#header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type.active {
  display: flex;
}
#header .web-nav .m-nav-list {
  display: none;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  align-items: center;
  height: 100%;
}
#header .web-nav .m-nav-list .nav-logo h1 {
  display: flex;
  align-items: center;
}
#header .web-nav .m-nav-list .nav-logo h1 a {
  font-size: 0;
}
#header .web-nav .m-nav-list .nav-logo h1 a img {
  transition: 1s;
}
#header .web-nav .m-nav-list .nav-menu {
  height: 100%;
  display: flex;
  align-items: center;
}
#header .web-nav .m-nav-list .nav-menu .tmall {
  margin-right: 1.5rem;
}
#header .web-nav .m-nav-list .nav-menu .menu {
  height: 28px;
  width: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-direction: column;
}
#header .web-nav .m-nav-list .nav-menu .menu span {
  width: 26px;
  height: 3px;
  background: #333333;
  transition: 0.3s;
  position: relative;
}
#header .web-nav .m-nav-list .nav-menu .menu span i {
  position: absolute;
  left: -8px;
  top: 0;
  display: block;
  width: 4px;
  height: 3px;
  background: #333;
}
#header .web-nav .m-nav-list .nav-menu .click span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 12.5px;
  width: 22px;
}
#header .web-nav .m-nav-list .nav-menu .click span:nth-of-type(2) {
  opacity: 0;
}
#header .web-nav .m-nav-list .nav-menu .click span:nth-of-type(3) {
  transform: rotate(45deg);
  width: 22px;
  bottom: 12.5px;
}
#header .web-nav .m-nav-list .nav-menu .click span i {
  opacity: 0;
}
#header .web-nav .nav-sidebar {
  position: fixed;
  display: none;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  padding-top: 80px;
  transform: translateY(-100%);
  transition: 1s;
}
#header .web-nav .nav-sidebar.active {
  transform: translateY(0);
}
#header .web-nav .nav-sidebar .m-nav-search .search-box {
  max-width: 640px;
  margin: 1rem 0;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.11);
  position: relative;
  z-index: 9;
  border: 1px solid #ebebeb;
  transform: translateY(1rem);
  opacity: 0;
  transition: 1s;
}
#header .web-nav .nav-sidebar .m-nav-search .search-box.active {
  transform: translateY(0);
  opacity: 1;
}
#header .web-nav .nav-sidebar .m-nav-search .search-box i {
  width: 60px;
  height: 30px;
  background: url(../images/search.png) no-repeat center center;
  background-size: 30%;
}
#header .web-nav .nav-sidebar .m-nav-search .search-box input {
  height: 30px;
  line-height: 30px;
  width: calc(100% - 110px);
  outline: 0;
  border: 0;
  color: #fff;
  font-size: 14px;
  background-color: transparent;
}
#header .web-nav .nav-sidebar .m-nav-search .search-box .iconfont {
  width: 50px;
  font-size: 1.2rem;
  text-align: center;
  color: #9a9a9a;
  cursor: pointer;
  opacity: 0;
  transition: 0.4s;
}
#header .web-nav .nav-sidebar .m-nav-search .search-box .iconfont.active {
  opacity: 1;
}
#header .web-nav .nav-sidebar .m-nav-search .hot-search {
  max-width: 640px;
  margin: 2rem 0;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  display: none;
}
#header .web-nav .nav-sidebar .m-nav-search .hot-search.active {
  display: block;
}
#header .web-nav .nav-sidebar .m-nav-search .hot-search dl dt {
  color: #999;
  margin-bottom: 1rem;
  transform: translateX(30px);
  opacity: 0;
  font-size: 16px;
}
#header .web-nav .nav-sidebar .m-nav-search .hot-search dl dt.active {
  transform: translateX(0);
  opacity: 1;
  transition: 0.5s;
}
#header .web-nav .nav-sidebar .m-nav-search .hot-search dl dd {
  opacity: 0;
  margin-bottom: 5px;
}
#header .web-nav .nav-sidebar .m-nav-search .hot-search dl dd:nth-of-type(1) {
  transform: translateX(50px);
}
#header .web-nav .nav-sidebar .m-nav-search .hot-search dl dd:nth-of-type(2) {
  transform: translateX(70px);
}
#header .web-nav .nav-sidebar .m-nav-search .hot-search dl dd:nth-of-type(3) {
  transform: translateX(90px);
}
#header .web-nav .nav-sidebar .m-nav-search .hot-search dl dd:nth-of-type(4) {
  transform: translateX(110px);
}
#header .web-nav .nav-sidebar .m-nav-search .hot-search dl dd:nth-of-type(5) {
  transform: translateX(130px);
}
#header .web-nav .nav-sidebar .m-nav-search .hot-search dl dd:nth-of-type(5) {
  transform: translateX(150px);
}
#header .web-nav .nav-sidebar .m-nav-search .hot-search dl dd a {
  color: #444;
  display: block;
  font-size: 14px;
  line-height: 1.7rem;
  padding-left: 0.5rem;
  transition: 0.3s;
}
#header .web-nav .nav-sidebar .m-nav-search .hot-search dl dd a:hover {
  background-color: #ddd;
}
#header .web-nav .nav-sidebar .m-nav-search .hot-search dl dd.active {
  transform: translateX(0);
  opacity: 1;
  transition: 0.5s;
}
#header .web-nav .nav-sidebar .nav-list li {
  cursor: pointer;
  transition: 0.5s;
  opacity: 0;
}
#header .web-nav .nav-sidebar .nav-list li:nth-of-type(1) {
  transform: translateY(30px);
}
#header .web-nav .nav-sidebar .nav-list li:nth-of-type(2) {
  transform: translateY(50px);
}
#header .web-nav .nav-sidebar .nav-list li:nth-of-type(3) {
  transform: translateY(90px);
}
#header .web-nav .nav-sidebar .nav-list li:nth-of-type(4) {
  transform: translateY(130px);
}
#header .web-nav .nav-sidebar .nav-list li:nth-of-type(5) {
  transform: translateY(170px);
}
#header .web-nav .nav-sidebar .nav-list li:nth-of-type(5) {
  transform: translateY(210px);
}
#header .web-nav .nav-sidebar .nav-list li:nth-of-type(6) {
  transform: translateY(250px);
}
#header .web-nav .nav-sidebar .nav-list li:nth-of-type(7) {
  transform: translateY(290px);
}
#header .web-nav .nav-sidebar .nav-list li .lia {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dedede;
  transition: 0.3s;
}
#header .web-nav .nav-sidebar .nav-list li span {
  width: 2.5rem;
  text-align: center;
  color: #333;
  font-size: 0.6rem;
}
#header .web-nav .nav-sidebar .nav-list li .icon-jian1 {
  display: none;
}
#header .web-nav .nav-sidebar .nav-list li .icon-jiantouyou {
  font-weight: bold;
  font-size: 0.65rem;
}
#header .web-nav .nav-sidebar .nav-list li .erji {
  display: none;
  overflow: hidden;
}
#header .web-nav .nav-sidebar .nav-list li .erji a {
  display: block;
  padding-left: 1rem;
  color: #999;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 42px;
  border-bottom: 1px solid #dedede;
}
#header .web-nav .nav-sidebar .nav-list li .erji.proerji a {
  display: flex;
  align-items: center;
  padding-left: 0;
  height: 48px;
  margin-bottom: 4px;
}
#header .web-nav .nav-sidebar .nav-list li .erji.proerji a .i {
  width: 36.666px;
  height: 28.333px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#header .web-nav .nav-sidebar .nav-list li.active {
  transform: translateY(0);
  opacity: 1;
}
#header .web-nav .nav-sidebar .nav-list li.active1 .icon-jian1 {
  display: block;
}
#header .web-nav .nav-sidebar .nav-list li.active1 .lia {
  border-bottom: 1px solid transparent;
}
#header .web-nav .nav-sidebar .nav-list li.active1 .icon-jia1 {
  display: none;
}
#header .web-nav .nav-sidebar .nav-list.active {
  display: none;
}
.pc-nav-search {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none;
}
.pc-nav-search .search-box {
  width: 640px;
  padding: 10px 0;
  margin: 18px auto;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 9;
}
.pc-nav-search .search-box i {
  width: 60px;
  height: 30px;
  background: url(../images/search.png) no-repeat center center;
  background-size: 30%;
}
.pc-nav-search .search-box input {
  height: 30px;
  line-height: 30px;
  width: calc(100% - 110px);
  outline: 0;
  border: 0;
  color: #666;
  font-size: 16px;
  background-color: transparent;
  font-family: 'OPPOSans-Ver2-Regular';
  font-variation-settings: 'wght' 550;
}
.pc-nav-search .search-box .iconfont {
  width: 50px;
  font-size: 22px;
  text-align: center;
  color: #9a9a9a;
  cursor: pointer;
}
.pc-nav-search .search-box .iconfont:hover {
  color: #666;
}
.pc-nav-search .hot-search {
  width: 640px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #f5f5f5;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
}
.pc-nav-search .hot-search dl dt {
  color: #999;
  margin-bottom: 15px;
  transform: translateX(30px);
  opacity: 0;
}
.pc-nav-search .hot-search dl dt.active {
  transform: translateX(0);
  opacity: 1;
  transition: 0.5s;
}
.pc-nav-search .hot-search dl dd {
  opacity: 0;
  margin-bottom: 5px;
}
.pc-nav-search .hot-search dl dd:nth-of-type(1) {
  transform: translateX(50px);
}
.pc-nav-search .hot-search dl dd:nth-of-type(2) {
  transform: translateX(70px);
}
.pc-nav-search .hot-search dl dd:nth-of-type(3) {
  transform: translateX(90px);
}
.pc-nav-search .hot-search dl dd:nth-of-type(4) {
  transform: translateX(110px);
}
.pc-nav-search .hot-search dl dd:nth-of-type(5) {
  transform: translateX(130px);
}
.pc-nav-search .hot-search dl dd:nth-of-type(5) {
  transform: translateX(150px);
}
.pc-nav-search .hot-search dl dd a {
  color: #444;
  display: block;
  font-size: 16px;
  line-height: 34px;
  padding-left: 10px;
  transition: 0.3s;
}
.pc-nav-search .hot-search dl dd a:hover {
  background-color: #ddd;
  color: #9c1c1f;
}
.pc-nav-search .hot-search dl dd.active {
  transform: translateX(0);
  opacity: 1;
  transition: 0.5s;
}
.pc-nav-search.active {
  display: block;
}
.pc-nav-search .seekmas {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: 1s;
  z-index: 3;
}
.pc-nav-search .seekmas.active {
  opacity: 1;
}
.header-hide {
  margin-top: -250px;
}
.fixed-banner {
  overflow: hidden;
  height: 500px;
  transition: 1.6s;
}
.fixed-banner .bg-img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.fixed-banner1 {
  overflow: hidden;
  transition: 1.6s;
  height: 50vh;
}
.fixed-banner1 .bg-img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.fixed-banner1 .bg-img .main {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding-top: 98px;
  box-sizing: border-box;
}
.fixed-banner1 .bg-img p {
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  transition: 1s;
}
.fixed-banner1 .bg-img h3 {
  font-size: 48px;
  color: #fff;
  transition: 1s;
  margin-top: 10px;
}
.fixed-banner1 .bg-img.active {
  transform: scale(1.02);
}
.swiper-wrapper {
  transition-delay: 0.3s;
}
.home-banner .banner1:hover .swiper-button-white {
  opacity: 0.9;
}
.home-banner .banner1:hover .swiper-button-disabled {
  opacity: 0.35;
}
.home-banner .banner1 .swiper-slide {
  overflow: hidden;
}
.home-banner .banner1 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.08);
  transition: 5s;
  user-select: none;
}
.home-banner .banner1 .swiper-slide a img {
  width: 100%;
  display: block;
}
.home-banner .banner1 .swiper-slide-active a {
  transform: scale(1);
}
.home-banner .banner1 .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-banner .banner1 .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 0;
  background: #f5f5f5;
  opacity: 0.8;
  transition: 0.4s;
}
.home-banner .banner1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #9c1c1f;
}
.home-banner .banner1 .swiper-button-white {
  width: 20px;
  height: 30px;
  background-size: contain;
  opacity: 0;
  transition: 0.3s;
}
.home-banner .banner1 .swiper-button-prev {
  left: 2%;
}
.home-banner .banner1 .swiper-button-next {
  right: 2%;
}
.index1 {
  padding: 30px 0 50px;
  background: #ffffff;
}
.index1 .proType {
  display: flex;
  flex-wrap: wrap;
}
.index1 .proType li {
  width: 20%;
}
.index1 .proType li:nth-of-type(5n) a .img {
  border-right: none;
}
.index1 .proType li.active a .img .icon2 {
  height: 100%;
}
.index1 .proType li.active a h3 {
  color: #9c1c1f;
}
.index1 .proType li a {
  display: block;
}
.index1 .proType li a .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  position: relative;
  border-right: 1px solid #eaeaea;
}
.index1 .proType li a .img .icon1 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.index1 .proType li a .img .icon2 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  transition: 0.8s;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.index1 .proType li a h3 {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.index1 .banner2 {
  margin-top: 60px;
}
.index1 .banner2 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
}
.index1 .banner2 .swiper-slide li {
  width: 32.15%;
  margin-right: 1.775%;
  margin-bottom: 20px;
}
.index1 .banner2 .swiper-slide li:hover a .img img {
  transform: scale(1.05);
}
.index1 .banner2 .swiper-slide li:nth-of-type(3n) {
  margin-right: 0;
}
.index1 .banner2 .swiper-slide li a {
  display: block;
}
.index1 .banner2 .swiper-slide li a .img {
  height: 300px;
  overflow: hidden;
}
.index1 .banner2 .swiper-slide li a .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
}
.index1 .banner2 .swiper-slide li a h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.index1 .banner2 .swiper-slide li a p {
  text-align: center;
  color: #9c1c1f;
  margin-top: 5px;
}
.index2 {
  background: url(../images/index2-bg.jpg) fixed center center;
  background-size: cover;
  transition: 1s;
}
.index2 .index2-content {
  padding-top: 40px;
  text-align: center;
  padding-bottom: 40px;
}
.index2 .index2-content img {
  display: block;
  margin: 0 auto;
}
.index2 .index2-content h2 {
  font-size: 70px;
  color: #f5f5f5;
  transition: 1s;
  margin-top: 24px;
}
.index2 .index2-content p {
  font-size: 16px;
  color: #f5f5f5;
  margin-top: 10px;
  letter-spacing: 12px;
}
.index2 .index2-content h3 {
  font-size: 20px;
  color: #f5f5f5;
  margin-top: 10px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.index2 .index2-content h4 {
  color: #f5f5f5;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.index2 .index2-content .index-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.index2 .index2-content .index-btn a {
  width: 210px;
  height: 50px;
  border: 1px solid #bcbcbc;
  line-height: 50px;
  color: #f5f5f5;
  transition: 0.5s;
}
.index2 .index2-content .index-btn a:first-of-type {
  margin-right: 60px;
}
.index2 .index2-content .index-btn a:hover {
  background: #9c1c1f;
  border-color: #9c1c1f;
}
.index3 {
  padding-top: 80px;
  padding-bottom: 100px;
}
.index3 .jiangxin ul {
  display: flex;
  flex-wrap: wrap;
}
.index3 .jiangxin ul .title {
  margin-right: auto;
}
.index3 .jiangxin ul .title .title-tp {
  display: flex;
  align-items: center;
}
.index3 .jiangxin ul .title .title-tp h3 {
  font-size: 68px;
  transition: 1s;
  margin-right: 20px;
  margin-bottom: 10px;
}
.index3 .jiangxin ul .title .title-tp p {
  font-size: 28px;
  color: #9c1c1f;
  transition: 1s;
}
.index3 .jiangxin ul .title .title-bt {
  display: flex;
}
.index3 .jiangxin ul .title .title-bt h3 {
  font-size: 68px;
  transition: 1s;
  margin-left: 10px;
}
.index3 .jiangxin ul .title .title-bt p {
  font-size: 16px;
  color: #9c1c1f;
  line-height: 30px;
  transition: 1s;
}
.index3 .jiangxin ul .picture {
  width: 350px;
  margin-left: 2%;
  position: relative;
}
.index3 .jiangxin ul .picture .img {
  width: 100%;
  height: 322px;
}
.index3 .jiangxin ul .picture .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.index3 .jiangxin ul .picture .info {
  position: absolute;
  overflow: hidden;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 124px;
  text-align: right;
  padding-top: 50px;
  padding-right: 10px;
  padding-left: 30px;
  box-sizing: border-box;
}
.index3 .jiangxin ul .picture .info h3 {
  font-size: 20px;
  position: relative;
  z-index: 4;
}
.index3 .jiangxin ul .picture .info p {
  margin-top: 10px;
  position: relative;
  z-index: 4;
}
.index3 .jiangxin ul .picture .info i {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 110%;
  height: 100%;
  background: #fff;
  transform: rotate(-13deg);
  transform-origin: right top;
}
.index3 .company-profile {
  margin-top: 80px;
}
.index3 .company-profile .pc-content {
  display: flex;
  justify-content: center;
}
.index3 .company-profile .pc-content .con-video {
  display: flex;
  justify-content: flex-end;
  margin-right: 3vw;
}
.index3 .company-profile .pc-content .con-video .video-box {
  width: 240px;
  height: 360px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index3 .company-profile .pc-content .con-video .video-box .img {
  position: absolute;
  bottom: -20px;
  left: -160px;
}
.index3 .company-profile .pc-content .con-video .video-box i {
  width: 61px;
  height: 61px;
  background: url(../images/play.png) no-repeat center center;
  cursor: pointer;
}
.index3 .company-profile .pc-content .article {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index3 .company-profile .pc-content .article .font {
  display: flex;
  margin-right: 30px;
}
.index3 .company-profile .pc-content .article .font p {
  font-size: 16px;
  width: 40px;
  line-height: 40px;
  box-sizing: border-box;
  letter-spacing: 2px;
  border-left: 1px solid #bf1c21;
}
.index3 .company-profile .pc-content .article .font p:nth-of-type(7),
.index3 .company-profile .pc-content .article .font p:last-of-type {
  padding-top: 35px;
}
.index3 .company-profile .pc-content .article .font p:last-of-type {
  border-right: 1px solid #bf1c21;
}
.index3 .company-profile .pc-content .article .font p:first-of-type a {
  color: #bf1c21;
}
.index3 .company-profile .pc-content .article .title {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.index3 .company-profile .pc-content .article .title p {
  font-size: 18px;
  color: #bf1c21;
  margin-right: 10px;
}
.index3 .company-profile .pc-content .article .title h3 {
  font-size: 60px;
  letter-spacing: 10px;
  color: #bf1c21;
}
.index3 .company-profile .video-shade {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  transition: 1s;
  z-index: 3;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}
.index3 .company-profile .video-shade.active {
  display: flex;
}
.index3 .company-profile .video-shade .video {
  width: 480px;
  height: 90vh;
  position: relative;
}
.index3 .company-profile .video-shade .video .iconfont {
  position: absolute;
  right: -45px;
  top: -20px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.index3 .company-profile .video-shade .video .iconfont:hover {
  background: rgba(0, 0, 0, 0.4);
}
.index3 .company-profile .m-content {
  display: none;
}
.index3 .company-profile .m-content .con-video {
  width: 240px;
  margin: 1.5rem auto;
  display: flex;
  justify-content: flex-end;
}
.index3 .company-profile .m-content .con-video .video-box {
  width: 240px;
  height: 360px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index3 .company-profile .m-content .con-video .video-box .img {
  position: absolute;
  bottom: -1rem;
  left: -20.83vw;
}
.index3 .company-profile .m-content .con-video .video-box .img img {
  display: block;
  width: 9.5rem;
  height: 6.4rem;
}
.index3 .company-profile .m-content .con-video .video-box i {
  width: 3rem;
  height: 3rem;
  background: url(../images/play.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.index3 .company-profile .m-content .article .title p {
  font-size: 16px;
  color: #bf1c21;
  margin-top: 10px;
}
.index3 .company-profile .m-content .article .title h3 {
  font-size: 2rem;
  letter-spacing: 0.3rem;
  color: #bf1c21;
}
.index3 .company-profile .m-content .article article {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 1rem;
}
.index3 .company-profile .m-content .article article a {
  color: #9c1c1f;
}
/* 无内容 */
.no-goods,
.no-network {
  padding-top: 5rem;
  overflow: hidden;
  text-align: center;
}
.no-goods img {
  display: block;
  margin: 0 auto 1.5rem;
  width: 11rem;
  max-height: 5.25rem;
}
.no-network img {
  display: block;
  margin: 0 auto 1.5rem;
  width: 11rem;
  height: 8rem;
}
.no-goods p,
.no-network p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 2rem 0 0;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.de-page-mian .page-inner a {
  min-width: 1.4rem;
  padding: 0.25rem 0.6rem;
  border: 1px solid #333;
  border-radius: 0.25rem;
  background: #fff;
  text-align: center;
  font-size: 0.7rem;
  color: #333;
  margin: 0 5px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #9c1c1f;
  background: #9c1c1f;
}
.de-page-mian .page-inner a.prev {
  border-color: #ddd;
  color: #ddd;
}
.de-page-mian .page-inner a.prev.on {
  border-color: #333;
  color: #333;
}
.de-page-mian .page-inner a.prev:hover {
  color: #fff;
  border-color: #333;
  background: #333;
}
.de-page-mian .page-inner a.next {
  border-color: #ddd;
  color: #ddd;
}
.de-page-mian .page-inner a.next.on {
  border-color: #333;
  color: #333;
}
.de-page-mian .page-inner a.next:hover {
  color: #fff;
  border-color: #333;
  background: #333;
}
.de-page-mian .page-inner a.page-btn {
  display: none;
}
.de-page-mian .page-inner span {
  display: none;
}
.de-page-mian .page-inner input {
  display: none;
}
.job-sider {
  min-height: 360px;
  min-width: 150px;
  border-right: 1px solid #d5d5d5;
}
.job-sider .sider-title h3 {
  font-size: 1.2rem;
  height: 2rem;
}
.job-sider .sider-ul {
  margin-top: 10px;
}
.job-sider .sider-ul li {
  margin-bottom: 24px;
}
.job-sider .sider-ul li a {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: #666666;
}
.job-sider .sider-ul li a i {
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  margin-right: 24px;
}
.job-sider .sider-ul li.active a i {
  background: #9c1c1f;
  border-color: #9c1c1f;
}
.join-sider {
  min-height: 360px;
  min-width: 150px;
  border-right: 1px solid #d5d5d5;
}
.join-sider .sider-title h3 {
  font-size: 1.2rem;
  height: 2rem;
  border-bottom: 1px solid #d0d0d0;
  width: 150px;
}
.join-sider .m-sider-title {
  display: none;
}
.join-sider .m-sider-title h3 {
  font-size: 1.2rem;
  height: 2rem;
  width: 100%;
  padding-right: 1rem;
  box-sizing: border-box;
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.join-sider .m-sider-title h3 .iconfont {
  display: block;
  color: #666;
  transform: rotate(-180deg);
  transition: 1s;
}
.join-sider .m-sider-title.active h3 .iconfont {
  transform: rotate(0);
}
.join-sider .sider-ul {
  margin-top: 10px;
}
.join-sider .sider-ul li {
  width: 150px;
  padding: 0.6rem 0;
  border-bottom: 1px solid #d0d0d0;
}
.join-sider .sider-ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.7rem;
  color: #666666;
}
.join-sider .sider-ul li a:hover {
  color: #9c1c1f;
}
.join-sider .sider-ul li.active a {
  color: #9c1c1f;
}
.neiye {
  padding: 100px 0 5rem;
}
.rig-title {
  transform: translateY(-50%);
}
.rig-title .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rig-title .tit {
  width: 225px;
  height: 200px;
  position: relative;
}
.rig-title .tit .h {
  background: #9c1c1f;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 5;
}
.rig-title .tit .h p {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  line-height: 1;
}
.rig-title .tit .h h2 {
  font-size: 34px;
  color: #fff;
  line-height: 50px;
}
.rig-title .tit span {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 4;
  background: #fff;
  width: 100%;
  height: 100%;
}
.rig-title .crumbs {
  margin-top: 50px;
  height: 30px;
  line-height: 30px;
  padding-left: 25px;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../images/home-icon.png) no-repeat left center;
  color: #666;
}
.rig-title .crumbs a {
  color: #666;
}
.pageContent {
  padding-bottom: 80px;
}
.pageContent .public-titleBox {
  display: flex;
  align-items: flex-end;
}
.pageContent .public-titleBox h3 {
  font-size: 24px;
}
.pageContent .public-titleBox span {
  font-size: 14px;
  text-transform: uppercase;
  color: #999999;
  margin-left: 10px;
  line-height: 1;
}
.pageContent .company {
  min-height: 400px;
}
.pageContent .company .company-index1 article {
  margin-top: 50px;
  font-size: 18px;
  line-height: 34px;
}
.pageContent .company .company-index1 article img {
  max-width: 100%;
  margin: 0 auto;
}
.pageContent .company .company-index2 {
  padding-top: 50px;
}
.pageContent .company .company-index2 article {
  margin-top: 50px;
  font-size: 18px;
  line-height: 34px;
}
.pageContent .company .company-index2 article img {
  max-width: 100%;
  margin: 0 auto;
}
.pageContent .history {
  background: url(../images/history-bg.png) no-repeat center center;
  padding: 100px 0 5rem;
}
.pageContent .history .history-content {
  padding-top: 75px;
}
.pageContent .history .history-content .history-swiper1 {
  max-width: 1200px;
  margin: 0 auto;
  height: 60vh;
}
.pageContent .history .history-content .history-swiper1 .swiper-slide {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pageContent .history .history-content .history-swiper1 .swiper-slide .describe {
  width: 48%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: 1s;
}
.pageContent .history .history-content .history-swiper1 .swiper-slide .describe h3 {
  font-size: 128px;
  color: #df9524;
  line-height: 1;
  transition: 1s;
}
.pageContent .history .history-content .history-swiper1 .swiper-slide .describe p {
  font-size: 0.9rem;
  transition: 1s;
}
.pageContent .history .history-content .history-swiper1 .swiper-slide .describe-img {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
}
.pageContent .history .history-content .history-swiper1 .swiper-slide .describe-img img {
  max-width: 100%;
  max-height: 100%;
}
.pageContent .history .history-content .line {
  height: 11px;
  background: url(../images/chilun.png) left top;
  margin-top: 50px;
  transition: 1s;
}
.pageContent .history .history-content .history-swiper2 {
  padding-top: 12px;
}
.pageContent .history .history-content .history-swiper2 .swiper-slide {
  width: 6rem;
  height: 30px;
  user-select: none;
}
.pageContent .history .history-content .history-swiper2 .swiper-slide h3 {
  text-align: center;
  position: relative;
  height: 30px;
}
.pageContent .history .history-content .history-swiper2 .swiper-slide h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #9c1c1f;
  opacity: 0;
}
.pageContent .history .history-content .history-swiper2 .swiper-slide-active h3 {
  color: #9c1c1f;
}
.pageContent .history .history-content .history-swiper2 .swiper-slide-active h3::after {
  opacity: 1;
}
.pageContent .job-page {
  min-height: 600px;
}
.pageContent .job-page .public-titleBox {
  justify-content: center;
}
.pageContent .job-page .public-titleBox h2 {
  font-size: 38px;
  text-align: center;
}
.pageContent .job-page .job-content {
  margin-top: 50px;
}
.pageContent .job-page .job-content .jobList li {
  margin-bottom: 30px;
  border-radius: 20px;
  transition: 0.3s;
  padding: 20px 35px 20px 50px;
  background: #ffffff;
  cursor: pointer;
  user-select: none;
}
.pageContent .job-page .job-content .jobList li:hover {
  box-shadow: 3px 2px 6px rgba(168, 168, 168, 0.3);
}
.pageContent .job-page .job-content .jobList li.active .tit i {
  transform: rotate(180deg);
}
.pageContent .job-page .job-content .jobList li.active article {
  height: auto;
}
.pageContent .job-page .job-content .jobList li .tit {
  display: flex;
  justify-content: space-between;
}
.pageContent .job-page .job-content .jobList li .tit h3 {
  font-size: 18px;
}
.pageContent .job-page .job-content .jobList li .tit i {
  width: 17px;
  height: 22px;
  background: url(../images/icon5.png) no-repeat center center;
  background-size: contain;
  transition: 0.5s;
}
.pageContent .job-page .job-content .jobList li .desc {
  display: flex;
  margin-top: 15px;
}
.pageContent .job-page .job-content .jobList li .desc span {
  color: #999;
  margin-right: 20px;
}
.pageContent .job-page .job-content .jobList li article {
  font-size: 16px;
  margin-top: 20px;
  line-height: 30px;
  overflow: hidden;
  display: none;
}
.pageContent .job-page .job-content .jobList li article p {
  color: #666666;
}
.pageContent .job-info .job-content {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pageContent .job-info .job-content .left-job {
  width: 200px;
}
.pageContent .job-info .job-content .right-job {
  width: calc(100% - 230px);
}
.pageContent .job-info .job-content .right-job .jobs {
  box-sizing: border-box;
  padding: 0 50px;
}
.pageContent .job-info .job-content .right-job .jobs .job-name {
  font-size: 1rem;
  font-weight: bold;
}
.pageContent .job-info .job-content .right-job .jobs .desc {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #aaa;
}
.pageContent .job-info .job-content .right-job .jobs .desc p {
  color: #666666;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1.6;
}
.pageContent .job-info .job-content .right-job .jobs .desc p span {
  font-size: #444;
}
.pageContent .job-info .job-content .right-job .jobs .jobs-content {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  min-height: 15rem;
}
.pageContent .job-info .job-content .right-job .jobs .jobs-content p {
  color: #666;
  font-size: 0.8rem;
  line-height: 1.7;
}
.pageContent .job-info .job-content .right-job .jobs .jobsPage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageContent .job-info .job-content .right-job .jobs .jobsPage .page-a {
  font-size: 0.7rem;
}
.pageContent .job-info .job-content .right-job .jobs .jobsPage .page-a a {
  font-size: 0.7rem;
}
.pageContent .job-info .job-content .right-job .jobs .jobsPage span {
  margin: 0 1rem;
  width: 1px;
  height: 1.2rem;
  background: #999;
}
.pageContent .contact .public-titleBox {
  justify-content: center;
}
.pageContent .contact .public-titleBox h2 {
  font-size: 38px;
  text-align: center;
}
.pageContent .contact .contact-content {
  display: flex;
}
.pageContent .contact .contact-content .left-contact {
  width: 450px;
}
.pageContent .contact .contact-content .left-contact h3 {
  font-size: 20px;
  transition: 1s;
}
.pageContent .contact .contact-content .left-contact .con1 {
  margin-bottom: 30px;
}
.pageContent .contact .contact-content .left-contact .contact-list {
  margin-top: 20px;
}
.pageContent .contact .contact-content .left-contact .contact-list li {
  font-size: 16px;
  margin-bottom: 10px;
}
.pageContent .contact .contact-content .left-contact .contact-list li a {
  font-size: 16px;
}
.pageContent .contact .contact-content .right-contact {
  margin-left: 3vw;
}
.pageContent .contact .contact-content .right-contact .wxBox {
  display: flex;
}
.pageContent .contact .contact-content .right-contact .wxBox div {
  margin-right: 5vw;
}
.pageContent .contact .contact-content .right-contact .wxBox div img {
  display: block;
  width: 240px;
  height: 240px;
}
.pageContent .contact .contact-content .right-contact .wxBox div:last-of-type {
  margin-right: 0;
}
.pageContent .contact .contact-content .right-contact .wxBox div h3 {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.pageContent .contact .contact-map {
  overflow: hidden;
  margin-top: 50px;
}
.pageContent .contact .contact-map #dituContent {
  width: 100%;
  height: 500px;
  margin: 0 auto 30px;
}
.pageContent .fddz-page .fddz-content {
  min-height: 600px;
  display: flex;
  flex-wrap: wrap;
}
.pageContent .fddz-page .fddz-content .left-fddz {
  width: 750px;
}
.pageContent .fddz-page .fddz-content .left-fddz .fddzList li {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaa;
  cursor: pointer;
  position: relative;
}
.pageContent .fddz-page .fddz-content .left-fddz .fddzList li:hover .tit .iconfont {
  color: #9c1c1f;
}
.pageContent .fddz-page .fddz-content .left-fddz .fddzList li:hover::after {
  width: 100%;
}
.pageContent .fddz-page .fddz-content .left-fddz .fddzList li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #9c1c1f;
  transition: 0.4s;
}
.pageContent .fddz-page .fddz-content .left-fddz .fddzList li .tit {
  display: flex;
  align-items: center;
}
.pageContent .fddz-page .fddz-content .left-fddz .fddzList li .tit .iconfont {
  width: 60px;
  font-size: 36px;
  color: #444;
  transition: 0.4s;
}
.pageContent .fddz-page .fddz-content .left-fddz .fddzList li .tit h4 {
  font-size: 22px;
}
.pageContent .fddz-page .fddz-content .left-fddz .fddzList li .info {
  padding-left: 60px;
}
.pageContent .fddz-page .fddz-content .left-fddz .fddzList li .info p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.pageContent .fddz-page .fddz-content .right-fddz {
  margin-left: 5vw;
}
.pageContent .fddz-page .fddz-content .right-fddz .fddz-video {
  width: 420px;
  height: 750px;
  position: relative;
}
.pageContent .fddz-page .fddz-content .right-fddz .fddz-video .video {
  width: 100%;
  height: 100%;
  position: relative;
}
.pageContent .fddz-page .fddz-content .right-fddz .fddz-video .border {
  border: 1px solid #9c1c1f;
  width: 75%;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 15px;
}
.pageContent .fddz-page .fddz-content .right-fddz .fddz-video .bg {
  width: 75%;
  height: 100%;
  position: absolute;
  right: -15px;
  top: -15px;
  background: #9c1c1f;
}
.pageContent .bazaar-page .bazaar-content {
  min-height: 600px;
}
.pageContent .bazaar-page .bazaar-content .list1 {
  padding-bottom: 5vw;
  border-bottom: 1px solid #999;
}
.pageContent .bazaar-page .bazaar-content .list1 .title h3 {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.95);
  font-weight: 700;
}
.pageContent .bazaar-page .bazaar-content .list1 .title p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}
.pageContent .bazaar-page .bazaar-content .list1 .imgList {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.pageContent .bazaar-page .bazaar-content .list1 .imgList img {
  border-radius: 2vw;
  width: 32%;
  height: auto;
}
.pageContent .bazaar-page .bazaar-content .list2 {
  margin-top: 5vw;
  padding-bottom: 5vw;
  border-bottom: 1px solid #999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pageContent .bazaar-page .bazaar-content .list2 .title {
  width: 40%;
}
.pageContent .bazaar-page .bazaar-content .list2 .title h3 {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.95);
  font-weight: 700;
  line-height: 40px;
}
.pageContent .bazaar-page .bazaar-content .list2 .title p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}
.pageContent .bazaar-page .bazaar-content .list2 .imgList {
  width: 58%;
}
.pageContent .bazaar-page .bazaar-content .list2 .imgList img {
  display: flex;
  max-width: 100%;
  border-radius: 2vw;
}
.pageContent .bazaar-page .bazaar-content .list3 {
  margin-top: 5vw;
}
.pageContent .bazaar-page .bazaar-content .list3 .numCount {
  display: flex;
}
.pageContent .bazaar-page .bazaar-content .list3 .numCount .item {
  width: 23.5%;
  margin-right: 2%;
}
.pageContent .bazaar-page .bazaar-content .list3 .numCount .item:last-of-type {
  margin-right: 0;
}
.pageContent .bazaar-page .bazaar-content .list3 .numCount .item:nth-of-type(1) .numU {
  background: url(../images/b5.jpg) no-repeat center center;
  background-size: cover;
}
.pageContent .bazaar-page .bazaar-content .list3 .numCount .item:nth-of-type(2) .numU {
  background: url(../images/b6.jpg) no-repeat center center;
  background-size: cover;
}
.pageContent .bazaar-page .bazaar-content .list3 .numCount .item:nth-of-type(3) .numU {
  background: url(../images/b7.jpg) no-repeat center center;
  background-size: cover;
}
.pageContent .bazaar-page .bazaar-content .list3 .numCount .item:nth-of-type(4) .numU {
  background: url(../images/b8.jpg) no-repeat center center;
  background-size: cover;
}
.pageContent .bazaar-page .bazaar-content .list3 .numCount .item .numU {
  width: 100%;
  padding: 2vw 0;
  border-radius: 1vw;
  text-align: center;
  color: #f5f5f5;
}
.pageContent .bazaar-page .bazaar-content .list3 .numCount .item .numU .numCX {
  font-size: 4vw;
}
.pageContent .bazaar-page .bazaar-content .list3 .numCount .item .indc {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  text-align: center;
}
.pageContent .honor-page {
  padding-bottom: 40px;
}
.pageContent .honor-page .honor-content {
  min-height: 600px;
}
.pageContent .honor-page .honor-content .honorList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 6vw;
}
.pageContent .honor-page .honor-content .honorList li {
  width: 50%;
}
.pageContent .honor-page .honor-content .honorList li h3 {
  font-size: 40px;
  font-weight: 500;
  position: relative;
}
.pageContent .honor-page .honor-content .honorList li h3 span {
  position: absolute;
  right: -52px;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  width: 40px;
  height: 1px;
  background: #333;
}
.pageContent .honor-page .honor-content .honorList li h3::after {
  content: "";
  position: absolute;
  right: -66px;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #9c1c1f;
}
.pageContent .honor-page .honor-content .honorList li h3::before {
  content: "";
  position: absolute;
  right: -69px;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #9c1c1f;
}
.pageContent .honor-page .honor-content .honorList li .listCon {
  font-size: 24px;
  line-height: 40px;
  margin-top: 10px;
}
.pageContent .honor-page .honor-content .honorList li .listImg {
  margin-top: 1.8vw;
  display: flex;
  flex-wrap: wrap;
}
.pageContent .honor-page .honor-content .honorList li .listImg .img {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.pageContent .honor-page .honor-content .honorList li .listImg .img:nth-of-type(3n) {
  margin-right: 0;
}
.pageContent .honor-page .honor-content .honorList li .listImg .img img {
  max-width: 100%;
  display: block;
}
.pageContent .honor-page .honor-content .honorList li:nth-of-type(2n-1) {
  text-align: right;
  padding-right: 60px;
}
.pageContent .honor-page .honor-content .honorList li:nth-of-type(2n-1) .listImg {
  justify-content: flex-end;
}
.pageContent .honor-page .honor-content .honorList li:nth-of-type(2n) {
  padding-left: 60px;
  margin-top: 8vw;
}
.pageContent .honor-page .honor-content .honorList li:nth-of-type(2n) h3 span {
  left: -52px;
}
.pageContent .honor-page .honor-content .honorList li:nth-of-type(2n) h3::after {
  left: -66px;
}
.pageContent .honor-page .honor-content .honorList li:nth-of-type(2n) h3::before {
  left: -69px;
}
.pageContent .honor-page .honor-content .honorList .line {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #9c1c1f;
  width: 2px;
  height: 100%;
  opacity: 0.7;
}
.pageContent .honor-page .honor-content .honorList .icon-touxiang {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 24px;
  font-size: 24px;
  color: #9c1c1f;
}
.pageContent .hjzs-page .hjzs-content {
  min-height: 400px;
}
.pageContent .hjzs-page .hjzs-content .hjzsList {
  display: flex;
  flex-wrap: wrap;
}
.pageContent .hjzs-page .hjzs-content .hjzsList li {
  margin-bottom: 40px;
  width: 32%;
  margin-right: 1.333%;
}
.pageContent .hjzs-page .hjzs-content .hjzsList li:nth-of-type(3n) {
  margin-right: 0;
}
.pageContent .hjzs-page .hjzs-content .hjzsList li:hover a .img img {
  transform: scale(1.05);
}
.pageContent .hjzs-page .hjzs-content .hjzsList li a {
  display: block;
}
.pageContent .hjzs-page .hjzs-content .hjzsList li a .img {
  height: 336px;
  overflow: hidden;
}
.pageContent .hjzs-page .hjzs-content .hjzsList li a .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
}
.pageContent .hjzs-page .hjzs-content .hjzsList li a h3 {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.pageContent .cook-page .cook-content {
  min-height: 400px;
}
.pageContent .cook-page .cook-content .left-cook {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 50px;
}
.pageContent .cook-page .cook-content .left-cook i {
  width: 26px;
  height: 26px;
  background: url(../images/icon19.png) no-repeat center center;
  background-size: contain;
}
.pageContent .cook-page .cook-content .left-cook h3 {
  font-size: 28px;
  width: 140px;
  margin-left: 15px;
}
.pageContent .cook-page .cook-content .left-cook .cook-type {
  width: calc(100% - 165px);
}
.pageContent .cook-page .cook-content .left-cook .cook-type a {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  transition: 0.3s;
  padding: 0 2%;
}
.pageContent .cook-page .cook-content .left-cook .cook-type a:hover {
  color: #9c1c1f;
}
.pageContent .cook-page .cook-content .left-cook .cook-type a.active {
  color: #9c1c1f;
}
.pageContent .cook-page .cook-content .cookList {
  display: flex;
  flex-wrap: wrap;
}
.pageContent .cook-page .cook-content .cookList li {
  width: 23.65%;
  margin-right: 1.8%;
  margin-bottom: 30px;
}
.pageContent .cook-page .cook-content .cookList li:nth-of-type(4n) {
  margin-right: 0;
}
.pageContent .cook-page .cook-content .cookList li:hover a .img img {
  transform: scale(1.02);
}
.pageContent .cook-page .cook-content .cookList li:hover a .img .icon {
  background: rgba(151, 146, 146, 0);
}
.pageContent .cook-page .cook-content .cookList li a {
  display: block;
}
.pageContent .cook-page .cook-content .cookList li a .img {
  height: 280px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.pageContent .cook-page .cook-content .cookList li a .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s;
}
.pageContent .cook-page .cook-content .cookList li a .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.pageContent .cook-page .cook-content .cookList li a .img .icon .iconfont {
  width: 50px;
  height: 50px;
  background: url(../images/play.png) no-repeat center center;
  background-size: contain;
}
.pageContent .cook-page .cook-content .cookList li a h3 {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
.pageContent .cook-page .cook-content .cook-detail-content .cook-detail-title {
  text-align: center;
}
.pageContent .cook-page .cook-content .cook-detail-content .cook-detail-title h3 {
  font-size: 28px;
  transition: 1s;
}
.pageContent .cook-page .cook-content .cook-detail-content .cook-detail-title .b {
  padding: 1vw 0;
  font-size: 14px;
  color: #999;
}
.pageContent .cook-page .cook-content .cook-detail-content .cook-detail-video {
  width: 475px;
  height: 846px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.pageContent .cook-page .cook-content .cook-detail-content .cook-detail-video .video {
  width: 100%;
  height: 100%;
}
.pageContent .cook-page .cook-content .cook-detail-content .cook-detail {
  font-size: 16px;
  line-height: 1.6;
  min-height: 400px;
}
.pageContent .cook-page .cook-content .cook-detail-content .cook-detail img {
  max-width: 100%;
  margin: 0 auto;
}
.pageContent .cook-page .cook-content .cook-detail-content .newsPage {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pageContent .cook-page .cook-content .cook-detail-content .newsPage .page-a {
  width: 45%;
  background: #f5f5f5;
  padding: 1vw;
  border-radius: 10px;
  font-size: 18px;
  color: #999;
}
.pageContent .cook-page .cook-content .cook-detail-content .newsPage .page-a:first-of-type {
  margin-right: 4%;
}
.pageContent .news-page {
  padding: 100px 0 5rem;
  background: url(../images/jobs-bg.png) center;
}
.pageContent .news-page .news-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pageContent .news-page .news-content .left-news {
  width: 200px;
}
.pageContent .news-page .news-content .right-news {
  width: calc(100% - 230px);
}
.pageContent .news-page .news-content .right-news .newsList {
  display: flex;
  flex-wrap: wrap;
}
.pageContent .news-page .news-content .right-news .newsList li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2vw;
}
.pageContent .news-page .news-content .right-news .newsList li:nth-of-type(2n) {
  margin-right: 0;
}
.pageContent .news-page .news-content .right-news .newsList li:hover a .img div {
  transform: scale(1);
}
.pageContent .news-page .news-content .right-news .newsList li a {
  display: block;
}
.pageContent .news-page .news-content .right-news .newsList li a .img {
  height: 24vw;
  overflow: hidden;
}
.pageContent .news-page .news-content .right-news .newsList li a .img div {
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  transition: 2s;
}
.pageContent .news-page .news-content .right-news .newsList li a .info {
  padding: 1vw 0;
}
.pageContent .news-page .news-content .right-news .newsList li a .info .time {
  display: flex;
  align-items: center;
}
.pageContent .news-page .news-content .right-news .newsList li a .info .time i {
  font-size: 0.6rem;
  color: #f5f5f5;
  background: #9c1c1f;
  padding: 2px 4px;
}
.pageContent .news-page .news-content .right-news .newsList li a .info .time span {
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}
.pageContent .news-page .news-content .right-news .newsList li a .info h3 {
  font-size: 18px;
  margin: 1vw 0;
  transition: 1s;
}
.pageContent .news-page .news-content .right-news .newsList li a .info article {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  transition: 1s;
}
.pageContent .news-page .news-content .right-news .videoList {
  display: flex;
  flex-wrap: wrap;
}
.pageContent .news-page .news-content .right-news .videoList li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2vw;
}
.pageContent .news-page .news-content .right-news .videoList li:nth-of-type(2n) {
  margin-right: 0;
}
.pageContent .news-page .news-content .right-news .videoList li:hover a .img div::after {
  width: 200%;
  height: 200%;
}
.pageContent .news-page .news-content .right-news .videoList li a {
  display: block;
}
.pageContent .news-page .news-content .right-news .videoList li a .img {
  height: 24vw;
  overflow: hidden;
}
.pageContent .news-page .news-content .right-news .videoList li a .img div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: scale(1);
}
.pageContent .news-page .news-content .right-news .videoList li a .img div::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  transition: 0.8s;
  width: 0;
  height: 0;
  background: #000;
  opacity: 0.4;
  border-radius: 50%;
}
.pageContent .news-page .news-content .right-news .videoList li a .img div .iconfont {
  font-size: 2.4rem;
  opacity: 0.7;
  color: #fff;
  position: relative;
  z-index: 3;
}
.pageContent .news-page .news-content .right-news .videoList li a .info {
  padding: 1vw 0;
}
.pageContent .news-page .news-content .right-news .videoList li a .info .time {
  display: flex;
  align-items: center;
}
.pageContent .news-page .news-content .right-news .videoList li a .info .time i {
  font-size: 12px;
  color: #f5f5f5;
  background: #9c1c1f;
  padding: 2px 4px;
}
.pageContent .news-page .news-content .right-news .videoList li a .info .time span {
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}
.pageContent .news-page .news-content .right-news .videoList li a .info h3 {
  font-size: 18px;
  margin: 1vw 0;
  transition: 1s;
}
.pageContent .news-page .news-content .right-news .videoList li a .info article {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  transition: 1s;
}
.pageContent .news-page .news-content .right-news .news-detail-content .news-detail-title {
  text-align: center;
}
.pageContent .news-page .news-content .right-news .news-detail-content .news-detail-title h3 {
  font-size: 28px;
  transition: 1s;
}
.pageContent .news-page .news-content .right-news .news-detail-content .news-detail-title .b {
  padding: 1vw 0;
  font-size: 14px;
  color: #999;
}
.pageContent .news-page .news-content .right-news .news-detail-content .news-detail-video {
  width: 80%;
  height: 28vw;
  margin: 0 auto;
  margin-bottom: 1vw;
}
.pageContent .news-page .news-content .right-news .news-detail-content .news-detail-video .video {
  width: 100%;
  height: 100%;
}
.pageContent .news-page .news-content .right-news .news-detail-content .news-detail {
  font-size: 16px;
  line-height: 1.6;
  min-height: 400px;
}
.pageContent .news-page .news-content .right-news .news-detail-content .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}
.pageContent .news-page .news-content .right-news .news-detail-content .newsPage {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pageContent .news-page .news-content .right-news .news-detail-content .newsPage .page-a {
  width: 45%;
  background: #f5f5f5;
  padding: 1vw;
  border-radius: 10px;
  font-size: 18px;
  color: #999;
}
.pageContent .news-page .news-content .right-news .news-detail-content .newsPage .page-a:first-of-type {
  margin-right: 4%;
}
.product-page .product-center {
  min-height: 400px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.product-page .product-center .left-con {
  width: 215px;
  z-index: 6;
}
.product-page .product-center .right-con {
  width: calc(100% - 245px);
}
.product-page .product-center .right-con .product-list {
  display: flex;
  flex-wrap: wrap;
}
.product-page .product-center .right-con .product-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.product-page .product-center .right-con .product-list li:nth-of-type(3n) {
  margin-right: 0;
}
.product-page .product-center .right-con .product-list li:hover a .img img {
  transform: scale(1.05);
}
.product-page .product-center .right-con .product-list li a {
  display: block;
  width: 100%;
}
.product-page .product-center .right-con .product-list li a .img {
  height: 247px;
  overflow: hidden;
}
.product-page .product-center .right-con .product-list li a .img img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  display: block;
}
.product-page .product-center .right-con .product-list li a h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.product-page .product-center .right-con .product-list li a p {
  text-align: center;
  color: #9c1c1f;
  margin-top: 5px;
}
.prodectInfo {
  min-height: 600px;
  position: relative;
}
.prodectInfo .info-main {
  display: flex;
  flex-wrap: wrap;
}
.prodectInfo .info-main .info-img {
  width: 720px;
}
.prodectInfo .info-main .info-img .b-info-img .big-swiper .swiper-slide {
  width: 720px;
  height: 480px;
}
.prodectInfo .info-main .info-img .b-info-img .big-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.prodectInfo .info-main .info-img .b-info-img .big-swiper .swiper-slide .video {
  width: 100%;
  height: 100%;
}
.prodectInfo .info-main .info-img .b-info-img .big-swiper .swiper-pagination {
  color: #000;
  width: 60px;
  right: 0;
  bottom: 0;
  left: auto;
}
.prodectInfo .info-main .info-img .b-info-img .big-swiper .swiper-button-black {
  opacity: 0.6;
  width: 20px;
  height: 30px;
  background-size: 70%;
  background-color: rgba(255, 255, 255, 0.5);
}
.prodectInfo .info-main .info-img .b-info-img .big-swiper .swiper-button-disabled {
  opacity: 0.3;
}
.prodectInfo .info-main .info-img .b-info-img .big-swiper .swiper-button-prev {
  top: calc(50% - 15px);
  margin: 0 auto;
  left: 10px;
  right: auto;
}
.prodectInfo .info-main .info-img .b-info-img .big-swiper .swiper-button-next {
  top: calc(50% - 15px);
  margin: 0 auto;
  left: auto;
  right: 10px;
}
.prodectInfo .info-main .info-img .s-info-img {
  position: relative;
  margin-top: 20px;
}
.prodectInfo .info-main .info-img .s-info-img .small-swiper .swiper-slide {
  width: 24%;
  height: 115px;
  transition: 0.5s;
}
.prodectInfo .info-main .info-img .s-info-img .small-swiper .swiper-slide i {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.prodectInfo .info-main .info-img .s-info-img .small-swiper .swiper-slide-thumb-active i {
  background: rgba(255, 255, 255, 0);
}
.prodectInfo .info-main .info-content {
  width: calc(100% - 720px);
  box-sizing: border-box;
  padding-left: 80px;
  position: relative;
}
.prodectInfo .info-main .info-content .tit h3 {
  font-size: 24px;
}
.prodectInfo .info-main .info-content .tit .price {
  font-size: 20px;
  color: #999;
  margin-top: 10px;
}
.prodectInfo .info-main .info-content .param {
  margin-top: 30px;
}
.prodectInfo .info-main .info-content .param h3 {
  font-size: 18px;
  color: #666666;
  padding-bottom: 15px;
  border-bottom: 1px solid #c7c3c0;
}
.prodectInfo .info-main .info-content .param ul {
  display: flex;
  flex-wrap: wrap;
}
.prodectInfo .info-main .info-content .param ul li {
  width: 50%;
  margin-top: 30px;
  display: flex;
}
.prodectInfo .info-main .info-content .param ul li h4,
.prodectInfo .info-main .info-content .param ul li p {
  font-size: 16px;
  line-height: 1;
  color: #666666;
}
.prodectInfo .info-details {
  margin-top: 60px;
}
.prodectInfo .info-details .details-content .title {
  height: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c7c3c0;
}
.prodectInfo .info-details .details-content .title h3 {
  font-size: 20px;
  line-height: 50px;
  width: 140px;
}
.prodectInfo .info-details .details-content .details {
  min-height: 400px;
  padding: 0 15px 50px;
}
.prodectInfo .info-details .details-content .details img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
.prodectInfo .info-details .details-content .newsPage {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.prodectInfo .info-details .details-content .newsPage .page-a {
  width: 45%;
  background: #f5f5f5;
  padding: 1vw;
  border-radius: 10px;
  font-size: 18px;
  color: #999;
}
.prodectInfo .info-details .details-content .newsPage .page-a:first-of-type {
  margin-right: 4%;
}
.prodectInfo .sider-fixed {
  display: none;
}
.product-recommend {
  margin-top: 60px;
}
.product-recommend .title {
  height: 50px;
  margin-bottom: 40px;
  background: #fff;
}
.product-recommend .title h3 {
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 140px;
  background: #333;
  color: #f5f5f5;
}
.product-recommend .product-swiper .swiper-slide {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
}
.product-recommend .product-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.product-recommend .product-swiper .swiper-slide:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}
.product-recommend .product-swiper .swiper-slide:hover a .img div {
  transform: scale(1.05);
}
.product-recommend .product-swiper .swiper-slide a {
  display: block;
  width: 100%;
}
.product-recommend .product-swiper .swiper-slide a .img {
  height: 30vw;
  overflow: hidden;
}
.product-recommend .product-swiper .swiper-slide a .img div {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.product-recommend .product-swiper .swiper-slide a .info {
  height: 110px;
  padding-top: 40px;
  background: #fff;
  text-align: center;
}
.product-recommend .product-swiper .swiper-slide a .info h3 {
  font-size: 18px;
}
.product-recommend .product-swiper .swiper-slide a .info p {
  font-size: 18px;
}
.product-recommend .m-product-swiper {
  display: none;
}
.product-recommend .m-product-swiper .swiper-slide {
  width: 49%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.product-recommend .m-product-swiper .swiper-slide a {
  display: block;
  width: 100%;
}
.product-recommend .m-product-swiper .swiper-slide a .img {
  height: 60vw;
  overflow: hidden;
}
.product-recommend .m-product-swiper .swiper-slide a .img div {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.product-recommend .m-product-swiper .swiper-slide a .info {
  height: 3.5rem;
  padding-top: 1rem;
  background: #fff;
  text-align: center;
}
.product-recommend .m-product-swiper .swiper-slide a .info h3 {
  font-size: 0.8rem;
}
.product-recommend .m-product-swiper .swiper-slide a .info p {
  font-size: 0.8rem;
}
.product-sider {
  width: 215px;
  background: #9c1c1f;
  position: relative;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.product-sider .tit {
  padding: 20px 10px;
}
.product-sider .tit h3 {
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.product-sider .sider-list {
  background: #fff;
  border-radius: 20px;
  padding: 30px 0;
}
.product-sider .sider-list a {
  display: block;
  padding: 5px 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
}
.product-sider .sider-list a:hover {
  color: #9c1c1f;
}
.m-product-sider {
  display: none;
  user-select: none;
}
.m-product-sider .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.m-product-sider .tit h3 {
  font-size: 1.4rem;
  color: #9c1c1f;
}
.m-product-sider .tit .iconfont {
  font-size: 2.2rem;
  color: #666;
  transition: 0.3s;
}
.m-product-sider .tit.active {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.m-product-sider .tit.active .iconfont {
  color: #9c1c1f;
}
.m-product-sider .sider-list {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  padding: 1.5rem 0;
  display: none;
  overflow: hidden;
}
.m-product-sider .sider-list a {
  display: block;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 13px;
  transition: 0.3s;
}
.m-product-sider .sider-list a .icon-dianpu-7 {
  margin-right: 5px;
  color: #9c1c1f;
}
#playercontainer .jw-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
#playercontainer .jw-controls .jw-display-icon-container {
  background: rgba(255, 255, 255, 0);
  border: none;
  width: 3rem;
  height: 3rem;
  position: static;
  margin: 0;
}
#playercontainer .jw-controls .jw-display-icon-container .jw-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/play.png) no-repeat center center;
  background-size: contain;
}
#playercontainer .jw-controls .jw-display-icon-container .jw-icon::before {
  font-size: 0;
}
#m-playercontainer .jw-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
#m-playercontainer .jw-controls .jw-display-icon-container {
  background: rgba(255, 255, 255, 0);
  border: none;
  width: 4.2rem;
  height: 4.2rem;
  position: static;
  margin: 0;
}
#m-playercontainer .jw-controls .jw-display-icon-container .jw-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/play.png) no-repeat center center;
  background-size: contain;
}
#m-playercontainer .jw-controls .jw-display-icon-container .jw-icon::before {
  font-size: 0;
}
#footer {
  background: #333;
}
#footer .web-footer-nav {
  padding-top: 40px;
  display: flex;
  color: #f5f5f5;
}
#footer .web-footer-nav dl {
  width: 12%;
}
#footer .web-footer-nav dl dt {
  margin-bottom: 22px;
}
#footer .web-footer-nav dl dt h3 {
  font-size: 16px;
  line-height: 34px;
}
#footer .web-footer-nav dl dt a {
  font-size: 16px;
  line-height: 34px;
  color: #f5f5f5;
  font-weight: normal;
  transition: 0.3s;
}
#footer .web-footer-nav dl dt a:hover {
  color: #9c1c1f;
}
#footer .web-footer-nav dl dd {
  margin-bottom: 16px;
}
#footer .web-footer-nav dl dd a {
  color: #f5f5f5;
  transition: 0.3s;
  text-transform: uppercase;
  line-height: 1;
}
#footer .web-footer-nav dl dd a:hover {
  color: #9c1c1f;
}
#footer .web-footer-nav .wxBox {
  margin-left: auto;
  width: 17.85%;
}
#footer .web-footer-nav .wxBox dd img {
  width: 100%;
  height: auto;
}
#footer .web-footer-nav .wxBox dd h3 {
  font-size: 14px;
  color: #f5f5f5;
  line-height: 34px;
  text-align: center;
}
#footer .m-footer-nav {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  color: #f5f5f5;
  display: none;
  transition: 1s;
}
#footer .m-footer-nav dl dt {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #5a5a5a;
  cursor: pointer;
  transition: 0.3s;
}
#footer .m-footer-nav dl dt h3 {
  font-size: 14px;
}
#footer .m-footer-nav dl dt a {
  font-size: 14px;
  color: #f5f5f5;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#footer .m-footer-nav dl .iconfont {
  width: 2.5rem;
  font-size: 0.6rem;
  text-align: center;
  color: #ddd;
}
#footer .m-footer-nav dl .icon-jian1 {
  display: none;
}
#footer .m-footer-nav dl.active .icon-jian1 {
  display: block;
}
#footer .m-footer-nav dl.active .icon-jia1 {
  display: none;
}
#footer .m-footer-nav dl.active dt {
  border-bottom: 1px solid transparent;
}
#footer .m-footer-nav dl .erji {
  display: none;
}
#footer .m-footer-nav dl dd {
  padding-top: 0.5rem;
}
#footer .m-footer-nav dl dd a {
  color: #ccc;
  transition: 0.3s;
  text-transform: uppercase;
  line-height: 1;
  font-size: 12px;
  line-height: 34px;
  padding-left: 15px;
  display: block;
  border-bottom: 1px solid #5a5a5a;
}
#footer .m-footer-nav dl dd a:hover {
  color: #bf1c21;
}
#footer .bottom {
  border-top: 1px solid #575757;
  padding: 1rem 0;
}
#footer .bottom .bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .bottom .bottom-info .bot-l {
  color: #b2b2b2;
}
#footer .bottom .bottom-info .bot-l p {
  line-height: 28px;
  font-size: 0.7rem;
}
#footer .bottom .bottom-info .bot-l p a {
  color: #b2b2b2;
  display: inline-block;
  line-height: 28px;
  font-size: 0.7rem;
}
#footer .bottom .bottom-info .bot-l p a.gongan {
  background: url(../images/gongan.png) no-repeat left center;
  padding-left: 24px;
}
.search_pagenation {
  text-align: center;
  margin-top: 1rem;
}
.search_pagenation a {
  display: inline-block;
  width: 5rem;
  height: 2rem;
  font-size: 0.8rem;
  background: #333;
  color: #fff;
  line-height: 2rem;
  margin: 0 0.25rem;
}
.search_pagenation .noothers {
  display: none;
}
.fix_box {
  position: fixed;
  right: 2%;
  bottom: 105px;
  z-index: 12;
  width: 40px;
  display: none;
}
.fix_box li {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  background: rgba(247, 244, 239, 0.9) url(../images/wx.png) no-repeat center center;
}
.back_to_top {
  position: fixed;
  bottom: 55px;
  right: 2%;
  z-index: 12;
  width: 50px;
  height: 50px;
  background: rgba(20, 20, 20, 0.4) url(../images/icon-top.png) no-repeat center center;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  display: none;
}
.back_to_top:hover {
  background-color: rgba(20, 20, 20, 0.5);
}
.layui-layer-page {
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
}
.layui-layer-page .layui-layer-content .qrcode_wx_box {
  width: 260px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.layui-layer-page .layui-layer-content .qrcode_wx_box img {
  display: block;
  width: 210px;
  height: 210px;
  margin: 0 auto;
}
.layui-layer-page .layui-layer-content .qrcode_wx_box p {
  line-height: 28px;
}
.layui-layer-page .layui-layer-setwin {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: auto;
  bottom: -20px;
  font-size: 0;
  line-height: initial;
}
.layui-layer-page .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(../images/icon18.png) no-repeat center center;
  border: 1px solid #f5f5f5;
}
.layui-layer-page .layui-layer-setwin .layui-layer-close2:hover {
  background: url(../images/icon18.png) no-repeat center center;
}
@media (max-width: 1599.98px) {
  .main {
    padding: 0 80px;
  }
  .index1 .banner2 .swiper-slide li a .img {
    height: 19vw;
  }
  .pageContent .hjzs-page .hjzs-content .hjzsList li a .img {
    height: 21.4vw;
  }
  .pageContent .cook-page .cook-content .cookList li a .img {
    height: 17.8vw;
  }
  .product-page .product-center .right-con .product-list li a .img {
    height: 15.6vw;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type.pro a .img {
    height: 11.25vw;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type.cook a .img {
    height: 12.8125vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439.98px) {
  .main {
    padding: 0 80px;
  }
  .neiye {
    padding: 75px 0 5rem;
  }
  .fixed-banner {
    height: 34vw;
  }
  .fixed-banner1 .bg-img p {
    font-size: 32px;
  }
  .fixed-banner1 .bg-img h3 {
    font-size: 40px;
  }
  .rig-title .tit {
    width: 180px;
    height: 165px;
    position: relative;
  }
  .rig-title .tit .h p {
    font-size: 50px;
  }
  .rig-title .tit .h h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .rig-title .tit span {
    top: 8px;
    left: 8px;
  }
  #header {
    height: 120px;
  }
  #header .web-nav .web-nav-list {
    padding-top: 12px;
  }
  #header .web-nav .web-nav-list .nav-logo h1 {
    padding: 0 30px 15px;
  }
  #header .web-nav .web-nav-list .nav-logo h1 a img {
    width: 160px;
  }
  #header .web-nav .web-nav-list .nav-list li::after {
    display: none;
  }
  #header .web-nav .web-nav-list .nav-list li a {
    padding: 0 8px;
  }
  #header .web-nav .web-nav-list .nav-list li a:hover::after {
    top: -5px;
    left: -5px;
    border-color: #9c1c1f;
  }
  #header .web-nav .web-nav-sidebar {
    top: 120px;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list {
    padding: 55px 0 30px;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list .sider1 a,
  #header .web-nav .web-nav-sidebar .sidebar-list .sider3 a,
  #header .web-nav .web-nav-sidebar .sidebar-list .sider4 a {
    width: 150px;
    position: relative;
    margin-right: 20px;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list .sider1 a .i,
  #header .web-nav .web-nav-sidebar .sidebar-list .sider3 a .i,
  #header .web-nav .web-nav-sidebar .sidebar-list .sider4 a .i {
    height: 70px;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list .sider1 a .i .icon1,
  #header .web-nav .web-nav-sidebar .sidebar-list .sider3 a .i .icon1,
  #header .web-nav .web-nav-sidebar .sidebar-list .sider4 a .i .icon1 {
    background-size: 90.59px 70px;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list .sider1 a .i .icon2,
  #header .web-nav .web-nav-sidebar .sidebar-list .sider3 a .i .icon2,
  #header .web-nav .web-nav-sidebar .sidebar-list .sider4 a .i .icon2 {
    background-size: 90.59px 70px;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list .sider1 a h3,
  #header .web-nav .web-nav-sidebar .sidebar-list .sider3 a h3,
  #header .web-nav .web-nav-sidebar .sidebar-list .sider4 a h3 {
    font-size: 14px;
    line-height: 34px;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list .sider2 .nav-brands a {
    width: 140px;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list .sider2 .nav-brands a .i {
    height: 64px;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list .sider2 .nav-brands a .i .icon1 {
    background-size: 82.82px 64px;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list .sider2 .nav-brands a .i .icon2 {
    background-size: 82.82px 64px;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list .sider2 .nav-brands a h3 {
    font-size: 14px;
    line-height: 34px;
    color: #666;
    text-align: center;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type {
    padding-top: 20px;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type a h3 {
    font-size: 13px;
    line-height: 30px;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type a p {
    font-size: 12px;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type.pro a .img {
    height: 11.4vw;
  }
  #header .web-nav .web-nav-sidebar .sidebar-list .sider2 .pro-type.cook a .img {
    height: 13vw;
  }
  .index1 {
    padding: 20px 0 40px;
  }
  .index1 .proType li a h3 {
    font-size: 14px;
    margin-top: 10px;
  }
  .index1 .banner2 {
    margin-top: 30px;
  }
  .index2 {
    height: 50vh;
  }
  .index2 .index2-content h2 {
    font-size: 60px;
  }
  .index2 .index2-content h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .index2 .index2-content .index-btn {
    margin-top: 30px;
  }
  .index2 .index2-content .index-btn a {
    width: 210px;
    height: 50px;
    border: 1px solid #bcbcbc;
    line-height: 50px;
    color: #f5f5f5;
    transition: 0.5s;
  }
  .index2 .index2-content .index-btn a:first-of-type {
    margin-right: 60px;
  }
  .index2 .index2-content .index-btn a:hover {
    background: #9c1c1f;
    border-color: #9c1c1f;
  }
  .index3 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .index3 .jiangxin ul .title .title-tp h3 {
    font-size: 58px;
    margin-right: 16px;
  }
  .index3 .jiangxin ul .title .title-tp p {
    font-size: 24px;
  }
  .index3 .jiangxin ul .title .title-bt h3 {
    font-size: 58px;
    margin-left: 8px;
  }
  .index3 .jiangxin ul .title .title-bt p {
    font-size: 14px;
    line-height: 26px;
  }
  .index3 .jiangxin ul .picture {
    width: 27%;
    margin-left: 1%;
    overflow: hidden;
  }
  .index3 .jiangxin ul .picture .img {
    height: 22vw;
  }
  .index3 .jiangxin ul .picture .info {
    height: 40%;
    padding-top: 15%;
    padding-left: 10px;
  }
  .index3 .jiangxin ul .picture .info h3 {
    font-size: 18px;
  }
  .index3 .jiangxin ul .picture .info p {
    margin-top: 6px;
  }
  .index3 .company-profile {
    margin-top: 40px;
  }
  .index3 .company-profile .pc-content {
    flex-wrap: wrap;
  }
  .index3 .company-profile .pc-content .con-video {
    margin-bottom: 30px;
  }
  .index3 .company-profile .pc-content .con-video .video-box {
    width: 200px;
    height: 300px;
  }
  .index3 .company-profile .pc-content .con-video .video-box .img img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .index3 .company-profile .pc-content .con-video .video-box i {
    width: 45px;
    height: 45px;
    background-size: contain;
  }
  .index3 .company-profile .pc-content .article {
    padding-left: 20px;
  }
  .index3 .company-profile .pc-content .article .title {
    margin-left: 0px;
  }
  .index3 .company-profile .pc-content .article .title p {
    font-size: 16px;
  }
  .index3 .company-profile .pc-content .article .title h3 {
    font-size: 50px;
  }
  .index3 .company-profile .video-shade .video {
    width: 365px;
    height: 650px;
    position: relative;
  }
  .pageContent .history {
    padding: 75px 0 5rem;
  }
  .pageContent .history .history-content {
    padding-top: 75px;
  }
  .pageContent .history .history-content .history-swiper1 {
    max-width: 90%;
  }
  .pageContent .history .history-content .history-swiper1 .swiper-slide .describe h3 {
    font-size: 110px;
  }
  .pageContent .history .history-content .line {
    margin-top: 40px;
  }
  .pageContent .job-page .job-content .jobList li {
    margin-bottom: 30px;
    border-radius: 20px;
    transition: 0.3s;
    padding: 20px 35px;
  }
  .pageContent .contact .contact-content .right-contact .wxBox {
    display: flex;
  }
  .pageContent .contact .contact-content .right-contact .wxBox div img {
    display: block;
    width: 16.7vw;
    height: 16.7vw;
  }
  .pageContent .contact .contact-map {
    margin-top: 40px;
  }
  .pageContent .contact .contact-map #dituContent {
    height: 35vw;
  }
  .pageContent .fddz-page .fddz-content .left-fddz {
    width: 48vw;
  }
  .pageContent .fddz-page .fddz-content .left-fddz .fddzList li .tit h4 {
    font-size: 20px;
  }
  .pageContent .fddz-page .fddz-content .left-fddz .fddzList li .info p {
    font-size: 15px;
  }
  .pageContent .fddz-page .fddz-content .right-fddz .fddz-video {
    width: 29.17vw;
    height: 52.08vw;
  }
  .pageContent .fddz-page .fddz-content .right-fddz .fddz-video .border {
    left: -10px;
    top: 10px;
  }
  .pageContent .fddz-page .fddz-content .right-fddz .fddz-video .bg {
    right: -10px;
    top: -10px;
  }
  .pageContent .bazaar-page .bazaar-content .list1 .title h3 {
    font-size: 22px;
  }
  .pageContent .bazaar-page .bazaar-content .list1 .title p {
    font-size: 18px;
  }
  .pageContent .bazaar-page .bazaar-content .list2 .title h3 {
    font-size: 22px;
  }
  .pageContent .bazaar-page .bazaar-content .list2 .title p {
    font-size: 18px;
  }
  .pageContent .bazaar-page .bazaar-content .list3 .numCount {
    display: flex;
  }
  .pageContent .bazaar-page .bazaar-content .list3 .numCount .item .numU {
    padding: 2.2vw 0;
  }
  .pageContent .bazaar-page .bazaar-content .list3 .numCount .item .indc {
    font-size: 18px;
    margin-top: 15px;
  }
  .pageContent .hjzs-page .hjzs-content .hjzsList li {
    margin-bottom: 30px;
    width: 32.25%;
    margin-right: 1%;
  }
  .pageContent .hjzs-page .hjzs-content .hjzsList li a .img {
    height: 21.4vw;
  }
  .pageContent .hjzs-page .hjzs-content .hjzsList li a h3 {
    font-size: 15px;
  }
  .pageContent .cook-page .cook-content .left-cook h3 {
    font-size: 24px;
  }
  .pageContent .cook-page .cook-content .left-cook .cook-type {
    width: calc(100% - 145px);
  }
  .pageContent .cook-page .cook-content .left-cook .cook-type a {
    font-size: 16px;
  }
  .pageContent .cook-page .cook-content .cookList li {
    width: 24.25%;
    margin-right: 1%;
  }
  .pageContent .cook-page .cook-content .cookList li a .img {
    height: 18.15vw;
  }
  .pageContent .cook-page .cook-content .cookList li a h3 {
    font-size: 14px;
  }
  .pageContent .cook-page .cook-content .cook-detail-content .cook-detail-title {
    text-align: center;
  }
  .pageContent .cook-page .cook-content .cook-detail-content .cook-detail-title h3 {
    font-size: 24px;
  }
  .pageContent .cook-page .cook-content .cook-detail-content .cook-detail-video {
    width: 32vw;
    height: 57.2vw;
  }
  .pageContent .news-page {
    padding: 75px 0 5rem;
  }
  .pageContent .news-page .news-content .right-news .newsList li {
    width: 48.5%;
    margin-right: 3%;
  }
  .pageContent .news-page .news-content .right-news .newsList li a .img {
    height: 26vw;
    overflow: hidden;
  }
  .pageContent .news-page .news-content .right-news .videoList li {
    width: 48.5%;
    margin-right: 3%;
  }
  .pageContent .news-page .news-content .right-news .videoList li a .img {
    height: 26vw;
  }
  .pageContent .news-page .news-content .right-news .news-detail-content .news-detail-title {
    text-align: center;
  }
  .pageContent .news-page .news-content .right-news .news-detail-content .news-detail-title h3 {
    font-size: 24px;
  }
  .pageContent .news-page .news-content .right-news .news-detail-content .news-detail-video {
    width: 100%;
    height: 34vw;
  }
  .pageContent .honor-page .honor-content .honorList li h3 {
    font-size: 32px;
  }
  .pageContent .honor-page .honor-content .honorList li .listCon {
    font-size: 18px;
    line-height: 30px;
  }
  .product-page .product-center .right-con {
    width: 200px;
  }
  .product-page .product-center .right-con {
    width: calc(100% - 220px);
  }
  .product-page .product-center .right-con .product-list li {
    width: 32.5%;
    margin-right: 1.25%;
  }
  .product-page .product-center .right-con .product-list li a .img {
    height: 16vw;
    overflow: hidden;
  }
  .prodectInfo .info-main .info-img {
    width: 50vw;
  }
  .prodectInfo .info-main .info-img .s-info-img .small-swiper .swiper-slide {
    height: 8vw;
  }
  .prodectInfo .info-main .info-img .b-info-img {
    width: 50vw;
  }
  .prodectInfo .info-main .info-img .b-info-img .big-swiper .swiper-slide {
    width: 50vw;
    height: 33.333vw;
  }
  .prodectInfo .info-main .info-content {
    padding-left: 50px;
    width: calc(100% - 50vw);
  }
  .prodectInfo .info-main .info-content .tit h3 {
    font-size: 22px;
  }
  .prodectInfo .info-main .info-content .param {
    margin-top: 20px;
  }
  .prodectInfo .info-main .info-content .param h3 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .prodectInfo .info-main .info-content .param ul li {
    width: auto;
    margin-top: 20px;
    min-width: 50%;
  }
  .prodectInfo .info-main .info-content .param ul li h4,
  .prodectInfo .info-main .info-content .param ul li p {
    font-size: 14px;
  }
  .prodectInfo .info-details {
    margin-top: 50px;
  }
  .product-recommend {
    margin-top: 50px;
  }
  .product-recommend .product-swiper .swiper-slide {
    margin-bottom: 30px;
  }
  .product-recommend .product-swiper .swiper-slide a .img {
    height: 35vw;
  }
  .product-recommend .product-swiper .swiper-slide a .info {
    height: 90px;
    padding-top: 25px;
  }
  .product-sider {
    width: 200px;
  }
  .product-sider .tit h3 {
    font-size: 22px;
  }
  .product-sider .sider-list {
    background: #fff;
    border-radius: 18px;
    padding: 25px 0;
  }
  .product-sider .sider-list a {
    margin-bottom: 15px;
  }
  #footer .web-footer-nav dl {
    width: 14%;
  }
  #footer .bottom {
    border-top: 1px solid #575757;
    padding: 1rem 0;
  }
  #footer .bottom .bottom-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #footer .bottom .bottom-info .bot-l {
    color: #b2b2b2;
  }
  #footer .bottom .bottom-info .bot-l p {
    line-height: 28px;
    font-size: 0.7rem;
  }
  #footer .bottom .bottom-info .bot-l p a {
    color: #b2b2b2;
    display: inline-block;
    line-height: 28px;
    font-size: 0.7rem;
  }
  #footer .bottom .bottom-info .bot-l p a.gongan {
    background: url(../images/gongan.png) no-repeat left center;
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .main {
    margin: 0 auto;
    padding: 0 50px;
    width: 100%;
    box-sizing: border-box;
  }
  .neiye {
    padding: 50px 0 5rem;
  }
  .fixed-banner {
    height: 36vw;
  }
  .fixed-banner1 {
    height: 40vh;
  }
  .fixed-banner1 .bg-img .main {
    padding-top: 76px;
  }
  .fixed-banner1 .bg-img p {
    font-size: 32px;
  }
  .fixed-banner1 .bg-img h3 {
    font-size: 35px;
  }
  .rig-title .tit {
    width: 150px;
    height: 140px;
    position: relative;
  }
  .rig-title .tit .h p {
    font-size: 40px;
  }
  .rig-title .tit .h h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .rig-title .tit span {
    top: 6px;
    left: 6px;
  }
  #header {
    height: 76px;
  }
  #header .web-nav {
    position: relative;
  }
  #header .web-nav .web-nav-list {
    display: none;
  }
  #header .web-nav .m-nav-list {
    display: flex;
  }
  .index1 {
    padding: 20px 0 40px;
  }
  .index1 .proType li a .img {
    height: 70px;
    border-right: 1px solid #eaeaea;
  }
  .index1 .proType li a .img .icon1 {
    background-size: 90px 69.5px;
  }
  .index1 .proType li a .img .icon2 {
    background-size: 90px 69.5px;
  }
  .index1 .proType li a h3 {
    font-size: 14px;
  }
  .index1 .banner2 {
    margin-top: 30px;
  }
  .index1 .banner2 .swiper-slide li {
    width: 49%;
    margin-right: 2%;
  }
  .index1 .banner2 .swiper-slide li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .index1 .banner2 .swiper-slide li:nth-of-type(2n) {
    margin-right: 0;
  }
  .index1 .banner2 .swiper-slide li a .img {
    height: 29.3vw;
  }
  .index1 .banner2 .swiper-slide li a h3 {
    font-size: 14px;
    margin-top: 15px;
  }
  .index1 .banner2 .swiper-slide li a p {
    font-size: 12px;
  }
  .index2 {
    height: auto;
    padding-bottom: 2rem;
  }
  .index2 .index2-content {
    padding-top: 30px;
  }
  .index2 .index2-content h2 {
    font-size: 45px;
    margin-top: 20px;
  }
  .index2 .index2-content p {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 8px;
  }
  .index2 .index2-content h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .index2 .index2-content h4 {
    font-size: 12px;
  }
  .index2 .index2-content .index-btn {
    margin-top: 30px;
  }
  .index2 .index2-content .index-btn a {
    width: 180px;
    height: 44px;
    line-height: 44px;
  }
  .index2 .index2-content .index-btn a:first-of-type {
    margin-right: 40px;
  }
  .index3 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .index3 .jiangxin ul .title {
    width: 48%;
  }
  .index3 .jiangxin ul .title .title-tp {
    justify-content: center;
  }
  .index3 .jiangxin ul .title .title-tp h3 {
    font-size: 48px;
    margin-right: 16px;
  }
  .index3 .jiangxin ul .title .title-tp p {
    font-size: 24px;
  }
  .index3 .jiangxin ul .title .title-bt {
    justify-content: center;
  }
  .index3 .jiangxin ul .title .title-bt h3 {
    font-size: 48px;
  }
  .index3 .jiangxin ul .title .title-bt p {
    font-size: 14px;
    line-height: 24px;
  }
  .index3 .jiangxin ul .picture {
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .index3 .jiangxin ul .picture:nth-of-type(3) {
    margin-left: 0;
  }
  .index3 .jiangxin ul .picture .img {
    height: 40vw;
  }
  .index3 .company-profile {
    margin-top: 40px;
  }
  .index3 .company-profile .pc-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .index3 .company-profile .pc-content .con-video {
    width: 240px;
    margin-bottom: 30px;
  }
  .index3 .company-profile .pc-content .con-video .video-box .img img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .index3 .company-profile .pc-content .article .font {
    margin-right: 15px;
  }
  .index3 .company-profile .pc-content .article .font p {
    width: 38px;
    line-height: 38px;
  }
  .index3 .company-profile .pc-content .article .title {
    margin-left: 0px;
  }
  .index3 .company-profile .pc-content .article .title p {
    font-size: 16px;
  }
  .index3 .company-profile .pc-content .article .title h3 {
    font-size: 40px;
  }
  .index3 .company-profile .video-shade .video {
    width: 43vw;
    height: 76.6vw;
    position: relative;
  }
  .index3 .company-profile .video-shade .video .iconfont {
    font-size: 16px;
  }
  .pageContent .company .company-index1 article {
    margin-top: 30px;
  }
  .pageContent .company .company-index2 {
    padding-top: 30px;
  }
  .pageContent .company .company-index2 article {
    margin-top: 30px;
  }
  .pageContent .history {
    padding: 50px 0 5rem;
  }
  .pageContent .history .history-content {
    padding-top: 50px;
  }
  .pageContent .history .history-content .history-swiper1 {
    margin: 0 auto;
    padding: 0 50px;
    width: 100%;
    box-sizing: border-box;
    height: 40vh;
  }
  .pageContent .history .history-content .history-swiper1 .swiper-slide .describe h3 {
    font-size: 90px;
  }
  .pageContent .history .history-content .line {
    margin-top: 30px;
  }
  .pageContent .job-page .job-content {
    margin-top: 40px;
  }
  .pageContent .job-page .job-content .jobList li {
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 20px;
  }
  .pageContent .job-info {
    padding: 50px 0 5rem;
  }
  .pageContent .job-info .job-content {
    padding-top: 40px;
    min-height: 10rem;
  }
  .pageContent .job-info .job-content .left-job {
    width: 100%;
  }
  .pageContent .job-info .job-content .right-job {
    margin-top: 20px;
    width: 100%;
  }
  .pageContent .job-info .job-content .right-job .jobs {
    box-sizing: border-box;
    padding: 0 10px;
  }
  .pageContent .contact .public-titleBox h2 {
    font-size: 32px;
  }
  .pageContent .contact .contact-content .left-contact {
    width: 360px;
  }
  .pageContent .contact .contact-content .left-contact .contact-list {
    margin-top: 1rem;
  }
  .pageContent .contact .contact-content .left-contact .contact-list li {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .pageContent .contact .contact-content .left-contact .contact-list li a {
    font-size: 0.8rem;
  }
  .pageContent .contact .contact-content .right-contact .wxBox {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pageContent .contact .contact-content .right-contact .wxBox div {
    margin-bottom: 3vw;
    margin-right: 0;
    margin-left: 3vw;
  }
  .pageContent .contact .contact-content .right-contact .wxBox div img {
    width: 20vw;
    height: 20vw;
    min-height: 160px;
    min-width: 160px;
  }
  .pageContent .contact .contact-map {
    margin-top: 40px;
  }
  .pageContent .contact .contact-map #dituContent {
    height: 49vw;
  }
  .pageContent .fddz-page .fddz-content {
    justify-content: space-between;
  }
  .pageContent .fddz-page .fddz-content .left-fddz {
    width: 48vw;
  }
  .pageContent .fddz-page .fddz-content .left-fddz .fddzList li {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .pageContent .fddz-page .fddz-content .left-fddz .fddzList li .tit .iconfont {
    font-size: 30px;
    width: 42px;
  }
  .pageContent .fddz-page .fddz-content .left-fddz .fddzList li .tit h4 {
    font-size: 18px;
  }
  .pageContent .fddz-page .fddz-content .left-fddz .fddzList li .info {
    padding-left: 42px;
  }
  .pageContent .fddz-page .fddz-content .left-fddz .fddzList li .info p {
    font-size: 14px;
    line-height: 24px;
  }
  .pageContent .fddz-page .fddz-content .right-fddz {
    margin-left: 0;
  }
  .pageContent .fddz-page .fddz-content .right-fddz .fddz-video {
    width: 34vw;
    height: 60.6vw;
  }
  .pageContent .fddz-page .fddz-content .right-fddz .fddz-video .border {
    left: -6px;
    top: 6px;
  }
  .pageContent .fddz-page .fddz-content .right-fddz .fddz-video .bg {
    right: -6px;
    top: -6px;
  }
  .pageContent .hjzs-page .hjzs-content .hjzsList li {
    margin-bottom: 30px;
    width: 49%;
    margin-right: 2%;
  }
  .pageContent .hjzs-page .hjzs-content .hjzsList li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .pageContent .hjzs-page .hjzs-content .hjzsList li:nth-of-type(2n) {
    margin-right: 0;
  }
  .pageContent .hjzs-page .hjzs-content .hjzsList li a .img {
    height: 33vw;
  }
  .pageContent .hjzs-page .hjzs-content .hjzsList li a h3 {
    font-size: 14px;
  }
  .pageContent .bazaar-page .bazaar-content .list1 .title h3 {
    font-size: 22px;
  }
  .pageContent .bazaar-page .bazaar-content .list1 .title p {
    font-size: 18px;
  }
  .pageContent .bazaar-page .bazaar-content .list2 .title {
    width: 44%;
  }
  .pageContent .bazaar-page .bazaar-content .list2 .title h3 {
    font-size: 22px;
  }
  .pageContent .bazaar-page .bazaar-content .list2 .title p {
    font-size: 18px;
  }
  .pageContent .bazaar-page .bazaar-content .list2 .imgList {
    width: 54%;
  }
  .pageContent .bazaar-page .bazaar-content .list3 .numCount {
    display: flex;
  }
  .pageContent .bazaar-page .bazaar-content .list3 .numCount .item {
    width: 24.25%;
    margin-right: 1%;
  }
  .pageContent .bazaar-page .bazaar-content .list3 .numCount .item .numU {
    padding: 2.5vw 0;
  }
  .pageContent .bazaar-page .bazaar-content .list3 .numCount .item .indc {
    font-size: 16px;
    margin-top: 10px;
  }
  .pageContent .cook-page .cook-content .left-cook {
    margin-bottom: 30px;
  }
  .pageContent .cook-page .cook-content .left-cook h3 {
    font-size: 22px;
    width: 120px;
  }
  .pageContent .cook-page .cook-content .left-cook .cook-type {
    width: calc(100% - 125px);
  }
  .pageContent .cook-page .cook-content .left-cook .cook-type a {
    font-size: 14px;
    padding: 0 2%;
  }
  .pageContent .cook-page .cook-content .cookList li {
    width: 32.5%;
    margin-right: 1.25%;
  }
  .pageContent .cook-page .cook-content .cookList li:nth-of-type(4n) {
    margin-right: 1.25%;
  }
  .pageContent .cook-page .cook-content .cookList li:nth-of-type(3n) {
    margin-right: 0;
  }
  .pageContent .cook-page .cook-content .cookList li a .img {
    height: 24vw;
  }
  .pageContent .cook-page .cook-content .cookList li a h3 {
    font-size: 14px;
  }
  .pageContent .cook-page .cook-content .cook-detail-content .cook-detail-title h3 {
    font-size: 22px;
  }
  .pageContent .cook-page .cook-content .cook-detail-content .cook-detail-title .b {
    font-size: 12px;
  }
  .pageContent .cook-page .cook-content .cook-detail-content .cook-detail-video {
    width: 45vw;
    height: 80.4vw;
  }
  .pageContent .cook-page .cook-content .cook-detail-content .newsPage .page-a {
    width: 100%;
    font-size: 16px;
  }
  .pageContent .cook-page .cook-content .cook-detail-content .newsPage .page-a:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pageContent .news-page {
    padding: 50px 0 5rem;
  }
  .pageContent .news-page .news-content .left-news {
    width: 100%;
  }
  .pageContent .news-page .news-content .right-news {
    width: 100%;
    margin-top: 40px;
  }
  .pageContent .news-page .news-content .right-news .newsList li {
    width: 48.5%;
    margin-right: 3%;
  }
  .pageContent .news-page .news-content .right-news .newsList li a .img {
    height: 30vw;
    overflow: hidden;
  }
  .pageContent .news-page .news-content .right-news .videoList li {
    width: 48.5%;
    margin-right: 3%;
  }
  .pageContent .news-page .news-content .right-news .videoList li a .img {
    height: 30vw;
    overflow: hidden;
  }
  .pageContent .news-page .news-content .right-news .news-detail-content .news-detail-title h3 {
    font-size: 22px;
  }
  .pageContent .news-page .news-content .right-news .news-detail-content .news-detail-title .b {
    font-size: 12px;
  }
  .pageContent .news-page .news-content .right-news .news-detail-content .news-detail-video {
    width: 100%;
    height: 42vw;
  }
  .pageContent .news-page .news-content .right-news .news-detail-content .newsPage .page-a {
    width: 100%;
    font-size: 16px;
  }
  .pageContent .news-page .news-content .right-news .news-detail-content .newsPage .page-a:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pageContent .honor-page .honor-content .honorList li h3 {
    font-size: 32px;
  }
  .pageContent .honor-page .honor-content .honorList li .listCon {
    font-size: 18px;
    line-height: 30px;
  }
  .product-page .product-center .left-con {
    width: 180px;
  }
  .product-page .product-center .right-con {
    width: calc(100% - 200px);
  }
  .product-page .product-center .right-con .product-list li {
    width: 49%;
    margin-right: 2%;
  }
  .product-page .product-center .right-con .product-list li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .product-page .product-center .right-con .product-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .product-page .product-center .right-con .product-list li a .img {
    height: 22.8vw;
    overflow: hidden;
  }
  .product-page .product-center .right-con .product-list li a h3 {
    font-size: 14px;
  }
  .product-page .product-center .right-con .product-list li a p {
    font-size: 12px;
  }
  .prodectInfo .info-main {
    justify-content: center;
  }
  .prodectInfo .info-main .info-img {
    width: 70.3125vw;
  }
  .prodectInfo .info-main .info-img .s-info-img {
    margin-top: 10px;
  }
  .prodectInfo .info-main .info-img .s-info-img .small-swiper .swiper-slide {
    height: 11.24vw;
  }
  .prodectInfo .info-main .info-img .b-info-img {
    width: 70.3125vw;
  }
  .prodectInfo .info-main .info-img .b-info-img .big-swiper .swiper-slide {
    width: 70.3125vw;
    height: 46.875vw;
  }
  .prodectInfo .info-main .info-content {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .prodectInfo .info-main .info-content .tit {
    color: #9c1c1f;
  }
  .prodectInfo .info-main .info-content .param {
    margin-top: 20px;
  }
  .prodectInfo .info-main .info-content .param h3 {
    font-size: 18px;
    padding-bottom: 10px;
    color: #333;
  }
  .prodectInfo .info-main .info-content .param ul li {
    width: auto;
    margin-top: 20px;
    min-width: 50%;
  }
  .prodectInfo .info-main .info-content .param ul li h4,
  .prodectInfo .info-main .info-content .param ul li p {
    font-size: 14px;
  }
  .prodectInfo .info-details {
    margin-top: 30px;
  }
  .prodectInfo .info-details .details-content .title {
    height: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #aeaaa7;
  }
  .prodectInfo .info-details .details-content .title h3 {
    font-size: 18px;
  }
  .prodectInfo .info-details .details-content .newsPage .page-a {
    width: 100%;
    font-size: 16px;
  }
  .prodectInfo .info-details .details-content .newsPage .page-a:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .product-recommend {
    margin-top: 40px;
  }
  .product-recommend .title h3 {
    font-size: 18px;
  }
  .product-recommend .product-swiper .swiper-slide {
    margin-bottom: 30px;
  }
  .product-recommend .product-swiper .swiper-slide a .img {
    height: 35vw;
  }
  .product-recommend .product-swiper .swiper-slide a .info {
    height: 90px;
    padding-top: 25px;
  }
  .product-sider {
    width: 180px;
  }
  .product-sider .tit {
    padding: 20px 8px;
  }
  .product-sider .tit h3 {
    font-size: 20px;
  }
  .product-sider .sider-list {
    border-radius: 15px;
    padding: 20px 0;
  }
  .product-sider .sider-list a {
    display: block;
    padding: 4px 8px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .main {
    padding: 0 2.604vw;
    box-sizing: border-box;
  }
  .neiye {
    padding: 2rem 0 4rem;
  }
  .fixed-banner {
    height: 38vw;
  }
  .fixed-banner1 {
    height: 40vh;
  }
  .fixed-banner1 .bg-img .main {
    padding-top: 55px;
  }
  .fixed-banner1 .bg-img p {
    font-size: 1.6rem;
  }
  .fixed-banner1 .bg-img h3 {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
  .rig-title .tit {
    width: 7.5rem;
    height: 7rem;
    position: relative;
  }
  .rig-title .tit .h p {
    font-size: 2rem;
  }
  .rig-title .tit .h h2 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .rig-title .tit span {
    top: 0.3rem;
    left: 0.3rem;
  }
  #header {
    height: 55px;
  }
  #header .web-nav {
    position: relative;
  }
  #header .web-nav .web-nav-list {
    display: none;
  }
  #header .web-nav .m-nav-list {
    display: flex;
  }
  #header .web-nav .m-nav-list .nav-logo h1 a img {
    height: 50px;
  }
  #header .web-nav .m-nav-list .nav-menu {
    height: 100%;
    display: flex;
    align-self: center;
  }
  #header .web-nav .m-nav-list .nav-menu .tmall {
    margin-right: 1.5rem;
  }
  #header .web-nav .m-nav-list .nav-menu .menu {
    height: 20px;
  }
  #header .web-nav .m-nav-list .nav-menu .menu span {
    height: 2px;
    width: 22px;
  }
  #header .web-nav .m-nav-list .nav-menu .menu span i {
    height: 2px;
    width: 3px;
    left: -6px;
  }
  #header .web-nav .m-nav-list .nav-menu .click span:nth-of-type(1) {
    top: 9px;
  }
  #header .web-nav .m-nav-list .nav-menu .click span:nth-of-type(3) {
    bottom: 9px;
  }
  #header .web-nav .nav-sidebar .nav-list li .erji a {
    line-height: 34px;
  }
  .banner1-pagination {
    display: none;
  }
  .home-banner .banner2 .swiper-slide .m-swiper-img {
    display: block;
  }
  .home-banner .banner2 .swiper-slide .pc-swiper-img {
    display: none;
  }
  .index1 {
    padding: 1rem 0 2rem;
  }
  .index1 .proType li {
    width: 20%;
    margin-bottom: 0.5rem;
  }
  .index1 .proType li a .img {
    height: 3.5rem;
  }
  .index1 .proType li a .img .icon1 {
    background-size: 4.5rem 3.5rem;
  }
  .index1 .proType li a .img .icon2 {
    background-size: 4.5rem 3.5rem;
  }
  .index1 .proType li a h3 {
    font-size: 0.6rem;
  }
  .index1 .banner2 {
    margin-top: 1.5rem;
  }
  .index1 .banner2 .swiper-slide li {
    width: 49%;
    margin-right: 2%;
  }
  .index1 .banner2 .swiper-slide li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .index1 .banner2 .swiper-slide li:nth-of-type(2n) {
    margin-right: 0;
  }
  .index1 .banner2 .swiper-slide li a .img {
    height: 31.2vw;
  }
  .index1 .banner2 .swiper-slide li a h3 {
    font-size: 12px;
    margin-top: 0.75rem;
  }
  .index1 .banner2 .swiper-slide li a p {
    font-size: 0.6rem;
  }
  .index2 {
    height: auto;
    padding-bottom: 2rem;
  }
  .index2 .index2-content {
    padding-top: 1.5rem;
  }
  .index2 .index2-content img {
    width: 6rem;
  }
  .index2 .index2-content h2 {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .index2 .index2-content p {
    font-size: 14px;
    margin-top: 0.5rem;
    letter-spacing: 0.4rem;
  }
  .index2 .index2-content h3 {
    font-size: 16px;
    margin-bottom: 0.75rem;
  }
  .index2 .index2-content h4 {
    font-size: 0.6rem;
    letter-spacing: 0.1rem;
  }
  .index2 .index2-content .index-btn {
    margin-top: 1.5rem;
  }
  .index2 .index2-content .index-btn a {
    width: 9rem;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .index2 .index2-content .index-btn a:first-of-type {
    margin-right: 2rem;
  }
  .index3 {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .index3 .jiangxin ul .title {
    width: 48%;
  }
  .index3 .jiangxin ul .title .title-tp {
    justify-content: center;
  }
  .index3 .jiangxin ul .title .title-tp h3 {
    font-size: 2.2rem;
    margin-right: 0.8rem;
  }
  .index3 .jiangxin ul .title .title-tp p {
    font-size: 1rem;
  }
  .index3 .jiangxin ul .title .title-bt {
    justify-content: center;
  }
  .index3 .jiangxin ul .title .title-bt h3 {
    font-size: 2.2rem;
  }
  .index3 .jiangxin ul .title .title-bt p {
    font-size: 0.6rem;
    line-height: 1.8;
  }
  .index3 .jiangxin ul .picture {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 1rem;
    overflow: hidden;
  }
  .index3 .jiangxin ul .picture:nth-of-type(3) {
    margin-left: 0;
  }
  .index3 .jiangxin ul .picture .img {
    height: 42vw;
  }
  .index3 .jiangxin ul .picture .info {
    padding-top: 1rem;
    height: auto;
    padding-bottom: 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    background: #fff;
  }
  .index3 .jiangxin ul .picture .info h3 {
    font-size: 14px;
  }
  .index3 .jiangxin ul .picture .info p {
    margin-top: 0.5rem;
    font-size: 0.7rem;
  }
  .index3 .jiangxin ul .picture .info i {
    display: none;
  }
  .index3 .company-profile {
    margin-top: 2rem;
  }
  .index3 .company-profile .pc-content {
    display: none;
  }
  .index3 .company-profile .m-content {
    display: block;
  }
  .index3 .company-profile .video-shade .video {
    width: 80vw;
    height: 80vh;
    position: relative;
  }
  .index3 .company-profile .video-shade .video .iconfont {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.9rem;
    right: -2.25rem;
    top: -1rem;
  }
  #footer .bottom .bottom-info {
    display: block;
  }
  #footer .bottom .bottom-info .bot-l {
    color: #b2b2b2;
  }
  #footer .bottom .bottom-info .bot-l p {
    line-height: 20px;
  }
  #footer .bottom .bottom-info .bot-l p a {
    color: #b2b2b2;
    display: inline-block;
    line-height: 20px;
  }
  #footer .bottom .bottom-info .bot-l p a.gongan {
    background: url(../images/gongan.png) no-repeat left center;
    padding-left: 24px;
  }
  #footer .bottom .bottom-info .bot-r .tel {
    font-size: 20px;
  }
  #footer .bottom .bottom-info .bot-r .tel i {
    width: 16px;
    height: 16px;
  }
  .pageContent .public-titleBox {
    display: flex;
    align-items: flex-end;
  }
  .pageContent .public-titleBox h3 {
    font-size: 20px;
  }
  .pageContent .public-titleBox span {
    font-size: 12px;
  }
  .pageContent .company .company-index1 article {
    margin-top: 1.5rem;
    font-size: 14px;
    line-height: 28px;
  }
  .pageContent .company .company-index2 {
    padding-top: 1.5rem;
  }
  .pageContent .company .company-index2 article {
    margin-top: 1.5rem;
    font-size: 14px;
    line-height: 28px;
  }
  .pageContent .history {
    padding: 2rem 0 4rem;
  }
  .pageContent .history .history-content {
    padding-top: 2rem;
  }
  .pageContent .history .history-content .history-swiper1 {
    margin: 0 auto;
    width: 96%;
    box-sizing: border-box;
    height: auto;
  }
  .pageContent .history .history-content .history-swiper1 .swiper-slide {
    height: auto;
  }
  .pageContent .history .history-content .history-swiper1 .swiper-slide .describe {
    width: 100%;
    height: auto;
  }
  .pageContent .history .history-content .history-swiper1 .swiper-slide .describe h3 {
    font-size: 3.5rem;
  }
  .pageContent .history .history-content .history-swiper1 .swiper-slide .describe-img {
    width: 100%;
    margin-top: 0.5rem;
  }
  .pageContent .history .history-content .line {
    margin-top: 1.5rem;
  }
  .pageContent .job-page .public-titleBox h2 {
    font-size: 1.6rem;
  }
  .pageContent .job-page .job-content {
    margin-top: 1.5rem;
  }
  .pageContent .job-page .job-content .jobList li {
    margin-bottom: 0.5rem;
    border-radius: 15px;
    padding: 1.5rem 1rem;
  }
  .pageContent .job-page .job-content .jobList li:hover {
    background: #ffffff;
    box-shadow: 3px 2px 6px rgba(168, 168, 168, 0.3);
  }
  .pageContent .job-page .job-content .jobList li .tit h3 {
    font-size: 16px;
  }
  .pageContent .job-page .job-content .jobList li .tit i {
    width: 14px;
    height: 18px;
  }
  .pageContent .job-page .job-content .jobList li .desc {
    display: flex;
    margin-top: 0.75rem;
  }
  .pageContent .job-page .job-content .jobList li .desc span {
    color: #999;
    margin-right: 1rem;
    font-size: 12px;
  }
  .pageContent .job-page .job-content .jobList li article {
    font-size: 14px;
    margin-top: 1rem;
    line-height: 28px;
  }
  .pageContent .job-info {
    padding: 2rem 0 4rem;
  }
  .pageContent .job-info .job-content {
    padding-top: 1.5rem;
  }
  .pageContent .job-info .job-content .left-job {
    width: 100%;
  }
  .pageContent .job-info .job-content .right-job {
    margin-top: 0.5rem;
    width: 100%;
  }
  .pageContent .job-info .job-content .right-job .jobs {
    box-sizing: border-box;
    padding: 0 0.5rem;
  }
  .pageContent .contact .public-titleBox h2 {
    font-size: 1.6rem;
  }
  .pageContent .contact .contact-content {
    flex-wrap: wrap;
  }
  .pageContent .contact .contact-content .left-contact {
    width: 100%;
  }
  .pageContent .contact .contact-content .left-contact h3 {
    font-size: 18px;
  }
  .pageContent .contact .contact-content .left-contact .con1 {
    margin-bottom: 1.5rem;
  }
  .pageContent .contact .contact-content .left-contact .contact-list {
    margin-top: 1rem;
  }
  .pageContent .contact .contact-content .left-contact .contact-list li {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
  .pageContent .contact .contact-content .left-contact .contact-list li a {
    font-size: 14px;
  }
  .pageContent .contact .contact-content .right-contact {
    width: 100%;
    margin-top: 2rem;
    margin-left: 0vw;
  }
  .pageContent .contact .contact-content .right-contact .wxBox div img {
    width: 25vw;
    height: 25vw;
    min-height: 160px;
    min-width: 160px;
  }
  .pageContent .contact .contact-map {
    margin-top: 2rem;
  }
  .pageContent .contact .contact-map #dituContent {
    height: 50vw;
  }
  .pageContent .fddz-page .fddz-content .left-fddz {
    width: 100%;
  }
  .pageContent .fddz-page .fddz-content .left-fddz .fddzList li {
    padding-bottom: 10px;
    margin-bottom: 1.5rem;
  }
  .pageContent .fddz-page .fddz-content .left-fddz .fddzList li .tit .iconfont {
    font-size: 28px;
    width: 36px;
  }
  .pageContent .fddz-page .fddz-content .left-fddz .fddzList li .tit h4 {
    font-size: 16px;
  }
  .pageContent .fddz-page .fddz-content .left-fddz .fddzList li .info {
    padding-left: 36px;
  }
  .pageContent .fddz-page .fddz-content .left-fddz .fddzList li .info p {
    font-size: 12px;
    line-height: 24px;
  }
  .pageContent .fddz-page .fddz-content .right-fddz {
    width: 100%;
    margin-left: 0;
  }
  .pageContent .fddz-page .fddz-content .right-fddz .fddz-video {
    width: 80vw;
    height: 143vw;
    margin: 0 auto;
  }
  .pageContent .fddz-page .fddz-content .right-fddz .fddz-video .border {
    left: -6px;
    top: 6px;
  }
  .pageContent .fddz-page .fddz-content .right-fddz .fddz-video .bg {
    right: -6px;
    top: -6px;
  }
  .pageContent .hjzs-page .hjzs-content .hjzsList li {
    margin-bottom: 1rem;
    width: 49.5%;
    margin-right: 1%;
  }
  .pageContent .hjzs-page .hjzs-content .hjzsList li:nth-of-type(3n) {
    margin-right: 1%;
  }
  .pageContent .hjzs-page .hjzs-content .hjzsList li:nth-of-type(2n) {
    margin-right: 0;
  }
  .pageContent .hjzs-page .hjzs-content .hjzsList li a .img {
    height: 35vw;
  }
  .pageContent .hjzs-page .hjzs-content .hjzsList li a h3 {
    font-size: 12px;
  }
  .pageContent .bazaar-page .bazaar-content .list1 .title h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .pageContent .bazaar-page .bazaar-content .list1 .title p {
    font-size: 14px;
    margin-top: 1rem;
  }
  .pageContent .bazaar-page .bazaar-content .list1 .imgList {
    margin-top: 1.5rem;
  }
  .pageContent .bazaar-page .bazaar-content .list2 {
    flex-wrap: wrap;
  }
  .pageContent .bazaar-page .bazaar-content .list2 .title {
    width: 100%;
  }
  .pageContent .bazaar-page .bazaar-content .list2 .title h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .pageContent .bazaar-page .bazaar-content .list2 .title p {
    font-size: 14px;
    margin-top: 1rem;
  }
  .pageContent .bazaar-page .bazaar-content .list2 .imgList {
    width: 100%;
    margin-top: 1.5rem;
  }
  .pageContent .bazaar-page .bazaar-content .list3 .numCount {
    display: flex;
    flex-wrap: wrap;
  }
  .pageContent .bazaar-page .bazaar-content .list3 .numCount .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1rem;
  }
  .pageContent .bazaar-page .bazaar-content .list3 .numCount .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .pageContent .bazaar-page .bazaar-content .list3 .numCount .item .numU {
    padding: 6vw 0;
  }
  .pageContent .bazaar-page .bazaar-content .list3 .numCount .item .numU .numCX {
    font-size: 3rem;
  }
  .pageContent .bazaar-page .bazaar-content .list3 .numCount .item .indc {
    font-size: 14px;
    margin-top: 0.5rem;
  }
  .pageContent .cook-page .cook-content .left-cook {
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
  }
  .pageContent .cook-page .cook-content .left-cook i {
    width: 1.3rem;
    height: 1.3rem;
  }
  .pageContent .cook-page .cook-content .left-cook h3 {
    font-size: 18px;
    width: auto;
    left: 0.5rem;
  }
  .pageContent .cook-page .cook-content .left-cook .cook-type {
    width: 100%;
    overflow-x: auto;
    margin-top: 1rem;
  }
  .pageContent .cook-page .cook-content .left-cook .cook-type a {
    font-size: 14px;
    padding: 0;
    margin-right: 2.5%;
  }
  .pageContent .cook-page .cook-content .left-cook .cook-type a:last-of-type {
    margin-right: 0;
  }
  .pageContent .cook-page .cook-content .cookList li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .pageContent .cook-page .cook-content .cookList li:nth-of-type(4n) {
    margin-right: 2%;
  }
  .pageContent .cook-page .cook-content .cookList li:nth-of-type(2n) {
    margin-right: 0;
  }
  .pageContent .cook-page .cook-content .cookList li a .img {
    height: 39vw;
  }
  .pageContent .cook-page .cook-content .cookList li a .img .icon .iconfont {
    width: 2.5rem;
    height: 2.5rem;
  }
  .pageContent .cook-page .cook-content .cookList li a h3 {
    font-size: 12px;
  }
  .pageContent .cook-page .cook-content .cook-detail-content .cook-detail-title h3 {
    font-size: 1.3rem;
  }
  .pageContent .cook-page .cook-content .cook-detail-content .cook-detail-title .b {
    padding: 1rem 0;
    font-size: 0.6rem;
  }
  .pageContent .cook-page .cook-content .cook-detail-content .cook-detail-video {
    width: 80vw;
    height: 143vw;
  }
  .pageContent .cook-page .cook-content .cook-detail-content .newsPage .page-a {
    width: 100%;
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    color: #999;
  }
  .pageContent .cook-page .cook-content .cook-detail-content .newsPage .page-a:first-of-type {
    margin-right: 0%;
    margin-bottom: 1rem;
  }
  .pageContent .news-page {
    padding: 2rem 0 4rem;
  }
  .pageContent .news-page .news-content .left-news {
    width: 100%;
  }
  .pageContent .news-page .news-content .right-news {
    width: 100%;
    margin-top: 2rem;
  }
  .pageContent .news-page .news-content .right-news .newsList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .pageContent .news-page .news-content .right-news .newsList li a .img {
    height: 54vw;
    overflow: hidden;
  }
  .pageContent .news-page .news-content .right-news .newsList li a .info {
    padding: 1rem 0;
  }
  .pageContent .news-page .news-content .right-news .newsList li a .info h3 {
    font-size: 16px;
  }
  .pageContent .news-page .news-content .right-news .newsList li a .info article {
    font-size: 12px;
  }
  .pageContent .news-page .news-content .right-news .videoList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .pageContent .news-page .news-content .right-news .videoList li a .img {
    height: 54vw;
    overflow: hidden;
  }
  .pageContent .news-page .news-content .right-news .videoList li a .info {
    padding: 1rem 0;
  }
  .pageContent .news-page .news-content .right-news .videoList li a .info h3 {
    font-size: 16px;
  }
  .pageContent .news-page .news-content .right-news .videoList li a .info article {
    font-size: 12px;
  }
  .pageContent .news-page .news-content .right-news .news-detail-content .news-detail-title {
    text-align: center;
  }
  .pageContent .news-page .news-content .right-news .news-detail-content .news-detail-title h3 {
    font-size: 1.3rem;
  }
  .pageContent .news-page .news-content .right-news .news-detail-content .news-detail-title .b {
    padding: 1rem 0;
    font-size: 0.6rem;
  }
  .pageContent .news-page .news-content .right-news .news-detail-content .news-detail-video {
    width: 100%;
    height: 50vw;
  }
  .pageContent .news-page .news-content .right-news .news-detail-content .news-detail {
    font-size: 0.9rem;
    min-height: 20rem;
  }
  .pageContent .news-page .news-content .right-news .news-detail-content .newsPage .page-a {
    width: 100%;
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    color: #999;
  }
  .pageContent .news-page .news-content .right-news .news-detail-content .newsPage .page-a:first-of-type {
    margin-right: 0%;
    margin-bottom: 1rem;
  }
  .pageContent .honor-page {
    padding-bottom: 2rem;
  }
  .pageContent .honor-page .honor-content {
    min-height: 20rem;
  }
  .pageContent .honor-page .honor-content .honorList {
    padding-bottom: 6vw;
  }
  .pageContent .honor-page .honor-content .honorList li {
    width: 100%;
    margin-bottom: 8vw;
  }
  .pageContent .honor-page .honor-content .honorList li h3 {
    font-size: 1.6rem;
  }
  .pageContent .honor-page .honor-content .honorList li h3 span {
    right: auto;
    left: calc(-1.5rem - 2px);
    width: 1.5rem;
  }
  .pageContent .honor-page .honor-content .honorList li h3::after {
    right: auto;
    left: calc(-2rem - 6px);
  }
  .pageContent .honor-page .honor-content .honorList li h3::before {
    right: auto;
    left: calc(-2rem - 9px);
  }
  .pageContent .honor-page .honor-content .honorList li .listCon {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .pageContent .honor-page .honor-content .honorList li:nth-of-type(2n-1) {
    text-align: left;
    padding-right: 0;
    padding-left: 2rem;
  }
  .pageContent .honor-page .honor-content .honorList li:nth-of-type(2n-1) .listImg {
    justify-content: flex-start;
  }
  .pageContent .honor-page .honor-content .honorList li:nth-of-type(2n) {
    padding-left: 2rem;
    margin-top: 0;
  }
  .pageContent .honor-page .honor-content .honorList li:nth-of-type(2n) h3 span {
    left: calc(-1.5rem - 2px);
  }
  .pageContent .honor-page .honor-content .honorList li:nth-of-type(2n) h3::after {
    left: calc(-2rem - 6px);
  }
  .pageContent .honor-page .honor-content .honorList li:nth-of-type(2n) h3::before {
    left: calc(-2rem - 9px);
  }
  .pageContent .honor-page .honor-content .honorList .line {
    left: 0;
    right: auto;
  }
  .pageContent .honor-page .honor-content .honorList .icon-touxiang {
    left: -12px;
    right: auto;
  }
  .product-page .product-center {
    padding-top: 3.5rem;
  }
  .product-page .product-center .left-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2rem;
  }
  .product-page .product-center .right-con {
    width: calc(100%);
  }
  .product-page .product-center .right-con .product-list li {
    width: 49%;
    margin-right: 2%;
  }
  .product-page .product-center .right-con .product-list li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .product-page .product-center .right-con .product-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .product-page .product-center .right-con .product-list li a .img {
    height: 31.2vw;
    overflow: hidden;
  }
  .product-page .product-center .right-con .product-list li a h3 {
    font-size: 12px;
    margin-top: 0.75rem;
  }
  .product-page .product-center .right-con .product-list li a p {
    font-size: 0.6rem;
  }
  .prodectInfo .info-main {
    justify-content: center;
  }
  .prodectInfo .info-main .info-img {
    width: 100%;
  }
  .prodectInfo .info-main .info-img .s-info-img {
    margin-top: 0.5rem;
  }
  .prodectInfo .info-main .info-img .s-info-img .small-swiper .swiper-slide {
    height: 15vw;
  }
  .prodectInfo .info-main .info-img .b-info-img {
    width: 100%;
  }
  .prodectInfo .info-main .info-img .b-info-img .big-swiper .swiper-slide {
    width: 100% !important;
    height: 62.4vw;
  }
  .prodectInfo .info-main .info-content {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .prodectInfo .info-main .info-content .tit h3 {
    color: #9c1c1f;
    font-size: 1.2rem;
  }
  .prodectInfo .info-main .info-content .param {
    margin-top: 20px;
  }
  .prodectInfo .info-main .info-content .param h3 {
    font-size: 15px;
    padding-bottom: 0.5rem;
    color: #333;
  }
  .prodectInfo .info-main .info-content .param ul li {
    width: auto;
    margin-top: 1rem;
    min-width: 50%;
  }
  .prodectInfo .info-main .info-content .param ul li h4,
  .prodectInfo .info-main .info-content .param ul li p {
    font-size: 12px;
  }
  .prodectInfo .info-details {
    margin-top: 1.5rem;
  }
  .prodectInfo .info-details .details-content .title {
    height: 40px;
    margin-bottom: 1rem;
  }
  .prodectInfo .info-details .details-content .title h3 {
    font-size: 15px;
  }
  .prodectInfo .info-details .details-content .newsPage .page-a {
    width: 100%;
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    color: #999;
  }
  .prodectInfo .info-details .details-content .newsPage .page-a:first-of-type {
    margin-right: 0%;
    margin-bottom: 1rem;
  }
  .product-recommend {
    margin-top: 2rem;
  }
  .product-recommend .title h3 {
    font-size: 16px;
  }
  .product-recommend .product-swiper {
    display: none;
  }
  .product-recommend .m-product-swiper {
    display: block;
  }
  .product-sider {
    display: none;
  }
  .m-product-sider {
    display: block;
  }
}
@media (max-width: 1439.98px) {
  .home-banner .banner2 .box {
    top: 92%;
    right: 4%;
  }
}
@media (max-width: 1023.98px) {
  #header .web-nav {
    position: relative;
  }
  #header .web-nav .web-nav-list {
    display: none;
  }
  #header .web-nav .m-nav-list {
    display: flex;
  }
  #header .web-nav .nav-sidebar {
    display: block;
  }
  #playercontainer .jw-controls .jw-display-icon-container {
    width: 3.2rem;
    height: 3.2rem;
  }
  #m-playercontainer .jw-controls .jw-display-icon-container {
    width: 3.2rem;
    height: 3.2rem;
  }
  .index2 {
    flex-wrap: wrap;
  }
  .index2 .com-left {
    width: 100%;
  }
  .index2 .com-right {
    width: 100%;
  }
  #footer .web-footer-nav {
    display: none;
  }
  #footer .m-footer-nav {
    display: block;
  }
  .job-sider {
    min-height: auto;
    min-width: auto;
    border-right: none;
  }
  .job-sider .sider-title h3 {
    font-size: 1.2rem;
    height: 2rem;
  }
  .job-sider .sider-ul {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .job-sider .sider-ul li {
    margin-bottom: 1rem;
    margin-right: 1.5rem;
  }
  .job-sider .sider-ul li a i {
    margin-right: 0.5rem;
  }
  .join-sider {
    min-height: auto;
    min-width: auto;
    border-right: none;
  }
  .join-sider .sider-title {
    display: none;
  }
  .join-sider .m-sider-title {
    display: block;
  }
  .join-sider .sider-ul {
    margin-top: 10px;
  }
  .join-sider .sider-ul li {
    width: 100%;
    padding: 0.6rem 0;
    border-bottom: 1px solid #d0d0d0;
  }
  .join-sider .sider-ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #666666;
    padding-right: 1rem;
    box-sizing: border-box;
  }
  .join-sider .sider-ul li a:hover {
    color: #9c1c1f;
  }
  .join-sider .sider-ul li.active a {
    color: #9c1c1f;
  }
  .prodectInfo .sider-fixed {
    display: block;
  }
  .fix_box {
    display: block;
  }
  .back_to_top {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}
@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.btn-0 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-0:before {
  background: #9c1c1f;
  content: '';
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
}
.btn-0:hover:before {
  width: 100%;
}
.btn-1 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-1:before {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn-1:hover:before {
  border-width: 300px 300px 0 0;
}
.btn-2 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  display: block;
  z-index: 1;
}
.btn-2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #9c1c1f;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-2:after {
  border-style: solid;
  content: '';
  width: 0;
  height: 0;
  border-width: 0 0 0 0;
  border-color: transparent #9c1c1f transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-2:hover:before {
  border-width: 300px 0 0 300px;
}
.btn-2:hover:after {
  border-width: 0 300px 300px 0;
}
.btn-3 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #9c1c1f;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-3:after {
  border-style: solid;
  content: '';
  width: 0;
  height: 0;
  border-width: 0 0 0 0;
  border-color: transparent transparent #9c1c1f transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-3:hover:before {
  border-width: 222px 0 0 222px;
}
.btn-3:hover:after {
  border-width: 0 0 222px 222px;
}
.btn-4 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-4:before,
.btn-4:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-order-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.btn-4:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn-4:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -mz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.btn-4:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  -moz-animation: criss-cross-left 0.8s both;
  -o-animation: criss-cross-left 0.8s both;
  -ms-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}
.btn-4:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  -moz-animation: criss-cross-right 0.8s both;
  -ms-animation: criss-cross-right 0.8s both;
  -o-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.btn-5 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-5:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  top: 0;
  right: 0;
  border-color: transparent #3f444e transparent transparent;
}
.btn-5:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-color: transparent transparent transparent #3f444e;
}
.btn-5:hover:before,
.btn-5:hover:after {
  border-width: 80px 433px;
}
.btn-6 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-6:before,
.btn-6:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 0;
  background: #9c1c1f;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-6:after {
  top: auto;
  bottom: 0;
}
.btn-6:hover:before,
.btn-6:hover:after {
  height: 40px;
}
.btn-7 {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.4s;
}
.btn-7:hover {
  transform: translateZ(20px) rotateX(360deg) scale(1.1);
}
.btn-8 {
  position: relative;
  transform-style: preserve-3d;
  transition: 1s;
}
.btn-8:hover {
  transform: rotateY(360deg);
}
.btn-9 {
  position: relative;
  z-index: 1;
}
.btn-9::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #9c1c1f;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right bottom;
  transform: scaleX(0);
  z-index: -1;
}
.btn-9:hover::after {
  transform: scaleX(1);
  transform-origin: left bottom;
}
.btn-9-1 {
  position: relative;
  z-index: 1;
}
.btn-9-1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #9c1c1f;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right bottom;
  transform: scaleX(0);
  z-index: -1;
}
.btn-9-1:hover::after {
  transform: scaleX(1);
  transform-origin: left bottom;
}
.btn-span-1 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.btn-span-1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #9c1c1f;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-span-1:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  top: 0;
  right: 0;
  border-color: transparent #9c1c1f transparent transparent;
}
.btn-span-1 span:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  bottom: 0;
  right: 0;
  border-color: transparent transparent #9c1c1f transparent;
}
.btn-span-1 span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  top: 0;
  left: 0;
  border-color: #9c1c1f transparent transparent transparent;
}
.btn-span-1:hover:before {
  border-width: 165px 0 0 165px;
}
.btn-span-1:hover:after {
  border-width: 0 165px 165px 0;
}
.btn-span-1:hover span:before {
  border-width: 0 0 165px 165px;
}
.btn-span-1:hover span:after {
  border-width: 165px 165px 0 0;
}
.btn-span-2 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-span-2:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  top: 0;
  right: 0;
  border-color: transparent #9c1c1f transparent transparent;
}
.btn-span-2:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-color: transparent transparent transparent #9c1c1f;
}
.btn-span-2:before,
.btn-span-2:after {
  border-color: #9c1c1f;
}
.btn-span-2span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  top: 0;
  left: 0;
  border-color: #9c1c1f transparent transparent transparent;
}
.btn-span-2span:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  right: 0;
  bottom: 0;
  border-color: transparent transparent #9c1c1f transparent;
}
.btn-span-2span:before,
.btn-span-2span:after {
  border-color: #9c1c1f;
}
.btn-span-2:hover:before {
  border-width: 20px 62.5px;
}
.btn-span-2:hover:after {
  border-width: 20px 62.5px;
}
.btn-span-2:hover span:before {
  border-width: 20px 62.5px;
}
.btn-span-2:hover span:after {
  border-width: 20px 62.5px;
}
.btn-span-3 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-span-3 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-order-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #9c1c1f;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.4s, height 0.4s;
  -moz-transition: width 0.4s, height 0.4s;
  -ms-transition: width 0.4s, height 0.4s;
  -o-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
}
.btn-span-3:hover span {
  width: 562.5px;
  height: 562.5px;
}
.btn-span-4 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-span-4:before,
.btn-span-4:after,
.btn-span-4 span:before,
.btn-span-4 span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 63.5px;
  height: 0;
  background: #012f04;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-span-4:before {
  left: 0;
}
.btn-span-4:after {
  left: 125px;
}
.btn-span-4 span:before,
.btn-span-4 span:after {
  top: auto;
  bottom: 0;
}
.btn-span-4 span:before {
  left: 62.5px;
}
.btn-span-4 span:after {
  left: 187.5px;
}
.btn-span-4:hover {
  color: #c0d3c1;
}
.btn-span-4:hover:before,
.btn-span-4:hover:after,
.btn-span-4:hover span:before,
.btn-span-4:hover span:after {
  height: 80px;
}
.btn-span-5 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-span-5:before,
.btn-span-5:after,
.btn-span-5 span:before,
.btn-span-5 span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: rgba(156, 28, 31, 0.5);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-span-5:after,
.btn-span-5 span:before {
  top: auto;
  bottom: 0;
}
.btn-span-5 span:before,
.btn-span-5 span:after {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  z-index: -1;
}
.btn-span-5:hover:before,
.btn-span-5:hover:after,
.btn-span-5:hover span:before,
.btn-span-5:hover span:after {
  height: 80px;
}
.btn-span-6 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-span-6:before,
.btn-span-6:after,
.btn-span-6 span:before,
.btn-span-6 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: rgba(156, 28, 31, 0.25);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}
.btn-span-6:after,
.btn-span-6 span:before {
  left: auto;
  right: 0;
}
.btn-span-6 span:before,
.btn-span-6 span:after {
  -webkit-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.btn-span-6:hover:before,
.btn-span-6:hover:after,
.btn-span-6:hover span:before,
.btn-span-6:hover span:after {
  width: 250px;
}
.btn-span-7 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  display: block;
}
.btn-span-7 span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-span-7:hover {
  background-color: #9c1c1f;
}
.btn-span-7:hover > span {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}
.btn-span-7::after {
  position: absolute;
  content: attr(data-text);
  -webkit-transform: translate(0, 30%);
  transform: translate(0, 30%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-span-7:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-7-1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  display: block;
}
.btn-span-7-1 span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-span-7-1:hover {
  background-color: #9c1c1f;
}
.btn-span-7-1:hover > span {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}
.btn-span-7-1::after {
  position: absolute;
  content: attr(data-text);
  -webkit-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-span-7-1:hover::after {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.btn-span-7-2 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  display: block;
}
.btn-span-7-2 span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-span-7-2:hover {
  background-color: #9c1c1f;
}
.btn-span-7-2:hover > span {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}
.btn-span-7-2::after {
  position: absolute;
  content: attr(data-text);
  -webkit-transform: translate(-30%, -50%) rotate(-30deg);
  transform: translate(-30%, -50%) rotate(-30deg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-span-7-2:hover::after {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.btn-span-8 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
}
.btn-span-8:hover {
  background-color: rgba(156, 28, 31, 0.2);
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.btn-span-9 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-span-9 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-9::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #9c1c1f;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn-span-9:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-span-9-1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-span-9-1 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-9-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #9c1c1f;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn-span-9-1:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-span-10 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-span-10 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-10::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #9c1c1f;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn-span-10:hover::before {
  transform: skewX(-180deg) scale(0.6, 1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: skewX(-180deg) scale(0.6, 1);
}
.btn-span-11 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
}
.btn-span-11 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-11::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn-span-11::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-11:hover::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: rgba(255, 255, 255, 0);
}
.btn-span-11:hover::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: rgba(255, 255, 255, 0);
}
.btn-span-12 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  perspective: 2000px;
}
.btn-span-12 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-12::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn-span-12::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-12:hover::before {
  -webkit-transform: rotateX(60deg) translate(0px, 40px);
  transform: rotateX(60deg) translate(0px, 40px);
}
.btn-span-12:hover::after {
  -webkit-transform: rotateX(-60deg) translate(0px, -40px);
  transform: rotateX(-60deg) translate(0px, -40px);
}
.btn-span-13 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
}
.btn-span-13 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-13::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn-span-13:hover::before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.btn-span-13::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.25);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.btn-span-13:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-span-13-1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-span-13-1 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-13-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-span-13-1:hover::before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.btn-span-13-1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn-span-13-1:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-span-14 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-span-14 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-14::before,
.btn-span-14::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-14::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-14:hover::before,
.btn-span-14:hover::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-14-1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-span-14-1 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-14-1::before,
.btn-span-14-1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-14-1::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-14-1:hover::before,
.btn-span-14-1:hover::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-14-2 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-span-14-2 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-14-2::before,
.btn-span-14-2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  transform: translate(-13%, -190%) rotate(-30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-14-2::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-14-2:hover::before,
.btn-span-14-2:hover::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-14-3 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-span-14-3 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-14-3::before,
.btn-span-14-3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(13%, 190%) rotate(-30deg);
  transform: translate(13%, 190%) rotate(-30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-14-3::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-14-3:hover::before,
.btn-span-14-3:hover::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-14-4 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-span-14-4 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-14-4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(13%, 190%) rotate(-30deg);
  transform: translate(13%, 190%) rotate(-30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-14-4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  transform: translate(-13%, -190%) rotate(-30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-14-4::before {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-14-4:hover::before,
.btn-span-14-4:hover::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-14-5 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-span-14-5 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-14-5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(13%, -190%) rotate(30deg);
  transform: translate(13%, -190%) rotate(30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-14-5::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  transform: translate(-13%, -190%) rotate(-30deg);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-14-5::before {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-14-5:hover::before,
.btn-span-14-5:hover::after {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.btn-span-15 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn-span-15 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-15::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, -105%);
  transform: translate(0, -105%);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-15:hover::before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-15-1 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn-span-15-1 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-15-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-105%, 0);
  transform: translate(-105%, 0);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-15-1:hover::before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-15-2 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn-span-15-2 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-15-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-15-2:hover::before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-15-3 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn-span-15-3 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-15-3::before,
.btn-span-15-3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, -105%);
  transform: translate(0, -105%);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-15-3::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-15-3:hover::before,
.btn-span-15-3:hover::after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-15-4 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn-span-15-4 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-15-4::before,
.btn-span-15-4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-105%, 0);
  transform: translate(-105%, 0);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-15-4::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-15-4:hover::before,
.btn-span-15-4:hover::after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-15-5 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn-span-15-5 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-15-5::before,
.btn-span-15-5::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-15-5::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-15-5:hover::before,
.btn-span-15-5:hover::after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-16 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.btn-span-16:hover {
  border: 1px solid rgba(255, 255, 255, 0);
}
.btn-span-16::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-100%, -600%) rotate(30deg);
  transform: translate(-100%, -600%) rotate(30deg);
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-16:hover::before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-17 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-span-17 span {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  letter-spacing: 0;
}
.btn-span-17::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}
.btn-span-17:hover span {
  letter-spacing: 2px;
}
.btn-span-17:hover::before {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-span-17::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-17:hover::after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}
.btn-span-18 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
}
.btn-span-18 span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0;
}
.btn-span-18:hover span {
  letter-spacing: 2px;
}
.btn-span-18:hover {
  border-right-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0);
}
.btn-span-18::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-span-18:hover::before {
  transform: translate(0, -45px) rotate(-45deg);
}
.btn-span-18::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-span-18:hover::after {
  transform: translate(0, 45px) rotate(45deg);
}
.btn-span-19 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.btn-span-19 span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0;
}
.btn-span-19:hover span {
  letter-spacing: 2px;
}
.btn-span-19:hover {
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
}
.btn-span-19::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-span-19:hover::before {
  -webkit-transform: translate(-94.9845px, 0) rotate(270deg);
  -moz-transform: translate(-94.9845px, 0) rotate(270deg);
  transform: translate(-94.9845px, 0) rotate(270deg);
}
.btn-span-19::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-span-19:hover::after {
  -webkit-transform: translate(94.9845px, 0) rotate(180deg);
  -moz-transform: translate(94.9845px, 0) rotate(180deg);
  transform: translate(94.9845px, 0) rotate(180deg);
}
.btn-span-20 {
  position: relative;
  overflow: hidden;
  display: block;
}
.btn-span-20 span {
  display: block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn-span-20 span::before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: 0;
}
.btn-span-20:hover span {
  transform: translateY(-100%);
}
.hover-img-1 {
  overflow: hidden;
}
.hover-img-1 img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.hover-img-1:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
