﻿@font-face {
	font-family:Helvet;
	src:url('HelveticaNeueLTPro-ThEx.otf')
}
@font-face {
	font-family:Helvet2;
	src:url('HelveticaNeueLTPro-ThExO.otf')
}
@font-face{
  font-family:BELLI;
	src:url('../font/BELLI.TTF');
}
@font-face{
  font-family:STXingkai;
	src:url('../fonts/stxingka.ttf');
}
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size: medium !important;
}
i,
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #000;
}
li {
  list-style: none;
}
textarea {
  font-family: "微软雅黑";
}

/* 去除浏览器读取历史记录默认黄色背景 */
input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-transition-delay: 99999s;
        -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
    }
input,
textarea {
  outline: none;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.box-1500px {
  max-width: 1500px;
  margin: 0 auto;
}
.box-1200px {
  width: 1200px;
  margin: 0 auto;
}
.box-1328px {
  width: 1328px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .box-1328px {
    width: 1200px;
  }
}
header {
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  height: 130px;
  background: #fff;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}
header .header-box {
  width: 1328px;
  margin: 0 auto;
  padding-top: 20px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}
@media (max-width: 1366px) {
  header .header-box {
    width: 1200px;
  }
}
header .header-box .header-top {
  overflow: hidden;
  height: 100px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}
header .header-box .header-top .header-phone {
  font-size: 16px;
  height: 23px;
  line-height: 23px;
  color: #1e1e1e;
  margin-top: 25px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}
header .header-box .header-top .header-phone span {
  font-family: Helvet;
  font-style: italic;
  font-size: 30px;
  color: #eb0c0a;
}
header .header-box .header-top .logo {
  position: relative;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}
header .header-box .header-top .logo img {
  position: absolute;
  left: 40%;
  margin-left: -185px;
}
header .header-box .header-top .header-share {
  margin-top: 15px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}
header .header-box .header-top .header-share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #545454;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
}
header .header-box .header-top .header-share a:hover.qq {
  background: #01b5f0;
}
header .header-box .header-top .header-share a:hover.wx {
  background: #62ba54;
}
header .header-box .header-top .header-share a:hover.weibo {
  background: #da251c;
}
header .header-box .header-top .header-share a img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
header .header-box .header-bottom {
  margin-top: 40px;
  height: 70px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}
header .header-box .header-bottom .header-button {
  width: 34px;
  height: 34px;
  background: #ddd;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
}
header .header-box .header-bottom .header-button:hover {
  background: #eb0c0a;
}
header .header-box .header-bottom .header-button:hover i {
  color: #fff;
}
header .header-box .header-bottom .header-button i {
  font-size: 20px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -12px;
}
header .header-box .header-bottom .header-button .nav-hide {
  width: 160px;
  background: #fff;
  position: absolute;
  top: 160%;
  left: -50%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  visibility: hidden;
}
header .header-box .header-bottom .header-button .nav-hide.on {
  visibility: visible;
}
header .header-box .header-bottom .header-button .nav-hide::before {
  content: "";
  width: 23px;
  height: 23px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -11px;
  left: 15%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
header .header-box .header-bottom .header-button .nav-hide::after {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -9px;
  left: 14.5%;
  z-index: 5;
}
header .header-box .header-bottom .header-button .nav-hide ul {
  padding: 18px 12px 30px;
}
header .header-box .header-bottom .header-button .nav-hide ul li {
  padding: 12px 0;
  border-bottom: 1px solid #b5b5b5;
}
header .header-box .header-bottom .header-button .nav-hide ul li:last-of-type {
  border: none;
}
header .header-box .header-bottom .header-button .nav-hide ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
header .header-box .header-bottom .header-button .nav-hide ul li a img {
  width: 100%;
}
header .header-box .header-bottom .nav {
  display: inline-block;
  margin: 0 5.3%;
  width: 72%;
  height: 100%;
}
header .header-box .header-bottom .nav ul {
  overflow: hidden;
  height: 100%;
}
header .header-box .header-bottom .nav ul li {
  float: left;
  width: 20%;
  padding: 0 5.6%;
  box-sizing: border-box;
  position: relative;
}
header .header-box .header-bottom .nav ul li:hover a {
  color: #eb0c0a;
}
header .header-box .header-bottom .nav ul li::after {
  content: "";
  background: #e4e4e4;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 0;
  right: -35%;
  transform: rotate(135deg);
}
header .header-box .header-bottom .nav ul li:last-of-type::after {
  height: 0;
}
header .header-box .header-bottom .nav ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
header .header-box .header-bottom .nav ul li a span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 5px;
}
header .header-box .header-bottom .hedaer-search {
  width: 168px;
  height: 32px;
  background-color: #545454;
  border-radius: 16px;
  position: relative;
}
header .header-box .header-bottom .hedaer-search input {
  outline: none;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  color: #fff;
}
header .header-box .header-bottom .hedaer-search input::-webkit-input-placeholder {
  color: #ddd;
}
header .header-box .header-bottom .hedaer-search input::-ms-input-placeholder {
  color: #ddd;
}
header .header-box .header-bottom .hedaer-search input::-moz-placeholder {
  color: #ddd;
}
header .header-box .header-bottom .hedaer-search input:-moz-placeholder {
  color: #ddd;
}
header .header-box .header-bottom .hedaer-search a {
  position: absolute;
  display: block;
  top: 50%;
  right: 7%;
  margin-top: -12px;
}
header .header-box .header-bottom .hedaer-search a i {
  color: #fff;
}
.main {
  padding-top: 10px;
}
.main .banner .swiper-container .swiper-slide {
  width: 100%;
}
.main .banner .swiper-container .swiper-slide img {
  width: 100%;
}
.main .banner .swiper-container .swiper-pagination {
  bottom: 25px;
}
.main .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
  width: 10px;
  height: 10px;
}
.main .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #eb0c0a;
  opacity: 1;
}
.main .brand {
  margin-top: -4px;
}
.main .brand .brand-header {
  width: 1328px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 1366px) {
  .main .brand .brand-header {
    width: 1200px;
  }
}
.main .brand .brand-header h2 {
  font-size: 39px;
  color: #1e1e1e;
  letter-spacing: 1px;
}
.main .brand .brand-header > span {
  display: block;
  font-family: Arial;
  font-size: 16px;
  font-style: italic;
  padding-top: 20px;
  color: #eb0c0a;
  text-transform: uppercase;
}
.main .brand .brand-header p {
  display: inline-block;
  line-height: 1.8;
  font-size: 14px;
  padding-top: 30px;
  color: #666;
}
.main .brand .brand-header p span {
  color: #eb0c0a;
}
.main .brand .brand-header::before {
  content: "";
  width: 46%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  bottom: 42%;
}
.main .brand .brand-header::after {
  content: "";
  width: 46%;
  height: 1px;
  background: #ddd;
  position: absolute;
  right: 0;
  bottom: 42%;
}
.main .brand .brand-header p {
  position: relative;
}
.main .brand .brand-header p::before {
  content: "“";
  position: absolute;
  left: -25px;
  bottom: -5px;
  font-size: 18px;
}
.main .brand .brand-header p::after {
  content: "”";
  position: absolute;
  right: -25px;
  bottom: -10px;
  font-size: 18px;
}
.main .brand .brand-main {
  width: 1328px;
  margin: 0 auto;
  padding-bottom: 75px;
}
@media (max-width: 1366px) {
  .main .brand .brand-main {
    width: 1200px;
  }
}
.main .brand .brand-main .brand-buttons {
  padding: 48px 0;
}
.main .brand .brand-main .brand-buttons ul {
  text-align: center;
}
.main .brand .brand-main .brand-buttons ul li {
  display: inline-block;
  background-color: #efefef;
  border-radius: 20px;
  margin-right: 10px;
}
.main .brand .brand-main .brand-buttons ul li.hover,
.main .brand .brand-main .brand-buttons ul li:hover {
  background: #eb0c0a;
}
.main .brand .brand-main .brand-buttons ul li.hover a,
.main .brand .brand-main .brand-buttons ul li:hover a {
  color: #fff;
}
.main .brand .brand-main .brand-buttons ul li a {
  display: block;
  padding: 12px 45px;
  font-size: 16px;
}
.main .brand .brand-main .brand-items .brand-row3,
.main .brand .brand-main .brand-items .brand-row2 {
  overflow: hidden;
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item,
.main .brand .brand-main .brand-items .brand-row2 .brand-item {
  float: left;
  width: 32.666%;
  margin: 0 1% 1% 0;
  height: 430px;
  background: #efefef;
  text-align: center;
  position: relative;
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item:hover,
.main .brand .brand-main .brand-items .brand-row2 .brand-item:hover {box-shadow: 0 1px 20px rgba(0, 0, 0, 0.3);}


.main .brand .brand-main .brand-items .brand-row3 .brand-item:hover .zheng,
.main .brand .brand-main .brand-items .brand-row2 .brand-item:hover .zheng {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 3;
  z-index: 1;
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item:hover .fan,
.main .brand .brand-main .brand-items .brand-row2 .brand-item:hover .fan {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 3;
  *z-index: 3;
  z-index: 3\9;
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item > .zheng,
.main .brand .brand-main .brand-items .brand-row2 .brand-item > .zheng,
.main .brand .brand-main .brand-items .brand-row3 .brand-item > .fan,
.main .brand .brand-main .brand-items .brand-row2 .brand-item > .fan {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 1s ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item .zheng,
.main .brand .brand-main .brand-items .brand-row2 .brand-item .zheng {
  width: 100%;
  height: 330px;
  padding: 130px 40px 0;
  box-sizing: border-box;
  z-index: 3;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item .zheng img,
.main .brand .brand-main .brand-items .brand-row2 .brand-item .zheng img {
	max-width:100%;
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item .zheng p,
.main .brand .brand-main .brand-items .brand-row2 .brand-item .zheng p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #141c25;
  margin-top: 30px;
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item .zheng span,
.main .brand .brand-main .brand-items .brand-row2 .brand-item .zheng span {
  display: block;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
  line-height: 24px;
  color: #666666;
  margin-top: 45px;
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item .fan,
.main .brand .brand-main .brand-items .brand-row2 .brand-item .fan {
  width: 100%;
  height: 430px;
  z-index: 1;
  *z-index: 1;
  z-index: 1\9;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 3;
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item .fan img,
.main .brand .brand-main .brand-items .brand-row2 .brand-item .fan img {
  display: block;
  width: 100%;
  height: 330px;
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item .fan > div,
.main .brand .brand-main .brand-items .brand-row2 .brand-item .fan > div {
  height: 100px;
  background: #fff;
  position: relative;
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item .fan > div img,
.main .brand .brand-main .brand-items .brand-row2 .brand-item .fan > div img {
  width: 130px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 5%;
  margin-top: -25px;
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item .fan > div span,
.main .brand .brand-main .brand-items .brand-row2 .brand-item .fan > div span {
  background: #666;
  color: #fff;
  padding: 10px 15px;
  border-radius: 12px;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -20.5px;
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item .fan > div span:hover,
.main .brand .brand-main .brand-items .brand-row2 .brand-item .fan > div span:hover {
  background: #eb0c0a;
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item:nth-of-type(1) .fan > div > img {
  margin-top: -15px;
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item:nth-of-type(2) .zheng {
  padding-top: 130px;
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item:nth-of-type(3) {
  margin: 0;
}
.main .brand .brand-main .brand-items .brand-row3 .brand-item:nth-of-type(3) .zheng {
  padding-top: 130px;
}
.main .brand .brand-main .brand-items .brand-row2 .brand-item {
  width: 49.5%;
}
.main .brand .brand-main .brand-items .brand-row2 .brand-item:nth-of-type(1) .zheng {
  padding-top: 100px;
}
.main .brand .brand-main .brand-items .brand-row2 .brand-item:nth-of-type(1) .fan > div > img {
  margin-top: -20px;
}
.main .brand .brand-main .brand-items .brand-row2 .brand-item:nth-of-type(2) {
  margin: 0;
}
.main .brand .brand-main .brand-items .brand-row2 .brand-item:nth-of-type(2) .zheng {
  padding-top: 100px;
}
.main .brand .brand-main .brand-items .brand-row2 .brand-item:nth-of-type(2) .fan > div > img {
  margin-top: -27.5px;
}
.main .groups {
  background: url("../images/groups_bg.jpg");
  background-size: 100% 100%;
  padding-bottom: 300px;
}
.main .groups .groups-header {
  padding-top: 60px;
  text-align: center;
  width: 800px;
  margin: 0 auto;
  padding-bottom: 75px;
}
.main .groups .groups-header h2 {
  font-size: 39px;
  color: #1e1e1e;
  letter-spacing: 1px;
}
.main .groups .groups-header > span {
  display: block;
  font-family: Arial;
  font-size: 58px;
  font-style: italic;
  padding-top: 20px;
  color: #eb0c0a;
  text-transform: uppercase;
}
.main .groups .groups-header p {
  display: inline-block;
  line-height: 1.8;
  font-size: 14px;
  padding-top: 30px;
  color: #1f1f1f;
}
.main .groups .groups-header p span {
  color: #eb0c0a;
}
.main .groups .groups-header > span {
  padding-top: 0;
}
.main .groups .groups-main {
  width: 1000px;
  margin: 0 auto;
}
.main .groups .groups-main ul li {
  float: left;
  width: 192px;
  height: 168px;
  margin-right: 8px;
  background: #fff;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.main .groups .groups-main ul li:nth-child(1n+6)
{ margin-top:10px;
}


.main .groups .groups-main ul li:hover {
  transform: scale(1.2, 1.2);
  background: #eb0c0a;
  box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.3);
}
.main .groups .groups-main ul li:hover a {
  color: #fff;
}
.main .groups .groups-main ul li:hover a > div > .icon1 {
  height: 62px;
  background: url("../images/groups.png") -6px -147px;
}
.main .groups .groups-main ul li:hover a > div > .icon2 {
  height: 62px;
  background: url("../images/groups.png") -118px -147px;
}
.main .groups .groups-main ul li:hover a > div > .icon3 {
  height: 62px;
  background: url("../images/groups.png") -238px -147px;
}
.main .groups .groups-main ul li:hover a > div > .icon4 {
  height: 62px;
  background: url("../images/groups.png") -372px -147px;
}

.main .groups .groups-main ul li:hover a > div > .icon5 {
  height: 62px;
  background: url("../images/groups.png") -496px -147px;
}

.main .groups .groups-main ul li:hover a > div > .icon6 {
  height: 62px;
  background: url("../images/groups.png") -636px -147px;
}

.main .groups .groups-main ul li:hover a > div > .icon8 {
  height: 62px;
  background: url("../images/groups.png") -238px -147px;
}
#brand_img img{    width: 144px;  height: 40px;}



.main .groups .groups-main ul li:hover a img {
  filter: gray;
}
.main .groups .groups-main ul li:last-of-type img {
  margin-top: 13px;
}
.main .groups .groups-main ul li a {
  display: block;
  height: 100%;
  position: relative;
}
.main .groups .groups-main ul li a > div {
  width: 90px;
  height: 106px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -53px;
  margin-left: -45px;
}
.main .groups .groups-main ul li a > div > .icon1 {
  height: 62px;
  background: url("../images/groups.png") -6px -38px;
}
.main .groups .groups-main ul li a > div > .icon2 {
  height: 62px;
  background: url("../images/groups.png") -118px -38px;
}
.main .groups .groups-main ul li a > div > .icon3 {
  height: 62px;
  background: url("../images/groups.png") -238px -38px;
}
.main .groups .groups-main ul li a > div > .icon4 {
  height: 62px;
  background: url("../images/groups.png") -372px -38px;
}
.main .groups .groups-main ul li a > div > .icon5 {
  height: 62px;
  background: url("../images/groups.png") -496px -38px;
}
.main .groups .groups-main ul li a > div > .icon6 {
  height: 62px;
  background: url("../images/groups.png") -636px -38px;
}

.main .groups .groups-main ul li a > div > .icon8 {
  height: 62px;
  background: url("../images/groups.png") -238px -38px;
}






.main .groups .groups-main ul li a > div p {
  margin-top: 10px;
}
.main .store {
  background: #f4f4f4;
  padding-bottom: 100px;
}
.main .store .store-header {
  padding-top: 60px;
  text-align: center;
}
.main .store .store-header h2 {
  font-size: 39px;
  color: #1e1e1e;
  letter-spacing: 1px;
}
.main .store .store-header > span {
  display: block;
  font-family: Arial;
  font-size: 16px;
  font-style: italic;
  padding-top: 20px;
  color: #eb0c0a;
  text-transform: uppercase;
}
.main .store .store-header p {
  display: inline-block;
  line-height: 1.8;
  font-size: 14px;
  padding-top: 30px;
  color: #666;
}
.main .store .store-header p span {
  color: #eb0c0a;
}
.main .store .storesFindHTML {
  width: 90%;
  margin-left: 5%;
  overflow: hidden;
  margin-top: -60px;
}
@media (max-width: 1366px) {
  .main .store .storesFindHTML {
    margin-top: 0;
  }
}
.main .store .storesFindHTML * {
  box-sizing: border-box;
}
@media only screen and (max-width: 1366px) {
  .main .store .top {
    top: -10px;
  }
  .main .store .storesFindHTML,
  .main .store .stores-main {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .main .store .storesFindHTML .county-box .countyList ul {
    height: 450px;
  }
  .main .store .storesFindHTML .county-box {
    right: 2%;
    top: 12%;
  }
}
.main .store .storesFindHTML .map {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
.main .store .storesFindHTML .map .mapImg {
  margin: auto;
  text-align: center;
  margin-top: 28%;
  width: 792px;
  height: 669px;
  position: relative;
}
.main .store .storesFindHTML .mapList {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .store .storesFindHTML .mapList li {
  width: 23px;
  height: 33px;
  position: absolute;
  top: 477px;
  left: 455px;
}
.main .store .storesFindHTML .mapList li .bg-y {
  width: auto;
  height: auto;
  position: absolute;
  font-size: 0;
  display: none;
  z-index: 8;
}
.main .store .storesFindHTML .mapList li .mapText {
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  z-index: 10;
  left: 50%;
  margin-left: -50px;
  font-size: 14px;
  color: #444343;
  cursor: pointer;
}
.main .store .storesFindHTML .mapList li > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  cursor: pointer;
}
.main .store .storesFindHTML .mapList li.cur > img {
  animation: beat 2s linear infinite;
  -webkit-animation: beat 2s linear infinite;
}
.main .store .storesFindHTML .mapList li > img:hover {
  animation: beat 2s linear infinite;
  -webkit-animation: beat 2s linear infinite;
}
.main .store .storesFindHTML .mapList li.cur .mapText {
  color: #fefefe;
}
.main .store .storesFindHTML .mapList li.cur .bg-y {
  display: block;
}
.main .store .storesFindHTML .mapList li.SX {
  top: 340px;
  left: 475px;
}
.main .store .storesFindHTML .mapList li.SX .bg-y {
  top: -75px;
  left: -34px;
}
.main .store .storesFindHTML .mapList li.NX {
  top: 275px;
  left: 432px;
}
.main .store .storesFindHTML .mapList li.NX .bg-y {
  top: -4px;
  left: -12px;
}
.main .store .storesFindHTML .mapList li.GS {
  top: 320px;
  left: 410px;
}
.main .store .storesFindHTML .mapList li.GS .bg-y {
  top: -124px;
  left: -151px;
}
.main .store .storesFindHTML .mapList li.SC {
  top: 390px;
  left: 392px;
}
.main .store .storesFindHTML .mapList li.SC .bg-y {
  top: -28px;
  left: -77px;
}
.main .store .storesFindHTML .mapList li.CQ {
  top: 413px;
  left: 445px;
}
.main .store .storesFindHTML .mapList li.CQ .bg-y {
  top: -12px;
  left: -9px;
}
.main .store .storesFindHTML .mapList li.SXX {
  left: 520px;
  top: 286px;
}
.main .store .storesFindHTML .mapList li.SXX .bg-y {
  top: -42px;
  left: -13px;
}
.main .store .storesFindHTML .mapList li.XJ {
  left: 168px;
  top: 173px;
}
.main .store .storesFindHTML .mapList li.XJ .bg-y {
  top: -109px;
  left: -168px;
}
.main .store .storesFindHTML .mapList li.YN {
  left: 354px;
  top: 514px;
}
.main .store .storesFindHTML .mapList li.YN .bg-y {
  top: -59px;
  left: -47px;
}
.main .store .storesFindHTML .mapList li.GX {
  left: 483px;
  top: 530px;
}
.main .store .storesFindHTML .mapList li.GX .bg-y {
  top: -15px;
  left: -60px;
}
.main .store .storesFindHTML .mapList li.HN {
  left: 502px;
  top: 614px;
}
.main .store .storesFindHTML .mapList li.HN .bg-y {
  top: 17px;
  left: -15px;
}
.main .store .storesFindHTML .mapList li.GD {
  left: 554px;
  top: 514px;
}
.main .store .storesFindHTML .mapList li.GD .bg-y {
  top: 14px;
  left: -52px;
}
.main .store .storesFindHTML .mapList li.HNN {
  left: 543px;
  top: 449px;
}
.main .store .storesFindHTML .mapList li.HNN .bg-y {
  top: -9px;
  left: -54px;
}
.main .store .storesFindHTML .mapList li.HB {
  left: 538px;
  top: 401px;
}
.main .store .storesFindHTML .mapList li.HB .bg-y {
  top: -17px;
  left: -55px;
}
.main .store .storesFindHTML .mapList li.HNNN {
  left: 551px;
  top: 338px;
}
.main .store .storesFindHTML .mapList li.HNNN .bg-y {
  top: -15px;
  left: -40px;
}
.main .store .storesFindHTML .mapList li.FJ {
  left: 645px;
  top: 475px;
}
.main .store .storesFindHTML .mapList li.FJ .bg-y {
  top: -6px;
  left: -37px;
}
.main .store .storesFindHTML .mapList li.JX {
  left: 591px;
  top: 446px;
}
.main .store .storesFindHTML .mapList li.JX .bg-y {
  top: -9px;
  left: -25px;
}
.main .store .storesFindHTML .mapList li.ZJ {
  left: 655px;
  top: 413px;
}
.main .store .storesFindHTML .mapList li.ZJ .bg-y {
  top: 14px;
  left: -22px;
}
.main .store .storesFindHTML .mapList li.AH {
  left: 606px;
  top: 383px;
}
.main .store .storesFindHTML .mapList li.AH .bg-y {
  top: -32px;
  left: -26px;
}
.main .store .storesFindHTML .mapList li.JS {
  left: 645px;
  top: 356px;
}
.main .store .storesFindHTML .mapList li.JS .bg-y {
  top: -16px;
  left: -46px;
}
.main .store .storesFindHTML .mapList li.SD {
  left: 595px;
  top: 300px;
}
.main .store .storesFindHTML .mapList li.SD .bg-y {
  top: -14px;
  left: -18px;
}
.main .store .storesFindHTML .mapList li.TJ {
  left: 592px;
  top: 233px;
}
.main .store .storesFindHTML .mapList li.TJ .bg-y {
  top: 1px;
  left: -19px;
}
.main .store .storesFindHTML .mapList li.LN {
  left: 668px;
  top: 179px;
}
.main .store .storesFindHTML .mapList li.LN .bg-y {
  top: 1px;
  left: -49px;
}
.main .store .storesFindHTML .mapList li.HBB {
  left: 562px;
  top: 261px;
}
.main .store .storesFindHTML .mapList li.HBB .bg-y {
  top: -59px;
  left: -12px;
}
.main .store .storesFindHTML .mapList li.GZ {
  left: 445px;
  top: 470px;
}
.main .store .storesFindHTML .mapList li.GZ .bg-y {
  top: -15px;
  left: -38px;
}
.main .store .storesFindHTML .mapList li.HLJ {
  top: 66px;
  left: initial;
  right: 70px;
}
.main .store .storesFindHTML .mapList li.HLJ .bg-y {
  top: -66px;
  right: -66px;
}
.main .store .storesFindHTML .mapList li.XZ {
  top: 330px;
  left: 125px;
}
.main .store .storesFindHTML .mapList li.XZ .bg-y {
  top: -42px;
  left: -95px;
}
.main .store .storesFindHTML .mapList li.QH {
  top: 280px;
  left: 271px;
}
.main .store .storesFindHTML .mapList li.QH .bg-y {
  top: -24px;
  left: -68px;
}
.main .store .storesFindHTML .mapList li.NMG {
  top: 190px;
  left: 480px;
}
.main .store .storesFindHTML .mapList li.NMG .bg-y {
  top: -184px;
  left: -151px;
}
.main .store .storesFindHTML .mapList li.JL {
  top: 125px;
  left: 688px;
}
.main .store .storesFindHTML .mapList li.JL .bg-y {
  top: 1px;
  left: -54px;
}
.main .store .storesFindHTML .mapList li.TW {
  top: 531px;
  left: 675px;
}
.main .store .storesFindHTML .mapList li.BJ {
  top: 200px;
  left: 565px;
}
.main .store .storesFindHTML .mapList li.BJ .bg-y {
  top: 60px;
  left: 0;
}
.main .store .storesFindHTML .mapList li.SH {
  top: 371px;
  left: 670px;
}
.main .store .storesFindHTML .mapList li.SH .bg-y {
  top: 40px;
  left: 0;
}
.main .store .storesFindHTML .mapList li.XG {
  top: 530px;
  left: 580px;
}
.main .store .storesFindHTML .mapList li.XG .bg-y {
  top: 40px;
  left: -8px;
}
.main .store .storesFindHTML .mapList li.AM {
  top: 542px;
  left: 534px;
}
.main .store .storesFindHTML .mapList li.AM .bg-y {
  top: 31px;
  left: 23px;
}
.main .store .storesFindHTML .search {
  width: 552px;
  height: 48px;
  text-align: center;
  background-color: #fff;
  position: absolute;
  left: 10%;
  top: 17.5%;
  z-index: 10;
  font-size: 20px;
}
.main .store .storesFindHTML .search > div {
  float: left;
  height: 100%;
  position: relative;
}
.main .store .storesFindHTML .search-groups {
  width: 30%;
  font-size: 16px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.main .store .storesFindHTML .search-groups .nav-hide {
  width: 160px;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  display: none;
  position: relative;
  margin-top: 60px;
}
.main .store .storesFindHTML .search-groups .nav-hide::before {
  content: "";
  width: 23px;
  height: 23px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -11px;
  left: 15%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.main .store .storesFindHTML .search-groups .nav-hide::after {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -9px;
  left: 14.5%;
  z-index: 5;
}
.main .store .storesFindHTML .search-groups .nav-hide ul {
  padding: 18px 12px 30px;
}
.main .store .storesFindHTML .search-groups .nav-hide ul li {
  padding: 12px 0;
  border-bottom: 1px solid #b5b5b5;
}
.main .store .storesFindHTML .search-groups .nav-hide ul li:last-of-type {
  border: none;
}
.main .store .storesFindHTML .search-groups .nav-hide ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .store .storesFindHTML .search-groups .nav-hide ul li a img {
  width: 100%;
}
.main .store .storesFindHTML .search-groups p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -10.5px;
}
.main .store .storesFindHTML .search-groups p::after {
  content: '';
  width: 2px;
  height: 25px;
  background: #d5d5d5;
  position: absolute;
  right: -50%;
  top: 50%;
  margin-top: -12.5px;
}
.main .store .storesFindHTML .search-groups span {
  color: #eb0c0a;
}
.main .store .storesFindHTML .search .search-shop {
  width: 60%;
  background-color: #fff;
  text-align: left;
  position: relative;
}
.main .store .storesFindHTML .search > .search-shop span {
  display: block;
  color: #999;
  width: 100%;
  font-size: 16px;
  position: absolute;
  top: 50%;
  margin-top: -10.5px;
  padding-left: 20px;
}
.main .store .storesFindHTML .search .search-shop img {
  position: absolute;
  right: 20px;
  top: 12px;
  height: 38px;
}
.main .store .storesFindHTML .search .search-shop {
  cursor: pointer;
  box-sizing: border-box;
}
.main .store .storesFindHTML .search .search-shop ul {
  width: 100%;
  float: left;
  line-height: 48px;
  display: none;
  border-top: 1px solid #f5f5f5;
  margin-top: 48px;
}
.main .store .storesFindHTML .search .search-shop ul.cur {
  display: block;
}
.main .store .storesFindHTML .search .search-shop ul li {
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  float: left;
  height: 45px;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  width: calc(33.33333333%);
  text-align: center;
}
.main .store .storesFindHTML .search .search-shop ul li.cur {
  background-color: #C82126!important;
  color: #fff;
}
.main .store .storesFindHTML .search .search-shop ul li:hover {
  background-color: #C82126!important;
  color: #FFF;
}
.main .store .storesFindHTML .search .search-shop ul li.bg {
  background-color: #9fa0a0;
}
.main .store .storesFindHTML .search .search-button {
  width: 10%;
  background: #eb0c0a;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.main .store .storesFindHTML .search .search-button img {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  margin-top: -11.5px;
  left: 50%;
  margin-left: -11.5px;
}
.main .store .storesFindHTML .covered {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.main .store .storesFindHTML .address {
  width: 55%;
  height: 740px;
  float: left;
  overflow: hidden;
  position: absolute;
  top: 100px;
  background: #fff;
  z-index: 15;
}
.main .store .storesFindHTML .addressList {
  width: 80%;
  height: 396px;
  margin: 70px auto 0;
  position: relative;
}
.main .store .storesFindHTML .addressList .title {
  font-size: 36px;
  color: #929290;
  font-family: "黑体";
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.main .store .storesFindHTML .addressList .title .border {
  width: 34px;
  height: 3px;
  background-color: #c82126;
  margin: auto;
}
.main .store .storesFindHTML .addressList .tab {
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  top: 0;
}
.main .store .storesFindHTML .addressList .table_over {
  overflow: auto;
  height: 322px;
}
.main .store .storesFindHTML .addressList .table_over::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
.main .store .storesFindHTML .addressList .table_over::-webkit-scrollbar-button {
  background-color: #ababa7;
}
.main .store .storesFindHTML .addressList .table_over::-webkit-scrollbar-track {
  background: #ababa7;
}
.main .store .storesFindHTML .addressList .table_over::-webkit-scrollbar-track-piece {
  background: url(../images/stripes_tiny_08.png);
}
.main .store .storesFindHTML .addressList .table_over::-webkit-scrollbar-thumb {
  background: #c82126;
  border-radius: 4px;
}
.main .store .storesFindHTML .addressList .table_over::-webkit-scrollbar-corner {
  background: #82AFFF;
}
.main .store .storesFindHTML .addressList .table_over::-webkit-scrollbar-resizer {
  background: #FF0BEE;
}
.main .store .storesFindHTML .addressList table {
  width: 100%;
}
.main .store .storesFindHTML .addressList .addText {
  text-align: left;
  text-indent: 5px;
}
.main .store .storesFindHTML .addressList td {
  border: 1px solid #efeeee;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #595959;
  cursor: initial;
}
.main .store .storesFindHTML .join_phoneInforamtion {
  width: 80%;
  margin: 34px auto 0;
}
.main .store .storesFindHTML .join_phoneInforamtion img {
  display: block;
  margin-bottom: 10px;
}
.main .store .storesFindHTML .join_phoneInforamtion span {
  display: block;
  margin-left: 50px;
}
.main .store .storesFindHTML .county-box {
  width: 36%;
  height: auto;
  position: absolute;
  overflow: hidden;
  right: 5%;
  top: 17%;
}
.main .store .storesFindHTML .county-box .county-names {
  margin-bottom: 15px;
  background-color: #c82126;
  height: 60px;
  line-height: 60px;
}
.main .store .storesFindHTML .county-box .cityList {
  position: absolute;
  width: 100%;
  background: #fff;
  top: 121px;
  height: 567px;
  display: none;
}
.main .store .storesFindHTML .county-box .county-names > * {
  vertical-align: top;
  margin-left: 15px;
  margin-top: 8px;
}
.main .store .storesFindHTML .county-box .county-names span {
  height: 46px;
  font-size: 30px;
  color: #fff;
  border-bottom: 1px solid #c81528;
  line-height: 40px;
  display: inline-block;
}
.main .store .storesFindHTML .county-box .title {
  height: 60px;
  line-height: 60px;
  background: #c81528;
  text-align: center;
  cursor: pointer;
}
.main .store .storesFindHTML .county-box .title i {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  font-size: 0;
  line-height: 0;
  margin-left: 15px;
  display: inline-block;
}
.main .store .storesFindHTML .county-box .title span {
  font-size: 24px;
  color: #fff;
}
.main .store .storesFindHTML .county-box .countyList ul {
  overflow-y: auto;
  height: 600px;
  padding: 0;
  text-align: left;
}
.main .store .storesFindHTML .county-box .countyList ul li {
  width: 49.5%;
  box-sizing: border-box;
  margin-left: 2px;
  background: #fff;
  display: inline-block;
  padding: 15px 20px;
  overflow: hidden;
  height: 105px;
}
.main .store .storesFindHTML .county-box .countyList ul li:hover {
  box-shadow: 10px 10px 15px #999;
}
.main .store .storesFindHTML .county-box .countyList ul li:nth-child(2n) {
  margin-left: 2px;
}
.main .store .storesFindHTML .county-box .countyList ul li .names {
  color: #676767;
  font-size: 16px;
}
.main .store .storesFindHTML .county-box .countyList ul li .dizhi {
  font-size: 12px;
  line-height: 24px;
  color: #676767;
  position: relative;
}
.main .store .storesFindHTML .county-box .countyList ul li .dizhi span {
  color: #676767;
}
.main .store .storesFindHTML .county-box .countyList ul li .phoneNumber {
  width: 86%;
  float: right;
  font-size: 12px;
  line-height: 24px;
  color: #393939;
  position: relative;
}
.main .store .storesFindHTML .county-box .countyList ul li .phoneNumber:after {
  content: '电话：';
  position: absolute;
  color: #c81528;
  left: -16%;
}
.main .store .storesFindHTML img {
  max-width: inherit;
}
.main .store .storesFindHTML .county-box .countyList ul li .names {
  font-size: 14px;
}
.main .store .storesFindHTML .county-box .countyList ul li .dizhi {
  font-size: 12px;
  margin-top: 10px;
}
.main .store .store-bottom {
  padding-top: 28px;
  text-align: center;
}
.main .store .store-bottom .owl-item {
  position: relative;
  overflow: hidden;
  min-height: 1px;
  display: inline-block;
  text-align: center;
  margin-right: 5%;
}
.main .store .store-bottom .owl-item .item-number span {
  color: #eb0c0a;
  font-size: 20px;
}
.main .store .store-bottom .owl-item .item-number span.myani {
  font-size: 52px;font-family:Helvet;
}
.main .store .store-bottom .owl-item .item-text p {
  padding: 18px 0 22px;
  font-size: 20px;
  position: relative;
}
.main .store .store-bottom .owl-item .item-text p:after {
  content: '';
  width: 34px;
  height: 4px;
  background: #eb0c0a;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
}
.main .store .store-bottom .owl-item .item-text span {
  display: block;
  margin-top: 25px;
  color: #666;
  font-size: 14px;
}
.main .news {
  background: #fefefe;
  padding: 70px 0 40px;
}
.main .news .news-buttons {
  text-align: center;
  margin-bottom: 40px;
}
.main .news .news-buttons a {
  font-size: 30px;
  margin-right: 50px;
  position: relative;
  padding-bottom: 20px;
}
.main .news .news-buttons a:hover {
  color: #eb0c0a;
}
.main .news .news-buttons a:hover::after {
  content: '';
  width: 98px;
  height: 2px;
  background-color: #eb0c0a;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -49px;
}
.main .news .news-main>div {
  text-align: center;
  margin-top: 30px;
}
.main .news .news-main>div .more {
  background: #c82126;
  color:#fff;
  padding: 10px 40px;
  border-radius: 30px;
}
.main .news .news-main ul li {
  padding: 40px 15%;
}
.main .news .news-main ul li:hover {
  background: #efefef;
}
.main .news .news-main ul li:hover .news-img img {
  transform: scale(1.2);
}
.main .news .news-main ul li:hover .news-to {
  background: #eb0c0a;
}
.main .news .news-main ul li:hover .news-to i.red {
  top: -30%;
  opacity: 0;
}
.main .news .news-main ul li:hover .news-to i.white {
  top: 50%;
  opacity: 1;
}
.main .news .news-main ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main .news .news-main ul li a .news-img {
  width: 20%;
  float: left;
  overflow: hidden;
}
.main .news .news-main ul li a .news-img img {
  width: 100%;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.main .news .news-main ul li a .news-time {
  width: 12%;
  float: left;
  box-sizing: border-box;
  padding: 0 1% 0 4.3%;
  margin-right: 3%;
  position: relative;
}
.main .news .news-main ul li a .news-time::after {
  content: '';
  width: 2px;
  height: 34px;
  background-color: #eb0c0a;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
}
.main .news .news-main ul li a .news-time p {
  font-size: 27px;
  font-style: italic;
  color: #eb0c0a;
}
.main .news .news-main ul li a .news-time span {
  font-size: 13px;
  font-style: italic;
  color: #eb0c0a;
}
.main .news .news-main ul li a .news-text {
  width: 55%;
  float: left;
}
.main .news .news-main ul li a .news-text h3 {
  font-size: 22px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.main .news .news-main ul li a .news-text p {
  font-size: 14px;
  line-height: 1.8;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -o-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  padding-top: 20px;
}
.main .news .news-main ul li a .news-to {
  float: right;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: solid 2px #eb0c0a;
  margin-top: 2.5%;
  position: relative;
  overflow: hidden;
}
.main .news .news-main ul li a .news-to i {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -10px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.main .news .news-main ul li a .news-to i.red {
  color: #eb0c0a;
  opacity: 1;
}
.main .news .news-main ul li a .news-to i.white {
  color: #fff;
  top: 130%;
  opacity: 0;
}
.main .partners {
  background: #efefef;
}
.main .partners .partners-header {
  padding-top: 60px;
  text-align: center;
}
.main .partners .partners-header h2 {
  font-size: 39px;
  color: #1e1e1e;
  letter-spacing: 1px;
}
.main .partners .partners-header > span {
  display: block;
  font-family: Arial;
  font-size: 16px;
  font-style: italic;
  padding-top: 20px;
  color: #eb0c0a;
  text-transform: uppercase;
}
.main .partners .partners-header p {
  display: inline-block;
  line-height: 1.8;
  font-size: 14px;
  padding-top: 30px;
  color: #666;
}
.main .partners .partners-header p span {
  color: #eb0c0a;
}
.main .partners .partners-main {
  width: 1328px;
  margin: 0 auto;
  padding: 30px 0 60px;
}
@media (max-width: 1366px) {
  .main .partners .partners-main {
    width: 1200px;
  }
}
.main .partners .partners-main span {
  width: 19.7%;
  display: inline-block;
  margin-bottom: 30px;
}
.main .partners .partners-main img {
  width: 190px;
}
.main .contect {
  background: url('../images/contact_bg.jpg');
  background-size: 100% 100%;
  padding-bottom: 100px;
}
.main .contect .contect-header {
  padding-top: 60px;
  text-align: center;
  padding-bottom: 100px;
}
.main .contect .contect-header h2 {
  font-size: 39px;
  color: #1e1e1e;
  letter-spacing: 1px;
}
.main .contect .contect-header > span {
  display: block;
  font-family: Arial;
  font-size: 16px;
  font-style: italic;
  padding-top: 20px;
  color: #eb0c0a;
  text-transform: uppercase;
}
.main .contect .contect-header p {
  display: inline-block;
  line-height: 1.8;
  font-size: 14px;
  padding-top: 30px;
  color: #666;
}
.main .contect .contect-header p span {
  color: #eb0c0a;
}
.main .contect .contect-header span {
  padding-top: 0;
  letter-spacing: 8px;
  color: #fff;
}
.main .contect .contect-header h2 {
  letter-spacing: 10px;
  color: #fff;
  margin-top: 20px;
}
.main .contect .contect-header p {
  color: #fff;
  padding-top: 20px;
}
.main .contect .contect-main {
  width: 950px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1366px) {
  .main .contect .contect-main {
    width: 1200px;
  }
}
.main .contect .contect-main form {
  overflow: hidden;
}
.main .contect .contect-main form input,
.main .contect .contect-main form textarea {
  float: left;
  background: none;
  border: none;
  border-bottom: 1px solid #cb8d8c;
  font-size: 20px;
  padding: 0 0 20px 5px;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3%;
  resize: none;
  box-sizing: border-box;
  color: #fff;
}
.main .contect .contect-main form input::-webkit-input-placeholder,
.main .contect .contect-main form textarea::-webkit-input-placeholder {
  color: #fff;
}
.main .contect .contect-main form input::-ms-input-placeholder,
.main .contect .contect-main form textarea::-ms-input-placeholder {
  color: #fff;
}
.main .contect .contect-main form input::-moz-placeholder,
.main .contect .contect-main form textarea::-moz-placeholder {
  color: #fff;
}
.main .contect .contect-main form input:-moz-placeholder,
.main .contect .contect-main form textarea:-moz-placeholder {
  color: #fff;
}
.main .contect .contect-main form input:last-of-type,
.main .contect .contect-main form textarea:last-of-type {
  margin-right: 0;
}
.main .contect .contect-main form input:focus,
.main .contect .contect-main form textarea:focus {
  border-bottom: 1px solid #fff;
}
.main .contect .contect-main form .last {
  width: 100%;
}
.main .contect .contect-main a {
  display: inline-block;
  border-radius: 5px;
  font-size: 25px;
  color: #141414;
  background: #fff;
  padding: 9px 45px 14px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.main .contect .contect-main a:hover {
  background: #eb0c0a;
  color: #fff;
}
.main .intro {
  margin-top: -4px;
  padding: 0px 0;
  width: 1328px;
  margin: 0 auto;
}
.main .intro .intro-header {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.main .intro .intro-header h2 {
  font-size: 39px;
  color: #1e1e1e;
  letter-spacing: 1px;
}
.main .intro .intro-header > span {
  display: block;
  font-family: Arial;
  font-size: 38px;
  font-style: italic;
  padding-top: 20px;
  color: #eb0c0a;
  text-transform: uppercase;
}
.main .intro .intro-header p {
  display: inline-block;
  line-height: 1.8;
  font-size: 14px;
  padding-top: 30px;
  color: #666;
}
.main .intro .swiper-container {
  overflow-y: visible;
}
.main .intro .swiper-container .swiper-slide {
  width: 100%;
  position: relative;
}
.main .intro .swiper-container .swiper-slide img {
  width: 100%;
}
.main .intro .swiper-container .swiper-slide .intro-header {
  background: #fff;
  position: absolute;
  left: 5.5%;
  bottom: 0%;
  text-align: center;
  height: 132px;
}
.main .intro .swiper-container .swiper-slide .intro-header h2 {
  padding: 30px 60px 0;
  font-size: 36px;
}
.main .intro .swiper-container .swiper-slide .intro-header span {
  display: inline-block;
  width: 31px;
  height: 5px;
  background: #eb0c0a;
  margin: 15px 0;
}
.main .intro .swiper-container .swiper-slide .intro-header p {
  font-family: Arial;
  font-size: 12px;
  font-style: italic;
}
.main .intro .swiper-container .swiper-slide .intro-right {
  display: block;
  background: #eb0c0a;
  width: 82px;
  height: 82px;
  position: absolute;
  left: calc(5.5% + 264px);
  bottom: 50px;
  text-align: center;
}
.main .intro .swiper-container .swiper-slide .intro-right i {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.main .intro .swiper-container .swiper-pagination {
  bottom: 18%;
  text-align: right;
  width: 98%;
}
.main .intro .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
  width: 10px;
  height: 10px;
}
.main .intro .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #eb0c0a;
  opacity: 1;
}
.main .intro .intro-main {
  padding: 45px 70px 0;
}
.main .intro .intro-main .intro-text {
  padding-bottom: 70px;
  text-align: center;
}
.main .intro .intro-main .intro-text p {
  font-size: 14px;
  color: #666;
  
  
}
.main .intro .intro-main .intro-img {
  text-align: center;
}
.main .intro .intro-main .intro-img img {
  width: 49%;
  margin-right: 1%;
 
}
.main .intro .intro-main .intro-img img:last-of-type {
  margin-right: 0;
}
.main .intro .intro-main .intro-p {
  margin-top: 50px;
  text-align: center;
  font-size: 17px;
  color: #0b0b0b;
  line-height: 2.2;
}
.main .food {
  padding-bottom: 80px;
  background: #efefef;display: none;
}
.main .food .food-header {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
  padding-bottom: 55px;
}
.main .food .food-header h2 {
  font-size: 39px;
  color: #1e1e1e;
  letter-spacing: 1px;
}
.main .food .food-header > span {
  display: block;
  font-family: Arial;
  font-size: 38px;
  font-style: italic;
  padding-top: 20px;
  color: #eb0c0a;
  text-transform: uppercase;
}
.main .food .food-header p {
  display: inline-block;
  line-height: 1.8;
  font-size: 14px;
  padding-top: 30px;
  color: #666;
}
.main .food .food-header p span {
  color: #eb0c0a;
}
.main .food .food-header span {
  font-family: Perpetua;
}
.main .food .food-buttons {
  width: 1200px;
  margin: 0 auto;
}
.main .food .food-buttons ul {
  text-align: center;
  overflow: hidden;
}
.main .food .food-buttons ul li {
  display: inline-block;
  width: 36px;
  margin-right: 30px;
}
.main .food .food-buttons ul li:last-of-type {
  margin-right: 0;
}
.main .food .food-buttons ul li:hover a::before,
.main .food .food-buttons ul li.on a::before,
.main .food .food-buttons ul li:hover a::after,
.main .food .food-buttons ul li.on a::after {
  background: #eb0c0a;
}
.main .food .food-buttons ul li:hover a p,
.main .food .food-buttons ul li.on a p {
  color: #eb0c0a;
}
.main .food .food-buttons ul li:hover a p::before,
.main .food .food-buttons ul li.on a p::before,
.main .food .food-buttons ul li:hover a p::after,
.main .food .food-buttons ul li.on a p::after {
  background: #eb0c0a;
}
.main .food .food-buttons ul li:hover a .food-icon1,
.main .food .food-buttons ul li.on a .food-icon1 {
  background-position: -34px -366px;
}
.main .food .food-buttons ul li:hover a .food-icon2,
.main .food .food-buttons ul li.on a .food-icon2 {
  background-position: -104px -372px;
}
.main .food .food-buttons ul li:hover a .food-icon3,
.main .food .food-buttons ul li.on a .food-icon3 {
  background-position: -174px -366px;
}
.main .food .food-buttons ul li:hover a .food-icon4,
.main .food .food-buttons ul li.on a .food-icon4 {
  background-position: -240px -366px;
}
.main .food .food-buttons ul li:hover a .food-icon5,
.main .food .food-buttons ul li.on a .food-icon5 {
  background-position: -304px -370px;
}
.main .food .food-buttons ul li:hover a .food-icon6,
.main .food .food-buttons ul li.on a .food-icon6 {
  background-position: -374px -366px;
}
.main .food .food-buttons ul li a {
  display: block;
  position: relative;
}
.main .food .food-buttons ul li a::before {
  content: '';
  width: 30px;
  height: 1px;
  background: #666;
  position: absolute;
  top: 0;
  left: 0;
}
.main .food .food-buttons ul li a::after {
  content: '';
  width: 30px;
  height: 1px;
  background: #666;
  position: absolute;
  bottom: 60px;
  right: 0;
}
.main .food .food-buttons ul li a > p {
  padding: 25px 10px;
  color: #666;
  height: 105px;
  writing-mode:vertical-lr;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .food .food-buttons ul li a > p::before {
  content: '';
  width: 1px;
  height: 30px;
  background: #666;
  position: absolute;
  top: 0;
  left: 0;
}
.main .food .food-buttons ul li a > p::after {
  content: '';
  width: 1px;
  height: 30px;
  background: #666;
  position: absolute;
  bottom: 60px;
  right: 0;
}
.main .food .food-buttons ul li a > div {
  width: 40px;
  height: 40px;
  background: url("../images/groups.png");
  margin-top: 20px;
}
.main .food .food-buttons ul li a .food-icon1 {
  background-position: -34px -281px;
}
.main .food .food-buttons ul li a .food-icon2 {
  background-position: -104px -287px;
}
.main .food .food-buttons ul li a .food-icon3 {
  background-position: -174px -281px;
}
.main .food .food-buttons ul li a .food-icon4 {
  background-position: -240px -281px;
}
.main .food .food-buttons ul li a .food-icon5 {
  background-position: -304px -285px;
}
.main .food .food-buttons ul li a .food-icon6 {
  background-position: -374px -281px;
}
.main .food .food-main {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.main .food .food-main ul li {
  padding: 70px 30px;
  border-bottom: 1px solid #d0d0d0;
  overflow: hidden;
}
.main .food .food-main ul li:last-of-type {
  border: none;
}
.main .food .food-main ul li.fodd-inverse .food-text {
  float: right;
}
.main .food .food-main ul li.fodd-inverse .food-text .food-gou {
  float: right;
}
.main .food .food-main ul li.fodd-inverse .food-text h2 {
  float: left;
}
.main .food .food-main ul li.fodd-inverse .food-text .food-intro {
  float: left;
  margin-left: 0;
  margin-right: 60px;
}
.main .food .food-main ul li.fodd-inverse .food-text .food-p {
  float: left;
}
.main .food .food-main ul li.fodd-inverse .food-text .food-p p {
  margin-left: 0;
  margin-right: 35px;
  line-height: 1.5;
}
.main .food .food-main ul li.fodd-inverse .food-img {
  float: left;
}
.main .food .food-main ul li .food-text {
  width: 60%;
  overflow: hidden;
}
.main .food .food-main ul li:hover .food-gou::before,
.main .food .food-main ul li:hover .food-gou::after {
  -webkit-animation: toTop .7s ease-in-out;
  -moz-animation: toTop .7s ease-in-out;
  animation: toTop .7s ease-in-out;
}
.main .food .food-main ul li .food-text .food-gou {
  width: 52px;
  height: 242px;
  background-color: #eb0c0a;
  border-radius: 5px;
  position: relative;
  float: left;
  overflow: hidden;
}
.main .food .food-main ul li .food-text .food-gou::before {
  content: '';
  width: 1px;
  height: 163px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -81.5px;
}
.main .food .food-main ul li .food-text .food-gou::after {
  content: '';
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: 77.5px;
  transform: rotate(135deg);
}
.main .food .food-main ul li .food-text h2 {
  width: 53px;
  font-size: 42px;
  font-style: italic;
  color: #333333;
  float: right;
  margin: 0 40px;
  font-family: STXingkai;
}
.main .food .food-main ul li .food-text .food-intro {
  float: right;
  height: 300px;
  margin-left: 60px;
}
.main .food .food-main ul li .food-text .food-intro > div {
  width: 50px;
  margin: 5px;
  position: relative;
}
.main .food .food-main ul li .food-text .food-intro > div::before {
  content: '';
  width: 30px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 20px;
  left: 0;
}
.main .food .food-main ul li .food-text .food-intro > div::after {
  content: '';
  width: 30px;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.main .food .food-main ul li .food-text .food-intro > div p {
  padding: 35px 8px 30px;
  font-size: 17px;
  color: #000;
  writing-mode: vertical-rl;
  font-size: 30px;
  font-family: BELLI;
}
.main .food .food-main ul li .food-text .food-intro > div p::before {
  content: '';
  width: 3px;
  height: 30px;
  background: #000;
  position: absolute;
  top: 20px;
  left: 0;
}
.main .food .food-main ul li .food-text .food-intro > div p::after {
  content: '';
    width: 3px;
    height: 30px;
    background: #000;
    position: absolute;
    bottom: 0;
    right: 0;
}
.main .food .food-main ul li .food-text .food-p {
  float: right;
  height: 280px;
  overflow: hidden;
}
.main .food .food-main ul li .food-text .food-p p {
  float: right;
  width: 33px;
  height: 100%;
  font-size: 17px;
  font-style: italic;
  margin-left: 35px;
}
.main .food .food-main ul li .food-img {
  width: 35%;
  overflow: hidden;
}
.main .food .food-main ul li:hover .food-img img {
  transform: scale(1.2);
}
.main .food .food-main ul li .food-img img {
  width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.main .food .food-main>a {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: #eb0c0a;
  border-radius: 50%;
  position: relative;
  margin-top: 10px;
}
.main .food .food-main>a i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
.main .join {
  width: 1328px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  .main .join {
    width: 1200px;
  }
}
.main .join .join-header {
  padding-top: 60px;
  text-align: center;
  padding-bottom: 55px;
}
.main .join .join-header h2 {
  font-size: 39px;
  color: #1e1e1e;
  letter-spacing: 1px;
}
.main .join .join-header > span {
  display: block;
  font-family: Arial;
  font-size: 38px;
  font-style: italic;
  padding-top: 20px;
  color: #eb0c0a;
  text-transform: uppercase;
}
.main .join .join-header p {
  display: inline-block;
  line-height: 1.8;
  font-size: 14px;
  padding-top: 30px;
  color: #666;
}
.main .join .join-header p span {
  color: #eb0c0a;
}
.main .join .join-header span {
  font-family: Perpetua;
}
.main .join .join-main ul {
  padding: 0 69px;
}
@media (max-width: 1366px) {
  .main .join .join-main ul {
    padding: 0 5px;
  }
}
.main .join .join-main ul li {
  float: left;
  width: 290px;
  margin-right: 10px;
  box-sizing: border-box;
}
.main .join .join-main ul li:last-of-type {
  margin-right: 0;
}
.main .join .join-main ul li a {
  display: block;
}
.main .join .join-main ul li a:hover .join-img img {
  transform: scale(1.2);
}
.main .join .join-main ul li a:hover .join-text {
  background: #eb0c0a;
}
.main .join .join-main ul li a:hover .join-text p,
.main .join .join-main ul li a:hover .join-text span {
  color: #fff;
}
.main .join .join-main ul li a .join-img {
  width: 100%;
  height: 215px;
  overflow: hidden;
}
.main .join .join-main ul li a .join-img img {
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.main .join .join-main ul li a .join-text {
  text-align: center;
  height: 150px;
  background: #efefef;
  position: relative;
}
.main .join .join-main ul li a .join-text > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -64px;
}
.main .join .join-main ul li a .join-text > div p {
  font-size: 30px;
  letter-spacing: 2px;
}
.main .join .join-main ul li a .join-text > div span {
  padding-top: 15px;
  font-family: Perpetua;
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
}
.main .join .join-main > p {
  padding: 55px 200px 0;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #333;
  text-align: center;
}
.main .shop {
  padding-bottom: 70px;
  background: #efefef;
}
.main .shop .shop-header {
  width: 1328px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 1366px) {
  .main .shop .shop-header {
    width: 1200px;
  }
}
.main .shop .shop-header h2 {
  font-size: 39px;
  color: #1e1e1e;
  letter-spacing: 1px;
}
.main .shop .shop-header > span {
  display: block;
  font-family: Arial;
  font-size: 38px;
  font-style: italic;
  padding-top: 20px;
  color: #eb0c0a;
  text-transform: uppercase;
}
.main .shop .shop-header p {
  display: inline-block;
  line-height: 1.8;
  font-size: 14px;
  padding-top: 30px;
  color: #666;
}
.main .shop .shop-header p span {
  color: #eb0c0a;
}
.main .shop .shop-main {
  width: 1328px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .main .shop .shop-main {
    width: 1200px;
  }
}
.main .shop .shop-main .shop-img {
  overflow: hidden;
  height: 240px;
  margin-bottom: 20px;
}
.main .shop .shop-main .shop-img img {
  float: left;
  width: 32.66666%;
  margin: 0 1% 1% 0;
}
.main .shop .shop-main .shop-img img:last-of-type {
  margin-right: 0;
}
.main .shop .shop-main .swiper-container .swiper-slide {
  width: 100%;
}
.main .shop .shop-main .swiper-container .swiper-slide img {
  width: 100%;
}
.main .shop .shop-main .swiper-container .swiper-pagination {
  bottom: 25px;
}
.main .shop .shop-main .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
  width: 10px;
  height: 10px;
}
.main .shop .shop-main .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #eb0c0a;
  opacity: 1;
}
.main .shop .shop-main .shop-text {
  padding: 45px 250px 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
  text-align: center;
}
footer {
  background: #fff0;
}
footer .footer-top {
  height: 65px;
  border-bottom: 1px solid #222;
}
footer .footer-top ul {
  overflow: hidden;
  height: 100%;
  padding: 20px 25%;
  text-align: center;
}
footer .footer-top ul li {
  display: inline-block;
  width: 17%;
  box-sizing: border-box;
  position: relative;
}
footer .footer-top ul li:hover a {
  color: #eb0c0a;
}
footer .footer-top ul li::after {
  content: "";
  background: #e4e4e4;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -10%;
  transform: rotate(135deg);
}
footer .footer-top ul li:last-of-type::after {
  height: 0;
}
footer .footer-top ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  color: #b4b4b4;
}
footer .footer-top ul li a span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 5px;
  color: #b4b4b4;
}
footer .footer-main {
  padding: 50px 0 40px;
  border-bottom: 1px solid #222;
  width: 1328px;
  margin: 0 auto;
  text-align: center;
    background: #222;
}
@media (max-width: 1366px) {
  footer .footer-main {
    width: 1200px;
  }
}
footer .footer-main .footer-phone {
  color: #b4b4b4;
}
footer .footer-main .footer-phone img {
  vertical-align: sub;
}
footer .footer-main .footer-phone span {
  font-size: 52px; font-family: Helvet;
  letter-spacing: 1px;
  padding-left: 5px;
  vertical-align: super;
}
footer .footer-main > p {
  color: #b4b4b4;
  font-size: 14px;
  padding: 33px 0 40px;
}
footer .footer-main > p a {
  color: #fff;
}
footer .footer-main .footer-share {
  margin-top: 15px;
}
footer .footer-main .footer-share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #b4b4b4;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
}
footer .footer-main .footer-share a:hover img {
  filter: invert(0);
}
footer .footer-main .footer-share a:hover.qq {
  background: #01b5f0;
}
footer .footer-main .footer-share a:hover.wx {
  background: #62ba54;
}
footer .footer-main .footer-share a:hover.weibo {
  background: #da251c;
}
footer .footer-main .footer-share a img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  filter: invert(100%);
}
footer .footer-bottom {
  color: #5e5e5e;
  padding: 30px;
  text-align: center;
}
footer .footer-bottom a {
  color: #5e5e5e;
  margin-right: 15px;
}
footer .footer-bottom a:first-of-type {
  margin-left: 20px;
}
footer .footer-bottom a:hover {
  color: #eb0c0a;
}
.list-main {
  position: relative;
  background: #efefef;
  /* 内页banner图部分 */
}
.list-main .list_banner {
  width: 100%;
  height: 300px;
  position: relative;
}
.list-main .list_banner .swiper-container {
  width: 100%;
  height: 100%;
}
.list-main .list_banner .swiper-container .swiper-wrapper {
  height: 100%;
}
.list-main .list_banner .swiper-container .swiper-wrapper img {
  display: block;
  width: 100%;
}
.list-main .list_banner .swiper-container .swiper-pagination {
  bottom: 25px;
}
.list-main .list-box {
  width: 1200px;
  margin: 0 auto;
  min-height: 800px;
  position: relative;
  padding-bottom: 80px;
}
.list-main .list-box .list-top {
  width: 1200px;
  margin: 0 auto;
  padding: 25px 0;
  border-bottom: 1px solid #d0d0d0;
}
.list-main .list-box .list-top h2 {
  font-size: 25px;
  margin-right: 10px;
  color: #eb0c0a;
  display: inline-block;
}
.list-main .list-box .list-top span {
  display: inline-block;
  font-size: 18px;
  font-family: Perpetua;
  font-style: italic;
  text-transform: uppercase;
}
.list-main .list-box .list-top em {
  float: right;
  font-size: 12px;
  font-style: normal;
  line-height: 35px;
  color: #999;
}
.list-main .list-box .list-nav {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
}
.list-main .list-box .list-nav ul {
  width: 100%;
  text-align: left;
}
.list-main .list-box .list-nav ul li {
  display: inline-block;
}
.list-main .list-box .list-nav ul li:nth-of-type(1) a::before {
  content: "";
}
.list-main .list-box .list-nav ul li a {
  padding: 10px 20px;
  font-size: 16px;
  color: #000;
  position: relative;
}
.list-main .list-box .list-nav ul li a::hover {
  color: #eb0c0a;
}
.list-main .list-box .list-nav ul li a::before {
  position: absolute;
  left: 0;
  content: "/";
  text-align: left;
  margin-right: 28px;
  margin-top: 3px;
  font-size: 12px;
  color: #333;
}
.list-main .list-box .list-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 0;
  height: 1px;
  background: #eb0c0a;
}
.list-main .list-box .list-nav ul li .nav-active {
  color: #eb0c0a;
}
.list-main .list-box .list-nav ul li .nav-active::after {
  width: 65%;
}
.in-news {
  margin-bottom: 50px;
}
.in-news ul > li {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.in-news ul > li:hover .in-news-img img {
  transform: scale(1.2);
}
.in-news ul > li:hover .in-news-article h4,
.in-news ul > li:hover .in-news-article span {
  color: #eb0c0a;
}
.in-news ul > li:hover .in-news-article p {
  color: #000 !important;
}
.in-news ul > li:hover .news-to {
  background: #eb0c0a;
}
.in-news ul > li:hover .news-to i.red {
  top: -30%;
  opacity: 0;
}
.in-news ul > li:hover .news-to i.white {
  top: 50%;
  opacity: 1;
}
.in-news ul > li a {
  display: block;
  overflow: hidden;
  padding: 25px 0;
}
.in-news ul > li a .in-news-img {
  display: inline-block;
  width: 200px;
  height: 150px;
  overflow: hidden;
}
.in-news ul > li a .in-news-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.in-news ul > li a .in-news-article {
  width: 63%;
  margin-left: 25px;
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  border-right: 1px solid #ddd;
}
.in-news ul > li a .in-news-article h4 {
  font-size: 18px;
  color: #000;
  margin: 15px 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.in-news ul > li a .in-news-article span {
  display: block;
  margin: 0 auto 10px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  position: relative;
}
.in-news ul > li a .in-news-article p {
  font-size: 13px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  line-height: 1.8;
}
.in-news ul > li a .news-to {
  float: right;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: solid 2px #eb0c0a;
  margin-top: 2.5%;
  margin-right: 5%;
  position: relative;
  overflow: hidden;
}
.in-news ul > li a .news-to i {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -10px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.in-news ul > li a .news-to i.red {
  color: #eb0c0a;
  opacity: 1;
}
.in-news ul > li a .news-to i.white {
  color: #fff;
  top: 130%;
  opacity: 0;
}
.news-show {
  margin-top: 45px;
  width: 1200px;
  margin: 0 auto;
}
.news-show .news-title {
  padding-bottom: 12px;
  text-align: center;
  border-bottom: solid 1px #ddd;
}
.news-show .news-title h2 {
  font-size: 26px;
  font-weight: normal;
  color: #000;
}
.news-show .news-title span {
  display: inline-block;
  color: #999;
  font-size: 13px;
  margin: 10px 8px;
}
.news-show .news-content {
  color: #000;
  line-height: 25px;
  padding: 30px;
}
.pageto {
  padding: 30px 30px 0;
  overflow: hidden;
  border-top: solid 1px #ddd;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.pageto::after {
  content: "";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pageto span {
  font-size: 15px;
  display: block;
}
.pageto span a {
  display: block;
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: right;
  text-decoration: none;
  color: #999;
}
.pageto span a:hover {
  text-decoration: underline;
  color: #000;
}
.pageto .pageto-prev {
  float: left;
  color: #eb0c0a;
}
.pageto .pageto-next {
  float: right;
  color: #eb0c0a;
}
.in_pics {
  padding: 35px 0;
}
.in_pics ul {
  overflow: hidden;
  margin: 0 -40px 0 0;
}
.in_pics ul li {
  width: 30%;
  float: left;
  margin: 0 40px 40px 0;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0);
}
.in_pics ul li:hover a span > img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.in_pics ul li:hover a div {
  background: #eb0c0a;
}

.in_pics ul li:hover a div p {
  color: #fff;
  text-align: center;
}
.in_pics ul li a > span {
  display: block;
  height: 269px;
  overflow: hidden;
}
.in_pics ul li a > span img {
  width: 100%;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
}
.in_pics ul li a div {
  background-color: #dfdfdf;
  padding: 20px 15px;
  position: relative;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.in_pics ul li a div p {
  color: #000;
  font-size: 18px;
  text-align: center;
}
.guest-text {
  text-align: center;
}
.guest-text h3 {
  padding-bottom: 20px;
}
.guest-text p {
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
}
.in_guest {
  margin: 50px auto;
  width: 700px;
}
.in_guest div {
  overflow: hidden;
  margin-bottom: 4%;
}
.in_guest div span {
  float: left;
  color: #000;
  font-size: 14px;
  line-height: 40px;
  width: 60px;
}
.in_guest div img {
  height: 39px;
  border-radius: 4px;
  float: left;
  margin-left: 30px;
}
.in_guest .guest_radio {
  overflow: hidden;
  padding-bottom: 10px;
}
.in_guest .guest_radio label {
  float: left;
  width: 25%;
  padding-top: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}
.in_guest .guest_radio label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.in_guest .guest_radio label span input {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  opacity: 0;
}
.in_guest .guest_radio .on span {
  background-color: #e8cc94;
}
.in_guest .in_input {
  width: 48.6%;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 4%;
}
.in_guest .in_input:nth-of-type(2n) {
  margin-right: 0;
}
.in_guest .in_textarea {
  width: 100%;
}
.in_guest .in_input input,
.in_guest .in_textarea input,
.in_guest .in_input textarea,
.in_guest .in_textarea textarea {
  float: left;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: none;
  background: none;
  border-bottom: solid 1px #ddd;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #000;
  border-bottom: solid 1px #999;
}
.in_guest .in_input input:focus,
.in_guest .in_textarea input:focus,
.in_guest .in_input textarea:focus,
.in_guest .in_textarea textarea:focus {
  border-bottom: solid 1px #eb0c0a;
}
.in_guest .in_input textarea,
.in_guest .in_textarea textarea {
  width: 100%;
  height: 130px;
  overflow-y: hidden;
  resize: none;
}
.in_guest .in_yanzheng {
  width: 100%;
}
.in_guest .in_yanzheng input {
  width: 45.6%;
}
.in_guest .in_submit {
  margin-top: 35px;
  text-align: center;
}
.in_guest .in_submit input {
  font-size: 15px;
  width: 50%;
  background: #ddd;
  cursor: pointer;
  border: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  padding: 18px 0;
  background: #eb0c0a;
  color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  font-size: 18px;
}
.in_guest .in_submit input:hover {
  background: #fff;
  color: #eb0c0a;
  border: 2px solid #eb0c0a;
}
.list_page {
  text-align: center;
  padding: 50px 0;
}
.list_page a,
.list_page span {
  padding: 6px 12px;
  display: inline-block;
  font-size: 14px;
  margin: 0 4px;
  border-radius: 3px;
}
.list_page a:hover,
.list_page span:hover,
.list_page a.current,
.list_page span.current,
.list_page a.row,
.list_page span.row {
  background: #eb0c0a;
  color: #fff;
}
.list_page a {
  background: #f5f3ed;
  color: #000000;
  background: #fafafa;
  color: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.brand-container .brand-item {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.animate {
  animation: fadeInUprem 1.2s;
}
.brand-container .brand-item a {
  position: relative;
  display: block;
}

.brand-container .brand-item a .brand-text {
  z-index: 3;
  width: 100%;
  color: #fff;
  height: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.brand-container .brand-item a .brand-text .brand-logo {
  display: inline-block;
}

.brand-container .brand-item a .brand-text .brand-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.brand-container .brand-item a .brand-text h2 {
  font-size: 25px;
  font-style: italic;
}

.brand-container .brand-item a .brand-text p {
  font-size: 28px;
  margin: 10px 0 25px 0;
}

.brand-container .brand-item a .brand-text i {
  position: relative;
  font-size: 45px;
}

.brand-bg {
  height: 500px;
  background-size: 100% 100%;
  z-index: 1;
  -webkit-transition: transform 1.2s, filter .5s;
  transition: transform 1.2s, filter .5s;
}

.brand-bg::before {
  content: '';
  z-index: 2;
  display: block;
  transition: all .5s;
  height: 100%;
}

.brand-container .brand-item:hover .brand-bg {
  transform: scale(1.2);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.brand-container .brand-item:hover .brand-bg::before {
  background: rgba(229, 7, 7, .3);
}

.brand-container .brand-item:hover i {
  display: inline-block;
  -webkit-animation: toRightFromLeft .7s ease-in-out;
  -moz-animation: toRightFromLeft .7s ease-in-out;
  animation: toRightFromLeft .7s ease-in-out;
}

@keyframes toTop {
  0% {
    opacity: 1;
    transform: translate(0,0)
  }
  49% {
    opacity: 0;
    transform: translate(0,89%)
  }
  50% {
    transform: translate(0,-90%)
  }
}


.nodata{text-align: center;}

.brand-body header .header-box .header-bottom .nav {
  width: 85%;
}
.brand-body header .header-box .header-bottom .nav ul li {
  width: 14.2%;
  padding: 0 1.5%;
}

.brand-body header .header-box .header-bottom .nav ul li::after {
  right: -43%;
}
.brand-body footer ul {
  padding: 20px 22%;
}

.brand-body footer ul li {
  width: 14%;
}

header.hide {
  height: 110px;
}
header.hide .header-box .header-top {
  height: 56px;
}
header.hide .header-box .header-top .header-phone,
header.hide .header-box .header-top .header-share {
  visibility: hidden;
  opacity: 0;
}
header.hide .header-box .header-top .logo img {
  margin-left: -140px;
  width: 40%;
}
header.hide .header-box .header-bottom {
  margin-top: 7px;
}
.main.hide {
  padding-top: 140px;
}
.list-main {
  padding-top: 230px;
}
.list-main.hide {
  padding-top: 140px;
}

.tohome {
  display: block;
  width: 34px;
  height: 34px;
  background-color: #ddd;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 2;

}
.tohome i {
  font-size: 20px;
  color: #000;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -12px;
}
.tohome:hover {
  background: #ff0000;
}
.tohome:hover i {
  color: #fff;
}

.nav-brand {
  left: -300% !important;
}
.nav-brand::before {
  left: 68% !important;
}

.nav-brand::after {
  left: 67% !important;
}

.fix_adv {
  position: fixed;
  top:50%;
  left:50%;
  margin-left:-450px;
  margin-top:-213px;
  z-index: 9999;
  width:900px;
}

.fix_adv #app_on2 {
  position: absolute;
  right: -15px;
  top:-15px;
}
.fix_adv .ac_img {
  display: block;
  text-align: right;
  text-align: -webkit-right;
  text-align: -moz-right;
  text-align: -ms-right;
  text-align: -o-right;
}
.fix_adv .ac_img img{
  width:100%;
}
/*sediao */



header.brand_style1{ background-color:#fff !important;}
header.brand_style1 .header-box .header-top .header-phone span{ color:#144d90 !important;}
header.brand_style1 .header-box .header-bottom .nav ul li::after { background:#fff !important;}
header.brand_style1 .header-box .header-bottom .nav ul li a{ color:#333 !important;}
header.brand_style1 .header-box .header-top .header-phone{ color:#144d90;}
header.brand_style1 .header-box .header-bottom .nav ul li a:hover{ color:#144d90 !important;}
/*laidekuai */
.brand_style2{ background-color:#fff !important;}
header.brand_style2 .header-box .header-bottom .nav ul li a{ color:#333 !important;}
header.brand_style2 .header-box .header-top .header-phone span{ color:#333 !important;}
header.brand_style2 .header-box .header-bottom .nav ul li a:hover{ color:#cc0000 !important;}



/*wankuai */
.brand_style3{ background-color:#fee101 !important;}
header.brand_style3 .header-box .header-top .header-phone span{ color:#000 !important;}
header.brand_style3 .header-box .header-bottom .nav ul li::after { background:#ccb61d !important;}


/*meiweimeike */
.brand_style4{ background-color:#fff !important;}
header.brand_style4 .header-box .header-top .header-phone span{color:#333  !important;}
header.brand_style4 .header-box .header-bottom .nav ul li::after { background:#e01616  !important;}
header.brand_style4 .header-box .header-bottom .nav ul li a:hover{ color:#333  !important;}
header.brand_style4 .header-box .header-bottom .nav ul li a{color:#e01616  !important;}

/*guoyin */
.brand_style5{ background-color:#fff !important;}
header.brand_style5 .header-box .header-top .header-phone span{ color:#12a6cb !important;}
header.brand_style5 .header-box .header-bottom .nav ul li:hover a {color:#12a6cb !important;}
header.brand_style5 .header-box .header-bottom .nav ul li::after { background:#12a6cb !important;}

/*bafi */
.brand_style6{ background-color:#fff !important;}
header.brand_style6 .header-box .header-top .header-phone span{ color:#000 !important;}
header.brand_style6 .header-box .header-bottom .nav ul li a:hover{ color:#D80C18 !important;}
header.brand_style6 .header-box .header-bottom .nav ul li::after { background:#e4e4e4 !important;}
header.brand_style6 .header-box .header-bottom .nav ul li a{color: #000 !important;}

/*bafang 19-9-6 update */
header.brand_style11{ background-color:#000000 !important;}
header.brand_style11 .header-box .header-top .header-phone span{ color:#fff !important;}
header.brand_style11 .header-box .header-bottom .nav ul li {color:#fff !important;}

header.brand_style11 .header-box .header-bottom .nav ul li a:hover{ color:#fff !important;}
header.brand_style11 .header-box .header-bottom .nav ul li:after { background:#fff !important;}
header.brand_style11 .header-box .header-bottom .nav ul li a{ color:#fff !important;}


ul.yuandian{ text-align:center;}
