a,  article, b, body, dd, div, dl, dt, em, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, li,menu, nav, object, ol, p, section, small, span, strong, td, th, time, tr, tt, u, ul{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    word-wrap: break-word;
}
section footer {
    width: 100%;
}
button, input, select, textarea {
    outline: 0;
    -webkit-box-sizing: border-box;
}
article, footer, header, menu, nav, section {
    display: block
}
a {
    color:#666;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
li, ol, ul {
    list-style: none;
    overflow: hidden;
}
b, strong {
    font-weight: 700
}
h2{font-size:2.4rem;font-weight: bold;}
h3{font-size:1.6rem;font-weight: normal;}
h4{font-size:1.4rem;font-weight: normal;}
html {
    font-size: 62.5%
}
@media only screen and (min-width:481px) {
    html {
        font-size: 85%!important
    }
}
@media only screen and (min-width:561px) {
    html {
        font-size: 100%!important
    }
}
@media only screen and (min-width:641px) {
    html {
        font-size: 120%!important
    }
    body {
        max-width: 750px;
    }
}
body {
    font-size: 1.4rem;
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    background-color: #f7fbfe;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    color: #333;
    padding-top: 65px;
}
.clr {
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    image-ms-interpolation-mode: bicubic;
    -webkit-touch-callout: none;
}

#page{bottom: 1rem;}
#page span{width: 1rem;height: 1rem;border-radius: 50%;background: rgba(0,0,0,0.5);opacity: 1;}
#page .swiper-pagination-bullet-active{background: #fff;}


.header {
    width: 100%;
    max-width: 750px;
    height: 65px;
    box-shadow: 0 0 10px #333;
    background-image: linear-gradient(#cde6f7, #ffffff);
    position: fixed;
    top: 0;
    z-index: 10000;
}


.header .logo{
    width: 200px;
    float: left;
    margin: 15px 0px 0px 10px;
}

.header .btn{
    float: right;
    margin: 22px 20px 0px 0px;
}
.btn{width:25px;float:right;position:relative;cursor:pointer;height:30px;}
.btn span{display:block;background:#1593d5; /*按钮颜色*/ width:25px;height:3px;position:absolute;transition:all ease 0.35s}
.btn span:nth-of-type(1){top:0px}
.btn span:nth-of-type(2){top:10px}
.btn span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.leftMenu a {
        text-decoration: none;
    display: block;
}
.leftMenu {
    background: #fff;
    position: fixed;
    right: -1000px;
    top: 64px;
    display: block;
    height: 100%;
    width: 50%;
    min-width: 140px;
    max-width: 440px;
    z-index: 10000;
    transition: all 0.4s ease;
    overflow: auto;
    border-top: 1px #e5e5e5 solid;
    box-shadow: -5px 5px 10px #333;   /*左阴影*/
}
.leftMenu.menu-open {
    right: 0;
}
.leftMenu ul li {
    position: relative;
    line-height: 45px;
    border-bottom: 1px #e5e5e5 solid;
}
.leftMenu ul li>a{
    font-size: 16px;
    margin-left: 20px;
}
.leftMenu ul li .f2 a{
    font-size: 14px;
}
.leftMenu ul li ul li{
    background: #f5f5f5;
    padding-left: 20px;
    border-bottom: 1px #e5e5e5 solid;
}
.leftMenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 24px;
    font-weight: 300;
}
.leftMenu ul li.hasChild.open > a:after {
    content: "-";
    right: 23px;
    font-size: 28px;
    top: 0px;
}


.box{
    background-color: #ffffff;
    margin:2rem 1rem 1rem 1rem;
    padding-bottom:1rem;
}

.box .title {
    overflow: hidden;
    background-image: linear-gradient(#0bd29c, #1787df);
    color:#ffffff;
    padding: .5rem 0 .5rem 0;
}

.title h2 {
    float:left;
    font-size:1.8rem;
    padding:.6rem 0 .6rem 4.8rem;
}

.title-icon-apple {
    background: url(../images/icon_apple.png) no-repeat 1.5rem;
    background-size:auto 95%;
}

.title-icon-location {
    background: url(../images/icon_location.png) no-repeat 1.5rem;
}
.title-icon-location-zhaoshang {
    background: url(../images/1233_03.png) no-repeat 1.5rem;
}

.title-icon-location-lxwm {
    background: url(../images/1233_14.png) no-repeat 1.5rem;
}

.title-icon-location-caizhai {
    background: url(../images/1233_06.png) no-repeat 1.5rem;
}
.title-icon-archive {
    background: url(../images/1233_08.png) no-repeat 1.5rem;
}
.title-icon-archive-caizhai{
    background: url(../images/1233_06.png) no-repeat 1.5rem;
}

.title a {
    float:right;
    color:#ffffff;
    margin:.8rem 1rem 0 0;
}

.img-list {
    list-style: none;
    overflow: hidden;
}

.img-list li{
    float:left;
    width:46%;
    margin:2rem 2% 0 2%;
}


.img-list .intro{
    padding:.5rem 0 .5rem 0;
    text-align: center;
    color:#ffffff;
    background-color: #11acbe;
}

.img-list li img {
	width:100%;
	height:13rem;
}

.intro p{
    font-size:1rem;
}

.intro b{
	margin:0 .3rem 0 .3rem;
    font-size:1.2rem;
}

.content {
    margin:1rem 2% 0 2%;
    color:#8c8c8c;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
	text-align: left;
}

.index-content {
	margin:1rem 2% 0 2%;
    color:#8c8c8c;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
}

.index-content img {
	float:left;
    width:50%;
    padding: 0 .5rem .5rem 0;
}

.padding-bottom-0 {
    padding-bottom:0;
}


.list {
    margin-left:2%;
    margin-right:2%;
}

.list li{
    margin-top:1.5rem;
}

.list li p{
    float:left;
    padding-left:1.5rem;
    background: url(../images/icon_dot.png) no-repeat 0 .4rem ;
}

.list li span{
    margin-top:.2rem;
    float:right;
}

.footer {
    margin-top:2rem;
    padding:0 4% 4rem 4%;
    background-color: #06887e;
    color:#0accbd;
}

.footer .link {
    padding-top:2rem;
    padding-bottom:1.2rem;
    font-size:1.2rem;
}

.footer .link a {
    color:#0accbd; margin-left:5px;
}

.footer .slogan {
    text-align: center;
    padding:3rem 0 3rem 0;
    font-size:2rem;
}

.split-line {
    height:.05rem;
    background-color: #0accbd;
}

.contact {
    padding-bottom:3rem;
    font-size:1.3rem;
}

.contact img {
    float:left;
    width:10rem;
    margin-right:1rem;
}

.contact div {
    margin-bottom: .3rem;
}

.contact div p {
    font-size:1.2rem;
    line-height: 2rem;
}

.contact .express {
    color:#ffffff;
    background-color: #0aa69a;
    padding:.5rem 1rem .5rem 1rem;
    border-radius: 1.5rem;
}

.nav {
    width: 100%;
    max-width: 750px;
    background-color:#e76709;
    position: fixed;
    bottom: 0;
    padding: 1rem 0;
    box-shadow: 0 0 1rem #ccc;
}

.nav li {
    width: 33.33%;
    float: left;
    text-align: center;
}

.nav li a {
    color:#ffffff;
}

.nav li a img {
    width:2.5rem;
    margin-right:.5rem;

}

.type {
    background-color: #ffffff;
    box-shadow: 0 0 10px #e6ebf0;
}

.type ul li {
    float:left;
    padding: 2rem 0 2rem 0;
    margin: 0 1rem 0 1rem ;
	font-weight:bold;
}

.type .cur {
    border-bottom:.3rem solid #1594d4;
    box-sizing: border-box;
}

.cur a {
	color:#1594d4;
}

.desc {
    text-align: center;
    padding-bottom:2rem;
}

.desc h2 {
    padding-top:3rem;
    font-size:2rem;
}

.desc p {
    padding-top:2rem;
    font-weight:bold;
}

.desc img {
    padding-top:1.5rem;
    padding-bottom:1.5rem;
}

.desc .price {
    padding:.2rem 1rem .2rem 1rem;
    color:#1594d4;
    border:.2rem solid #1594d4;
    border-radius: .8rem;
    font-size:1rem;
}

.detail {
    text-align:center;
}

.detail h2 {
    color:#797c77;
    padding-top:1.5rem;
    margin-bottom:3rem;
}


.detail h2 span {
    display: block;
    background-color:#9ab896;
    width:4rem;
    height:.2rem;
    margin-top:1.5rem;
}

.line-left {
    float:left;
    margin-left:7rem;
}
.line-right {
    float:right;
    margin-right:7rem;
}


.photo-list {
    padding-top:2rem;
}

.photo-list  li {
    float:left;
    width:45.4%;
    margin: 0 2% 1rem 2%;
    border:.1rem solid #e8e8e8;
}

.photo-list  li  img {
    width:92%;
	height:11rem;
    margin:4% 4% 4% 4%;
}

.photo-list  li  p {
	text-align:center;
    padding:.6rem 1rem 0;
    font-size:1.2rem;
	height:40px;
	text-align:left;
}

.archive-desc {
    text-align: center;
}

.archive-desc h3 {
    padding-top:2rem;
}

.archive-desc p {
    color:#8c8c8c;
    padding-top:1rem;
    font-size:.8rem;
}


.ewm{
    width: 12rem;
    position: absolute;
    right: 0;
    bottom: 5rem;
    display: none;
}

.page{text-align:center;clear: both;padding-top: 20px;height: 50px;}
.page a{
    border:1px solid #cccccc;
    margin-left:5px;padding:5px 9px;
    background-color:#ffffff;color:#ffffff;
    text-decoration:none;
    color:#333333;
    font-size:12px;
}
.content img{
	margin-bottom:10px;
}