﻿#process .logo{
    width: 1200px;
    margin: 70px auto 0;
}
#process .logo>img{
    width: 100%;
    margin: 0 auto;
}
#process .content{
    width: 1200px;
    margin: 0 auto 48px;
}
#process .content>li{
    overflow: hidden;
    padding-top: 86px;
}
#process .video{
    width: 494px;
    height: 278px;
    float: left;
    margin-bottom: 74px;
    margin-top: 12px;
}
#process .video>.video-js{
    width: 100%;
    height: 100%;
}
#process .text{
    width: 638px;
    margin-right: 24px;
    float: right;
}
#process h3{
    color: #4880cb;
    font-size: 46px;
}
#process .text span{
    display: block;
    width: 60px;
    height: 8px;
    background: #4880cb;
    margin: 24px 0 24px;
}
#process .text p{
    color: #555;
    font-size: 20px;
    line-height: 46px;
}
@media (max-width: 640px) {
    #process .logo {
        width: 100%;
        margin: 30px auto 0;
    }

    #process .content > li {
        overflow: hidden;
        padding-top: 24px;
    }

    #process .content {
        width: 100%;
        margin: 0 auto 48px;
    }

    #process .content {
        padding: 0 12px;
    }

    #process .video {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 20px;
        margin-top: 12px;
    }

    #process .text {
        width: 100%;
        margin-right: 0;
    }
    #process h3 {
        color: #4880cb;
        font-size: 36px;
    }
    #process .text span {
        width: 40px;
        height: 5px;
        margin: 12px 0 12px;
    }
    #process .text p {
        color: #555;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 24px;
    }
    #process .content img{
        display: block;
        width: 100%;
    }
}