header h1 {
    font-size: 32px;
    text-align: center;
}
.red {
    color: #ff2400;
}
/* banner start */
.banner img {
    display: block;
    width: 100%;
    min-width: 1140px;
}
/* banner end */
/* implementation-situation start */
.implementation-situation {
    padding: 60px 0;
    background: #f2f2f2;
}
.implementation-situation .main {
    margin-top: 30px;
}
.implementation-situation .main p {
    font-size: 22px;
    text-align: center;
}
.implementation-situation .main strong {
    font-size: 22px;
}
.implementation-situation .implementation-situation-animation {
    margin-top: 40px;
}
.implementation-situation-animation .implementation-situation-animation-top,
.implementation-situation-animation .implementation-situation-animation-bottom {
    position: relative;
    /*overflow: hidden;*/
    height: 490px;
}

.implementation-situation-animation-bottom {
    margin-top: 30px;
}


.implementation-situation-animation img {
    position: absolute;
    cursor: pointer;
    width: 337px;
    /*height: 477px;*/
    margin-left: 1px;
    margin-top: 5px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.implementation-situation-animation .implementation-situation-animation-top img:nth-child(1),
.implementation-situation-animation .implementation-situation-animation-bottom img:nth-child(1) {
    z-index: 9;
}
.implementation-situation-animation .implementation-situation-animation-top img:nth-child(2),
.implementation-situation-animation .implementation-situation-animation-bottom img:nth-child(2) {
    z-index: 8;
    left: 100px;
}
.implementation-situation-animation .implementation-situation-animation-top img:nth-child(3),
.implementation-situation-animation .implementation-situation-animation-bottom img:nth-child(3) {
    z-index: 7;
    left: 200px;
}
.implementation-situation-animation .implementation-situation-animation-top img:nth-child(4),
.implementation-situation-animation .implementation-situation-animation-bottom img:nth-child(4) {
    z-index: 6;
    left: 300px;
}
.implementation-situation-animation .implementation-situation-animation-top img:nth-child(5),
.implementation-situation-animation .implementation-situation-animation-bottom img:nth-child(5) {
    z-index: 5;
    left: 400px;
}
.implementation-situation-animation .implementation-situation-animation-top img:nth-child(6),
.implementation-situation-animation .implementation-situation-animation-bottom img:nth-child(6) {
    z-index: 4;
    left: 500px;
}
.implementation-situation-animation .implementation-situation-animation-top img:nth-child(7),
.implementation-situation-animation .implementation-situation-animation-bottom img:nth-child(7) {
    z-index: 3;
    left: 600px;
}
.implementation-situation-animation .implementation-situation-animation-top img:nth-child(8),
.implementation-situation-animation .implementation-situation-animation-bottom img:nth-child(8) {
    z-index: 2;
    left: 700px;
}
.implementation-situation-animation .implementation-situation-animation-top img:nth-child(9),
.implementation-situation-animation .implementation-situation-animation-bottom img:nth-child(9) {
    z-index: 1;
    left: 800px;
}

.img-text {
    margin-top: 20px;
}

img.esop-img {
    z-index: 1004 !important;
    position: fixed;
    margin: auto;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 400px;
    /*height: 100%;*/
    -webkit-box-shadow: 1px 1px 505px 1px rgba(0,0,0,.3) !important;
    -moz-box-shadow: 1px 1px 505px 1px rgba(0,0,0,.3) !important;
    box-shadow: 1px 1px 505px 1px rgba(0,0,0,.3) !important;
}

/* implementation-situation end */

/* esop-popu start */
.esop-popu {
    position: fixed;
    z-index: 1004 !important;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0,0,0,.6);
}
/* esop-popu end */

/* service-content start */
.service-content {
    padding: 60px 0;
}
.service-content .main {
    margin-top: 40px;
}
.service-content tr th {
    width: calc(100% / 4);
    height: 60px;
    color: #fff;
    font-size: 22px;
    background: #eebd69;
}
.service-content tr:nth-child(2) td {
    padding: 5px 10px 10px 10px;
    height: 437px;
    box-sizing: border-box;
    background: #f8f0ea;
}
.service-content tr:nth-child(2) td p {
    margin-top: 5px;
    line-height: 30px;
}
.service-content tr:nth-child(2) ul li {
    line-height: 30px;
}
.service-content tr td strong {
    font-size: 16px;
}
.service-content tr td p {
    font-size: 14px;
}

.service-content tr:nth-child(3) td {
    height: 100px;
    background: #c9ae9a;
}
.service-content tr:nth-child(3) td p {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

/* service-content end */


/* problem-switching start */
.problem-switching {
    padding: 60px 0;
    background: #f2f2f2;
}
.problem-switching .contronler {
    overflow: hidden;
    border: solid 1px #ededed;
}
.problem-switching header {
    overflow: hidden;
    border-bottom: solid 1px #ededed;
}
.problem-switching header button {
    float: left;
    width: calc(100% / 2);
    height: 80px;
    cursor: pointer;
}
.problem-switching .main {
    padding: 30px 60px;
    padding-bottom: 100px;
    /*min-height: 1200px;*/
    box-sizing: border-box;
    background: #fff;
}

.button-click {
    color: #fff;
    background: #c9ae9a;
}
.button-click h1 {
    color: #fff;
}

.common-problem {
    /*display: none;*/
}
.common-problem p {
    font-size: 18px;
    line-height: 36px;
}
.supporting-documents {
    display: none;
}
.supporting-documents p:first-child {
    margin-top: 0;
}
.supporting-documents p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
}
.supporting-documents strong {
    font-size: 18px;
}
/* problem-switching end */

/* block start */
.block {
    height: 20px;
    background: #f2f2f2;
}
/* block end */

/* service-company start */
.service-company {
    padding: 60px 0;
}
.service-company .main {
    margin-top: 40px;
}
.service-company img {
    display: block;
    margin: auto;
}
/* service-company end */

/* financing-services start */
.financing-services {
    padding: 60px 0;
}
.financing-services .main {
    margin-top: 40px;
}
.financing-services button {
    width: 220px;
    height: 60px;
    background:#e5e5e5;
}
.financing-services button a {
    display: block;
    height: 100%;
    font-size: 18px;
    line-height: 60px;
}
.financing-services button,
.financing-services button a {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.financing-services button:hover {
    background: #ff8181;
}
.financing-services button:hover a {
    color: #fff;
}


/* financing-services end */