html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent
}

article, aside, figure, footer, header, nav, section, details, summary {
    display: block
}

img, object, embed {
    max-width: 100%
}

html {
    overflow-y: scroll
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

select, input, textarea {
    font: 99% sans-serif
}

table {
}

small {
    font-size: 85%
}

strong {
    font-weight: bold
}

td, td img {
    vertical-align: top
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

button, input, select, textarea {
    margin: 0
}

button, input[type=button] {
    width: auto;
    overflow: visible
}

pre, code, kbd, samp {
    font-family: monospace, sans-serif
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none
}

del {
    text-decoration: line-through
}


input, select {
    vertical-align: middle
}


.clickable, label, input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer
}


html, body {
    font-family: "Microsoft YaHei";
    font-size: 13px;
    overflow-x: hidden
}

a {
    color: #4183c4
}

a:hover {
    color: #58bbb8
}

hr {
    height: 0;
    border-top: 1px solid #ddd
}

hr.dotted {
    height: 0;
    border: 1px dotted #ddd
}

input, textarea, select {
    font-family: 'Helvetica Neue', Verdana, "Microsoft YaHei"
}


.wrapper {
    width: 1190px;
    height: 100%;
    margin: auto;
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: start;
    align-items: center;
}

.wrapper a{
    display: flex;
    height: 100%;
    /*width: 170px;*/
    justify-content: center;
    align-items: center;
}


.hidden {
    visibility: hidden
}

#topnav {
    position: fixed;
    z-index: 70;
    left: 0;
    right: 0;
    color: #fff;
    background: #58bbb8;
    background: rgba(0, 0, 0, 0.2);
    height: 60px
}

#menu {
    position: relative;
    margin-left: 50px;
    display: flex;
    flex-flow: row;
    flex-grow: 0;
}

#menu li{
    padding-left:30px;
    padding-right: 30px;/*width:100px*/
}

#menu a {
    padding-bottom: 5px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    outline: 0
}

#index-page #topnav #menu .active a {
    color: #fff;
    border-bottom: 2px solid #fff;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

#index-page #topnav .service-phone {
    width: 240px;
    position: absolute;
    top: 15px;
    height: 30px;
    line-height: 30px;
    right: 150px;
    text-align: center
}

#index-page #topnav .service-phone span {
    font-weight: bold;
    font-size: 20px;
    display: inline-block
}

#index-page #topnav .order-btn {
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff
}

#index-page #topnav .order-btn:hover {
    border-color: #58bbb8;
    background: #58bbb8
}

#index-page .section {
    text-align: center;
    font-size: 40px;
    color: #fff
}

.room-nav {
    height: 50px;left: 50%;font-size: 22px;z-index: 80
}

#modelMenu {
    width: 800px;
    display: flex;
    flex-flow: row wrap;
}
#modelMenu div{
    margin: 18px;
    color: #000000;
    background-color: #FFFFFF77;
    padding: 20px;
}

#index-page .room-nav li {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 26px;
    margin: 8px;
    text-align: center;
    cursor: pointer;
    float: left;
    border: 1px solid #fff;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px
}

#index-page .room-nav li a {
    color: #fff;
    display:flex;
    flex-flow:row;
    justify-content: center;
    align-items: center;
}

#index-page .room-nav li span {
    font-size: 12px;
    margin-top: -2px;
    display: none;
}

#index-page .room-nav li.on, #index-page .room-nav li:hover {
    width: 50px;
    height: 50px;
    margin: 3px;
    background: #fff;
    transform: scale(1.3) translate(0, -15px);
    -webkit-transform: scale(1.3) translate(0, -15px);
}

#index-page .room-nav li:hover a {
    color: #000
}

#index-page .room-nav li.on span, #index-page .room-nav li:hover span {
    display: block
}

#index-page .section1 .slide1 {
    background: url(../img/app/index/section1.jpg) 50%;
    background-size: cover
}

#index-page .section1 .slide1 h2 {
    font-size: 50px;
    line-height: 100px
}

#index-page .section1 .slide1 h1 {
    font-size: 65px;
    font-weight: 800
}

#index-page .section1 .slide1 .line {
    width: 500px;
    margin: 15px auto 0;
    text-align: center;
    font-size: 18px;
    line-height: 18px
}

#index-page .section1 .slide1 .line .left-hr {
    width: 230px;
    float: left;
    margin-top: 10px
}

#index-page .section1 .slide1 .line .right-hr {
    width: 230px;
    float: right;
    margin-top: 10px
}

.btn-more {
    display: block;
    margin: 20px auto 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff
}

.btn-more:hover {
    border: 1px solid #1bbc9b;
    background-color: #1bbc9b;
    color:#FFFFFF;
}

.section2 {
    background: url(../img/app/index/section2_bg.jpg) 50%;
    background-size: cover
}

.section4 {
    background: url(../img/app/index/section4_bg.jpg) 50%;
    background-size: cover;
    color: #000
}

.corps{
    height: auto;
    display:flex;
    flex-flow: row wrap;
    align-items: start;
    justify-content: start;
}

.corps div{
    width:200px;
    display: block;;
    list-style: none;
    padding:5px 10px;
    font-size:20px;
    font-weight: bolder;
    color:#4183c4;
    margin:10px 20px;
    background-color: #FFFFFF;
    border: 1px solid #4183c4;
    cursor: pointer;
}

.corps div:hover{
    list-style: none;
    color:#FFFFFF;
    background-color: #4183c4;
}


.popup-box {
    background: #456;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    color: #ccc;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px #000;
}

.order-box {
    color: #666;
    background: #fff;
    padding:30px;
    border-radius:20px;
    position: relative;
}

.order-box .btn-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -12px;
    top: -12px;
    outline: 0;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 12px;
    color: #9b9b9b;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0 0 15px #000;
    -moz-box-shadow: 0 0 15px #000;
    -webkit-box-shadow: 0 0 15px #000;
}

.order-box .btn-close:hover {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

.order-box .body {
    /*height: 430px;*/
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.order-box .center-box {
    width: 520px;
    /*height: 300px;*/
    margin: 0 auto;
}

.order-box .row {
    padding: 5px
}

.order-box .row label {
    color: #000;
    font-size: 15px;
    line-height: 30px;
}

.order-box .row input, .order-box .row textarea {
    border: 1px solid #ddd;
    background: #eee;
    padding: 10px 15px;
    width: 90%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.order-box .row input:focus, #index-page .order-box .row select:focus {
    border: 1px solid #f25546;
    outline: 10px auto #f25546
}

.order-box .row select {
    width: 400px
}

.order-box .row .btn-login {
    display: block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    background: #f36e44;
    text-align: center
}

.order-box .row .btn-login:hover {
    background: #f25546
}

.order-box .row span.orange {
    color: #f25546;
    font-weight: bold
}

.success-box {
    width: 790px;
    height: 660px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -395px;
    margin-top: -330px;
    box-shadow: 0 0 15px #000;
    -moz-box-shadow: 0 0 15px #000;
    -webkit-box-shadow: 0 0 15px #000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #f00;
    background: url(../img/app/index/order-success-bg.png);
    background-repeat: no-repeat
}

.success-box img.header {
    margin-top: -20px;
    margin-left: 60px
}

.success-box .sub-title {
    font-size: 18px;
    text-align: center;
    color: #9b9b9b
}

.success-box .order-ok {
    margin-top: 150px;
    text-align: center
}

.fp-section {
    position: relative;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 51.5%;
    cursor: pointer;
    width: 27px;
    height: 50px;
    margin-top: -38px;
    opacity: .6
}

.fp-controlArrow:hover {
    opacity: 1
}

.fp-controlArrow.fp-prev {
    left: 70px;
    background: url(../img/app/index/arrow-left-light.png);
    background-size: 100% 100%
}

.fp-controlArrow.fp-next {
    right: 70px;
    background: url(../img/app/index/arrow-right-light.png);
    background-size: 100% 100%
}

.fp-scrollable {
    overflow: scroll
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1
}

#fp-nav.right {
    right: 17px
}

#fp-nav.left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;z-index: 4;
    width:100%;
    opacity: 1;
    display: flex;flex-flow: row;justify-content: center;
}

.fp-slidesNav.bottom {
    bottom: 27px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a, .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    color:#FFFFFF;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    background: #333
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0
}

#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px
}
