@charset "UTF-8";

h1 {
  font-weight: bold;
}

#banner {
  position: relative;
  max-width: 1920px;
  height: 478px;
}

#banner img {
  width: 100%;
  height: 100%;
}

#banner > h1 {
  position: absolute;
  top: 137px;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  text-align: center;
  font-size: 58px;
  color: #ffffff;
}

#banner > div {
  position: absolute;
  display: flex;
  align-items: center;
  top: 239px;
  left: 50%;
  margin-left: -400px;
  width: 801px;
  height: 69px;
  background-color: #ffffff;
}

#banner > div input {
  margin-left: 20px;
  width: 680px;
  height: 69px;
  line-height: 69px;
}

#banner > div a {
  position: absolute;
  right: 0;
  width: 80px;
  height: 26px;
  border-left: 1px solid #c7d1d6;
  text-align: center;
}

#banner > div a img {
  width: 26px;
  height: 26px;
}

#banner > p {
  position: absolute;
  top: 344px;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}

#host1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#host1 > h1 {
  margin-top: 67px;
  font-size: 36px;
  color: #2a2a2a;
}

#host1 > p {
  margin-top: 22px;
  font-size: 18px;
  color: #797979;
}

#host1 .content {
  display: flex;
  margin-top: 49px;
}

#host1 .content > div {
  width: 280px;
  height: 470px;
  margin-left: 24px;
  border: solid 1px #d7dada;
  cursor: pointer;
}

#host1 .content > div:hover {
  border: 1px solid #65b5eb;
}

#host1 .content > div:hover > div:nth-child(1) {
  background-color: #65b5eb;
}

#host1 .content > div:hover > div:nth-child(1) h1 {
  color: #ffffff;
}

#host1 .content > div:hover > div:nth-child(1) p {
  color: #ffffff;
}

#host1 .content > div:hover > div:nth-child(2) {
  border-right: 1px solid #e1e1e1;
}

#host1 .content > div:hover > div:nth-child(n+2) {
  display: inline-block;
}

#host1 .content > div:hover > div:nth-child(n+2) > a:hover {
  color: #ffffff;
  background-color: #65b5eb;
}

#host1 .content > div > div:first-child {
  width: 100%;
  height: 114px;
  text-align: center;
  background-color: #ebedef;
}

#host1 .content > div > div:first-child h1 {
  display: inline-block;
  margin-top: 30px;
  font-size: 22px;
  font-weight: bold;
}

#host1 .content > div > div:first-child p {
  margin-top: 10px;
  font-size: 14px;
}

#host1 .content > div > div:nth-child(n+2) {
  position: relative;
  margin-top: 30px;
  padding: 0 20px;
}

#host1 .content > div > div:nth-child(n+2) > h1 {
  font-size: 18px;
  font-weight: bold;
}

#host1 .content > div > div:nth-child(n+2) > p {
  margin-top: 15px;
  font-size: 14px;
  color: #797979;
}

#host1 .content > div > div:nth-child(n+2) > div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 27px;
}

#host1 .content > div > div:nth-child(n+2) > div > div {
  display: flex;
  align-items: center;
  width: 138px;
  margin-bottom: 15px;
}

#host1 .content > div > div:nth-child(n+2) > div > div p:nth-child(1) {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border: 1px dashed #cbc9c9;
  border-radius: 4px;
}

#host1 .content > div > div:nth-child(n+2) > div > div p:nth-child(2) {
  margin-left: 10px;
  font-size: 14px;
}

#host1 .content > div > div:nth-child(n+2) > div > div:nth-child(2n) {
  width: auto;
}

#host1 .content > div > div:nth-child(n+2) .price {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

#host1 .content > div > div:nth-child(n+2) .price span {
  font-size: 20px;
}

#host1 .content > div > div:nth-child(n+2) .price span:nth-child(1) {
  color: #ff4e00;
}

#host1 .content > div > div:nth-child(n+2) .price span:nth-child(2):after {
  content: "/\9996\5E74";
  font-size: 14px;
}

#host1 .content > div > div:nth-child(n+2) .price span:nth-child(3) {
  display: inline-block;
  margin-left: 10px;
  padding: 0 5px;
  height: 24px;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  color: #ff4e00;
  border: 1px solid #ff4e00;
}

#host1 .content > div > div:nth-child(n+2) > a {
  display: inline-block;
  margin-top: 20px;
  width: 104px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #797979;
  text-align: center;
  border-radius: 18px;
  border: solid 1px #bebebe;
}

#host1 .content > div:first-child {
  margin-left: 0;
  width: 600px;
}

#host1 .content > div:first-child > div:nth-child(2) {
  border-right: 1px solid #e1e1e1;
}

#host1 .content > div:first-child > div:nth-child(n+2) {
  display: inline-block;
  width: 296px;
}

#host1 > a {
  margin-top: 49px;
  font-size: 16px;
  color: #777777;
}

#host {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
}

#host .list {
  margin-top: 35px;
}

#host .list .ul-row {
  padding-left: 0;
}

#host .list .ul-row > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  float: left;
  width: 300px;
  height: 483px;
  border: 1px solid #dddfdf;
  border-left-color: transparent;
  cursor: pointer;
}

#host .list .ul-row > li:hover {
  box-shadow: 0 0 40px 0 rgba(200, 200, 200, 0.55);
}

#host .list .ul-row > li .top {
  width: 215px;
  height: 100px;
  text-align: center;
  border-bottom: 1px solid #dddfdf;
}

#host .list .ul-row > li .top h1 {
  margin-top: 27px;
  font-size: 24px;
}

#host .list .ul-row > li .top p {
  margin-top: 15px;
  font-size: 14px;
  color: #6b6b6b;
}

#host .list .ul-row > li .ul-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 18px;
  width: 215px;
  height: 160px;
  border-bottom: 1px solid #dddfdf;
}

#host .list .ul-row > li .ul-column > div {
  padding: 10px 0;
}

#host .list .ul-row > li .tap {
  margin-top: 25px;
  padding: 4px 19px;
  border: 1px solid #ff4e00;
  font-size: 14px;
  color: #ff4e00;
}

#host .list .ul-row > li .price {
  margin-top: 20px;
  color: #ff4e00;
  height: 26px;
}

#host .list .ul-row > li .price span {
  font-size: 16px;
}

#host .list .ul-row > li .price span:nth-child(2) {
  font-size: 25px;
  font-weight: bold;
}

#host .list .ul-row > li .price span:nth-child(2) :after {
  content: ".00";
}

#host .list .ul-row > li > a {
  margin-top: 27px;
  padding: 12px 24px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 25px;
  background-color: #65b5eb;
}

#host .list .ul-row > li:nth-child(1) {
  border-left-color: #dddfdf;
}

#host > a {
  margin-top: 49px;
  font-size: 16px;
  color: #777777;
}

#introduce {
  position: relative;
  margin-top: 70px;
  height: 646px;
}

#introduce > img {
  width: 100%;
  height: 100%;
}

#introduce > div:nth-child(2) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  text-align: center;
}

#introduce > div:nth-child(2) > h1 {
  margin-top: 70px;
  font-size: 36px;
  font-weight: bold;
}

#introduce > div:nth-child(2) > p {
  margin-top: 20px;
  font-size: 18px;
  color: #797979;
}

#introduce > div:nth-child(2) #myCarousel {
  margin-top: 48px;
}

#introduce > div:nth-child(2) #myCarousel .carousel-inner {
  width: 1200px;
}

#introduce > div:nth-child(2) #myCarousel .carousel-inner .item {
  text-align: left;
}

#introduce > div:nth-child(2) #myCarousel .carousel-inner .item > div {
  display: inline-block;
  width: 380px;
  height: 100%;
  margin-right: 24px;
}

#introduce > div:nth-child(2) #myCarousel .carousel-inner .item > div img {
  width: 100%;
  height: 210px;
}

#introduce > div:nth-child(2) #myCarousel .carousel-inner .item > div p {
  text-align: center;
}

#introduce > div:nth-child(2) #myCarousel .carousel-inner .item > div > p:nth-child(2) {
  margin-top: 30px;
  font-size: 24px;
  color: #2a2a2a;
}

#introduce > div:nth-child(2) #myCarousel .carousel-inner .item > div > p:nth-child(3) {
  margin-top: 20px;
  font-size: 16px;
  color: #6c6c6c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#introduce > div:nth-child(2) #myCarousel .carousel-inner .item > div:last-child {
  margin-right: 0;
}

#introduce > div:nth-child(2) #myCarousel .carousel-indicators {
  top: 377px;
  left: 50%;
  margin-left: -420px;
  width: 839px;
  height: 20px;
}

#introduce > div:nth-child(2) #myCarousel .carousel-indicators li {
  border-top: 0px;
  border-bottom: 0px;
  background-color: gray;
  width: 14px;
  height: 12px;
  margin-right: 14px;
  border-radius: 12px;
}

#introduce > div:nth-child(2) #myCarousel .carousel-indicators li:last-child {
  margin-right: 0;
}

#introduce > div:nth-child(2) #myCarousel .carousel-indicators .active {
  width: 43px;
  height: 12px;
  background-color: #bb0210;
  border-radius: 6px;
}

#sevice {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sevice > h1 {
  margin-top: 70px;
  font-size: 36px;
}

#sevice > p {
  margin-top: 17px;
  font-size: 18px;
}

#sevice > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 48px;
  width: 1200px;
}

#sevice > div > div {
  display: flex;
  align-items: center;
  padding: 0 25px;
  margin-bottom: 33px;
  width: 584px;
  height: 160px;
  background-color: #ebedef;
  cursor: pointer;
}

#sevice > div > div:hover {
  background-color: #65b5eb;
}

#sevice > div > div:hover h1,
#sevice > div > div:hover p {
  color: #ffffff;
}

#sevice > div > div img {
  width: 80px;
  height: 80px;
}

#sevice > div > div div {
  margin-left: 26px;
}

#sevice > div > div div h1 {
  font-size: 20px;
}

#sevice > div > div div p {
  margin-top: 18px;
  font-size: 14px;
}

#sevice > div > div:nth-child(2n) {
  margin-left: 32px;
}

#footer {
  position: relative;
  margin-top: 60px;
  max-width: 1920px;
  height: 296px;
}

#footer img {
  width: 100%;
  height: 100%;
}

#footer > div {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
}

#footer > div h1 {
  margin-top: 71px;
  font-size: 36px;
  color: #ffffff;
}

#footer > div p {
  margin-top: 30px;
  font-size: 16px;
  color: #ffffff;
}

#footer > div a {
  margin-top: 35px;
  padding: 16px 49px;
  font-size: 16px;
  color: #454545;
  background-color: #ffffff;
}

