body {
  padding: .98rem 0 1.2rem 0;
}

.menu-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.top {
  width: 100%;
  height: 0.98rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 999;
  padding: 0 0.24rem;
  box-sizing: border-box;
}

.top .img a {
  display: block;
  height: 0.58rem;
  width: 1.53rem;
  background: url(../images/mob/index/logo.png) center/cover no-repeat;
}

.top .btn {
  margin-left: 3.3rem;
}

.top .btn a {
  display: block;
  width: 1.4rem;
  background: #3185ff;
  line-height: 0.58rem;
  text-align: center;
  font-size: 0.24rem;
  border-radius: 0.1rem;
  color: #fff;
}

.top .toggle {
  width: .44rem;
  height: .37rem;
}

.top .toggle img {
  width: 100%;
  height: 100%;
  display: block;
}

.right-menu {
  width: 6rem;
  height: 100%;
  position: fixed;
  right: -6rem;
  top: 0;
  z-index: 99999;
  background: #fff;
  transition: .2s all;
  overflow-y: scroll;
}

.right-menu.show {
  right: 0;
}

.right-menu .title {
  overflow: hidden;
  height: 1.15rem;
  border-bottom: 0.01rem solid #eeeeee;
  position: relative;
}

.right-menu .title .right-menu-logo {
  display: block;
  height: 0.58rem;
  width: 1.52rem;
  margin-top: 0.26rem;
  margin-left: 0.56rem;
  background: url(../images/mob/index/logo.png) center/cover no-repeat;
}

.right-menu .title .close-menu {
  width: 0.26rem;
  height: 0.26rem;
  position: absolute;
  top: 50%;
  right: 0.35rem;
  transform: translateY(-50%);
  background: url(../images/mob/index/close.png) center/cover no-repeat;
}

.right-menu .nav {
  padding-left: 0.45rem;
}

.right-menu .nav .outer-lists .outer-list.active h3 {
  position: relative;
}

.right-menu .nav .outer-lists .outer-list.active h3::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.1rem;
  margin-top: 0.05rem;
}

.right-menu .nav .outer-lists .outer-list h3 {
  font-size: 0.32rem;
  color: #333333;
  line-height: 1rem;
}

.right-menu .nav .outer-lists .outer-list h3 a {
  font-size: 0.32rem;
  color: #333333;
}

.right-menu .nav .outer-lists .outer-list .sub-nav {
  display: none;
  padding: 0 0.2rem 0.3rem;
}

.right-menu .nav .outer-lists .outer-list .sub-nav:last-child {
  padding-bottom: 0;
}

.right-menu .nav .outer-lists .outer-list .sub-nav h6 {
  font-size: 0.26rem;
  color: #999999;
  line-height: 0.4rem;
}

.right-menu .nav .outer-lists .outer-list .inner-list {
  overflow: hidden;
}

.right-menu .nav .outer-lists .outer-list .inner-list li {
  float: left;
  width: 50%;
  line-height: 0.9rem;
}

.right-menu .nav .outer-lists .outer-list .inner-list li a {
  font-size: 0.28rem;
  color: #666666;
}

.search {
  overflow: hidden;
  height: 2.3rem;
  background: url(../images/mob/index/search.png) center/cover no-repeat;
}

.search h3 {
  font-size: .46rem;
  text-align: center;
  margin-top: .38rem;
  color: #fff;
}

.search .inp {
  margin-top: .33rem;
}

.search .inp button {
  display: block;
  width: 2.3rem;
  height: .65rem;
  font-size: .28rem;
  color: #fff;
  margin: 0 auto;
  border: 1px solid #fff;
  background: transparent;
  outline: transparent;
}

.footer {
  padding: 0 .35rem;
  background: url(../images/mob/index/footer_bg.png) center/cover no-repeat;
}

.footer .bInfo {
  border-top: 0.005rem solid #73797e;
}

.footer .bInfo:first-child {
  padding-bottom: .2rem;
  border-top: 0;
}

.footer .bInfo h5 {
  height: 0.8rem;
  line-height: 1rem;
  font-size: .32rem;
  color: #73797e;
  font-weight: 300;
}

.footer .bInfo .bInfo-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .bInfo .bInfo-link a {
  display: block;
  min-width: 33.33%;
  flex: 1;
  font-size: .26rem;
  font-weight: 300;
  color: #fff;
  line-height: .66rem;
}

.footer .tbottom {
  width: 100%;
  padding-bottom: 0.66rem;
}

.footer .tbottom .hotline {
  width: calc(100% - 2px);
  height: 0.8rem;
  border: 1px solid #ffffff;
  margin-top: .4rem;
  text-align: center;
  margin-bottom: 0.66rem;
}

.footer .tbottom .hotline span {
  font-size: .30rem;
  color: #ffffff;
  display: block;
  line-height: 0.8rem;
}

.footer .tbottom .hotline span > a {
  color: #ffffff;
}

.footer .tbottom p {
  font-size: .25rem;
  color: #73797e;
  margin-top: .2rem;
  text-align: center;
  font-weight: 300;
}

.footer .tbottom p > a {
  color: #73797e;
}

.obottom {
  width: 100%;
  height: 1.2rem;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 999;
}
.obottom div {
  text-align: center;
  line-height: .76rem;
}
.obottom div a{
  font-weight: bold;
  font-size: 0.28rem;
  color: #3469ea;
  width: 3.3rem;
  height: .76rem;
  line-height: .76rem;
  text-align: center;
  border: 2px solid #3469ea;
  display: flex;
  align-items: center;
  justify-content: center;
}
.obottom div.tel_box a{
  color: #fff;
  background-color:  #3469ea;
}
.obottom div a img{
  width: .4rem;
  height: .35rem;
  margin-right: .13rem;
}
.obottom div.tel_box a img{
  width: .3rem;
}

/* 悬浮咨询有礼 */
.suspension_consult{
  position: fixed;
  top: 50%;
  right: 0;
  width: 1.43rem;
  height: 1.43rem;
  z-index: 999;
}
.suspension_consult img{
  max-width: 100%;
  width: 100%;
}
/* 悬浮咨询有礼 */

.part > h3 {
  font-size: .4rem;
  color: #333333;
  text-align: center;
  font-weight: 300;
}

.part > p {
  font-size: .22rem;
  color: #999999;
  text-align: center;
}


.banner {
  position: relative;
}
.banner img{
  width: 100%;
}
.banner .swiper-container {
  height: 5.8rem;
}

.banner .swiper-container .swiper-slide img {
  width: 100%;
}

.banner .swiper-container .swiper-pagination-bullet {
  width: .06rem;
  height: .06rem;
  background: #fff;
  opacity: 1;
  border-radius: .03rem;
}

.banner .swiper-container .swiper-pagination-bullet-active {
  width: .4rem;
}
.banner .banner-container{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.banner .banner-container h4{
  font-size: .58rem;
  color: #fff;
  text-align: center;
  font-weight: 300;
}
.banner .banner-container h2{
  font-size: .6rem;
  color: #fff;
  text-align: center;
  font-weight: 300;
}
.banner .banner-container p{
  font-size: .24rem;
  color: #fff;
  text-align: center;
  font-weight: 300;
  line-height: .4rem;
}



.banner .btns {
  position: absolute;
  left: 0;
  bottom: 1.8rem;
  z-index: 99;
  width: 100%;
  text-align: center;
}

.banner .btns a {
  display: inline-block;
  width: 1.8rem;
  height: 0.61rem;
  line-height: 0.61rem;
  border-radius: .133333rem;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 .35rem;
  font-size: .26rem;
}

.banner .btns a.consult {
  background-color: #fff;
  color: #0060d0;
  border: 0.01rem solid transparent;
}

.flex{
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;  
  -moz-flex-wrap: wrap;  
  -ms-flex-wrap: wrap;  
  -o-flex-wrap: wrap;  
  flex-wrap: wrap; 
}


.apply_wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

.apply_wrapper .apply_box {
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: .6rem;
  transform: translate(-50%, -50%);
  border-radius: .3rem;
  padding: .2rem .4rem .7rem;
}

.apply_wrapper .apply_box h6 {
  font-size: .4rem;
  color: #242424;
  line-height: 1.6rem;
  text-align: center;
}

.apply_wrapper .apply_box img {
  height: 1.2rem;
  position: absolute;
  top: -1.2rem;
  right: .5rem;
}

.apply_wrapper .apply_box .apply_btns .apply_btn {
  width: 5.7rem;
  line-height: .88rem;
  border-radius: .44rem;
  background: #418fff;
  border: 0;
  text-align: center;
  font-size: .3rem;
  color: #fff;
}

.apply_wrapper .apply_box .apply_content .apply_cont_part {
  overflow: hidden;
  margin-bottom: .4rem;
}

.apply_wrapper .apply_box .apply_content .apply_cont_part span {
  font-size: .3rem;
  color: #666666;
  line-height: .88rem;
  display: block;
  float: left;
}

.apply_wrapper .apply_box .apply_content .apply_cont_part span i {
  color: #ff4141;
}

.apply_wrapper .apply_box .apply_content .apply_cont_part .inputdiv {
  position: relative;
}

.apply_wrapper .apply_box .apply_content .apply_cont_part .inputdiv input {
  width: 5.7rem;
  height: .88rem;
  border-radius: .44rem;
  background: #f9f9f9;
  border: 0;
  font-size: .3rem;
  color: #999999;
  padding-left: .5rem;
  outline: none;
}

.apply_wrapper .apply_box .apply_content .apply_cont_part .inputdiv select {
  width: 2.1rem;
  height: .88rem;
  border-radius: .44rem;
  border: 0;
  font-size: .3rem;
  color: #999999;
  padding-left: .4rem;
  padding-right: .4rem;
  outline: none;
  position: relative;
  background: #f9f9f9 url(../../images/mob/product/pdzb/select_icon.png) 1.6rem center/0.21rem 0.12rem no-repeat;
}

.apply_wrapper .apply_box .apply_content .apply_cont_part .inputdiv select.J_CityId {
  float: right;
}

.apply_wrapper .apply_box .apply_content .apply_cont_part .inputdiv .phonecode_btn, .apply_wrapper .apply_box .apply_content .apply_cont_part .inputdiv .refresh-trigger-box {
  position: absolute;
  width: 1.9rem;
  height: 100%;
  line-height: .88rem;
  right: 0;
  top: 0;
  font-size: .28rem;
  color: #3185ff;
  z-index: 9;
  text-align: center;
}
.apply_wrapper .apply_box .J_RefreshTrigger{
  top: 0;
  right: .2rem;
}

.apply_wrapper .apply_box .apply_content .apply_cont_part .inputdiv .phonecode_btn img, .apply_wrapper .apply_box .apply_content .apply_cont_part .inputdiv .refresh-trigger-box img {
  display: inline-block;
  margin-top: .19rem;
  width: 1.5rem;
  height: .5rem;
  border-radius: .30rem;
}

.apply_wrapper .apply_box .apply_content .apply_cont_part .inputdiv .phonecode_btn::before, .apply_wrapper .apply_box .apply_content .apply_cont_part .inputdiv .refresh-trigger-box::before {
  content: '';
  position: absolute;
  width: .02rem;
  height: .4rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #e9e9e9;
}
