* {
  margin: 0;
  padding: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
ul,
ol {
  list-style: none;
}
a,
a:hover,
a:visited,
a:active,
a:link {
  color: #333;
  text-decoration: none;
}
.container {
  width: 1200px;
  padding: 0;
}
nav {
  width: 100vw;
}
@keyframes fadeIn {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
html {
  overflow-x: hidden;
}
body {
  animation: fadeIn 0.6s ease-in-out;
  min-width: 1200px;
  overflow-x: hidden;
  font-family: "微软雅黑" !important;
}
.footer {
  font-size: 16px;
  height: 240px;
  background-color: #313131;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .text {
  margin-top: 90px;
  line-height: 1.6em;
}
.footer .qrcode {
  text-align: center;
  margin-top: 50px;
}
.footer .qrcode .content img {
  margin-bottom: 5px;
}
.html-top {
  float: right;
  width: 115px;
}
.html-top .select {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.html-top .select > img {
  transition: all 0.3s;
}
.html-top .select.active > ul {
  display: block;
}
.html-top .select.active > img {
  transform: rotate(-180deg);
}
.html-top .select > ul {
  height: 110px;
  display: none;
  width: 100%;
  background-color: #f3f3f3;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  z-index: 10;
  animation: slideDown 0.3s ease-in-out;
  transform-origin: top;
}
.html-top .select > ul li {
  transition: all 0.3s;
  padding-left: 10px;
}
.html-top .select > ul li:hover {
  background-color: #fff;
}
.html-top .select > ul li:hover a {
  color: #cc0000;
}
@keyframes slideDown {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
.header {
  line-height: 60px;
  border-bottom: 1px solid #e7e7e7;
}
.header .container > div {
  display: inline-block;
}
.header .search {
  margin-left: 30px;
}
.header .search input {
  height: 36px;
  width: 640px;
  outline: none;
  border: 1px solid #cc0000;
  text-indent: 2em;
  vertical-align: middle;
  border-radius: 5px ;
}
.header .search button {
  outline: none;
  border: none;
  margin-left: -10px;
  vertical-align: middle;
  background-color: #cc0000;
  width: 60px;
  height: 36px;
  line-height: 36px;
}
.header .search button img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-top: -5px;
}
.nav {
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}
.nav .v1 {
  position: relative;
  display: inline-block;
  padding: 0 100px;
}
.nav .v1 > li {
  float: left;
  margin-right: 50px;
  height: 60px;
}
.nav .v1 > li > a:hover {
  color: #cc0000;
}
.nav .v1 > li:last-child {
  margin-right: 0;
}
.nav .v1 > li.select > a > img {
  transition: all 0.3s;
}
.nav .v1 > li.select.active > a {
  color: #cc0000;
}
.nav .v1 > li.select.active > a > img {
  transform: rotate(-180deg);
}
.nav .v1 > li.select.active .v2 {
  display: block;
}
.nav .v1 > li.select .v2 {
  color: #333;
  display: none;
  padding-top: 20px;
  width: 780px;
  background-color: #e7e7e7;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  animation: slideDown 0.3s ease-in-out;
  transform-origin: top;
}
.nav .v1 > li.select .v2 .close {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  cursor: pointer;
}
.nav .v1 > li.select .v2 > li {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #dedede;
  width: 180px;
}
.nav .v1 > li.select .v2 > li.active {
  background-color: #fff;
  color: #cc0000;
}
.nav .v1 > li.select .v2 > li.active .v3 {
  display: block;
}
.nav .v1 > li.select .v2 > li .v3 {
  height: 420px;
  padding: 10px 20px;
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  width: 600px;
  background-color: #fff;
}
.nav .v1 > li.select .v2 > li .v3 li {
  color: #333;
  float: left;
  width: auto;
  line-height: 30px;
  margin-right: 20px;
}
.nav .v1 > li.select .v2 > li .v3 li:hover {
  color: #cc0000;
}
.nav .v1 > li.select .v2 > li .v3 > img {
  position: absolute;
  bottom: 10px;
  right: 20px;
  max-height: 220px;
}
.main {
  position: relative;
  z-index: 8;
}
.main .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
}
.banner .swiper-slide img {
  width: 100%;
}
.banner .swiper-pagination {
  transform: scale(1.2);
}
.banner .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
}
.banner .swiper-pagination-bullet-active {
  background-color: #cc0000;
}
.cards img {
  transition: all 0.3s;
}
.cards img:hover {
  box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.2);
}
.cards > div {
  padding: 10px 0;
}
.cards > div h3 {
  margin-top: 10px;
  color: #cc0000;
  text-align: center;
  position: relative;
}
.cards > div h3::after {
  content: '';
  display: block;
  height: 2px;
  width: 100px;
  background-color: #666;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: -7px;
}
.cards > div .en {
  text-align: center;
  margin-bottom: 20px;
}
.cards .c1 img {
  float: left;
}
.cards .c1 .t-r {
  width: 676px;
}
.cards .c1 .t-r img {
  margin-left: 18px;
}
.cards .c1 .bottom {
  margin-top: 15px;
}
.cards .c1 .bottom img {
  margin-left: 17px;
}
.cards .c1 .bottom img:first-child {
  margin-left: 0;
}
.cards .c2 .right {
  width: 676px;
}
.cards .c2 .right img {
  margin-left: 15px;
}
.cards .c3 .content img {
  float: left;
  margin-bottom: 8px;
  margin-left: 8px;
}
.cards .c4 #swiper2 .swiper-pagination-bullet {
  opacity: 0.8;
}
.cards .c4 #swiper2 .swiper-pagination-bullet-active {
  background-color: #cc0000;
}
.cards .c4 #swiper2 .swiper-button-prev {
  background-image: url('../images/07rent/arrow.png');
}
.cards .c4 #swiper2 .swiper-button-next {
  background-image: url('../images/07rent/arrow-r.png');
}
.cards .c4 #swiper2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #cc0000;
}
.cards .c5 .content img {
  margin-left: 7px ;
}
.cards .c5 .content img:first-child {
  margin-left: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
/*# sourceMappingURL=index.css.map */