@font-face {
  src: url("/skin/fonts/ariblk_0.ttf");
  font-family: more;
}
@font-face {
  src: url("../font/HELVETICANEUELTPRO-LTEX.OTF");
  font-family: phone;
}
@font-face {
  src: url("../font/THEDEADSALOON-REGULAR.TTF");
  font-family: english;
}
.box-1200px {
  width: 1200px;
  margin: 0 auto;
}
.box-1500px {
  max-width: 1500px;
  margin: 0 auto;
}
.middle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
  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: #fff;
}
li {
  list-style: none;
}
textarea {
  font-family: "微软雅黑";
}
input,
textarea {
  outline: none;
}
/* 去除浏览器读取历史记录默认黄色背景 */
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;
}
b {
  font-weight: normal;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none;
}
.header {
  height: 54px;
  position: relative;
  border-bottom: 4px solid #cc0000;
  box-sizing: border-box;
}
.header h2 {
  float: left;
  width: 170px;
  height: 62px;
  line-height: 62px;
  position: absolute;
  bottom: 0;
  background: #cc0000;
  color: #fff;
  font-size: 26px;
  letter-spacing: 1px;
  text-align: center;
}
.header div {
  height: 50px;
  line-height: 50px;
  width: 1030px;
  margin-left: 170px;
}
.header div p {
  float: right;
}
.header div p a {
  padding: 0 20px;
  float: left;
  position: relative;
  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 div p a:hover {
  color: #cc0000;
}
.header div p a:not(:first-of-type)::before {
  content: "";
  width: 2px;
  height: 50%;
  background: #d3d3d3;
  position: absolute;
  left: 0;
  top: 25%;
}
.header div p a:last-of-type {
  padding-right: 35px;
}
.gang::before {
  content: "";
  width: 5px;
  height: 9px;
  background: #cc0000;
  position: absolute;
  left: 15px;
  top: 3px;
}
.gang::after {
  content: "";
  width: 5px;
  height: 9px;
  background: #dfdfdf;
  position: absolute;
  left: 15px;
  top: 12px;
}
.greendot {
  padding-left: 10px;
}
.greendot::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #cc0000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
}
.greendot:hover a {
  color: #cc0000;
}
.greendot a {
  display: block;
  width: 100%;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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 {
  height: 100px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 999999;
}
header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -167.5px;
  z-index: 9999;
}
header .logo img {
  width: 355px;
  /* height: 100%; */
}
header .navbar > ul {
  max-width: 1500px;
  margin: 0 auto;
}
header .navbar > ul>li {
  float: left;
  width: 9.5%;
  height: 100px;
}
header .navbar > ul>li:hover ul {
  opacity: 1;
  visibility: visible;
}
header .navbar > ul>li ul li {
  margin: 5px 0;
}
header .navbar > ul>li ul {
  background: rgba(204, 0, 0, 0.8);
  margin-top: -5px;
  opacity: 0;
  visibility: hidden;
  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;
}

header .navbar > ul>li ul li a {
  display: block;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 13px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .navbar > ul>li ul li a:hover {
  background: #000;
  color: #fff;
}
header .navbar > ul>li:nth-of-type(4) {
  margin-right: 24%;
}
header .navbar > ul>li a {
  display: block;
  height: 100%;
  padding-top: 29px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

header .navbar > ul>li:hover,
header .navbar > ul>li>a.hover {
  background: #cc0000;
  color: #fff;
}
header .navbar > ul>li:hover span,
header .navbar > ul>li>a.hover span {
  color: #dc7474;
}
header .navbar > ul>li a span {
  display: block;
  font-size: 12px;
  font-family: Arial;
  text-transform: uppercase;
  color: #b7a5a6;
  margin-top: 6px;
}
header .navbar .nav_hide {
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 99;
  visibility: hidden;
  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 .navbar .nav_hide.cur {
  visibility: visible;
  opacity: 1;
  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 .navbar .nav_hide .subnav_box {
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
}
header .navbar .nav_hide .subnav_box .subnav {
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
}
header .navbar .nav_hide .subnav_box .subnav_item {
  float: left;
  width: 9.5%;
  min-height: 1px;
  opacity: 0;
  background: rgba(204, 0, 0, 0.8);
  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 .navbar .nav_hide .subnav_box .subnav_item.cur {
  visibility: visible;
  opacity: 1;
  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 .navbar .nav_hide .subnav_box .subnav_item:nth-of-type(4) {
  margin-right: 24%;
}
header .navbar .nav_hide .subnav_box .subnav_item ul li {
  margin: 5px 0;
}
header .navbar .nav_hide .subnav_box .subnav_item ul li a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .navbar .nav_hide .subnav_box .subnav_item ul li a:hover {
  background: #000;
  color: #fff;
}
header .navbar .nav_hide .sub_info {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  margin-top: 10px;
}
header .navbar .nav_hide .sub_info .sub_in {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 15px 0;
}
header .navbar .nav_hide .sub_info .sub_tel {
  padding-left: 65px;
  background: url("/skin/images/phone_white.png") no-repeat left center;
  background-size: contain;
  float: left;
  margin-top: 23px;
}
header .navbar .nav_hide .sub_info .sub_tel span {
  color: #fff;
  font-size: 14px;
}
header .navbar .nav_hide .sub_info .sub_tel p {
  color: #fff;
  font-family: phone;
  font-size: 22px;
  margin-top: 3px;
  font-weight: bold;
}
header .navbar .nav_hide .sub_info .sub_qr {
  float: right;
}
header .navbar .nav_hide .sub_info .sub_qr ul {
  overflow: hidden;
  margin: 0 -25px;
}
header .navbar .nav_hide .sub_info .sub_qr ul li {
  float: left;
  margin: 0 25px;
  text-align: center;
}
header .navbar .nav_hide .sub_info .sub_qr ul li span {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
}
header .navbar .nav_hide .sub_info .sub_qr ul li span img {
  width: 100%;
}
header .navbar .nav_hide .sub_info .sub_qr ul li p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
#main .banner {
  background: #000;
}
#main .banner .fp-slides .slide img {
  width: 100%;
  min-height: 100%;
}
#main .banner .fp-controlArrow {
  display: none;
}
#main .banner .fp-slidesNav ul {
  text-align: center;
}
#main .banner .fp-slidesNav ul li a span {
  background: #fff;
  width: 10px;
  height: 10px;
  margin: 0;
}
#main .banner .fp-slidesNav ul li a.active span {
  background: #cc0000;
}
#main .news {
  background: url("/skin/images/news_bg.jpg") no-repeat;
  box-sizing: border-box;
}
#main .news .news-box {
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 30px;
}

#main .news .news-box .news-left {
  float: left;
  width: 590px;
  overflow: hidden;
  padding-left: 20px;
  box-sizing: border-box;
  margin-top: 30px;
}
#main .news .news-box .news-left .news-left-header > span {
  padding-bottom: 10px;
  display: inline-block;
}
#main .news .news-box .news-left .news-left-header > span.on a {
  border-bottom: 3px solid #cc0000;
}
#main .news .news-box .news-left .news-left-header > span a {
  display: block;
  font-size: 30px;
  color: #fff;
  margin-right: 50px;
  padding-bottom: 10px;
}
#main .news .news-box .news-left .news-left-header > a {
  float: right;
  color: #cc0000;
  font-size: 13px;
  padding: 5px 20px;
  border: 1px solid #cc0000;
  border-radius: 15px;
  margin-top: 17px;
  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 .news .news-box .news-left .news-left-header > a:hover {
  background: #cc0000;
  color: #fff;
  border: 1px solid transparent;
}
#main .news .news-box .news-left .news-left-main ul {
  margin-top: 15px;
}
#main .news .news-box .news-left .news-left-main ul li {
  padding: 17.2px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

#main .news .news-box .news-left .news-left-main ul li:hover a .news-img img {
  transform: scale(1.2);
}
#main .news .news-box .news-left .news-left-main ul li:hover a .news-text h4 {
  color: #cc0000;
}
#main .news .news-box .news-left .news-left-main ul li:hover a .news-text span {
  color: #fff;
}
#main .news .news-box .news-left .news-left-main ul li:hover a .news-text p {
  color: #fff;
}
#main .news .news-box .news-left .news-left-main ul li a .news-img {
  float: left;
  width: 148px;
  height: 100px;
  overflow: hidden;
}
#main .news .news-box .news-left .news-left-main ul li a .news-img img {
  width: 100%;
  display: block;
  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 .news .news-box .news-left .news-left-main ul li a .news-text {
  float: left;
  margin-left: 20px;
  width: calc(100% - 168px);
}
#main .news .news-box .news-left .news-left-main ul li a .news-text h4 {
  font-size: 16px;
  color: #fff;
  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;
  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 .news .news-box .news-left .news-left-main ul li a .news-text span {
  display: block;
  font-size: 12px;
  color: #cc0000;
  margin: 10px 0;
  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 .news .news-box .news-left .news-left-main ul li a .news-text p {
  font-size: 12px;
  line-height: 20px;
  color: #aaaaaa;
  opacity: 0.6;
  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;
  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 .news .news-box .news-right {
  float: right;
  width: 570px;
  margin-top: 30px;
}
#main .news .news-box .news-right .news-right-header > span {
  padding-bottom: 10px;
  display: inline-block;
}
#main .news .news-box .news-right .news-right-header > span.on a {
  border-bottom: 3px solid #cc0000;
}
#main .news .news-box .news-right .news-right-header > span a {
  display: block;
  font-size: 30px;
  color: #fff;
  margin-right: 50px;
  padding-bottom: 10px;
}
#main .news .news-box .news-right .news-right-header > a {
  float: right;
  color: #cc0000;
  font-size: 13px;
  padding: 5px 20px;
  border: 1px solid #cc0000;
  border-radius: 15px;
  margin-top: 17px;
  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 .news .news-box .news-right .news-right-header > a:hover {
  background: #cc0000;
  color: #fff;
  border: 1px solid transparent;
}
#main .news .news-box .news-right .news-right-main {
  margin-top: 30px;
}
#main .news .news-box .news-right .news-right-main ul {
  margin-top: 15px;position:relative;
}
#main .news .news-box .news-right .news-right-main ul li {
 
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden; height:87.6px;
}
#main .news .news-box .news-right .news-right-main ul li:hover a .news-img img {
  transform: scale(1.2);
}
#main .news .news-box .news-right .news-right-main ul li:hover a .news-text h4 {
  color: #cc0000; 
}
#main
  .news
  .news-box
  .news-right
  .news-right-main
  ul
  li:hover
  a
  .news-text
  span {
  color: #fff;
}
#main .news .news-box .news-right .news-right-main ul li:hover a .news-text p {
  color: #fff;
}
#main .news .news-box .news-right .news-right-main ul li a .news-img {
  float: left;
  width: 108px;
  height: 60px;
  overflow: hidden;
}
#main .news .news-box .news-right .news-right-main ul li a .news-img img {
  width: 100%;
  display: block;
  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 .news .news-box .news-right .news-right-main ul li a .news-text {
  float: left;
  margin-left: 20px;
  width: calc(100% - 168px);
}
#main .news .news-box .news-right .news-right-main ul li a .news-text h4 {
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;line-height: 29px;
  -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;
  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 .news .news-box .news-right .news-right-main ul li a .news-text span {
  display: block;
  font-size: 12px;
  color: #cc0000;
  margin: 10px 0;
  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 .news .news-box .news-right .news-right-main ul li a .news-text p {
  font-size: 12px;
  line-height: 20px;
  color: #aaaaaa;
  opacity: 0.6;
  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;
  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 .news .news-box .news-right .news-right-main > div {
  position: relative;
  width: 572px;
  height: 380px;
  background: url("/skin/images/video_bg.png") repeat-x;
}
#main .news .news-box .news-right .news-right-main > div img {
  display: block;
}
#main .news .news-box .news-right .news-right-main > div .body {
  position: absolute;
  top: 0;
  left: 0;
}
#main .news .news-box .news-right .news-right-main > div .left {
  position: absolute;
  top: 328px;
  left: 0;
}
#main .news .news-box .news-right .news-right-main > div .right {
  position: absolute;
  top: 328px;
  right: 0;
}
#main .news .news-box .news-right .news-right-main > div .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main .news .news-box .news-right .news-right-main ul > li {
 
}
#main .profile {
  background: #000;
  box-sizing: border-box;
  position: relative;
}
@media (max-height: 900px) {
  #main .profile .profile-main {
    top: 100px !important;
  }
  #main .profile .profile-main span {
    margin-bottom: 10px !important;
  }
  #main .profile .profile-main p {
    margin-bottom: 15px !important;
  }
}
#main .profile .pic-left {
  position: absolute;
  width: 57%;
  left: 0;
  bottom: 0;
  opacity: 0;
}
#main .profile .pic-right {
  position: absolute;
  width: 43%;
  right: 0;
  bottom: 0;
  opacity: 0;
}
#main .profile .pic-left img,
#main .profile .pic-right img {
  width: 100%;
}
#main .profile .profile-main {
  position: absolute;
  right: 200px;
  top: 200px;
  opacity: 0;
  z-index: 999;
}
@media (max-width: 1680px) {
  #main .profile .profile-main {
    right: 100px;
    top: 150px !important;
  }
}
@media (max-width: 1600px) {
  #main .profile .profile-main {
    right: 100px;
    top: 120px !important;
  }
}
@media (max-width: 1440px) {
  #main .profile .profile-main {
    right: 100px;
  }
  #main .profile .profile-main p {
    width: 600px !important;
  }
}
@media (max-width: 1366px) {
  #main .profile .profile-main {
    right: 80px;
  }
  #main .profile .profile-main p {
    width: 550px !important;
  }
}
@media (max-width: 1280px) {
  #main .profile .profile-main {
    right: 70px;
  }
  #main .profile .profile-main p {
    width: 520px !important;
  }
}
#main .profile .profile-main span {
  display: block;
  margin-bottom: 50px;
}
#main .profile .profile-main p {
  width: 700px;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 40px;
}
#main .profile .profile-main a {
  font-family: more;
  font-size: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  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 .profile .profile-main a:hover {
  color: #cc0000;
}
#main .profile .profile-main a:hover::after {
  background-color: #cc0000;
  width: 130px;
}
#main .profile .profile-main a::after {
  content: "";
  width: 94px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  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 {
  position: relative;
  background: #000;
}
#main .food .gallery-top {
  height: 100%;
}
#main .food .gallery-top .swiper-slide {
  height: 100%;
  overflow: hidden;
}
#main .food .gallery-top .swiper-slide img {
  width: 100%;
  min-height: 100%;
  display: block;
}
#main .food .controller {
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
#main .food .controller .gallery-thumbs {
  width: 840px;
  height: 85px;
  margin-top: 34.5px;
  box-sizing: border-box;
}
#main .food .controller .gallery-thumbs .swiper-slide {
  width: 200px !important;
  height: 80px;
  overflow: hidden;
  box-sizing: border-box;
  border: 3px solid transparent;
}
#main .food .controller .gallery-thumbs .swiper-slide.swiper-slide-active {
  border: 3px solid #cc0000;
}
#main .food .controller .gallery-thumbs .swiper-slide img {
  width: 100%;
}
#main .food .controller .button-contain {
  width: 50px;
  height: 80px;
  background: #cc0000;
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  outline: none;
  cursor: pointer;
}
#main
  .food
  .controller
  .button-contain.swiper-button-disabled
  .swiper-button-white {
  opacity: 0.3;
}
#main .food .controller .button-contain.left {
  left: calc((100% - 840px) / 2 - 60px);
}
#main .food .controller .button-contain.left .swiper-button-white {
  left: 56%;
}
#main .food .controller .button-contain.right {
  right: calc((100% - 840px) / 2 - 60px);
}
#main .food .controller .button-contain.right .swiper-button-white {
  left: 42%;
}
#main .food .controller .button-contain .swiper-button-white {
  height: 22px;
  margin-top: -11px;
  margin-left: -13.5px;
  opacity: 1;
}
#main .food .controller .button-contain .swiper-button-disabled {
  opacity: 0.3;
}
#main .feature {
  background: url("/skin/images/feature_bg.jpg") no-repeat;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#main .feature .feature-box {
  display: block;
  width: 25%;
  height: 100%;
  float: left;
  position: relative;
  background-size: cover;
}
#main .feature .feature-box:hover {
  /* background: rgba(0, 0, 0, 0.3); */
}
#main .feature .feature-box:hover .feature-text h4 {
  color: #cc0000;
}
#main .feature .feature-box:hover .feature-text > span {
  width: 120px;
}
#main .feature .feature-box:hover .feature-text p {
  color: #fff;
}
#main .feature .feature-box > span {
  display: block;
  width: 100%;
}
#main .feature .feature-box > span img {
  display: block;
  width: 100%;
}
#main .feature .feature-box .feature-text {
  display: block;
  width: 100%;
  height: 180px;
  padding: 45px 25px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}
#main .feature .feature-box .feature-text h4 {
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 3px;
  color: #ffffff;
  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 .feature .feature-box .feature-text > span {
  display: block;
  margin-top: 15px;
  width: 80px;
  height: 2px;
  background-color: #cc0000;
  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 .feature .feature-box .feature-text p {
  color: #999;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
  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 .feature .feature-box .feature-text i {
  background: #cc0000;
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  right: 25px;
  bottom: 52px;
}
#main .store {
  background: url("/skin/images/store_bg.jpg") no-repeat;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media (max-height: 800px) {
  #main .store .store-header {
    margin-top: 40px !important;
  }
  #main .store .store-main {
    margin-top: 20px !important;
  }
  #main .store .store-main ul {
    width: 75% !important;
  }
}
#main .store .store-header {
  text-align: center;
}
#main .store .store-header p {
  font-family: english;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 6px;
  color: #fff;
}
#main .store .store-main {
  margin-top: 50px;
}
#main .store .store-main ul {
  width: 87.5%;
  margin: 0 auto;
  overflow: hidden;
}
#main .store .store-main ul li {
  float: left;
  width: 19.2%;
  margin-right: 1%;
  margin-bottom: 1.5%;
  box-sizing: border-box;
}
#main .store .store-main ul li:nth-of-type(5n) {
  margin-right: 0;
}
#main .store .store-main ul li:hover a {
  border: 3px solid #cc0000;
}
#main .store .store-main ul li:hover a div {
  color: #cc0000;
}
#main .store .store-main ul li a {
  display: block;
  position: relative;
  max-width: 316px;
  max-height: 237px;
  border: 3px solid transparent;
  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 .store .store-main ul li a span {
  display: block;
  width: 100%;
  max-width: 316px;
  max-height: 237px;
  overflow: hidden;
}
#main .store .store-main ul li a span img {
  width: 100%;
  display: block;
}
#main .store .store-main ul li a div {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 0 0 10px 15px;
  box-sizing: border-box;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .store .store-main > a {
  display: block;
  width: 180px;
  height: 46px;
  margin: 20px auto 0;
  background-color: #cc0000;
  border-radius: 23px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  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 .store .store-main > a:hover {
  background: #ddd;
  color: #cc0000;
}
#main .join {
  background: url("/skin/images/join_bg.jpg") no-repeat;
  overflow: hidden;
  background-size: 100% 100%;
}
#main .join .join-box {
  background: url("/skin/images/join_mask.png") repeat-x;
  background-size: 100% 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#main .join .join-box .join-item {
  width: 25%;
  height: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
}
#main .join .join-box .join-item:hover a h4 {
  /* color: #fff; */
}
#main .join .join-box .join-item:hover a p {
  color: #aaa;
}
#main .join .join-box .join-item:hover a .more {
  background: #fff;
  color: #cc0000;
}
#main .join .join-box .join-item:last-of-type {
  border: none;
}
#main .join .join-box .join-item a {
  display: block;
  width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#main .join .join-box .join-item a .img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: solid 1px #e90202;
  border-radius: 50%;
  position: relative;
}
#main .join .join-box .join-item a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main .join .join-box .join-item a h4 {
  font-size: 36px;
  letter-spacing: 2px;
  color: #d80000;
  margin: 40px 0 15px;
  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 .join .join-box .join-item a .eng {
  font-size: 15px;
  letter-spacing: 1px;
  color: #999999;
  text-transform: uppercase;
}
#main .join .join-box .join-item a p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 30px;
  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;
  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 .join .join-box .join-item a .more {
  display: block;
  width: 143px;
  height: 40px;
  line-height: 40px;
  margin: 50px auto 0;
  background-color: #cc0000;
  border-radius: 20px;
  font-size: 14px;
  font-family: more;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  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 .contact {
  background: #000;
  overflow: hidden;
}

#main .contact .contact-left {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  opacity: 0;
}
#main .contact .contact-left img {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#main .contact .contact-right {
  float: left;
  width: 50%;
  margin-top: 150px;
  padding-bottom: 400px;
  margin-bottom: -400px;
}
#main .contact .contact-right .contact-right-header {
  text-align: center;
}
#main .contact .contact-right .contact-right-header p {
  font-family: english;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 6px;
  color: #fff;
}
#main .contact .contact-right .phone {
  width: 570px;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
}
#main .contact .contact-right .phone > span {
  display: block;
  float: left;
  width: 93px;
}
#main .contact .contact-right .phone > span img {
  width: 100%;
  display: block;
}
#main .contact .contact-right .phone div {
  float: left;
  margin-left: 12px;
  margin-top: -14px;
}
#main .contact .contact-right .phone div p {
  font-size: 60px;
  color: #fff;
  font-family: phone;
}
#main .contact .contact-right .phone div span {
  font-size: 29px;
  color: #fff;
  font-family: phone;
}
#main .contact .contact-right .phone div span b {
  color: #999;
}
.left-fix .main {
  background:rgba(0, 0, 0, 0.7) url("/skin/images/fix_mala_bg.png") no-repeat center bottom;
  width: 135px;
  /*height: 302px;*/
  padding-bottom:35px;
  position: fixed;
  top: 50%;
  margin-top: -258px;
  opacity: 1;
  left: 0;
  z-index: 99999;
  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;
  text-align:center;
}
.left-fix .main .left-fix-top {
  width: 120px;
  margin: 0 auto;
  padding-top: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  background:url(/skin/images/fix_mala_icon01.png) no-repeat center 10px;
}
.left-fix .main .left-fix-top span img {
  width: 100px;
  height: 100px;
}
.left-fix .main .left-fix-top p {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}
.left-fix .main .left-fix-bottom {
  width: 120px;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}
.left-fix .main .left-fix-bottom p {
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
}
.left-fix .main .left-fix-bottom p.phone {
  font-size: 15px;
  padding: 5px 8px;
  background: #d80000;
  border-radius: 10px;
  font-family: Arial;
}
.left-fix .main .left-fix-order{
	display:inline-block;
	padding-top:12px;
	border-top:solid 1px rgba(255,255,255,0.2);
	margin-top:12px;
}
.left-fix .main .left-fix-order img{
	max-width:100%;
}
.left-fix .main .close {
  position: absolute;
  bottom: -25px;
  right: 0;
  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;
  cursor: pointer;
}
/* .left-fix .main .close:hover {
  transform: rotate(180deg);
  top: -24px;
} */
.left-fix .tel {
  position: fixed;
  top: 45%;
  opacity: 0;
  left: -76px;
  cursor: pointer;
  z-index: 99999;
}
.footer {
  position: relative;
}

.footer .footer-header .footer-left {
  display: block;
  position: absolute;
  width: 665px;
  max-width: 34%;
  height: 370px;
  left: 0;
  top: 0;
}
.footer .footer-header .footer-right {
  display: block;
  position: absolute;
  width: 693px;
  max-width: 35%;
  height: 370px;
  right: 0;
  top: 0;
}
.footer .footer-header .footer-left img,
.footer .footer-header .footer-right img {
  width: 100%;
  height: 100%;
}
.footer .footer-header {
  /* background: url("/skin/images/footer_bg.jpg") no-repeat; */
  text-align: center;
  background: #222;
  /* background-size: 100% 100%; */
  padding: 40px 0 15px;
  height: 370px;
  box-sizing: border-box;
}
.footer .footer-header .ma {
  overflow: hidden;
  text-align: center;
  margin: 25px 0;
  position: relative;
  z-index: 5;
}
.footer .footer-header .link {
  position: relative;
  z-index: 5;
}
.footer .footer-header .ma div {
  display: inline-block;
}
.footer .footer-header .ma div:first-of-type {
  margin-right: 3%;
}
.footer .footer-header .ma div img {
  width: 110px;
  height: 110px;
}
.footer .footer-header .ma div p {
  color: #fff;
  margin-top: 8px;
  font-size: 13px;
}
.footer .footer-header .link a {
  display: inline-block;
  margin: 0 10px;
}
.footer .footer-main {
  background: #000;
  color: #fff;
}
.footer .footer-main .footer-top {
  height: 125px;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer .footer-main .footer-top p {
  margin-bottom: 15px;
  font-size: 13px;
}
.footer .footer-main .footer-top p span {
  margin-right: 15px;
}
.footer .footer-main .footer-top p span a {
  color: #fff;
}
.footer .footer-main .footer-top p span a:hover {
  color: #cc0000;
}
.footer .footer-main .footer-top p > a {
  color: #fff;
  margin-left: 25px;
}
.footer .footer-main .footer-bottom {
  height: 90px;
  padding: 20px 0 30px;
  box-sizing: border-box;
  text-align: center;
}
.footer .footer-main .footer-bottom p {
  font-size: 13px;
  color: #cc0000;
}
.footer .footer-main .footer-bottom p a {
  display: inline-block;
  margin: 0 5px;
  padding: 0 5px;
  color: #999;
  margin-bottom: 10px;
}
.footer .footer-main .footer-bottom p a:hover {
  color: #cc0000;
}
.list-main {
  position: relative;
  background: #161616;
  /* 内页banner图部分 */
}
.list-main .list-banner {
  width: 100%;
  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-banner
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.list-main
  .list-banner
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #cc0000;
}
.list-main .list-box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
}
.list-main .list-box .list-top {
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #444;
  padding: 15px 0 15px;
  overflow: hidden;
  line-height: 33px;
}
.list-main .list-box .list-top h2 {
  font-size: 25px;
  margin-right: 10px;
  color: #fff;
  display: inline-block;
}
.list-main .list-box .list-top span {
  display: inline-block;
  font-size: 18px;
  font-family: Arial;
  text-transform: uppercase;
  color: #cc0000;
}
.list-main .list-box .list-top p {
  float: right;
  font-size: 14px;
  line-height: 35px;
}
.list-main .list-box .list-top p span {
  color: #999;
  font-size: 14px;
}
.list-main .list-box .list-top p a {
  color: #fff;
  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;
}
.list-main .list-box .list-top p a.cur,
.list-main .list-box .list-top p a:hover {
  color: #cc0000;
}
.list-main .list-box .list-top em {
  float: right;
  color: #aaa;
  font-size: 12px;
  margin-top: 2px;
}
.list-main .list-box .list-top em a {
  color: #aaa;
  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;
}
.list-main .list-box .list-top em a:hover {
  color: #cc0000;
}
.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:not(:first-of-type) a::before {
  position: absolute;
  left: -3%;
  content: "/";
  text-align: left;
  margin-top: 3px;
  font-size: 12px;
  color: #fff;
} */
.list-main .list-box .list-nav ul li a {
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  position: relative;
  background: #333;
  border-radius: 6px;
  margin-right: 15px;
  transition: all 0.3s;
}
/* .list-main .list-box .list-nav ul li a::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #cc0000;
  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;
} */
.list-main .list-box .list-nav ul li a:hover,
.list-main .list-box .list-nav ul li a.nav-active {
  background: #cc0000;
  color: #fff;
}
.list-main .list-box .list-nav ul li a:hover::after,
.list-main .list-box .list-nav ul li a.nav-active::after {
  width: 64px;
}
.list-main .list-box .man {
  border: 1px solid #cc0000;
  min-height: 800px;
}

.in-news ul > li {
  overflow: hidden;
  border-bottom: 1px solid #444;
}
.in-news ul > li:hover .in-news-img img {
  transform: scale(1.2);
}
.in-news ul > li:hover .in-news-article h4 {
  color: #cc0000;
}
.in-news ul > li:hover .in-news-article p {
  color: #fff !important;
}
.in-news ul > li:hover .news-to {
  background: #cc0000;
}
.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;
  position: relative;
}
.in-news ul > li a .in-news-img {
  float: left;
  width: 200px;
  height: 150px;
  overflow: hidden;
}
.in-news ul > li a .in-news-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;
}
.in-news ul > li a .in-news-article {
  width: 65%;
  height: 130px;
  margin-top: 5px;
  margin-left: 3%;
  float: left;
  vertical-align: top;
  padding-right: 3%;
  border-right: 1px solid #444;
  box-sizing: border-box;
}
.in-news ul > li a .in-news-article h4 {
  font-size: 18px;
  color: #fff;
  margin: 0 0 15px;
  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;
  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-news ul > li a .in-news-article span {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.in-news ul > li a .in-news-article p {
  font-size: 13px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -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: 2;
  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-news ul > li a .in-news-time {
  float: left;
  padding-left: 4%;
  text-align: center;
}
.in-news ul > li a .in-news-time p {
  font-family: "ArialMT", "Arial";
  font-size: 34px;
  color: #cc0000;
  background-color: #f1f1f1;
  padding: 10px 20px;
  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-news ul > li a .in-news-time span {
  display: block;
  font-size: 16px;
  background: #cc0000;
  color: #fff;
  padding: 7px 13px;
}
.in-news ul > li a .news-to {
  float: right;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: solid 2px #cc0000;
  margin-top: 4%;
  right: calc((32% - 243px) / 2);
  position: absolute;
  overflow: hidden;
  top: 50%;
  margin-top: -21.5px;
}
.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: #cc0000;
  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 #444;
}
.news-show .news-title h2 {
  font-size: 26px;
  font-weight: normal;
  color: #cc0000;
}
.news-show .news-title span {
  display: inline-block;
  color: #999;
  font-size: 13px;
  margin: 10px 8px;
}
.news-show .news-content {
  color: #aaa;
  line-height: 25px;
  padding: 30px;
}
.news-show .news-content .vedio_luembed {
  text-align: center;
}
.news-show .news-content .vedio_luembed embed {
  width: 480px;
  height: 400px;
}
.pageto {
  padding: 30px 30px 0;
  overflow: hidden;
  border-top: solid 1px #444;
  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: #666;
  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;
}
.pageto span a:hover {
  text-decoration: underline;
  color: #cc0000;
}
.pageto .pageto-prev {
  float: left;
  color: #cc0000;
}
.pageto .pageto-next {
  float: right;
  color: #cc0000;
}
.in_pics {
  padding: 35px 0;
}
.in_pics ul {
  overflow: hidden;
}
.in_pics ul li {
  width: 373px;
  float: left;
  margin: 0 40px 40px 0;
}
.in_pics ul li:nth-of-type(3n) {
  margin-right: 0;
}
.in_pics ul li:hover a > span img {
  transform: scale(1.2);
}
.in_pics ul li:hover p:after {
  left: 0;
  width: 100%;
}
.in_pics ul li:hover p a {
  color: #fff;
}
.in_pics ul li > a {
  display: block;
  overflow: hidden;
  height: 280px;
}

.in_pics ul li > a img {
  width: 100%;
  display: block;
  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;
}
.in_pics ul li p {
  background-color: #fff;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
  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;
  text-align: center;
}
.in_pics ul li p:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  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;
  background: #cc0000;
}
.in_pics ul li p a {
  display: block;
  color: #000;
  font-size: 18px;
  text-align: center;
  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;
  position: relative;
  z-index: 5;
}
.in_pics ul li a div span {
  width: 48px;
  height: 3px;
  background: #cc0000;
  display: inline-block;
  margin: 10px 0;
  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: #444;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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;
  position: relative;
  z-index: 5;
}
.in_guest {
  margin: 50px auto;
  max-width: 700px;
  text-align: center;
}
.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;
  text-align: center;
}
@media (max-width: 1280px) {
  .in_guest .guest_radio label {
    margin-right: 8% !important;
  }
  .in_guest .guest_radio label:last-of-type {
    margin-right: 0 !important;
  }
}
.in_guest .guest_radio label {
  display: inline-block;
  padding-top: 5px;
  cursor: pointer;
  color: #fff;
  letter-spacing: 2px;
  margin-right: 10%;
}
.in_guest .guest_radio label:last-of-type {
  margin-right: 0 !important;
}
.in_guest .guest_radio label span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  margin-right: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.in_guest .guest_radio label span input {
  width: 14px;
  height: 14px;
  visibility: hidden;
}
.in_guest .guest_radio .on span {
  background-color: #cc0000;
}
.in_guest .in_input {
  width: 42%;
  display: inline-block;
  margin-right: 5%;
  margin-bottom: 4%;
}
.in_guest .in_input:nth-of-type(odd) {
  margin-right: 0;
}
.in_guest .in_textarea {
  width: 89%;
  margin: 0 auto 4%;
}
.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 #3c3c3c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  border-bottom: solid 1px #999;
}
.in_guest .in_input input::-webkit-input-placeholder,
.in_guest .in_textarea input::-webkit-input-placeholder,
.in_guest .in_input textarea::-webkit-input-placeholder,
.in_guest .in_textarea textarea::-webkit-input-placeholder {
  color: #fff;
}
.in_guest .in_input input::-ms-input-placeholder,
.in_guest .in_textarea input::-ms-input-placeholder,
.in_guest .in_input textarea::-ms-input-placeholder,
.in_guest .in_textarea textarea::-ms-input-placeholder {
  color: #fff;
}
.in_guest .in_input input::-moz-placeholder,
.in_guest .in_textarea input::-moz-placeholder,
.in_guest .in_input textarea::-moz-placeholder,
.in_guest .in_textarea textarea::-moz-placeholder {
  color: #fff;
}
.in_guest .in_input input:-moz-placeholder,
.in_guest .in_textarea input:-moz-placeholder,
.in_guest .in_input textarea:-moz-placeholder,
.in_guest .in_textarea textarea:-moz-placeholder {
  color: #fff;
}
.in_guest .in_input textarea,
.in_guest .in_textarea textarea {
  width: 100%;
  height: 100px;
  overflow-y: hidden;
  resize: none;
}
.in_guest .in_yanzheng {
  width: 100%;
}
.in_guest .in_yanzheng input {
  width: 45.6%;
}
.in_guest > p {
  margin: 20px 0;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  text-align: left;
  padding-left: 5.5%;
}
.in_guest .in_submit {
  margin-top: 35px;
  text-align: center;
}
.in_guest .in_submit input {
  font-size: 15px;
  width: 89%;
  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;
  letter-spacing: 3px;
  background: #cc0000;
  color: #fff;
  box-sizing: border-box;
  font-size: 18px;
}
.in_guest .in_submit input:hover {
  background: #e90202;
}
.in_guest01 {
  width: 570px;
  height: 543px;
  margin: 60px auto;
  background: url("/skin/images/envelope_bg02.png") no-repeat center center;
  overflow: hidden;
}
.in_guest01 ul {
  width: 350px;
  margin: 30px auto 0;
}
.in_guest01 ul li {
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
  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_guest01 ul li input {
  border: none;
  background: none;
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  color: #333;
}
.in_guest01 ul li textarea {
  border: none;
  background: none;
  width: 100%;
  padding: 10px 0;
  resize: none;
  height: 70px;
}
.in_guest01 .in_submit {
  text-align: center;
  margin-top: 30px;
}
.in_guest01 .in_submit input {
  border: none;
  display: inline-block;
  padding: 12px 100px;
  background: #ddd;
  color: #cc0000;
  font-size: 15px;
  cursor: pointer;
  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;
  border-radius: 5px;
}
.in_guest01 .in_submit input:hover {
  background: #cc0000;
  color: #ddd;
}
.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,
.list_page span.rows {
  background: #cc0000;
  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;
}

/*联系我们*/
.in_contact {
  padding: 30px 0 80px 0;
}
.in_contact .in_coninfo {
  margin-bottom: 50px;
}
.in_contact .in_coninfo ul {
  overflow: hidden;
}
.in_contact .in_coninfo > ul {
  margin-right: -45px;
}
.in_contact .in_coninfo ul li {
  float: left;
  overflow: hidden;
  text-align: center;
}
.in_contact .in_coninfo ul li.li_01,
.in_contact .in_coninfo ul li.li_02 {
  background: #262626;
  width: 370px;
  height: 280px;
  margin-right: 45px;
}
.in_contact .in_coninfo ul li span {
  display: inline-block;
}
.in_contact .in_coninfo ul li.li_01 span {
  margin-top: 60px;
}
.in_contact .in_coninfo ul li.li_01 p {
  width: 245px;
  margin: 0 auto;
  font-size: 16px;
  color: #f4f4f4;
  line-height: 26px;
  margin-top: 20px;
}
.in_contact .in_coninfo ul li.li_02 ul {
  margin-top: 70px;
}
.in_contact .in_coninfo ul li.li_02 ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: none;
  margin: 0 12px;
}
.in_contact .in_coninfo ul li.li_02 ul li span {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.in_contact .in_coninfo ul li.li_02 ul li span img {
  width: 100%;
}
.in_contact .in_coninfo ul li.li_02 ul li p {
  font-size: 16px;
  color: #f4f4f4;
  margin-top: 15px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in_contact .in_map {
  overflow: hidden;
}

.nodata {
  text-align: center;
  color: #666;
  font-size:14px;
}
.inr_down {
  color: #fff;
}

@media (max-width: 1600px) {
  #main .store .store-main ul {
    width: 1200px !important;
  }
  #main .feature .feature-box .feature-text {
    height: 140px !important;
    padding: 30px 25px !important;
  }
  #main .feature .feature-box .feature-text h4 {
    font-size: 25px !important;
  }
  #main .feature .feature-box .feature-text p {
    font-size: 14px;
  }
  #main .feature .feature-box .feature-text i {
    bottom: 29px !important;
  }
  #main .join .join-box .join-item a h4 {
    font-size: 30px;
  }
  #main .contact .contact-right {
    margin-top: 120px !important;
  }
  #main .contact .contact-right .in_guest {
    margin: 25px auto;
  }
  #main .contact .contact-right .in_guest .guest_radio {
    padding-bottom: 0 !important;
    margin-bottom: 2% !important;
  }
  #main .contact .contact-right .in_guest .in_input,
  #main .contact .contact-right .in_guest .in_textarea {
    margin-bottom: 2% !important;
  }
  #main .contact .contact-right .in_guest .in_input textarea,
  #main .contact .contact-right .in_guest .in_textarea textarea {
    height: 75px !important;
  }
  #main .contact .contact-right .phone {
    width: 395px !important;
  }
  #main .contact .contact-right .phone > span {
    width: 73px !important;
  }
  #main .contact .contact-right .phone div {
    margin-top: -5px !important;
  }
  #main .contact .contact-right .phone div p {
    font-size: 40px !important;
  }
  #main .contact .contact-right .phone div span {
    font-size: 19px !important;
  }
  #main .news .news-box {
    margin-top: 0 !important;
    width: 1050px;
  }
  #main .news .news-box .news-left {
    margin-top: 70px !important;
    width: 530px !important;
  }
  #main .news .news-box .news-left .news-left-header {
    margin-top: 20px !important;
  }
  #main .news .news-box .news-left .news-left-header span a {
    font-size: 22px !important;
  }
  #main .news .news-box .news-left .news-left-main {
    margin-top: 10px !important;
  }
  #main .news .news-box .news-left .news-left-main ul li {
    padding: 3.5% 0 !important;
    height: 70px !important;
  }
  #main .news .news-box .news-left .news-left-main ul li a .news-img {
    width: 80px !important;
    height: 54px !important;
  }
  #main .news .news-box .news-left .news-left-main ul li a .news-text h4 {
    font-size: 14px !important;
  }
  #main .news .news-box .news-left .news-left-main ul li a .news-text span {
    margin: 4px 0 !important;
  }
  #main .news .news-box .news-left .news-left-main ul li a .news-text p {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2 !important;
    -moz-line-clamp: 2 !important;
    -o-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    -moz-box-orient: vertical !important;
    -o-box-orient: vertical !important;
    box-orient: vertical !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -o-box !important;
    display: box !important;
  }
  #main .news .news-box .news-right {
    margin-top: 70px !important;
    width: 400px !important;
  }
  #main .news .news-box .news-right .news-right-header {
    margin-top: 20px !important;
  }
  #main .news .news-box .news-right .news-right-header span a {
    font-size: 22px !important;
  }
  #main .news .news-box .news-right .news-right-main {
    margin-top: 10px !important;
  }
  #main .news .news-box .news-right .news-right-main > div {
    width: 380px !important;
    height: 270px !important;
    background: url("/skin/images/video_bg270.png") repeat-x !important;
  }
  #main .news .news-box .news-right .news-right-main > div .body {
    width: 380px;
  }
  #main .news .news-box .news-right .news-right-main > div .left {
    top: 218px !important;
    left: 0;
  }
  #main .news .news-box .news-right .news-right-main > div .right {
    top: 218px !important;
    right: 0;
  }
  #main .news .news-box .news-right .news-right-main ul li {
    padding: 3.5% 0 6% !important;
    height: 70px !important;
  }
  #main .news .news-box .news-right .news-right-main ul li a .news-img {
    width: 80px !important;
    height: 54px !important;
  }
  #main .news .news-box .news-right .news-right-main ul li a .news-text h4 {
    font-size: 14px !important;
  }
  #main .news .news-box .news-right .news-right-main ul li a .news-text span {
    margin: 4px 0 !important;
  }
  #main .news .news-box .news-right .news-right-main ul li a .news-text p {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2 !important;
    -moz-line-clamp: 2 !important;
    -o-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    -moz-box-orient: vertical !important;
    -o-box-orient: vertical !important;
    box-orient: vertical !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -o-box !important;
    display: box !important;
  }
}
@media (max-width: 1440px) {
  #main .news .news-box .news-right .news-right-main > div .play {
    width: 30% !important;
  }
  #main .news .news-box .news-left {
    margin-top: 70px !important;
  }
  #main .news .news-box .news-left .news-left-header span a {
    font-size: 22px !important;
  }
  #main .news .news-box .news-left .news-left-main ul li {
    padding: 2% 0 !important;
  }
  #main .news .news-box .news-right {
    margin-top: 70px !important;
  }
  #main .news .news-box .news-right .news-right-header span a {
    font-size: 22px !important;
  }
  #main .news .news-box {
    margin-top: 0 !important;
    width: 1050px;
  }
  #main .news .news-box .news-left {
    margin-top: 70px !important;
  }
  #main .news .news-box .news-left .news-left-header {
    margin-top: 20px !important;
  }
  #main .news .news-box .news-left .news-left-header span a {
    font-size: 22px !important;
  }
  #main .news .news-box .news-left .news-left-main {
    margin-top: 17px !important;
  }
  #main .news .news-box .news-left .news-left-main ul li {
    padding: 2% 0 !important;
    height: 70px !important;
  }
  #main .news .news-box .news-left .news-left-main ul li a .news-img {
    width: 80px !important;
    height: 54px !important;
  }
  #main .news .news-box .news-left .news-left-main ul li a .news-text h4 {
    font-size: 14px !important;
  }
  #main .news .news-box .news-left .news-left-main ul li a .news-text span {
    margin: 6px 0 !important;
  }
  #main .news .news-box .news-left .news-left-main ul li a .news-text p {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 1 !important;
    -moz-line-clamp: 1 !important;
    -o-line-clamp: 1 !important;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    -moz-box-orient: vertical !important;
    -o-box-orient: vertical !important;
    box-orient: vertical !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -o-box !important;
    display: box !important;
  }
  #main .news .news-box .news-right {
    margin-top: 70px !important;
    width: 400px !important;
  }
  #main .news .news-box .news-right .news-right-header {
    margin-top: 20px !important;
  }
  #main .news .news-box .news-right .news-right-header span a {
    font-size: 22px !important;
  }
  #main .news .news-box .news-right .news-right-main {
    margin-top: 10px !important;
  }
  #main .news .news-box .news-right .news-right-main > div {
    width: 380px !important;
    height: 270px !important;
    background: url("/skin/images/video_bg270.png") repeat-x !important;
  }
  #main .news .news-box .news-right .news-right-main > div .body {
    width: 380px;
  }
  #main .news .news-box .news-right .news-right-main > div .left {
    top: 218px !important;
    left: 0;
  }
  #main .news .news-box .news-right .news-right-main > div .right {
    top: 218px !important;
    right: 0;
  }
  #main .news .news-box .news-right .news-right-main ul li {
    padding: 2.9% 0 !important;
    height: 70px !important;
  }
  #main .news .news-box .news-right .news-right-main ul li a .news-img {
    width: 80px !important;
    height: 54px !important;
  }
  #main .news .news-box .news-right .news-right-main ul li a .news-text h4 {
    font-size: 14px !important;
  }
  #main .news .news-box .news-right .news-right-main ul li a .news-text span {
    margin: 6px 0 !important;
  }
  #main .news .news-box .news-right .news-right-main ul li a .news-text p {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 1 !important;
    -moz-line-clamp: 1 !important;
    -o-line-clamp: 1 !important;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    -moz-box-orient: vertical !important;
    -o-box-orient: vertical !important;
    box-orient: vertical !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -o-box !important;
    display: box !important;
  }
  #main .join .join-box .join-item a h4 {
    font-size: 26px !important;
  }
  #main .join .join-box .join-item a .eng {
    font-size: 13px !important;
  }
  #main .join .join-box .join-item a p {
    font-size: 13px !important;
  }
}
@media (max-width: 1366px) {
  #main .news .news-box .news-left {
    width: 550px !important;
  }
  #main .news .news-box .news-left,
  #main .news .news-box .news-right {
    margin-top: 65px !important;
  }
  #main .news .news-box .news-left .news-left-main ul {
    margin-top: 5px !important;
  }
  #main .news .news-box .news-left .news-left-main ul li {
    height: 65px !important;
  }
  #main .news .news-box .news-right .news-right-main ul {
    margin-top: 10px !important;
  }
  #main .news .news-box .news-right .news-right-main ul li {
    height: 65px !important;
  }
  #main .news .news-box .news-right .news-right-main ul li {
    padding: 2% 0 !important;
  }
  #main .profile .profile-main {
    top: 85px !important;
  }
  #main .profile .profile-main p {
    font-size: 13px;
  }
  #main .profile .profile-main p:last-of-type {
    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;
  }
  #main .food .controller {
    height: 100px !important;
  }
  #main .food .controller .gallery-thumbs {
    margin-top: 7.5px !important;
  }
  #main .feature .feature-box .feature-text {
    height: 100px !important;
    padding: 15px 25px !important;
  }
  #main .feature .feature-box .feature-text h4 {
    font-size: 22px !important;
  }
  #main .feature .feature-box .feature-text > span {
    margin-top: 10px !important;
  }
  #main .feature .feature-box .feature-text p {
    margin-top: 12px !important;
  }
  #main .feature .feature-box .feature-text i {
    bottom: 16px;
  }
  #main .contact .contact-right .phone {
    width: 339px !important;
  }
  #main .contact .contact-right {
    margin-top: 75px !important;
  }
  #main .contact .contact-right .phone > span {
    width: 57px !important;
  }
  #main .contact .contact-right .phone div p {
    font-size: 35px !important;
  }
  #main .contact .contact-right .phone div span {
    font-size: 16.5px !important;
  }
  
  
}

@media (max-width: 1280px) and (max-height: 600px) {
  header {
    height: 80px !important;
  }
  header .navbar > ul>li {
    height: 80px !important;
  }
  header .navbar > ul>li a {
    padding-top: 19px !important;
  }
  #main .news .news-box .news-left .news-left-main,
  #main .news .news-box .news-right .news-right-main {
    margin-top: 0 !important;
  }

  #main .news .news-box .news-left .news-left-main ul li,
  #main .news .news-box .news-right .news-right-main ul li {
    height: 60px !important;
    padding: 1.85% 0 !important;
  }
  #main .news .news-box .news-left .news-left-main ul li {
    height: 65px !important;
  }
  #main .profile .profile-main p {
    font-size: 12px !important;
  }
  #main .profile .profile-main > span img {
    width: 40%;
  }
  #main .contact .contact-right {
    margin-top: 65px !important;
  }
  #main .contact .contact-right .phone > span {
    width: 45px !important;
  }
  #main .contact .contact-right .phone div p {
    font-size: 25px !important;
  }
  #main .contact .contact-right .phone div span {
    font-size: 12px !important;
  }
  .in_guest .in_submit input {
    padding: 10px 0 !important;
  }
  #main .contact .contact-right .phone {
    width: 253px !important;
  }
}

/*店铺列表页*/
.in_shop {
  padding-top: 30px;
}
.in_shop .in_sbul {
  overflow: hidden;
  margin: 0 -40px 0 0;
}
.in_shop .in_sbul .in_sbli {
  float: left;
  width: 373px;
  margin: 0 40px 70px 0;
  overflow: hidden;
  padding-top: 40px;
  border-top: solid 1px #323230;
  position: relative;
}
.in_shop .in_sbul .in_sbli:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #cc0000;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}
.in_shop .in_sbul .in_sbli:hover:before {
  width: 100%;
}
.in_shop .picScroll-left {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.in_shop .picScroll-left .hd {
  overflow: hidden;
}
.in_shop .picScroll-left .hd .prev,
.in_shop .picScroll-left .hd .next {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  cursor: pointer;
  background: url(/skin/images/in_shoparrowl.png) no-repeat center center;
  position: absolute;
  top: 110px;
  z-index: 9;
}
.in_shop .picScroll-left .hd .prev {
  left: 0;
}
.in_shop .picScroll-left .hd .next {
  background-image: url(/skin/images/in_shoparrowr.png) !important;
  right: 0;
}
.in_shop .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.in_shop .picScroll-left .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.in_shop .picScroll-left .bd ul li .pic {
  width: 373px;
  height: 280px;
  overflow: hidden;
}
.in_shop .picScroll-left .bd ul li .pic img {
  width: 100%;
  display: block;
}
.in_shop .picScroll-left .bd ul li .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: url(/skin/images/hide_bg.png);
  background: rgba(0, 0, 0, 0.6);
}
.in_shop .picScroll-left .bd ul li .title a {
  display: block;
  padding: 12px 20px;
  text-align: left;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #f4f4f4;
  position: relative;
}
.in_shop .picScroll-left .bd ul li .title a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0px;
  height: 1px;
  background: #cc0000;
}
.in_shop .in_sbli .picScroll-left .bd ul li .title:hover a {
  color: #cc0000;
  padding-left: 76px;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}
.in_shop .in_sbli .picScroll-left .bd ul li .title:hover a:before {
  width: 65px;
}
.in_shop .in_sinfo {
  overflow: hidden;
  font-size: 14px;
  color: #888;
  -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: 24px;
  margin: 40px 0;
  height: 47px;
}
.in_shop .in_sinfo span {
  color: #f4f4f4;
}
.in_shop .all_more {
  margin: 0;
  text-align: left;
}
.in_shop .all_more a {
  padding: 8px 40px;
  color: #fff;
  border: solid 1px #cc0000;
  display: inline-block;
  position: relative;
}
.all_more a span {
  display: inline-block;
  color: #cc0000;
  font-size: 16px;
  position: relative;
  z-index: 68;
}
.all_more a:hover span {
  color: #fff;
}
.in_shop .all_more a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #cc0000;
  width: 0;
  z-index: 67;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}
.all_more a:hover:after {
  width: 100%;
}

.in_content {
  color: #fff;
}

/*2019/3/13 “门店查询”*/

.list-main .list-box .store ul {
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
}
.list-main .list-box .store ul li {
  float: left;
  width: 590px;
  height: 120px;
  margin: 0 20px 20px 0;
  background-color: #222;
  box-sizing: border-box;
  transition:all 0.3s;
}
.list-main .list-box .store ul li a{display:block;padding:30px 25px;}
.list-main .list-box .store ul li:hover{background-color:#282828;}
.list-main .list-box .store ul li:nth-of-type(2n) {
  margin-right: 0;
}
.list-main .list-box .store ul li a h4 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
.list-main .list-box .store ul li a p {
  font-size: 12px;
  color: #888;
  letter-spacing: 1px;
  margin-top: 10px;
}
.list-main .list-box .store ul li a p span {
  color: #cc0000;
}
.list-main .list-box .store .province {
  margin-bottom: 15px;
  padding-top:30px;
  border-top:dashed 1px #333;
}

.list-main .list-box .store .province span {
  display: inline-block;
  padding:5px 20px;
  height: 100%;
  margin-right:15px;
  margin-bottom:15px;
  font-size: 14px;
  color: #1e3f05;
  border:solid 1px #444;
  border-radius:4px;
  text-align: center;
  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;
}
.list-main .list-box .store .province span a{
  color:#ccc;	
}
.list-main .list-box .store .province span a  {
  display: block;
}
.list-main .list-box .store .province span:hover a,
.list-main .list-box .store .province span.active a {
  color:#cc0000;
}
.list-main .list-box .store .province span:hover,
.list-main .list-box .store .province span.active {
  border-color:#cc0000;
  
}


/*2019-3-28-z*/

.news_box22{
	position:relative;
	}
.news_box22 .swiper-button-next.swiper-button-disabled,.news_box22 .swiper-button-prev.swiper-button-disabled{
          opacity: 1;
        
        }
.news_box22 .swiper-button-prev {
	left:-50px;
	}
.news_box22 .swiper-button-next {
	right:-50px;
	}
#main .news .news-box{
  overflow: visible;
	}
.news_box22 .swiper-button-next,.news_box22 .swiper-container-rtl .swiper-button-prev {
    background-image: url("/skin/images/lun_right.png")
 
}
.news_box22 .swiper-button-prev,.news_box22 .swiper-container-rtl .swiper-button-next {
    background-image: url("/skin/images/lun_left.png");
}
#main .news .news-box .news-right .news-right-main ul li a .news-img{
	padding-top: 8px;}
	
	/*2019-3-29-z*/
	@media (max-width: 1366px){
	
#main .news .news-box .news-left, #main .news .news-box .news-right {
    margin-top: 0px !important;

}
	   #main .news .news-box .news-right .news-right-main > div {
    height: 187px !important;
    overflow: hidden;
  
}
#main .news .news-box .news-right .news-right-header {
    margin-top: 65px !important;
}
#main .news .news-box .news-left .news-left-header {
    margin-top: 65px !important;
}
		}



.pagelist{text-align: center;padding: 10px 0;margin-top: 20px;}
.pagelist li{
    display: inline-block;vertical-align: middle;color: #fff;
}
.pagelist a{
    border: 1px solid #e6e6e6;font-size: 13px;
    padding: 5px 10px;
display: inline-block;
background: #fff;
color: #666666;
cursor: pointer;
text-decoration: none;
}
.pagelist li:hover a{
  background: #cc0000;
  color: #fff;
}
.pagelist .thisclass a{
background: #cc0000;
  color: #fff;
}
.pagelist .thisclass {
background: #cc0000;
  color: #fff;
}