/* CSS Document */
@import url(limitless_global.css);

html,
body {

  height: auto;

}

.sub_page {
  width: 100%;
  position: absolute;
  min-width: 1360px;
  height: 726px;
}

.sub_body {
  position: absolute;
  width: 100%;
  margin-top: 656px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.75);
}

.limitless_body {
  float: left;
  width: 100%;
  left: 0;
  margin-top: 820px;
  min-width: 1360px;
}

.aboutus_fontt {
  display: block;
  line-height: 35px;
  font-size: 22px;
  color: #575758;
}

.aboutus_fonte {
  display: block;
  line-height: 25px;
  font-size: 22px;
  font-family: basefont;
  color: #c4c4c4;
}

.sub_menu {
  float: left;
  width: 100%;
  display: inline;
  list-style-type: none;
}

.sub_menu ul {
  float: left;
}

.sub_menu li {
  float: left;
  width: 190px;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
}

.sub_menu li:hover {
  background-color: rgba(88, 88, 88, 0.8);
  color: #FFF;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.sub_menu_on {
  background-color: rgba(88, 88, 88, 0.8);
  color: #FFF;
}

.button_font {
  float: left;
  width: 370px;
  height: 73px;
  line-height: 73px;
  color: #565656;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  border: #dddddd 1px double;
}

.button_font:hover {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

  background-color: #171717;
  font-size: 20px;
}

.event {
  width: 1160px;
  margin: 0 auto;
}

.event ul {
  float: left;
  margin: 0px;
  padding: 0px;
  background: url(../../images/home/sub_04.jpg) 1px top repeat-y;
}

.event li {
  float: left;
  width: 1144px;
  height: 193px;
  margin-top: 20px;
  background: url(../../images/home/event_bg.png) right top no-repeat;
  display: inline;
}

.event li b {
  float: left;
  margin-top: 40px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: #656465;
  color: #FFF;
  font-size: 22px;
  border-radius: 45px;
}

.event li span {
  float: left;
  margin-left: 65px;
  padding: 10px;
  line-height: 24px;
  width: 950px;
  font-size: 14px;
}

.event li p {
  float: left;
  width: 250px;
}

.event li:hover {
  background: url(../../images/home/event_bg1.png) right top no-repeat;
  color: #1e69af;
}

.event li:hover b {
  background-color: #ad8a2b;
}


.menu {
  width: 89px;
  height: auto;
  position: fixed;
  left: 5px;
  top: 150px;
  font-size: 12px;
}

.menu ul li a,
.menu ul li a:visited {
  display: block;
  text-decoration: none;
  color: #000;
  width: 89px;
  height: 33px;
  text-align: center;
  color: #494949;
  border-bottom: 1px solid #aaa;
  background: #e9e9e9;
  line-height: 33px;
  font-size: 12px;
  overflow: hidden;
}

.menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.menu ul li {
  float: left;
  margin-right: 1px;
  position: relative;
}

.menu ul li ul {
  display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
  color: #000;
  background: #c7c7c7;
}

.menu ul li:hover ul {
  display: block;
  position: absolute;
  top: 0;
  left: 89px;
  width: 105px;
}

.menu ul li:hover ul li a.hide {
  background: #6a3;
  color: #fff;
}

.menu ul li:hover ul li:hover a.hide {
  background: #6fc;
  color: #000;
}

.menu ul li:hover ul li ul {
  display: none;
}

.menu ul li:hover ul li a {
  display: block;
  background: #c7c7c7;
  color: #000;
}

.menu ul li:hover ul li a:hover {
  background: #171717;
  color: #fff;
}

.menu ul li:hover ul li:hover ul {
  display: block;
  position: absolute;
  left: 105px;
  top: 0;
}


.join_from {
  float: left;
  width: 595px;
  height: 300px;
  -webkit-box-shadow: 0 0 10px #eeeeee;
  -moz-box-shadow: 0 0 10px #eeeeee;
  box-shadow: 0 0 10px #eeeeee;
}




.index_image {
  width: 100%;
  margin: 0 auto;
}

.index_image ul {
  float: left;
  width: 100%;
}

.index_image li {
  float: left;
  width: 270px;
  height: 90px;
  border: #dddddd 1px double;
  padding-bottom: 20px;
  margin-right: 73px;
}

.index_image a:nth-child(4) li {
  margin-right: 0px;
}

.index_image li span {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
}

.index_image li p {
  float: left;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #cdcdcd;
  font-family: basefont;
}

.index_image li h1 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 15px;
  height: 40px;
  color: #525252;
  line-height: 30px;
  background: url(../../images/home/index_image_icon1.png) center bottom no-repeat;
}

.index_image li:hover {
  background-color: #808080;
  color: #FFF;
  -webkit-box-shadow: 0 0 10px #666666;
  -moz-box-shadow: 0 0 10px #666666;
  box-shadow: 0 0 10px #666666;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}





.sell_menu {
  margin: 0 auto;
  width: 100%;
  margin-top: 10px;
}

.sell_menu ul {
  text-align: center;
  width: 100%;
}

.sell_menu li {
  display: inline-block;
  width: 120px;
  margin: 1px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e5e5e5;
}


.sell_menu li:hover {
  background-color: #505050;
  color: #FFF;
}



.sell {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.sell li {
  float: left;
  width: 640px;
  margin-left: 10px;
  margin-top: 20px;
  height: 160px;
  background: url(../../images/home/sell_04.jpg) left top repeat-x;
  background-color: #e5e5e5;
}

.sell li h1 {
  float: left;
  height: 60px;
  line-height: 60px;
  margin-left: 30px;
  font-size: 18px;
  color: #515151;
}

.sell li span {
  float: right;
  height: 60px;
  line-height: 60px;
  margin-right: 30px;
  font-size: 12px;
  color: #999;
}

.sell li p1 {
  float: left;
  width: 600px;
  background: url(../../images/home/sell_08.jpg) left top no-repeat;
  text-align: left;
  padding-left: 40px;
  height: 26px;
  line-height: 24px;
  margin-left: 30px;
  margin-top: 20px;
  font-size: 12px;
  color: #999;
}

.sell li p2 {
  float: left;
  width: 600px;
  background: url(../../images/home/sell_11.jpg) left top no-repeat;
  text-align: left;
  padding-left: 40px;
  height: 26px;
  line-height: 26px;
  margin-left: 30px;
  margin-top: 5px;
  font-size: 12px;
  color: #999;
}

.limitless_news {
  margin: 0 auto;
  width: 96%;
  margin-top: 30px;
  color: #464646;
}

@media screen and (min-width: 1600px) and (max-width:2400px) {
  .limitless_news li {
    float: left;
    padding: 40px;
    width: 20%;
    height: auto;
    display: inline;
    border-left: #dddddd 1px double;
  }
}

@media screen and (min-width: 1280px) and (max-width:1599px) {
  .limitless_news li {
    float: left;
    margin-top: 20px;
    padding: 40px;
    width: 24%;
    height: auto;
    display: inline;
    border-left: #dddddd 1px double;
  }
  .limitless_news a:nth-child(5n) li{
    clear: both;
  }
}

@media screen and (min-width: 640px) and (max-width:1279px) {
  .limitless_news li {
    float: left;
    margin-top: 20px;
    padding-bottom: 30px;
    margin-left: 1%;
    width: 32%;
    height: auto;
    display: inline;
    background-color: #ededee;
  }
}

@media screen and (max-width:640px) {
  .limitless_news li {
    float: left;
    margin-top: 20px;
    padding-bottom: 30px;
    margin-left: 1%;
    width: 49%;
    height: auto;
    display: inline;
    background-color: #ededee;
  }
}

.limitless_news li h1 {
  float: left;
  font-size: 15px;
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 24px;
  text-align: left;
  color: #4d4d4d;
}

.limitless_news li span {
  overflow: hidden;
}

.limitless_news li p {
  float: left;
  margin-top: 10px;
  width: 100%;
  line-height: 25px;
  display: inline;
  height: 100px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.limitless_news li img {
  float: left;
  width: 100%;
  height: auto;
}

.limitless_news li:hover {
  background-color: #696969;
  color: #FFF;
  -webkit-box-shadow: 0 0 10px #666666;
  -moz-box-shadow: 0 0 10px #666666;
  box-shadow: 0 0 10px #666666;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.limitless_news li:hover h1 {
  color: #FFF;

}

.limitless_news li:hover img {
  transform: scale(1.2);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.2);
  -webkit-transform: all 1s ease 0s;
}



.pro_show {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 0px;
}

.pro_show ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.pro_show li {
  float: left;
  margin-top: 12px;
  display: inline;
  width: 329px;
  height: auto;
}

.pro_show a:nth-child(4n) li {
  width: 312px;
}

.pro_show li:hover {
  color: #FFF;
}

.pro_show ul li p {
  float: left;
  width: 315px;
  height: 330px;
  border: 1px solid #DDDDDD;
  overflow: hidden;
}

.pro_show ul li h1 {
  float: left;
  width: 315px;
  margin-top: 4px;
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  background-color: #e9e9e9;
  color: #525252;
  font-size: 18px;
}

.pro_show span {
  float: left;
  background-color: #e9e9e9;
  width: 315px;
  padding-left: 20px;
  height: 40px;
  line-height: 30px;
  color: #525252;
}

.pro_show A IMG {
  width: 312px;
  height: 330px;
}

.pro_show A:hover IMG {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
  -webkit-transform: all 1s ease 0s;
}



.message {
  width: 1170px;
  margin: 0 auto;
  padding-top: 50px;
}

.message span {
  float: left;
}


.download {
  margin: 0 auto;
  width: 90%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.download ul {
  float: left;
  width: 100%;
}

.download li {
  float: left;
  width: 100%;
  background-color: #e8e8e8;
  height: 40px;
  line-height: 40px;
  color: #424242;
  padding-left: 20px;
  border-bottom: 1px solid #DDDDDD;
}

.download li p1 {
  float: left;
  width: 40%;
}

.download li p2 {
  float: left;
  width: 20%;
}

.download li p3 {
  float: left;
  width: 30%;
}

.download li p4 {
  float: left;
  width: 10%;
}

.download li:hover {
  background-color: #4c4c4c;
  color: #FFF;
}


.pagecount {
  margin: 0 auto;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.pagecount ul {
  width: 100%;
  text-align: center;
}

.pagecount li {
  display: inline-block;
  background-color: #e3e3e3;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  margin-top: 5px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
}

.pagecount li span {
  text-align: center;
  color: #949494;
}

.pagecount li:hover {
  background-color: #4c4c4c;
  color: #FFF;
}

.pagecount li:hover span {
  color: #fff;
}

.gongdi_detail {
  margin: 0 auto;
  width: 1040px;
}

.case_title {
  float: left;
  margin: 0px;
  width: 100%;
}

.case_title h1 {
  font-size: 25px;
  width: 100%;
  font-weight: normal;
}

.case_title span {
  float: left;
  color: #5f5f5f;
  width: 100%;
}

.case_content {
  float: left;
  margin: 15px 0px 0px 0px;
  width: 100%;
  margin-top: 15px;
  color: #686868;
  display: inline;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
}


.more {
  margin: 0 auto;
  margin-top: 30px;
  width: 300px;
  color: #F00;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  background-color: #f1f1f1;
  text-align: center;
}

.more:hover {
  background-color: #fdd041;
  color: #FFF;

}

.back {
  margin: 0 auto;
  margin-top: 30px;
  width: 200px;
  color: #FFF;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  background-color: #caa370;
  text-align: center;
}

.back:hover {
  background-color: #c30000;
  color: #FFF;

}


.wrap {
  float: left;
  position: relative;
  left: 50%;
}

.inner {
  position: relative;
  left: -50%;
}

.body_content {
  float: left;
  width: 800px;
  padding: 35px;
  margin: 0 auto;
  color: #686868;
  display: inline;
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.body_content p {
  float: left;
  margin-top: 10px;
  width: 100%;
  line-height: 24px;
}

.body_content img {
  max-width: 800px;
}

.join_t {
  margin: 0 auto;
  width: 540px;
}

.join_t li {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.join_t li span {
  line-height: 40px;
}

.join_table {
  float: left;
  width: 100%;
}

.join_table li {
  float: left;
  width: 100%;
  margin-top: 10px;
  height: 36px;
  line-height: 36px;
  background: url(../../images/home/sub_joint_icon.jpg) left center no-repeat;
  background-color: #e5e5e5;
}

.join_table li span {
  float: left;
  padding-left: 50px;
}


/*系列介绍*/
.ab_main1{
}
.w1330{
  width: 1330px;
  margin: 0 auto;
}
.ab_main1 .floatRight{
  width: 555px;
}

.ab_main1 img{
  width: 100%;
  margin-bottom: 100px;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  float: left;
  width: 51%;
}

.fadeInLeft2{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  float: left;
  width: 48%;
}

.fadeInLeft2 p{
  width: 80%;
}

.floatRight {
  float: right;
}


.ab_main1 .floatRight2{
  float: right;
  width: 51%;
}

.ab_main1 h3 {
  font-size: 40px;
  line-height: 56px;
  color: #3e3a39;
  margin-bottom: 10px;
}

.ab_main1 h4 {
  font-size: 26px;
  line-height: 36px;
  color: #3e3a39;
  margin-bottom: 20px;
  font-weight: 100;
  width: 100%;
}

.ab_main1 span {
  display: block;
  width: 550px;
  height: 1px;
  background-color: #000;
  margin-bottom: 40px;
}

.ab_main1 span font {
  display: block;
  width: 290px;
  height: 5px;
  background-color: #000;
}

.ab_main1 p {
  font-size: 16px;
  line-height: 35px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 100;
}

.ab_main1 h5 {
  font-size: 12px;
  line-height: 28px;
  color: #000;
  letter-spacing: 0px;
  text-transform: none;
}





/*品牌历程*/
.history .section {
  max-width: 1340px;
  margin: 0px auto;
  padding-bottom: 15px;
  position: relative;
}

.history .section .title {
  display: inline-block;
  width: 20%;
  height: 100%;
  text-align: right;
  vertical-align: middle;
  position: absolute;
  border-right: 1px #dfdfdf solid;
  padding-right: 5%;
}

.history .section .title>div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.history .section .title>div>span>b {
  font-size: 26px;
}

.history .section .options {
  margin-left: 25%;
  background-color: #f2f2f2;
  padding: 20px;
}

.history .section .options>div>img {
  float: left;
  margin-right: 20px;
  max-width: 50%;
}

.history .section .options>div>p {
 
}

.history .section .title::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  right: -5px;
  top: calc(50% + 8px);
  border-radius: 50%;
}

.history .section .options>div::after {
  content: '';
  clear: both;
  display: block;
}

/*荣誉*/
.honor{
  width: 1300px;
  margin: 0 auto;
}

.honor .list{margin: 40px 0;}

.honor .list li{
  float: left;
}

.honor .list .thumb{
  position: relative;
}

.honor .list .thumb a{
  display: inline-block;
}

.thumb .bgcolor {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.honor .list li{
  width: 32%;
  margin-right: 15px;
}


.honor .list li:nth-child(3){
  margin-left: 0px!important;
}



.honor .thumb img{
  width: 100%;
  max-height: 299px;
}


.thumb .mask {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: 30px;
}

.thumb .mask i.line_l {
  position: absolute;
  height: 0;
  width: 1px;
  background: #ffffff;
  left: 0;
  bottom: 0;
}

.thumb .mask i.line_t {
  position: absolute;
  width: 0;
  height: 1px;
  background: #ffffff;
  left: 0;
  top: 0;
}

.thumb .mask i.line_r {
  position: absolute;
  height: 0;
  width: 1px;
  background: #ffffff;
  right: 0;
  top: 0;
}

.thumb .mask i.line_b {
  position: absolute;
  width: 0;
  height: 1px;
  background: #ffffff;
  right: 0;
  bottom: 0;
}


.honor .list .thumb a:hover .mask i.line_l{
  height: 100%;
}

.honor .list .thumb a:hover .mask i.line_t{
  width: 100%;
}

.honor .list .thumb a:hover .mask i.line_r{
  height: 100%;
}

.honor .list .thumb a:hover .mask i.line_b{
  width: 100%;
}

.honor .list .thumb a:hover  .bgcolor{
  opacity: 0.5;
}


.cms_tran {
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.cms_tran_in {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.thumb h4 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 0;
  color: #ffffff;
  position: absolute;
  height: 30px;
  line-height: 30px;
  top: 40%;
  margin-top: -15px;
  left: 15%;
  overflow: hidden;
  width: 70%;
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  transform: rotate(-8deg);
}

.honor .list .thumb a:hover h4{
  opacity: 1;
  transform: rotate(0deg);
  top: 50%;
}


.honor .list .title{
  text-align: center;
  line-height: 30px;
  height: 30px;
  margin: 2% 0;
}

.honor_view{
  width: 1340px;
  margin: 130px auto 0px auto;
}

.prev_next{
  margin-top: 60px;
}
.prev_next .prev{
  float: left;
}
.prev_next .next{
  float: right;
}



/**加盟**/
.limitless_body-2 {
  float: left;
  width: 100%;
  left: 0;
  margin-top: 750px;
  min-width: 1360px;
}

.join .join1 {
  width: 1300px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.join .join1 .title {
  text-align: center;
  margin-bottom: 60px;
}

.join .join1 .title p:nth-child(1) {
  line-height: 45px;
  font-size: 20px;
  color: #000;
}

.join .join1 .title p:nth-child(2) {
  font-size: 14px;
  color: #d0d0d0;
  font-weight: 600;
}

.join .join1 .l-r {
  float: left;
  width: 25%;
}

.join .join1 .l-r ul li {
  margin-bottom: 70px;
  max-width: 330px;
}

.join .join1 .l-r p:nth-child(1) {
  font-size: 18px;
  font-family: auto;
}

.join .join1 .l-r p:nth-child(2) {
  font-size: 14px;
  color: #858181;
}

.join .join1 .img {
  float: left;
  margin: 0 70px;
}

/*.join2 .title{
  text-align: right;
  margin-right: 14%;
  color: #fff;
  padding-top: 50px;
}

.join2 .title p{
  margin: 20px 0;
}

.join2 .title p:nth-child(1){
  font-size: 30px;
  font-weight: 600;
}

.join2 .title p:nth-child(2){
  font-size: 22px;
  font-family: fangsong;
  color: #e9e9e9;;
}

.join2 .title p:nth-child(3){
  font-size: 24px;
}*/

.join3 {
  width: 1300px;
  margin: 50px auto 10px auto;
}

.join3 .left {
  float: left;
  max-width: 45%;
  ;
  margin-right: 60px;
}

.join3 .left .title {
  font-size: 20px;
  font-weight: 600;
}

.join3 hr {
  width: 35px;
  margin: 15px 0;
}

.join3 .left .list ul li {
  margin-bottom: 40px;
}

.join3 .left .list ul li p {
  margin-bottom: 15px;
}


.rhombus {
  width: 8px;
  height: 8px;
  transform: rotateZ(45deg)skew(10deg, 10deg);
  background-color: #000;
  float: left;
  vertical-align: middle;
  position: relative;
  margin-top: 5px;
  margin: 7px 8px 0 0;
}


.join3 .left .list ul li .t1 {
  font-size: 16px;
  color: #000;
}

.join3 .left .list ul li p {
  font-size: 14px;
  color: #858181;
  margin-left: 20px;
}


/*门店*/
.limitless_body-3 {
  float: left;
  width: 100%;
  left: 0;
  margin-top: 725px;
  min-width: 1360px;
}

.Store section {
  background-color: #f5f5f5;
}

.Store .filter-title {
  margin-bottom: 1.7rem;
  color: #4c4c4c;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  padding: 2rem 1.5rem 1rem;
}

.Store section .search-bar {
  text-align: center;
  height: 70px;
}

.Store section.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.Store section .search-bar .search-bar_input {
  margin-right: 10px;
}

.Store section .search-bar .search-bar_input {
  display: inline-block;
}

.Store section .search-bar .search-bar_input select {
  padding-left: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  -webkit-appearance: none;
  background: white url(../../images/home/arrow.svg) no-repeat 95% center;
  background-size: 1.5rem;
  width: 15rem;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}

.Store section .search-bar .search-bar_button {
  display: inline-block;
  margin-right: 10px;
}

.Store section .search-bar .search-bar_button button {
  line-height: 1.4rem;
  color: #4c4c4c;
  text-transform: uppercase;
  border: 1px solid transparent;
  background-color: transparent;
  outline: none;
  font-size: 15px;
  border-bottom: 1px solid black;
  padding: 4px 20px;
  cursor: pointer;
}

.Store .main-content-with-sidebar {
  margin: 0px auto;
  float: none;
  margin-bottom: 80px;
  min-height: 450px;
}

.Store .main-content-with-sidebar .view-listing {
  padding: 50px 250px;
}

.Store .main-content-with-sidebar .wrapper-stores-info-content .views-row {
  margin-bottom: 40px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  float: left;
  max-height: 184px;
}

.Store .main-content-with-sidebar .views-row .stores_content_brand {
  background: transparent url(../../images/home/show_logo.jpg) no-repeat left center;
  margin-right: 10px;
  background-size: contain;
  height: 35px;
  margin-bottom: 8px;
}

.Store .main-content-with-sidebar .views-row strong {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}

.Store .main-content-with-sidebar .views-row p {
  margin: 0 0 20px;
  line-height: 1.5;
  font-size: 16px;
  max-height: 24px;
  color: #858181;
}

.Store .main-content-with-sidebar .views-row .stores_content_link {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 10px;
  margin: 20px 0 0;
  border-bottom: 1px solid black;
}


/*vr*/
.limitless_body-4 {
  margin-top: 725px;
  background-color: #fff;
}

.fl {
  float: left;
  display: inline;
}

.vr_show .top h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

.vr_show {
}

.vr_show .top{
  width: 1200px;
  margin: 0 auto;
}

.vr_show .top .big_tit {
  text-align: center;
  background: url(../../images/home/big_tit_bg.jpg) center left repeat-x;
  width: 1000px;
  margin: 60px auto 0;
}

.vr_show .top .big_tit span {
  font-size: 26px;
  color: #cc6633;
  background-color: #fff;
  padding: 0 45px;
  vertical-align: middle;
}

.vr_show .top .scroll_body {
  height: 380px;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 30px;
}

.vr_show .top .scroll_body .btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 1px solid #d7b89b;
  border-radius: 100%;
  line-height: 70px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin-top: 130px;
}

.vr_show .top .scroll_body a.left_btn {
  margin-left: 35px;
}

.vr_show .top .scroll_body a span {
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 50px;
  color: #d7b89b;
  font-family: simsun;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.vr_show .top .scroll_body a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  z-index: 1;
  background-color: #d7b89b;
  transition: all ease-in-out 0.2s;
  transform: scale(0);
  border-radius: 100%;
}



.vr_show .top .scroll_body a:hover span {
  color: #fff;
}

.vr_show .top .scroll_body a:hover i {
  transform: scale(1);
}

.vr_show .top .scroll_body .scrol_con {
  margin: 0 30px;
  width: 930px;
  height: 380px;
  overflow: hidden;
  position: relative;
}

.vr_show .top .scroll_body .scrol_con ul {
  position: absolute;
  top: 0;
  left: 0;
  height: 380px;
  width: 9999em;
}

.vr_show .top .scroll_body .scrol_con ul li {
  float: left;
}

.vr_show .top .glay_bg {
  background-color: #f6f6f6;
  padding: 30px 0;
  overflow: hidden;
}

.vr_show .glay_bg{
  background-color: #f6f6f6;
  padding-bottom: 50px;
}

.vr_show .glay_bg .list{
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.vr_show .cust_list {
  margin-left: 30px;
}

.vr_show .cust_list li {
  float: left;
  width: 370px;
  height: 330px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 15px 15px 0;
  padding: 10px 15px;
  transition: all ease-in 0.3s;
}

.vr_show .cust_list li a {
  display: block;
  text-decoration: none;
}

.vr_show .cust_list li .img_body {
  width: 340px;
  height: 175px;
  overflow: hidden;
}

.vr_show .cust_list li .img_body img {
  transition: all ease-in 0.2s;
  width: 340px;
  height: 175px;
}

.vr_show .cust_list li .txt_body {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #e8e8e8;
  height: 90px;
}

.vr_show .cust_list li .txt_body img.qr {
  border: 2px solid #333;
}

.vr_show .cust_list li .txt_body div.fl {
  width: 240px;
  margin-left: 15px;
}

.vr_show .cust_list li .txt_body div.fl h2 {
  font-size: 16px;
  color: #cd9d6c;
  padding: 15px 0 5px;
  text-align: center;
}

.vr_show .cust_list li .txt_body div.fl p {
  font-size: 14px;
  color: #333;
  padding-top: 5px;
  text-align: center;
}


.case_title {
  float: left;
  margin-top: 50px;
  width: 100%;
}


/*联系*/
.contact .con img{
  max-width: 25px;
  max-height: 25px;
  position: relative;
  top: 7px;
}
.contact .con p{
  margin: 20px 0;
}

.contact .foot{
  text-align: center;
}

.contact .foot img{
  float: left;
  width: 49%;
  margin: 20px 0;
}


.contact .foot img:nth-child(1){
  margin-right: 26px;
}


.captcha_src{
  width: 130px;
  vertical-align: middle;
}


/*分页*/
.cms_page{
  text-align: center;
  margin-top: 50px;
}

.cms_page .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.cms_page .pagination>li {
  display: inline
}

.cms_page .pagination>li>a,
.cms_page .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #717070;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px
}

.cms_page .pagination>li:first-child>a,
.cms_page .pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.cms_page .pagination>li:last-child>a,
.cms_page .pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.cms_page .pagination>li>a:hover,
.cms_page .pagination>li>span:hover,
.cms_page .pagination>li>a:focus,
.cms_page .pagination>li>span:focus {
  z-index: 2;
  color: #717070;
  background-color: #fff;
  border-color: #ddd
}

.cms_page .pagination>.active>a,
.cms_page .pagination>.active>span,
.cms_page .pagination>.active>a:hover,
.cms_page .pagination>.active>span:hover,
.cms_page .pagination>.active>a:focus,
.cms_page .pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #e15616;
  border-color: #e15616;
  cursor: default
}

.cms_page .pagination>.disabled>span,
.cms_page .pagination>.disabled>span:hover,
.cms_page .pagination>.disabled>span:focus,
.cms_page .pagination>.disabled>a,
.cms_page .pagination>.disabled>a:hover,
.cms_page .pagination>.disabled>a:focus {
  color: #9d9d9d;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed
}

.cms_page .pagination-lg>li>a,
.cms_page .pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.cms_page .pagination-lg>li:first-child>a,
.cms_page .pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px
}

.cms_page .pagination-lg>li:last-child>a,
.cms_page .pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px
}

.cms_page .pagination-sm>li>a,
.cms_page .pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.cms_page .pagination-sm>li:first-child>a,
.cms_page .pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}

.cms_page .pagination-sm>li:last-child>a,
.cms_page .pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}

.clear{
  content: "";
  display: block;
  height: 0;
  clear: both;
}
