#index .swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.swiper-container2{
  position: relative;
}
.swiper-slide{
  width:100%;
}
.swiper-container,.swiper-container img{
  height:770px;
}
.swiper-pagination-bullet{
  background:rgba(0,0,0,.8) !important;
  opacity: .6 !important;
}
.swiper-pagination-bullet-active{
  background:#C6AA6F !important;
  opacity: 1 !important;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0;
    padding: 0;
    display: block;
    margin: 0 auto;
  }
}
.allmap{
  display: block;
  margin:0 auto;
}
h6 {
  font-size: 28px;
  color: #333;
}
span.title {
  display: block;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  letter-spacing: 5px;
  opacity: 0.5;
}
.row {
  margin: 0;
}
img,
p {
  max-width: 100%;
}
a {
  text-decoration: none !important;
}
#index .swiper img,
#index .swiperBox {
  width: 100%;
  height: 100%;
}
.navbar-brand,.navbar-header{
  display:block;
  height:100%;
  /* width:152px; */
}
#index .swiperBox {
  position: relative;
  overflow: hidden;
}
#index .swiperItem {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
}
#index .swiper .pagination {
  position: absolute;
  width: 100%;
  height: 74px;
  line-height: 74px;
  bottom: 74px;
  left: 0;
  z-index: 9;
  text-align: center;
}
#index .swiper .pagination span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  cursor: pointer;
  margin: 0 3px;
}
#index .swiper .pagination span:first-child,
#index .swiper .pagination span:last-child {
  border: none;
  font-size: 18px;
  margin: 0 4px;
}
#index .swiper .pagination span:first-child {
  position: relative;
  right: 3px;
}
#index .swiper .pagination .act {
  background: #fff;
}
.swiperAct {
  animation: animScale 7s linear infinite;
  -webkit-animation: animScale 7s linear infinite;
}
@keyframes animScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes animScale {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes animScale {
  0% {
    -ms-transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@-moz-keyframes animScale {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1.2);
  }
}
@-o-keyframes animScale {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
  border: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.navbar.act {
  background: rgba(0, 0, 0, 0.8);
}
.navbar-nav {
  z-index: 99;
}
.navbar-nav a {
  display: inline-block;
  margin-right: 20px;
  height: 80px !important;
  line-height: 80px !important;
  color: #fff !important;
  font-size: 16px;
  padding: 0 18px !important;
  cursor: pointer;
}
.navbar-nav a:last-child {
  margin-right: 0;
}
/* .navbar-nav li{
	background:rgba(0,0,0,.2)
} */
.navbar-nav .act {
  background: #c6aa6f !important;
}
.navbar-toggle {
  margin-top: 20px;
  margin-right: 10px;
}
.navbar .icon-bar {
  background-color: #fff !important;
}
#index .core {
  background: url("./../images/indexBack-1.png") no-repeat 100% 100%;
  padding-bottom: 118px;
  padding-top: 108px;
}
#index .core h3,
#index .news h3 {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  text-align: center;
  margin-bottom: 3px;
}
#index .core .title,
#index .news .titie {
  font-size: 12px;
  color: #333333;
  text-align: center;
  letter-spacing: 5px;
  font-weight: bold;
  opacity: 0.5;
}
#index .core ul {
  margin-top: 60px;
}
#index .core ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  box-sizing: border-box;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
}
#index .core ul li:nth-child(4) {
  margin: 0;
}
#index .core ul li .innerBox {
  margin: 0 5px;
  position: relative;
}
#index .core .img1 {
  width: 100%;
  /* height: 360px; */
}
#index .core .img2 {
  vertical-align: middle;
}
#index .core .imgBox {
  height: 83px;
  line-height: 83px;
  text-align: center;
  background: #fff;
}
#index .core .box {
  width: 100%;
  height: 361px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
#index .core li:hover .box {
  display: block;
}
#index .core .box p {
  margin: 127px auto 54px;
  width: 215px;
  height: 61px;
  color: #fff;
  font-size: 14px;
}
#index .core .box a {
  color: #fff;
  display: block;
  width: 148px;
  height: 46px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 46px;
  margin: 0 auto;
  font-size: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#index .core .box a:hover {
  color: #333;
  background: #fff;
}
/* about */
#index .about {
  background: url("./../images/indexBack.png") no-repeat 100% 100%;
}
#index .about .box {
  min-height: 366px;
  background: #fff;
  margin-top: 175px;
  margin-bottom: 105px;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.08);
  padding: 74px 0 20px 81px;
}
#index .about .box h3 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin-top: 0;
}
#index .about .box .p1 {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  opacity: 0.5;
  letter-spacing: 5px;
  margin-top: 9px;
}
#index .about .box .p2 {
  font-size: 16px;
  color: #333;
  padding-left: 38px;
  margin-top: 29px;
  padding-right: 70px;
}
#index .about .box .p2 p{
  letter-spacing: 1px
}
#index .about .box a {
  display: inline-block;
  width: 134px;
  height: 43px;
  background: #c6aa6f;
  color: #fff;
  text-align: center;
  line-height: 43px;
  margin-left: 38px;
  margin-top: 38px;
}
#index .news {
  padding-top: 108px;
}
#index .news .title {
  font-size: 12px;
  color: #333333;
  text-align: center;
  letter-spacing: 5px;
  font-weight: bold;
  opacity: 0.5;
}
#index .news .listBox {
  position: relative;
  cursor: pointer;
}
#index .news .listBox img {
  /* display: block;
  margin: 0 auto; */
}
#index .news .mask {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 171px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
#index .news .img1 {
  height: 171px;
  width:100%;
}
#index .news .mask img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#index .news .listBox:hover .mask {
  display: block;
}
#index .news .listBox:hover strong,
#index .news .listBox:hover .p2 {
  color: #b09253;
}
#index .news ul {
  margin-top: 34px;
  overflow: hidden;
}
#index .news strong {
  font-size: 16px;
  color: #333333;
  display: block;
  margin: 35px 0 20px;
  font-weight: 100;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index .news .p1 {
  font-size: 14px;
  color: #666666;
  width: 380px;
  height: 60px;
  overflow: hidden;
}
#index .news .p2 {
  font-size: 16px;
  color: #b3b3b3;
}
#index .news .more {
  display: block;
  width: 163px;
  height: 56px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(51, 51, 51, 1);
  margin: 60px auto 80px;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #333;
}
.foot {
  height: 409px;
  background: #1b2329;
  padding-top: 68px;
}
.foot ul {
  overflow: hidden;
}
.foot dd a {
  font-size: 14px;
  color: #fff;
}
.foot dd {
  margin-bottom: 25px;
}
.foot dd:nth-child(1) a {
  font-size: 16px;
  color: #fff;
}
.foot .phone {
  border-width: 0 1px;
  border-color: #999;
  border-style: solid;
  padding-left: 65px;
}
.foot .phone img {
  max-width: 17px;
  max-height: 17px;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  bottom: 2px;
}
.foot .phone .p1 {
  font-size: 16px;
  color: #fff;
}
.foot .phone .p2 {
  font-size: 27px;
  color: #c6aa6f;
  margin: 13px 0 33px;
}
.foot .code .pic {
  display: block;
  margin: 9px auto 0;
}
.foot .code p {
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.foot .code p img {
  margin-right: 8px;
}
.bt {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 23px;
  opacity: 0.77;
  text-align: center;
  margin-top: 20px;
}
/* 关于我们 */
#about .about {
  padding: 127px 0 121px;
}
#about .about img {
  height: 437px;
}
#about .about .txt {
  padding-top: 45px;
}
#about .about strong {
  font-size: 28px;
  color: #333;
  display: block;
}
#about .about #aboutTitle {
  font-size: 12px;
  color: #333;
  display: block;
  margin: 9px 0 29px;
  opacity: 0.5;
  font-weight: 400;
  letter-spacing: 5px;
}
#about .about p {
  font-size: 18px;
  color: #333;
}
#about .list {
  background: url("./../images/aboutBack.png") no-repeat 100% 100%;
  background-position-x: -8px;
  padding: 120px 0 130px;
}
#about .list ul {
  margin-top: 37px;
}
#about .list li {
  padding: 0;
  background: #fff;
  height: 223.25px;
}
#about .list li strong {
  display: block;
  font-size: 18px;
  color: #333;
  margin: 64px 0 0 33px;
}
#about .list li p {
  font-size: 16px;
  margin-left: 33px;
  margin-top: 25px;
  color: #333;
  width: 200px;
}
#about .going {
  padding: 115px 0 60px;
}
#about .going h6,
#about .going span {
  text-align: center;
}
#about .going li span {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  margin-right: 15px;
  font-size: 18px;
  color: #c6aa6f;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
#about .going li {
  margin-bottom: 34px;
  padding-left: 80px;
  position: relative;
  min-height: 64px;
  padding-top: 10px;
}
#about .going li span:after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 30px;
  background: #e6e6e6;
  left: 50%;
  bottom: -33px;
}
#about .going .title {
  margin-bottom: 60px;
}
#about .going li:last-child span:after {
  display: none;
}
#about .going img {
  margin-top: 95px;
  /* margin-left:73px; */
}
/* 新闻列表页 */
.bread a {
  font-size: 14px;
  color: #262626;
  line-height: 60px;
  letter-spacing: 1px;
}
.bread {
  border-bottom: 1px solid #e8e8e8;
}
#news .list {
  padding: 32px 0 50px;
  overflow: hidden;
}
#news .list li {
  height: 395px;
  position: relative;
  margin-bottom: 30px;
}
#news .list li img {
  width: 100%;
  height: 280px;
}
#news .list li p {
  font-size: 16px;
  color: #333;
  margin-top: 15px;
  margin-bottom: 10px;
}
#news .list li span {
  color: #999;
  font-size: 14px;
}
#news .list .box {
  position: absolute;
  width: 370px;
  height: 100%;
  left: 15px;
  top: 0;
  display: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#news .list .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding: 100px 30px 0;
}
#news .list .mask p {
  color: #fff;
  font-size: 16px;
}
#news .list .mask .p1 {
  min-height: 50px;
  overflow: hidden;
}
#news .list .mask .p2 {
  font-size: 14px;
}
#news .list .mask a {
  display: inline-block;
  width: 142px;
  height: 50px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  margin-top: 50px;
}
.banner{
  width:100%;
}
#news .list li:hover .box {
  display: block;
}
/* 招聘 */
#getPerson .bar {
  margin: 20px 0 33px;
  overflow:hidden;
}
#getPerson .bar ol {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  width: 1100px;
}
#getPerson .bar li {
  float: left;
  margin-right: 10px;
  font-size: 16px;
  color: #2b2825;
  /* width: 90px; */
  height: 34px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  padding:0 10px;
}
#getPerson .bar span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #2b2825;
}
#getPerson .bar .act {
  background: #c7aa70;
  color: #fff;
}
#getPerson .box {
  min-height: 510px;
  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
  position: relative;
  padding: 47px 75px 25px;
  box-sizing: border-box;
  background: url("./../images/person.png") no-repeat right bottom;
}
#getPerson .box .title {
  border-bottom: 1px solid #e1e1e1;
}
#getPerson .box strong {
  display: inline-block;
  font-size: 20px;
  color: #c7aa70;
  padding-bottom: 15px;
  position: relative;
}
#getPerson .box strong:after {
  position: absolute;
  display: block;
  content: "";
  width: 81px;
  height: 3px;
  background: #c7aa70;
  left: 0;
  bottom: 0;
}
#getPerson .content {
  padding-top: 19px;
  width: 450px;
  padding-bottom: 34px;
  border-bottom: 1px dashed rgba(3, 0, 0, 0.16);
  display: none;
}
#getPerson .content .p2,
#getPerson .content span,
#getPerson .content p {
  font-size: 16px;
  color: #666666;
  vertical-align: top;
}
#getPerson .content div .p2 {
  display: inline-block;
  max-width: 365px;
}
#getPerson .email {
  width: 500px;
  font-size: 16px;
  color: #666666;
  margin-top: 30px;
}
#getPerson .email span {
  font-size: 20px;
  color: #c7aa70;
}
#getPerson .box .act {
  display: block;
}
/* 公用 */
.common1 {
  padding-top: 90px;
  width: 1100px;
  font-size: 16px;
  color: #333;
}
.common1 img {
  display: block;
}
.common1 .img1 {
  margin: 0 auto 40px;
}
.common1 .img2 {
  margin: 53px auto 30px;
}
.common2 {
  min-height: 560px;
  padding-left: 50px;
}
.common2 .lTxt {
  vertical-align: middle;
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
}
.common2 .lTitle {
  display: block;
  font-size: 32px;
  color: #fff;
  font-weight: 100;
  margin-top: 240px;
}
.common2 .listBox {
  margin-top: 99px;
}
.common2 .listBox li {
  width: 223px;
  height: 187px;
  border: 1px solid #999;
  padding: 62px 22px;
  box-sizing: border-box;
}
.common2 .listBox li:hover {
  background: #c6aa6f;
}
.common2 .listBox img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.common2 .listBox strong {
  font-size: 14px;
  color: #fff;
}
.common2 .listBox p {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}
/* 典当行 */
.pawn {
  padding-top: 80px;
}
.pawn h5,
.commonTitle {
  font-size: 28px;
  color: #333;
  text-align: center;
}
.pawn ul {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin-top: 80px;
  margin-bottom: 143px;
}
.pawn ul:after {
  display: block;
  content: "";
  clear: both;
}
.pawn li {
  height: 330px;
}
.pawn li img {
  display: block;
  margin: 0 auto;
}
.pawn li strong {
  font-size: 20px;
  color: #343434;
  text-align: center;
  display: block;
  margin-top: 23px;
}
.pawn li p {
  font-size: 16px;
  color: #333333;
  width: 230px;
  margin: 22px auto 0;
}
.pawn li:nth-child(1) {
  box-shadow: -5px 3px 15px 0px rgba(0, 0, 0, 0.14);
}
.pawn li:nth-child(3) {
  box-shadow: 8px 3px 15px 0px rgba(0, 0, 0, 0.14);
}
.pawn li:nth-child(3),
.pawn li:nth-child(1) {
  margin-top: 20px;
  padding-top: 56px;
}
.pawn li:nth-child(2) {
  height: 370px;
  background: #c6aa6f;
}
.pawn li:nth-child(2) img {
  padding-top: 75px;
}
.pawn li:nth-child(2) strong,
.pawn li:nth-child(2) p {
  color: #fff;
}
/* 火柴视频 */
.hot {
  padding-top: 43px;
}
.hot h5 {
  margin-bottom: 34px;
}
.hot .txt {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #2b2825;
  float: none;
}
.hot ul {
  text-align: center;
  /* width: 902px; */
  padding-left:125px;
  margin: 88px auto 80px;
  overflow: hidden;
}
.hot li {
  float: left;
  width: 100px;
  margin-right:100px;
}
.hot li:last-child{
  margin:0;
}
.hot .imgBox {
  width: 101px;
  height: 101px;
  display: block;
  margin: 0 auto;
  border: 1px solid #c6aa6f;
  position: relative;
}
.hot .imgBox:after{
  position: absolute;
  display: block;
  content:'';
  width:85px;
  height:85px;
  background:#c6aa6f;
  left:0;right:0;top:0;bottom:0;
  margin:auto;
  display: none;
}
.hot .class2 {
  display: none;
}
.hot img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index:9;
}
.hot li p {
  font-size: 16px;
  color: #272727;
  margin-top: 24px;
  text-align: center;
  display: block;
}
.hot li:hover p{
  color:#c6aa6f;
}
.hot li:hover .imgBox:after{
  display: block;
}
.hot li:hover .class1{
  display: none;
}
.hot li:hover .class2{
  display: block;
}
/* 共享车 */
.car{
  padding-top:93px;
}
.car h5{
  margin-bottom:72px;
}
.car .carBox{
  overflow: hidden;
  margin-bottom:93px;
}
.car .carShow{
  overflow: hidden;
  height:385px;
}
.car .list div{
  display: inline-block;
  vertical-align:middle;
}
.car .list {
  height:121px;
  border:1px solid #E6E6E6;
  margin-bottom:10px;
  padding:6px 7px;
  box-sizing: border-box;
}
.car .carList .act{
  border-color:#c6aa6f;
}
.car .act p,.car .act strong{
  color:#c6aa6f;
  padding-left:28px;
}
.car p,.car strong{
  padding-left:28px;
}
.car .act strong{
  display: block;
}
.car .carList p{
  margin-top:18px;
}
/* 乐享车 */
.car2{
  padding-top:92px;
}
.car2 img{
  display: block;
  margin:55px auto 100px;
}
/* 联系我们 */
#about .box{
  margin-top:75px;
  overflow: hidden;
  margin-bottom:96px;
}
#about .box .logo{
  margin-bottom:38px;
}
#about .box  .lTxt p{
  margin-bottom:25px;
}
#about .box  .lTxt p img{
  position: relative;
  bottom:3px;
  margin-right:5px;
  font-size: 16px;
  color:#333;
}
#about .rContent p{
  font-size: 16px;
  color:#262626;
  margin-bottom:39px;
}
.menu li,.menu{
  background:transparent
}
.menu{
  background:rgba(0,0,0,.8);
  position: absolute;
  top:100%;
  left:0;
  width:100%;
  display:none !important;
}
.menu a{
  display: block;
  height:40px !important;
  line-height:40px !important;
  width:100%;
  text-align: center;
}
.menu a:hover{
  background:#c6aa6f !important;
  color:#FFF !important;
}
.dropdown:hover .menu{
  display: block !important;
}
.common1 a{
  display:block;
  width: 134px;
  height: 43px;
  background: #c6aa6f;
  color: #fff;
  text-align: center;
  line-height: 43px;
  margin-left: 38px;
  margin: 38px auto 20px
}
.dropdown-menu li,.dropdown-menu{
  background:transparent
}
.dropdown-menu{
  background:rgba(0,0,0,.8)
}
.dropdown-menu a{
  height:40px !important;
  line-height:40px !important;
}
.dropdown-menu a:hover{
  background:#c6aa6f !important;
  color:#FFF !important;
}