body {
    font-family: "微软雅黑";
}

.container {
    padding: 0;
    width: 100%;
    /*	min-width: 1024px;*/
}

.row {
    margin: 0;
}

ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.floor {
    position: relative;
}
.floor_bg{
    width: 100%;
}
.floor_text h3 {
    margin: 0;
    margin-bottom: 0.25rem;
    font-size: 0.5rem;
    color: #222;
}

.floor_text p {
    margin: 0;
    font-size: 0.2rem;
    color: #333;
    letter-spacing: 2px;
}

.floor_text_1 {
    position: absolute;
    top: 1.5rem;
    left: 10.5rem;
}

.floor_text_1 h3,
.floor_text_1 p {
    color: #52bebe;
}

.floor_text_2 {
    position: absolute;
    top: 2.8rem;
    left: 4.6rem;
}

.floor_text_2 .icos {
    margin-top: 0.75rem;
}

.floor_text_2 .icos li {
    float: left;
    margin-right: 0.5rem;
    text-align: center;
    font-size: 0.18rem;
    color: #898989;
}

.floor_text_2 .icos li:nth-child(5) {
    margin-right: 0;
}

.floor_text_2 .icos li img {
    height: 0.64rem;
    margin-bottom: 0.16rem;
}

.floor_2 .open {
    margin-top: 0.65rem;
    display: block;
    color: #333;
    position: absolute;
    bottom: -0.25rem;
    width: 100%;
    z-index: 1;
    color: #546077;
}

.floor_2>a img {
    margin-top: 0.2rem;
    width: 0.5rem;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
}

.floor_2 .open.collapsed span {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
    display: block;
}

.floor_2 .open span {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    -webkit-transform: translateY(-0.5rem);
    -o-transform: translateY(-0.5rem);
    -moz-transform: translateY(-0.5rem);
    opacity: 0;
    display: block;
}

.floor_2 .open.collapsed img {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0);
    display: block;
    border-radius: 50%;
    background: #46a7e9;
    position: relative;
    top: 0;
}

.floor_2 .open img {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    border-radius: 50%;
    background: #3c3c3c;
    position: relative;
    top: 0.5rem;
}

.floor_text_3 {
    padding-top: 1.5rem;
    position: absolute;
    top: 0;
    width: 100%;
	left: 7.8rem;
}

.floor_text_3 h3,
.floor_text_3 p {
    color: #000;
}

.floor_4 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    background-size: 100% 100%;
}

.floor_4_thumb_1 {
    width: 5.15rem;
    margin-top: 0.45rem;
    margin-bottom: 0.65rem;
}

.floor_4 .thumbs {
    width: 11.09rem;
    margin: 0 auto;
    margin-bottom: 0.65rem;
}

.floor_4 .thumbs li {
    float: left;
    width: 33.333333333%;
    text-align: center;
    padding-right: 0.24rem;
    font-size: 0.26rem;
    color: #333;
}

.floor_4 .thumbs li:nth-child(3) {
    padding-right: 0;
}

.floor_4 .thumbs li img {
    height: 1.85rem;
    margin-bottom: 0.2rem;
}

.floor_4 .open {
    display: block;
    color: #333;
    position: absolute;
    bottom: -0.25rem;
    width: 100%;
    z-index: 1;
	color: #46a7e9;
}

.floor_4>a img {
    margin-top: 0.2rem;
    width: 0.5rem;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
}

.floor_4 .open.collapsed span {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
    display: block;
}

.floor_4 .open span {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    -webkit-transform: translateY(-0.5rem);
    -o-transform: translateY(-0.5rem);
    -moz-transform: translateY(-0.5rem);
    opacity: 0;
    display: block;
}

.floor_4 .open.collapsed img {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0);
    display: block;
    border-radius: 50%;
    background: #46a7e9;
    position: relative;
    top: 0;
}

.floor_4 .open img {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    border-radius: 50%;
    background: #3c3c3c;
    position: relative;
    top: 0.5rem;
}

.floor_5 {
}
.floor_text_5{
    position: absolute;
    top: 0.8rem;
    width: 100%;
}

.floor_text_6 {
    margin-top: 0.55rem;
    margin-bottom: 0.5rem;
}

.floor_6_thumb_1 {
    width: 7.8rem;
}

.floor_6_thumb_2 {
    height: 2rem
}

.floor_6_thumb_3 {
    height: 2rem
}

.floor_text_7 {
    margin-top: 0.88rem;
    margin-bottom: 0.7rem;
}

.floor_7_thumb {
    width: 25%;
    padding: 0 0.335rem;
}

.floor_8 {
    background: #e5e5e5;
    padding-top: 0.77rem;
}

.floor_8 .thumbs {
    width: 11.64rem;
    margin: 0 auto;
}

.floor_8 .thumbs {
    margin-top: 0.4rem;
}

.floor_8 .thumbs>div {
    margin-bottom: 0.3rem;
}

.floor_8 .thumbs>div img {
    margin-bottom: 0.14rem;
}

.floor_text_9 {
    position: absolute;
    top: 1.85rem;
    right: 3.4rem;
}

.floor_text_9 .icos {
    margin-top: 0.75rem;
    width: 5rem;
}

.floor_text_9 .icos li {
    float: left;
    text-align: center;
    font-size: 0.16rem;
    color: #898989;
    width: 20%;
    margin-bottom: 0.15rem;
}

.floor_text_9 .icos li:nth-child(5) {
    margin-right: 0;
}

.floor_text_9 .icos li img {
    height: 0.71rem;
    margin-bottom: 0.16rem;
}

#collapseExample img,
#collapseExample2 img {
    display: block;
    max-width: 100%;
    height: auto;
}


/*#collapseExample,#collapseExample2{
	padding: 15px;
}*/


#collapseExample2 {
    margin-top: 1rem;
}

.down>div>a:hover p {
    color: #00b8ee;
    text-decoration: none;
}

.down>div>a:hover .s {
    display: none !important;
}

.down>div>a:hover .h {
    display: block !important;
}

.down {
    background: #f5f5f5;
    padding: 60px 0;
}

.down>div {
    width: 90%;
    max-width: 1200px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px;
}

.down>div h3 {
    margin: 0;
    margin-top: -45px;
    margin-bottom: 30px;
    width: 15%;
    margin-left: auto;
    margin-right: auto;
    background: #f5f5f5;
}

.down>div>a {
    width: 20%;
    float: left;
    padding: 15px;
    text-decoration: none;
}

.down>div>a p {
    font-size: 18px;
    margin: 20px 0 0 0;
    color: #5e5e5e;
    text-decoration: none;
}

.down>a {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #000;
    border: 1px solid #ffa15c;
    display: inline-block;
    margin: 50px 15px 0 15px;
    text-decoration: none;
}

.down>a:hover {
    color: #fff;
    background-color: #ffa15c;
    text-decoration: none;
}

@media (max-width: 870px) {
    .down>div>a {
        width: 50%;
        float: left;
        padding: 15px;
        text-decoration: none;
    }
}