* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: 100%;
    background: #fff;
    font-size: 14px;
    margin: 0 auto;
    max-width: 6.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
li {
    font-style: none;
    list-style: none;
}

a {
    text-decoration: none;
}

i {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ovh {
    overflow: hidden;
}

.dib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.wrap {
    width: 6.4rem;
}

.pdlr {
    padding: 0 .11rem;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.pder {
    height: .75rem;
}

.head {
    padding: 0 .11rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: .75rem;
    background: #242424;
    text-align: center;
}

.head .logo img {
    width: 2.08rem;
    margin-top: .13rem;
}

.menu-btn {
    width: .49rem;
    height: .47rem;
    padding-top: .27rem;
    padding-right: .2rem;
    background: url(//klm10.kuleiman.com/record/klm/comin/2/menu-btn.png) left bottom no-repeat;
    background-size: .29rem auto;
}

.menu-btn.close {
    background-image: url(//klm10.kuleiman.com/record/klm/comin/2/menu-close.png);
}

.banner {
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.section1 {
    color: #4f5f69;
}

.section1 .wrap {
    padding: 0 .28rem;
}

.sec1-t-line {
    background: #f1efef;
    height: .2rem;
    border-left: 5px solid #00b2ff;
}

.sec1-top {
    border-radius: 6px;
    padding: .2rem .18rem .2rem 1.04rem;
    background: url(//klm10.kuleiman.com/record/klm/comin/2/icon01.png) 0.3rem center no-repeat;
    background-size: .55rem .53rem;
    -webkit-box-shadow: 0 3px 3px 5px rgba(214, 233, 255, 0.5);
    box-shadow: 0 3px 3px 5px rgba(214, 233, 255, 0.5);
    margin-top: .24rem;
}

.sec1-top .box {
    position: relative;
    padding-left: .2rem;
}

.sec1-top .box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 90%;
    width: 4px;
    background: #f0f4f8;
}

.sec1-top .box p {
    font-size: .18rem;
    line-height: 1.8;
}

.sec1-top h1 {
    color: #484848;
    font-size: .24rem;
    font-weight: bold;
}

.sec1-bottom {
    margin-top: .25rem;
    font-size: .2rem;
    text-indent: 2em;
    line-height: .28rem;
}

.section2 {
    margin-top: .6rem;
}

.sec-tit {
    text-align: center;
}

.sec-tit h2 {
    position: relative;
    font-size: .3rem;
    color: #414141;
    padding-bottom: .1rem;
    margin-bottom: .1rem;
    border-bottom: 1px solid #c7c7c7;
}

.sec-tit h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1rem;
    height: 5px;
    margin-left: -0.5rem;
    margin-bottom: -3px;
    background: #67adff;
}

.sec-tit .en {
    font-size: .16rem;
    color: #94a8c1;
}

.sec2-cont,
.sec3-cont,
.sec4-cont,
.sec5-cont {
    padding: 0 .28rem;
    margin-top: .2rem;
    color: #4f5f69;
}

.sec-p {
    margin-top: .2rem;
    margin-bottom: .2rem;
    text-indent: 2em;
    font-size: .2rem;
}

.sec3-video,
.sec4-photo {
    display: block;
    margin: 0 auto;
    width: 5.2rem;
}

.sec5-video-list .item {
    width: 1.8rem;
    position: relative;
}

.sec5-video-list .item.ct {
    margin: 0 auto;
}

.sec5-video-list .item img {
    width: 100%;
}

.sec5-video-list .item .sj {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: .3rem;
    height: .3rem;
    background: url(//klm10.kuleiman.com/record/klm/comin/2/icon02.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.sec5-video-list .item:nth-of-type(2) .sj {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    background: url(//klm10.kuleiman.com/record/klm/comin/2/icon04.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.sec5-video-list .item .icon-btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background: url(//klm10.kuleiman.com/record/klm/comin/2/icon03.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: .74rem;
    height: .74rem;
}

.copyright {
    margin-top: .35rem;
    margin-bottom: 1.3rem;
    text-align: center;
    color: #70a8f2;
    font-size: .2rem;
}

.menu-pop-fix {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: fixed;
    left: 0;
    z-index: 99;
    padding-top: .7rem;
    width: 100%;
    height: 100%;
    background: rgba(71, 73, 105, 0.95);
    visibility: hidden;
    opacity: 0;
}

.menu-pop-fix.show {
    visibility: visible;
    opacity: 1;
}

.menu-pop-fix li {
    float: left;
    text-align: center;
    width: 50%;
}

.menu-pop-fix li.active span:after {
    content: "<";
    position: absolute;
    right: -0.28rem;
}

.menu-pop-fix li a {
    display: block;
    color: #fff;
    font-size: .3rem;
}

.menu-pop-fix li a span {
    position: relative;
    display: inline-block;
    min-width: 1.2rem;
    border-bottom: 1px solid #979797;
    padding: .18rem 0;
}

.photo-pop {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
}

.photo-pop.show {
    visibility: visible;
    opacity: 1;
}

.swiper-close,
.video-pop-close {
    position: absolute;
    right: .38rem;
    top: .38rem;
    width: .5rem;
    height: .5rem;
    background: url(//klm10.kuleiman.com/record/klm/comin/2/swiper-close.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.swiper-photo {
    overflow: visible;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.swiper-photo .swiper-pagination {
    bottom: -20px;
}

.swiper-photo .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    width: 12px;
    height: 12px;
}

.swiper-photo .swiper-pagination .swiper-pagination-bullet-active {
    background: #5aa9ff;
}

.swiper-photo .swiper-button-prev {
    background-image: url(//klm10.kuleiman.com/record/klm/comin/2/prev.png);
}

.swiper-photo .swiper-button-next {
    background-image: url(//klm10.kuleiman.com/record/klm/comin/2/next.png);
}

.swiper-photo .swiper-slide {
    text-align: center;
}

.swiper-photo .swiper-slide img {
    width: 5.25rem;
}

.video-pop {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
}

.video-pop.show {
    visibility: visible;
    opacity: 1;
}

.video-pop-box {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 75%;
    margin: 0 auto;
}

.video-pop-box video {
    width: 100%;
}

/* 全景展示 */
.case-list-cont {
    margin-top: .25rem;
    /*border-top: 1px solid #f1efef;*/
    padding: .27rem 0 .35rem;
}

.case-list-cont li {
    float: left;
    overflow: hidden;
    width: 2.9rem;
    margin-left: .2rem;
    margin-bottom: .3rem;
}

.case-list-cont li img {
    width: 100%;
    height: 2.5rem;
    vertical-align: middle;
}

.case-list-cont li .img {
    display: block;
    /*border: 1px solid #b5b5b5;*/
    border-bottom: none;
}

.case-list-cont li .txt {
    display: block;
    text-align: center;
    color: #000;
    height: .46rem;
    line-height: .46rem;
    margin-top: .15rem;
    /* background: rgba(255,255,255,0.5); */
}

.load-more {
    cursor: pointer;
    text-align: center;
    color: #fff;
    width: 5.8rem;
    margin: .2rem auto 0;
    background: #f48e00;
    border-radius: 6px;
    font-size: .3rem;
    line-height: .68rem;
    height: .68rem;
}

.menu-pop-close {
    cursor: pointer;
    position: absolute;
    right: .3rem;
    top: .2rem;
    width: .3rem;
    height: .3rem;
    background: url(//klm10.kuleiman.com/record/klm/comin/2/pop-close.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.choose-in-box {
    position: fixed;
    top: .75rem;
    left: 0;
    width: 100%;
}

.choose-in-box span {
    cursor: pointer;
    color: #737373;
    width: 50%;
    background: #242424;
    font-size: .3rem;
    text-align: center;
    height: .82rem;
    line-height: .82rem;
}

.choose-in-box span.active {
    background-color: #292c39;
}

.advisory-list-cont li {
    border-bottom: 1px solid #f1efef;
}

.advisory-list-cont li a {
    overflow: hidden;
    display: block;
    padding: .17rem .3rem;
}

.advisory-left {
    width: 2.02rem;
    height: 1.59rem;
}

.advisory-left img {
    width: 100%;
    height: 1.59rem;
}

.advisory-right {
    padding-left: 2.24rem;
}

.advisory-right .tit {
    overflow: hidden;
    font-weight: bold;
    font-size: .2rem;
    color: #323232;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.advisory-right .tit + .p {
    overflow: hidden;
    font-size: .2rem;
    color: #323232;
    text-indent: 2em;
    margin-top: .12rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.advisory-r-b {
    margin-top: .1rem;
}

.advisory-r-b .label {
    background: #00b2ff;
    color: #fff;
    border-radius: 4px;
    padding: 0 2px;
}

.advisory-r-b .date {
    color: #323232;
}
.head-menu {
    display: -webkit-box;float: right;margin-top: .03rem;display: -ms-flexbox;display: flex;-webkit-box-sizing: border-box;box-sizing: border-box;width: .3777rem;
    height: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-right: .2299rem;
    /* -webkit-transform: scale(0.5); transform: scale(0.5); */
  }
  .head-menu > i {
    width: .3777rem;
    height: 100%;
    margin-right: .2299rem;
      /* border-radius: 1rem;display: block;width: .6rem;height: .09rem;background-color: #434343;margin-left: .2rem; */
  }
  .head-menu > i::after,
  .head-menu > i::before {
    position: absolute;
    right: 0;
    height: inherit;
    content: '';
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    border-radius: 1rem;
    background-color: inherit;
  }
  .head-menu > i::after{
    /* width: .7rem;bottom: .1rem; */
  }
  .head-menu > i::before {
    /* width: .6rem;top: .1rem; */
    width: .3777rem;
    height: 100%;
    margin-right: .2299rem;
    background: url('//klm10.kuleiman.com/record/klm/comin/2/imgs/zhankai.svg') no-repeat center/.3777rem auto;
  }
  .head-menu.active>i::before {
    height: 100%;
    margin-right: .2299rem;
    background: url('../../img/guanbi.svg') no-repeat center/.3777rem auto;
  }
  /* .head-menu.active > i {
    height: 2px;width: 100%;  background-color: transparent;
  } */
  /* .head-menu.active > i::before,.head-menu.active > i::after{
    border: 2px solid #434343;
    top: .35rem;
    left: 0;
    width: 100%;
    height: auto;
    margin-right:auto;
    background: none;
    background-color: #434343;
  }
  .head-menu.active > i::before {
    -webkit-transform: rotate(45deg);  transform: rotate(45deg);
  }
  .head-menu.active > i::after {
    -webkit-transform: rotate(-45deg);  transform: rotate(-45deg);
  } */

/*# sourceMappingURL=less.css.map */