html,body{
    padding: 0;
    margin: 0;
}
body{
    font-family:Arial,Helvetica,sans-serif,'???¡§&ordf;????',"microsoft yahei";
    font-size:1rem;
    color:#535353;
    background: #fffefd;

}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th{
    background: transparent;
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size:100%;
}
ul,li,ol {
    list-style: none;
}
em,b,i{
    font-style:normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}
input, textarea, select, a {
    margin:0px;
    padding:0px;
    outline:0px;}
textarea {resize:none; overflow:auto;}

aside, article, footer, header, nav, section ,main{display:block;
    height: auto;
    overflow: hidden;}
a{color: #535353;text-decoration:none;}
a:hover{
    text-decoration:underline; }
.disFlex{
    display: -moz-box; /*firefox*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-box; /*Safari*/
    display: -webkit-flex; /*Chrome*/
    display: box;
    display: flexbox;
    display: flex;
    justify-content: flex-start;
}
* {
    margin: 0;
    padding: 0;
}
.main{
    background-image: url("bg.jpg");
    background-repeat: repeat-y;
    background-position: center;
    min-height: 100vh;
}
.banner{
    width: 100%;
    height: auto;
    text-align: center}
.banner img{
    width:auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.wrap{
    width: 1273px;
    margin: 0 auto;
}


.copyRight{
    font-size: 0.16rem;
    text-align: center;
    color: #999d5f;
    position: absolute;
    bottom: 0.47rem;
    width: 100%;
}

/*juanzhou*/
.juanzhou{

}
.map{
    position: relative;
    width: 100%;
    height: 1.28rem;
    overflow: hidden;
}

.l-pic-index,.r-pic-index{
    position: absolute;
    z-index:2;
    width:100%;
    height:0.64rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: left;
}
.l-pic-index{

    background-image: url("top.png");
}
.r-pic-index{
    bottom: 0;
    z-index: 2;
    background-image: url("bot.png") ;
}
/*content*/
.map-content{
    height: auto;
    padding-top: 0.64rem;
    padding-bottom: 0.64rem;
}

.main-body{
    width: 91.4%;
    background: #c4ad74;
    border: 0.15rem solid #ece3ab;
    border-top:0;
    border-bottom:0;
    margin: 0 auto;
    /*padding-bottom: 1.7rem;*/
    padding-top: 1rem;
}
.main-content{

}
.mod{
    width: 93%;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}

.title{height: 100%;text-align: center;position: relative;padding-top: 0.4rem;}
.title img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.swiperBox{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0.1rem;
}
.swiper-left{
    width: 840px;
    height: 485px;
    float: left;
}
.swiperThum{
    width: 200px;
    height: 485px;
    float: right;
}
.swiper-slide{
    width: auto;

}
.swiper-slide img{
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    right: 0;bottom: 0;
    border: 2px transparent solid;
}
.swiper-button-prev,.swiper-button-next{
    color: #ffffff;
    margin-top: auto;
}
.swiper-button-prev {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: auto;
    transform:rotate(-90deg);
}.swiper-button-next {
     top: 0;
     right: auto;
     transform: translateX(-50%) rotate(-90deg);
     left: 50%;
 }
.text-text{
    /* padding-bottom: 0.25rem; */
    height:
            auto;
    overflow:
            hidden;
    font-size: 0.2rem;
    padding-top: 0.2rem;
}
.text-text strong{
    display: inline-block;
    color: #4d4521;
    font-weight:
            500;
    font-size: 24px;
    border-left: 5px #473424 solid;
    padding-left: 10px;
}
.text-text strong a{
    color:#333333;
}
.text-text p{
    /* line-height: 1.8em; */
    color: #a87a54;
    padding-top: 0.15rem;
    font-size: 18px;
    margin-bottom: 0;
}
.swiper-slide-thumb-active img{
    border: 2px red solid;
}

.footer{
    color: #4d4521;
    font-size: 0.18rem;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-image: url("footer.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
}
.footer p{
    padding-bottom: 0.2rem;
    line-height: 2em;
    font-weight: 400;
}
.footer p a{
    color: #4d4521;
}
.nav{
    width: 3.4rem;
    height: auto;
    position: fixed;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    font-size: 24px;
    line-height:1.8em;
    background-image: url("navBg.png");
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: 100% auto;
    z-index: 99;
}
.nav ul{
    display: block;
    width: 160px;
    height: auto;
    text-align: center;
    border:4px #ffcb6d solid;
    border-radius: 0.24rem;
    background: #459a8e;
    margin:  0 auto;
}
.nav ul li{
    display: block;
    width: 87.5%;
    margin: 0.1rem auto; border: 2px #a2bba5 solid;
}
.nav ul.disFlex{
    display: flex;
}
.nav ul li a{
    color: #f4d8b8;
}
.nav-main{
    width: 100%;
    position: relative;
}
.nav-prev{
    left: 0;
}
.nav-next{
    right: 0;
}
.loading{
    position: fixed;left: 0;right: 0;top: 0;left: 0;bottom:0;background: rgba(0,0,0,.6);
    display: block;
}
.loading img{
    display: block;
    width:2.4rem;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*@media screen and (orientation:portrait)  {*/
@media (orientation : portrait)  {
    /*  body {
          transform-origin: 0 0;
          transform: rotateZ(90deg) translateY(-100%);
      }*/
    .wrap{
        width: 100%;
    }
    .swiper-left,.swiperThum{
        width: 100%;
    }
    .swiper-button-prev {
        top: 50%;
        left: 0;
        transform: translate(0,-50%)rotate(0deg);
        margin: 0;
    }
    .swiper-button-next {
        top: 50%;
        right: 0;
        left: auto;
        transform: translate(0,-50%)rotate(0deg);
    }
    .swiper-button-prev:after, .swiper-button-next:after{
        font-size: 0.44rem;
    }
    .main-body{
        /*padding-bottom: 0.3rem;*/
    }
    .footer{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .nav{
        position: static;
        width: 91.4%;
        height: auto;
        background: none;
        margin: 0 auto;
        border:4px #ffcb6d solid;
        border-radius: 0.24rem;
        background: #459a8e;
        font-size: 16px;
        top:auto;
        transform: translateY(0);
        right: auto;
    }
    .nav ul{
        width: 100%;
        border:0;
        border-radius: 0;
        background:none;

    }
    .nav ul li{
        width: auto;
        padding: 0 0.15rem;
    }
    .nav-main{
        width: calc(100% - 0.4rem);

    }
    .text-text strong{
        font-size: 18px;
    }
    .text-text p{
        font-size: 16px;
    }
}
@media screen and (max-width: 1273px) {

}