.banner-space img {
    width: 100%;
}

.banner-space {
    min-width: 1200px;
    height: 360px;
    background: url(/img/pc/platIntro/platintro_banner.jpg) center no-repeat #fff;
    background-size: cover;
}

#app {
    height: 308px;
}

.app-content {
    margin-top: 0 !important;
}

.banner-space > div {
    width: 1090px;
    margin: 0 auto;
    padding-top: 100px;
}

.banner-space > div > h3 {
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 5px;
    color: #fff;
    margin-bottom: 30px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
}

button:focus {
    outline: none;
}

.banner-space > div > a > div {
    width: 150px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    border: solid 1px #fff;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
}

.banner-space > div > a > div:hover{
    cursor:pointer;
    background: rgba(194,194,194,.3);
    /*opacity: .8;*/
}

.banner-space > div > button {
    width: 150px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    border: solid 1px #fff;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
}

.body-content {
    width: 1200px;
    margin: 116px auto 0;
}

.body-content a {
    cursor: pointer;
    color: #666;
}

.body-content a:hover {
    color: #ff7200;
}

.body-content a:focus {
    color: #666;
}

.body-content > div {
    width: 33%;
    float: left;
    text-align: center;
}

.body-content > div > p {
    font-size: 20px;
    margin-bottom: 50px;
    color: #333;
    font-weight: 600;
}

.body-content > div:nth-child(1) > p {
    text-align: left;
    margin-left: 26%;
}

.body-content > div:nth-child(1) ul {
    width: 200px;
    text-align: left;
    margin-left: 14%;
}

.body-content > div:nth-child(3) > p {
    text-align: left;
    margin-left: 40%;
}

.body-content > div:nth-child(3) ul {
    width: 200px;
    text-align: left;
    margin-left: 40%;
}

.body-content > div ul {
}

.body-content > div li {
    font-size: 18px;
    line-height: 42px;
    color: #666;
    width: 100%;
    float: left;
}

.body-content > div:nth-child(1) ul li {
    width: 50%;
}

.body-content > div:nth-child(2) {
    border-left: 1px solid #e4e7eb;
    border-right: 1px solid #e4e7eb;
}

.footer-space {
    width: 100%;
    height: 288px;
    background: url(/img/pc/platIntro/platintro_fotter.jpg) center no-repeat #fff;
    background-size: 100% 100%;
}

.footer-space > p {
    text-align: center;
    padding-top: 20px;
    font-size: 30px;
    line-height: 80px;
    color: #333;
}

.footer-space > div {
    width: 1200px;
    margin: 0 auto;
}

.footer-space li {
    float: left;
    width: 20%;
    text-align: center;
}

.footer-space li > img {
    width: 104px;
    height: 104px;
    margin: 0 auto;
}

.footer-space li > em {
    position: relative;
    left: 190px;
    top: -100px;
}

.footer-space li > em > img {
    width: 96px;
}

.footer-space li > p {
    font-size: 18px;
    margin-top: 14px;
    line-height: 34px;
    color: #333;
}