.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff !important;
    cursor: default;
    background-color: #4aa35c !important;;
    border-color: #4aa35c !important;;
}

.pavilion_chose_div {
    width: 360px;
    height: 60px;
    border-radius: 14px;
    border: 1px solid #157ac7;
    line-height: 60px;
    overflow: hidden;
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer
}

.pavilion_chose {
    float: left;
    display: inline-block;
    width: 179px;
    background-color: white;
    color: #157ac7;
}

.pavilion_chose_selected {
    background-color: #157ac7;
    color: white;
}

.zhanlan_type_div {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 160px;
}

.quanjing {
    position: absolute;
    left: 60px;
    width: 30px !important;
}

.zhanlan_type_div > div {
    /*width: 302px;*/
    border-radius: 14px;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

.zhanlan_type_div > div > div {
    float: left;
    display: inline-block;
    vertical-align: bottom;
    height: 60px;
    text-align: right;
    margin: 0 10px;
    width: 84px;
}

.zhanlan_type_div > div > div > div {
    cursor: pointer;
}

.zhanlan_type_div > div > div > .selected {
    height: 30px;
    border-radius: 15px;
    background-color: #157ac7;
    color: white;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
}

.zhanlan_type_div > div > div > .unselected {
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background-color: lightgray;
    color: white;
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
}

.zhanlan_location{
    width: 111px !important;
}

.zhanlan_location-en{
    width: 140px !important;
}
.treeDiv {
    width: 930px;
    height: 400px;
    /*background-color: red;*/
    position: absolute;
    top: 140px;
}

.treeDiv > img {
    width: 100%;
}

.treeBac {
    width: 930px;
    height: 400px;
    /*background-color: red;*/
}

.tree {
    width: 155px;
    height: 78px;
    /*background-color: gray;*/
    display: inline-block;
    margin: 0px;
    /*border: 1px solid black;*/
    float: left;
    text-align: center;
    position: relative;
    top: -30px;
}

.tree:nth-child(2), .tree:nth-child(5) {
    top: -40px;
}

.tree:nth-child(3), .tree:nth-child(4) {
    top: -44px;
}

.tree > div {
    width: 99px;
    height: 99px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 0px black;
    display: inline-block;
    cursor: pointer;
    background-color: white;
    text-align: center;
    z-index: 1;
}
.shadow{
    z-index: 0;
    position: relative;
    top: 108px;
}
.tree:nth-child(1) .shadow{
    left: 12px;
}
.tree:nth-child(2) .shadow{
    left: 10px;
}
.tree:nth-child(3) .shadow{
    left: 7px;
}
.tree:nth-child(4) .shadow{
    left: 4px;
}
.tree:nth-child(5) .shadow{
     left: 0px;
 }
.tree:nth-child(6) .shadow{
    left: -3px;
}
.tree:nth-child(1) > div {
    transform: translateX(11px);
}

.tree:nth-child(2) > div {
    transform: translateX(7px);
}

.tree:nth-child(3) > div {
    transform: translateX(5px);
}

.tree:nth-child(4) > div {
    transform: translateX(2px);
}

.tree:nth-child(5) > div {
    transform: translateX(-2px);
}

.tree:nth-child(6) > div {
    transform: translateX(-5px);
}

.tree > div > img {
    width: 50px;
    height: 50px;
    margin: 0px auto;
}
.tree > div:after{
    content: '';

}
.tree > div > div {
    width: 69px;
    margin: 0px auto;
    height: 40px;
}
.tree > div > div>span{
    display: inline-block;
    transform: translateY(50%);
    margin-top: -50%;
}
.tree > div:hover > div,.tree_hz > .active >div ,.tree > div:hover > div,.tree_aj > .active >div{
    color: white !important;
}

/*杭州*/

.tree_hz:nth-child(1) > div> div {
    color: #a38b79;
}

.tree_hz:nth-child(2) > div > div {
    color: red;
}

.tree_hz:nth-child(3) > div > div {
    color: #266788;
}

.tree_hz:nth-child(4) > div > div {
    color: #90c131;
}

.tree_hz:nth-child(5) > div > div {
    color: #588dd5;
}

.tree_hz:nth-child(6) > div > div {
    color: #d67729;
}


.tree_hz:nth-child(1) > div > img {
    content: url("/images_new/zhanlan/hz1_1.png");
}

.tree_hz:nth-child(2) > div > img {
    content: url("/images_new/zhanlan/hz2_1.png");
}

.tree_hz:nth-child(3) > div > img {
    content: url("/images_new/zhanlan/hz3_1.png");
}

.tree_hz:nth-child(4) > div > img {
    content: url("/images_new/zhanlan/hz4_1.png");
}

.tree_hz:nth-child(5) > div > img {
    content: url("/images_new/zhanlan/hz5_1.png");
}

.tree_hz:nth-child(6) > div > img {
    content: url("/images_new/zhanlan/hz6_1.png");
}

.tree_hz:nth-child(1) > div:hover > img , .tree_hz:nth-child(1) > .active > img {
    content: url("/images_new/zhanlan/hz1_2.png");
}

.tree_hz:nth-child(2) > div:hover > img , .tree_hz:nth-child(2) > .active > img {
    content: url("/images_new/zhanlan/hz2_2.png");
}

.tree_hz:nth-child(3) > div:hover > img , .tree_hz:nth-child(3) > .active > img {
    content: url("/images_new/zhanlan/hz3_2.png");
}

.tree_hz:nth-child(4) > div:hover > img , .tree_hz:nth-child(4) > .active > img {
    content: url("/images_new/zhanlan/hz4_2.png");
}

.tree_hz:nth-child(5) > div:hover > img , .tree_hz:nth-child(5) > .active > img {
    content: url("/images_new/zhanlan/hz5_2.png");
}

.tree_hz:nth-child(6) > div:hover > img , .tree_hz:nth-child(6) > .active > img {
    content: url("/images_new/zhanlan/hz6_2.png");
}


.tree_hz:nth-child(1) > div:hover , .tree_hz:nth-child(1) > .active  {
    background-color: #a38b79;
}

.tree_hz:nth-child(2) > div:hover, .tree_hz:nth-child(2) > .active  {
    background-color: red;
}

.tree_hz:nth-child(3) > div:hover , .tree_hz:nth-child(3) > .active {
    background-color: #266788;
}

.tree_hz:nth-child(4) > div:hover , .tree_hz:nth-child(4) > .active {
    background-color: #90c131;
}

.tree_hz:nth-child(5) > div:hover , .tree_hz:nth-child(5) > .active {
    background-color: #588dd5;
}

.tree_hz:nth-child(6) > div:hover , .tree_hz:nth-child(6) > .active {
    background-color: #d67729;
}




/*安吉*/
.tree_aj:nth-child(1) > div > img {
    content: url("/images_new/zhanlan/aj1_1.png");
}

.tree_aj:nth-child(2) > div > img {
    content: url("/images_new/zhanlan/aj2_1.png");
}

.tree_aj:nth-child(3) > div > img {
    content: url("/images_new/zhanlan/aj3_1.png");
}

.tree_aj:nth-child(4) > div > img {
    content: url("/images_new/zhanlan/aj5_1.png");
}

.tree_aj:nth-child(5) > div > img {
    content: url("/images_new/zhanlan/aj6_1.png");
}

.tree_aj:nth-child(6) > div > img {
    content: url("/images_new/zhanlan/aj4_1.png");
}

.tree_aj:nth-child(1) > div:hover > img , .tree_aj:nth-child(1) > .active > img {
    content: url("/images_new/zhanlan/aj1_2.png");
}

.tree_aj:nth-child(2) > div:hover > img , .tree_aj:nth-child(2) > .active > img {
    content: url("/images_new/zhanlan/aj2_2.png");
}

.tree_aj:nth-child(3) > div:hover > img , .tree_aj:nth-child(3) > .active > img {
    content: url("/images_new/zhanlan/aj3_2.png");
}

.tree_aj:nth-child(4) > div:hover > img , .tree_aj:nth-child(4) > .active > img {
    content: url("/images_new/zhanlan/aj5_2.png");
}

.tree_aj:nth-child(5) > div:hover > img , .tree_aj:nth-child(5) > .active > img {
    content: url("/images_new/zhanlan/aj6_2.png");
}

.tree_aj:nth-child(6) > div:hover > img , .tree_aj:nth-child(6) > .active > img {
    content: url("/images_new/zhanlan/aj4_2.png");
}

.tree_aj:nth-child(1) > div> div {
    color: #f19725;
}

.tree_aj:nth-child(2) > div > div {
    color: #90c131;
}

.tree_aj:nth-child(3) > div > div {
    color: #b1814c;
}

.tree_aj:nth-child(4) > div > div {
    color: #192e86;
}

.tree_aj:nth-child(5) > div > div {
    color: #e1137f;
}

.tree_aj:nth-child(6) > div > div {
    color: #30aca4;
}

.tree_aj:nth-child(1) > div:hover , .tree_aj:nth-child(1) > .active  {
    background-color: #f19725;
}

.tree_aj:nth-child(2) > div:hover, .tree_aj:nth-child(2) > .active  {
    background-color: #90c131;
}

.tree_aj:nth-child(3) > div:hover , .tree_aj:nth-child(3) > .active {
    background-color: #b1814c;
}

.tree_aj:nth-child(4) > div:hover , .tree_aj:nth-child(4) > .active {
    background-color: #192e86;
}

.tree_aj:nth-child(5) > div:hover , .tree_aj:nth-child(5) > .active {
    background-color: #e1137f;
}

.tree_aj:nth-child(6) > div:hover , .tree_aj:nth-child(6) > .active {
    background-color: #30aca4;
}


.pavilion_dateil{
    width: 100%;
    height: 696px;
    background-size: 100% 100%;
    margin-top: -84px;
    line-height: 696px;
    text-align: right;
}
.pavilion_dateil > div{
    display: inline-block;
    transform: translateY(50%);
    margin-top: -50%;
    line-height: 20px;
    width: 50%;
    margin-right: 33px;
    text-align: left;
}
.pavilion_dateil > div > h1{
    display: block;
    /*height: 55px;*/
    border-bottom: 2px solid #717273;
}
.pavilion_dateil > div > span{
    display: block;
    height: 198px;
    margin: 20px;
    overflow: hidden;
}
.pavilion_dateil > div > button{
    width: 80px;
    border-radius: 20px;
    height: 26px;
    color: white;
    border-width: 0px;
}
