html {
	height: 100%;
}
body{
	height: 100%;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 1.6rem;
  z-index: 20;
}
/* Screen Common */
.screen {
/*min-height:800px;*/
  position:relative;
}
.dialog {
  position: fixed;
  top: 50%;
  right: 0.5rem;
  width: 0.5rem;
  height: 1.5rem;
  background: #000;
  z-index: 10;
  text-align: right;
}
.dialog div {
  height: 0.5rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.dialog div.message {
  position: relative;
  background: yellowgreen;
}
.dialog div.message .hide {
  display: none;
  width: 0rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  right: 0.5rem;
  background: yellowgreen;
}
.dialog div.message .show {
  width: 0.5rem;
  height: 0.5rem;
}
.dialog div.phone {
  position: relative;
  background: greenyellow;
}
.dialog div.phone .hide {
  display: none;
  width: 0rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  right: 0.5rem;
  background: yellowgreen;
}
.dialog div.phone .show {
  width: 0.5rem;
  height: 0.5rem;
}
.dialog div.chat {
  background: burlywood;
}
.screen1 {
  min-height: 800px;
  background: #fdfdfd url(../img/index/card@3x.png) no-repeat scroll center top;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
.screens .ab {
  position: absolute;
  right: 7%;
  bottom: 10%;
}
.screens .ab img {
  width: 0.66rem;
  height: 0.8rem;
}
.screen1 .inner {
  visibility: hidden;
  max-width: 1280px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 30%;
}
.page_normal .screen1 .inner, .page_normal .screen2 .inner, .page_normal .screen3 .inner {
  padding-top: 24%;
}
@media only screen and (max-width: 1400px){
  .screen1 .inner {
    top: 25%;
  }
  .page_normal .screen1 .inner {
    padding-top: 20%;
  }
}
.page_normal .screen4 .inner   {
  padding-top: 30%;
}
.screen1 .inner .info-box {
  padding-left: 9.56%;
}
.screen1 .inner .info-box .title {
  color: #000;
  font-size: 0.64rem;
  font-weight: bold;
  text-align: left;
  padding-left: 0.2rem;
  letter-spacing:0.01rem;
}
.screen1 .inner .info-box .red-box {
  width: 7.3rem;
  height: 1.1rem;
  background: #E83828;
  color: #fff;
  text-align: center;
  line-height: 1.1rem;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0.2rem 0;
  letter-spacing:0.01rem;
}
.screen1 .inner .info-box .img-box {
  text-align: left;
}
/* 箭头begin */
.screens .arrow-box {
  position: absolute;
  top: 4.2rem;
  left: 0;
  width: 80%;
  min-width: 864px;
  margin: 0 10%;
}
.screens .arrow-box .swiper-arrow {
  position: absolute;
  width: 0.4rem;
}
.screens .arrow-box .swiper-arrow img{
  width: 100%;
}
.screens .arrow-box .arrow-left {
  left: 0;
}
.screens .arrow-box .arrow-right {
  right: 0;
}
/* 箭头end */
.screen1 .inner .info-box .swiper-box {
  position: static;
  width: 4.69rem;
  height: 3.3rem;
  margin: 0;
}
.screen1 .inner .info-box .swiper-box .swiper-container .appraisal{
  font-size: 0.22rem;
  text-align: left;
  line-height: 0.33rem;
}
.screen1 .inner .left-icon {
  position: absolute;
  left: 0;
  top: 1rem;
}
.screen1 .inner .left-icon img {
  width: 0.4rem;
  height: 0.62rem;
}
.screen1 .inner .right-icon img {
  width: 0.4rem;
  height: 0.62rem;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); 	/* IE 9 */
  -moz-transform:rotate(180deg); 	/* Firefox */
  -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
  -o-transform:rotate(180deg); 	/* Opera */
}
.screen1 .inner .right-icon {
  position: absolute;
  right: 0;
  top: 1rem;
}
.screen2 {
  background-color: #F5F5F5;
}
.screen3 {
  background-color: #F5F5F5;
}
.screen4 {
  background-color: #F5F5F5;
}
.screen5{
  background-color: #000;
}
.screen2 .inner {
  position: relative;
  top: 50%;
  width: 98%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: -1.84rem;
  text-align: center;
}
.screen2 .inner .item {
  position: relative;
  display: inline-block;
  width: 3.68rem;
  height: 1.82rem;
  margin-right: 0.3rem;
  margin-bottom: 0.53rem;
  background: #fff;
  cursor: pointer;
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.screen2 .inner .item.active {
  background: #E83828;
  box-shadow: 1px 4px 18px rgba(0,0,0,0.2);
  transform: scale(1.1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.screen2 .inner .item .con {
  position: absolute;
  left: 0.45rem;
  top: 0.52rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
	-ms-flex-align: center;
  align-items: center;
  width: 2.8rem;
}
.screen2 .inner .item .con .img {
  width: .6rem;
  margin-right: 0.15rem;
}
.screen2 .inner .item .con .img .icon{
  width: 100%;
}
.screen2 .inner .item .con .img .icon.noactive {
  display: none;
}
/* .screen2 .inner .item .icon1.noactive {
  display: none;
}
.screen2 .inner .item .icon2.noactive {
  display: none;
}
.screen2 .inner .item .icon3.noactive {
  display: none;
}
.screen2 .inner .item .icon4.noactive {
  display: none;
}
.screen2 .inner .item .icon5.noactive {
  display: none;
}
.screen2 .inner .item .icon6.noactive {
  display: none;
} */
.screen2 .inner .item .right {
  text-align: left;
}
.screen2 .inner .item .right .title {
  margin-bottom: 0.1rem;
  color: #000;
  font-size: 0.22rem;
  font-weight: bold;
}
.screen2 .inner .item .right .tip {
  color: #4A4A4A;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.screen2 .inner .item.active .right .title,
.screen2 .inner .item.active .right .tip {
  color: #fff;
}
.screen2 .inner .item .mark .noactive {
  display: none;
}
.screen2 .inner .item .mark {
  position: absolute;
  bottom: 0.25rem;
  right: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
	-ms-flex-align: center;
  align-items: center;
  font-size: 0.14rem;
}
.screen2 .inner .item .mark .grey {
  color: #4A4A4A;
}
.screen2 .inner .item .mark .red {
  color: #E83828;
}
.screen2 .inner .item.active .mark .red {
  color: #fff;
}
.screen2 .inner .item .mark .arrow-right {
  width: 0.19rem;
  height: 0.13rem;
  margin-right: 0.05rem;
}
.screen3 .inner {
  position: relative;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
	-ms-flex-pack: center;
  justify-content: center;
  width: 98%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: -1.95rem;
}
.screen3 .inner .title {
  width: 2.84rem;
  height: 0.5rem;
  margin-bottom: 0.37rem;
  background: #E83828;
  color: #fff;
  font-size: 0.26rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.5rem;
  letter-spacing:0.01rem;
}
.screen3 .inner .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.screen3 .inner .box .ad {
  width: 2.2rem;
  height: 1.3rem;
  margin-right: 0.18rem;
  margin-bottom: 0.2rem;
}
.screen3 .inner .box .ad img {
  width: 2.2rem;
}
.screen3 .inner .box .ad7 img {
  width: 1.5rem;
}
.screen4 {
  background: #fdfdfd url(../img/index/card-bg.png) no-repeat scroll center top;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
.screen4 .inner {
  max-width: 1280px;
  width: 98%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  margin-top: -2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
	-ms-flex-pack: center;
  justify-content: center;
}
.screen4 .inner .con {
  width: 9.8rem;
  height: 5.2rem;
  background: rgba(255,255,255, 0.7);
  padding: 0.79rem 0.71rem 0 0.71rem;
  box-sizing: border-box;
}
.screen4 .inner .con .ul-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
  justify-content: space-between;
  text-align: left;
}
.screen4 .inner .con .ul-con li .img-box {
  width: .68rem;
  height: 0.78rem;
}
.screen4 .inner .con .ul-con li .img-box3 {
  width: 0.87rem;
}
.screen4 .inner .con .ul-con li .img-box .icon {
  width: 100%;
}
.screen4 .inner .con .ul-con li .h-title {
  margin-top: 0.16rem;
  color: #000;
  font-size: 0.2rem;
  font-weight: bold;
  text-align: left;
  line-height: 0.32rem;
}
.screen4 .inner .con .ul-con li .tip {
  color: #9FA3A7;
  font-size: 0.15rem;
  line-height: 0.21rem;
  text-align: left;
}

/* Screen Animate */
.page_animate .screens_outer{
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page_animate .screens{
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.page_animate .screen{
  height: 100%;
  width: 100%;
  position: absolute;
}
.page_animate .screen1{
  top: 0%;
}
.page_animate .screen2{
  top: 100%;
}
.page_animate .screen3{
  top: 200%;
}
.page_animate .screen4{
  top: 300%;
}
.page_animate .screen5{
  top: 400%;
}
.page_animate .animate1{
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.page_animate .animate2{
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.page_animate .animate3{
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}
.page_animate .animate4{
  -webkit-transform: translateY(-300%);
  -moz-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  transform: translateY(-300%);
}
.page_animate .animate5{
  -webkit-transform: translateY(-400%);
  -moz-transform: translateY(-400%);
  -ms-transform: translateY(-400%);
  transform: translateY(-400%);
}
.page_animate .footer {
  margin-top: 15%;
}
/* Screen Normal */
.page_normal .screen{
  min-height:800px;
}
.page_normal .screen2{
  padding-top:100px;
}
.page_normal .screen3,
.page_normal .screen4{
  padding-top:30px;
}
.page_normal .screen5{
  min-height: auto;
}

.bg-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  z-index: -1;
}