* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 14px;
    color: #342c2a;
    outline: 0;
    border: 0;
    -webkit-font-smoothing: antialiased;
}

.mapshow{

display: none;

}


@font-face {
    font-family: 'PingFang';
    src: url(../fonts/PingFangRegular.ttf);
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: "PingFang";
    background-color: #fff;
}

a {
    text-decoration: none;
}

label.inputLabel {
    position: relative;
    font-size: 14px;
    color: #b7babb;
    line-height: 14px;
    height: 14px;
    overflow: hidden;
    padding-left: 20px;
}

input[type=radio] {
    display: none;
}

input[type=radio] + label:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    vertical-align: middle;
    border: 1px solid #be8f61;
    background: #fff;
    padding: 1px;
}

input[type=radio]:checked + label:before {
    background: #fff;
}

input[type=radio]:checked + label:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #be8f61;
}

/*checkbox*/
label.checkboxLabel {
    position: relative;
    font-size: 14px;
    color: #B7BABB;
    line-height: 18px;
    height: 18px;
    padding-left: 26px;
    cursor: pointer;
    display: inline-block;
}

input[type="checkbox"] {
    display: none;
}

input[type='checkbox'] + label:before {
    position: absolute;
    left: 0;
    top: 0px;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: #cbcbcb solid 1px;
    vertical-align: middle;
    background: #FFFFFF;
}

input[type='checkbox']:checked + label:before {
    border: #be8f61 solid 1px;
}

input[type='checkbox']:checked + label:after {
    content: '';
    width: 5px;
    height: 9px;
    border-bottom: #be8f61 solid 1px;
    border-right: #be8f61 solid 1px;
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    top: 3px;
}

.transition {
    transition: transform .5s ease;
}

.clearfix {
    overflow: auto;
    zoom: 1;
}

.contain {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container {
    width: 100%;
    height: 100%;
}



.head{
    height: 1.2rem;
    width: 100%;
    border-bottom: 2px solid #6edbd5;
    position: relative;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 200;
}
.tophead{
    height: 1.2rem;
}
.head_search{
    background: url(../images/sousuo.png) no-repeat;
    width: .24rem;
    height: .24rem;
    position: absolute;
    right: .5rem;
    top: .5rem;
    cursor: pointer;
    background-size: 100%;
}
.head_search_close {
    background: url(../images/colse.jpg) no-repeat;
    width: .24rem;
    height: .24rem;
    position: absolute;
    right: .5rem;
    top: .5rem;
    cursor: pointer;
    background-size: 100%;
	display:none;
}
.head_box{
    width: 14rem;
    margin: 0 auto;
    position: relative;
}
.head ul{
    padding-top: .35rem;
}
.head li{
    display: inline-block;
    line-height: .5rem;
    margin-right: .30rem;
    font-size: .14rem;
    width: 1.2rem;
    text-align: center;
}
.head li:nth-child(4){
    margin-right: 1.96rem;
}

.head li:nth-child(8){
    margin-right: 0;
}
.head a{
    color: #666;
}
.head a:hover,.head a.on{
    color: #6edbd5;
}
.head_box .logo{
    position: absolute;
    width: .8rem;
    height: .8rem;
    border-radius: .8rem;
    overflow: hidden;
    top: .22rem;
    left: 6.5rem;
}
.head_box .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.banquan{
    background: #342c2a;
    line-height: .8rem;
    height: .8rem;
    width: 100%;
    color: #6edbd5;
    font-size: .18rem;
    text-align: center;
}
.banquan a{
    line-height: .8rem;
    width: 100%;
    color: #6edbd5;
    font-size: .18rem;
}
.clear{
    clear: both;
}
.fix_box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 201;
    display: none;
}
.fix_search{
    width: 7rem;
    height: auto;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -2.5rem;
    margin-left: -3.5rem;
    padding-bottom: .8rem;
}
.btn_close{
    height: .5rem;
    padding: .2rem;
    text-align: right;
    cursor: pointer;
}
.btn_close span{
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background: url(../images/colse.jpg) no-repeat center;
    background-size: .35rem;
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.btn_close span:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}


.fix_box .title{
    font-size: .36rem;
    font-weight: bold;
    color: #342c2a;
    text-align: center;
    line-height: .36rem;
}
.fix_input{
    width: 4.7rem;
    height: .75rem;
    border: 1px solid #000;
    display: block;
    margin: .6rem auto;
    padding-left: .4rem;
    outline: none;
    font-size: .24rem;
    color: #342c2a;
}
.fix_btn{
    width: 5.1rem;
    height: .75rem;
    border: none;
    background: #342c2a;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    outline: none;
    font-size: .24rem;
	cursor:pointer;
}

.fang_text{
    text-align: center;
    font-size: .36rem;
    line-height: .4rem;
    margin-top: .2rem;
    color: #f00;
    /*display: none;*/
}
.fix_btn:hover{

    background: #000;

}
.nav_phonebtn{
    position: absolute;
    background: url(../images/menu.png) no-repeat;
    width: .5rem;
    height: .5rem;
    position: absolute;
    right: .3rem;
    top: .3rem;
    cursor: pointer;
    background-size: 100%;
    display: none;
}
.nav_phonebtn_close{
    position: absolute;
    background: url(../images/colse.jpg) no-repeat;
    width: .4rem;
    height: .4rem;
    position: absolute;
    right: .3rem;
    top: .3rem;
    cursor: pointer;
    background-size: 100%;
    display: none;
}

/**************************************************************************************/
#Loading{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 203;
    background: #fff;
}
.socket{
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
}
.hex-brick{
  background: #ABF8FF;
  width: 30px;
  height: 17px;
  position: absolute;
  top: 5px;
animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}
.h2{
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
}
.h3{
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}
.gel{
    height: 30px;
    width: 30px;    
    transition: all .3s;
    -webkit-transition: all .3s;
    position: absolute;
top: 50%;
left: 50%;
}
.center-gel{
    margin-left: -15px;
    margin-top: -15px;
    
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}
.c1{
    margin-left: -47px;
    margin-top: -15px;
}
.c2{
    margin-left: -31px;
    margin-top: -43px;
}
.c3{
    margin-left: 1px;
    margin-top: -43px;
}
.c4{
    margin-left: 17px;
    margin-top: -15px;
}.c5{
    margin-left: -31px;
    margin-top: 13px;
}
.c6{
    margin-left: 1px;
    margin-top: 13px;
}
.c7{
    margin-left: -63px;
    margin-top: -43px;
}
.c8{
    margin-left: 33px;
    margin-top: -43px;
}
.c9{
    margin-left: -15px;
    margin-top: 41px;
}
.c10{
    margin-left: -63px;
    margin-top: 13px;
}
.c11{
    margin-left: 33px;
    margin-top: 13px;
}
.c12{
    margin-left: -15px;
    margin-top: -71px;
}
.c13{
    margin-left: -47px;
    margin-top: -71px;
}
.c14{
    margin-left: 17px;
    margin-top: -71px;
}
.c15{
    margin-left: -47px;
    margin-top: 41px;
}
.c16{
    margin-left: 17px;
    margin-top: 41px;
}
.c17{
    margin-left: -79px;
    margin-top: -15px;
}
.c18{
    margin-left: 49px;
    margin-top: -15px;
}
.c19{
    margin-left: -63px;
    margin-top: -99px;
}
.c20{
    margin-left: 33px;
    margin-top: -99px;
}
.c21{
    margin-left: 1px;
    margin-top: -99px;
}
.c22{
    margin-left: -31px;
    margin-top: -99px;
}
.c23{
    margin-left: -63px;
    margin-top: 69px;
}
.c24{
    margin-left: 33px;
    margin-top: 69px;
}
.c25{
    margin-left: 1px;
    margin-top: 69px;
}
.c26{
    margin-left: -31px;
    margin-top: 69px;
}
.c27{
    margin-left: -79px;
    margin-top: -15px;
}
.c28{
    margin-left: -95px;
    margin-top: -43px;
}
.c29{
    margin-left: -95px;
    margin-top: 13px;
}
.c30{
    margin-left: 49px;
    margin-top: 41px;
}
.c31{
    margin-left: -79px;
    margin-top: -71px;
}
.c32{
    margin-left: -111px;
    margin-top: -15px;
}
.c33{
    margin-left: 65px;
    margin-top: -43px;
}
.c34{
    margin-left: 65px;
    margin-top: 13px;
}
.c35{
    margin-left: -79px;
    margin-top: 41px;
}
.c36{
    margin-left: 49px;
    margin-top: -71px;
}
.c37{
    margin-left: 81px;
    margin-top: -15px;
}
.r1{
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .2s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .2s;
}
.r2{
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .4s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .4s;
}
.r3{
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .6s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .6s;
}
.r1 > .hex-brick{
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .2s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .2s;
}
.r2 > .hex-brick{
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .4s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .4s;
}
.r3 > .hex-brick{
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .6s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .6s;
}

@keyframes pulse{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }   
    50%{
        -webkit-transform: scale(0.01);
        transform: scale(0.01);
    }   
    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }}
@keyframes fade{
    0%{
        background: #ABF8FF;
    }   
    50%{
        background: #90BBBF;
    }   
    100%{
        background: #ABF8FF;
    }}
@-webkit-keyframes pulse{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }   
    50%{
        -webkit-transform: scale(0.01);
        transform: scale(0.01);
    }   
    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }}
@-webkit-keyframes fade{
    0%{
        background: #ABF8FF;
    }   
    50%{
        background: #389CA6;
    }   
    100%{
        background: #ABF8FF;
    }}
