#header.crinity {
    background: url(img/crinityBg.jpg) no-repeat center;
}

.sect {
    width: 100%;
    padding: 0px 0 60px 0;
}

#content > .section1 {
    padding-top: 120px;
}

.sect > h3 {
    font-size: 30px;
    padding: 80px 0 15px;
    line-height: 30px;
    height: 30px;
}

.sect > .underBar {
    width: 60px;
    height: 2px;
    background: #0085f4;
    margin-bottom: 46px;
    display: inline-block;
}

.lineB {
    background: #cbe3f7
}

#section1 > .sect1Txt {
    width: 1000px;
    margin: 20px auto 80px;
}

.sect1Txt > p {
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    margin-bottom: 40px;
}

.sect1Txt > p > span {
    font-weight: 700;
    font-size: 40px;
    color: #0085f4;
    display: inline-block;
    border-bottom: 1px solid #0085f4;
}

#section1 > .coChart {
    width: 1000px;
    height: 200px;
    margin: 0px auto;
    border-top: 2px solid #0086fa;
    display:flex;
}

.coChart > .left {
    width: 30%;
    height: 100%;
}

.coChart > .right {
    width: 70%;
    height: 100%;
    border-right: 1px solid #aedaff;
    box-sizing: border-box;
}

.coChart > div > p {
    width: 100%;
    height: 49px;
    line-height: 50px;
    font-size: 18px;

}

.coChart > .left > p {
    color: #005faf;
    background: #aedaff;
    border-bottom: 1px solid #fff;
}

.coChart > .left > p:last-child {
    border-bottom: 1px solid #aedaff;
}

.coChart > .right > p {
    text-align: left;
    text-indent: 1.5em;
    border-bottom: 1px solid #aedaff;
}

#section2 > .symbol {
    width: 1000px;
    height: 200px;
    padding: 0px 100px;
    border: 1px solid #b8cee0;
    border-radius: 20px;
    background: #fff;
    margin: 0px auto 30px;
    display: flex;
    justify-content: space-around;
}
.symbol>div{
    width:25%;
}
.symbol img {
    display:block;
    margin:15px auto;
}

.symbol > div > div {
    height: 120px;
    margin: 20px auto 10px;
    background: url(/main/img/gcloudLogo.png) no-repeat;
}

.symbol > div > p {
    font-size: 18px;
}

#section2 > .prize {
    width: 1200px;
    height: 230px;
    display: flex;
    flex-wrap:wrap;
    margin: 0px auto;
    justify-content: space-around;
}

.prize > div {
    width: 141px;
    height: 230px;
    border: 1px solid #b8cee0;
}

.prize > div > div {
    width: 100%;
    height: 200px;
    margin: 0px auto;
    background: url(img/prize.png) no-repeat;
}

.prize .p1 {
    background-position: left 0px center;
}

.prize .p2 {
    background-position: left -141px center;
}

.prize .p3 {
    background-position: left -282px center;
}

.prize .p4 {
    background-position: left -423px center;
}

.prize .p5 {
    background-position: left -564px center;
}

.prize .p6 {
    background-position: left -705px center;
}

.prize .p7 {
    background-position: left -846px center;
}

.prize > div > p {
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    width: 100%;
    background: #fff;
}

#section3 > .value {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;
}

#section3 > .value > div {
    width: 300px;
    height: 550px;
    background: #fab;
    border-radius: 10px;
}

#section3 > .value > .v1 {
    background: url(img/value1.png) no-repeat center;
    background-size:cover;
}

#section3 > .value > .v2 {
    background: url(img/value2.png) no-repeat center;
    background-size:cover;
}

#section3 > .value > .v3 {
    background: url(img/value3.png) no-repeat center;
    background-size:cover;
}

.value > div > h4 {
    font-size: 32px;
    font-weight: 400;
    padding-top: 170px;
    margin-bottom: 40px;
    color: #fff;
}

.value > div > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
}

#section4 > .history {
    width: 1200px;
    height: 1000px;
    margin: 0px auto;
}

#section4 > .history > .moreH {
    width: 280px;
    height: 50px;
    margin: 0px auto;
}

#section4 > .history > .moreH > a {
    border: 1px solid #00294c;
    color: #00294c;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s;
}

#section4 > .history > .moreH > a:hover {
    background: #00294c;
    color: #ccc;
}

#section5 > .partnerWrap {
    width: 1200px;
    padding: 10px 0 50px;;
    background: #fff;
    margin: 0px auto;
    position: relative;
}

#section5 .partner > ul {
    width: 100%;
    height: 230px;
    padding-top: 40px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

#section5 li {
    width: 16%;
    height: 35px;
    padding: 0px 0px;
    border-right: 1px solid #ccc;
}

#section5 li:nth-child(6n) {
    border-right: 0px solid #ccc;
}

#section5 li > div {
    background: url(/main/img/partner/cmPartner.png) no-repeat;
    width: 130px;
    height: 100%;
    margin:0px auto;
}

#section5 .partnerLogo2 {
    background-position: -130px 0px;
}

#section5 .partnerLogo3 {
    background-position: -260px 0px;
}

#section5 .partnerLogo4 {
    background-position: -390px 0px;
}

#section5 .partnerLogo5 {
    background-position: -520px 0px;
}

#section5 .partnerLogo6 {
    background-position: -650px 0px;
}

#section5 .partnerLogo7 {
    background-position: 0px -35px;
}

#section5 .partnerLogo8 {
    background-position: -130px -35px;
}

#section5 .partnerLogo9 {
    background-position: -260px -35px;
}

#section5 .partnerLogo10 {
    background-position: -390px -35px;
}

#section5 .partnerLogo11 {
    background-position: -520px -35px;
}

#section5 .partnerLogo12 {
    background-position: -650px -35px;
}

#section5 .partnerLogo13 {
    background-position: 0px -70px;
}

#section5 .partnerLogo14 {
    background-position: -130px -70px;
}

#section5 .partnerLogo15 {
    background-position: -260px -70px;
}

#section5 .partnerLogo16 {
    background-position: -390px -70px;
}

#section5 .partnerLogo17 {
    background-position: -520px -70px;
}

#section5 .partnerLogo18 {
    background-position: -650px -70px;
}

#section5 .partnerMore {
    position: absolute;
    right: 50%;
    transform:translateX(50%);
    bottom: -20px;
    width: 120px;
    height: 40px;
}

.partnerMore > a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 40px;
    font-size:14px;
    color: #777;
    transition: all 0.4s;
}

.partnerMore > a:hover {
    color: #0085f7;
}
@media screen and (max-width:1200px) and (min-width:1025px){
    #section2 > .symbol {
    width: 1000px;
        padding:0px;
        height:230px;
}
    #section2 > .prize {
    width: 1000px;
    height: auto;
}
    #section5 > .partnerWrap {
    width: 1000px;
}
    .prize > div {
    width: 30%;
    max-width:250px;
    height: 240px;
    border:0px;
}
    .prize > div > div {
    width: 141px;
    height: 200px;
    background: url(img/prize.png) no-repeat;
        
}
    .prize > div > p {
    width: 141px;
        margin:0px auto;
}
    #section4 > .history {
    width: 98%;
    height:auto;
    margin: 0px auto;
}
    #section4 >.history>img{
        width:100%;
        height:auto;
    }
}
@media screen and (max-width:1024px) and (min-width:845px){
    .sect > h3 {
}
    
    #section1 > .sect1Txt {
    width: 100%;
}
    .sect1Txt > p {
    font-size: 24px;
}
    .sect1Txt > p > span {
    font-size: 30px;
}
    #section1 > .coChart {
    width: 80%;
    height: auto;
}
.coChart > .left {
    width: 25%;
}

.coChart > .right {
    width: 75%;
}
    .coChart > div > p {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;

}
    #section2 > .symbol {
    width: 96%;
        padding:0px;
        height:230px;
}
   
    
#section2 > .prize {
    width: 100%;
    height: auto;
}
.prize > div {
    width: 40%;
    max-width:250px;
    height: 240px;
    border:0px;
}
    .prize > div > div {
    width: 141px;
    height: 200px;
    background: url(img/prize.png) no-repeat;
        
}
   
    .prize > div > p {
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    width: 141px;
    background: #fff;
        margin:0px auto;
}
    #section3 > .value {
    width: 98%;
        flex-wrap: wrap;
}
    #section3 > .value > div {
    width: 300px;
    height: 550px;
        margin-bottom:30px;
}
    .value > div > h4 {
    font-size: 24px;
    padding-top: 170px;
    margin-bottom: 30px;
}
    .value > div > p {        
    font-size: 18px;
}
    #section4 > .history {
    width: 98%;
    height:auto;
    margin: 0px auto;
}
    #section4 >.history>img{
        width:100%;
        height:auto;
    }
    #section4 > .history > .moreH {
    width: 180px;
    height: 30px;
    margin: 20px auto;
}
    #section4 > .history > .moreH > a {
    line-height: 30px;
    font-size: 14px;
}
    #section5 > .partnerWrap {
    width: 100%;
}
}
@media screen and (max-width:844px){
    #section5 > .partnerWrap {
        width: 100%;
    }

    #section5 .partner > ul {
        width: 100%;
        height: auto;
        justify-content: left;
    }

    #section5 li {
        width: 25%;
        height: 27px;
        margin: 5px 0px;
        padding: 0px;
        border-right: 1px solid #ccc;
        box-sizing: border-box;
    }

    #section5 li:nth-child(6n) {
        border-right: 1px solid #ccc ;
    }

    #section5 li:nth-child(3n) {
        border-right: 1px solid #ccc;
    }
    #section5 li:nth-child(4n) {
        border-right: 0px;
    }


    #section5 li > div {
        width: 100px !important;
        height: 27px !important;
        margin: 0px auto;
    }

    #section5 .partner > ul > li > div {
        background-size: 600px;
    }

    #section5 .partnerLogo2 {
        background-position: -100px 0px;
    }

    #section5 .partnerLogo3 {
        background-position: -200px 0px;
    }

    #section5 .partnerLogo4 {
        background-position: -300px 0px;
    }

    #section5 .partnerLogo5 {
        background-position: -400px 0px;
    }

    #section5 .partnerLogo6 {
        background-position: -500px 0px;
    }

    #section5 .partnerLogo7 {
        background-position: 0px -27px;
    }

    #section5 .partnerLogo8 {
        background-position: -100px -27px;
    }

    #section5 .partnerLogo9 {
        background-position: -200px -27px;
    }

    #section5 .partnerLogo10 {
        background-position: -300px -27px;
    }

    #section5 .partnerLogo11 {
        background-position: -400px -27px;
    }

    #section5 .partnerLogo12 {
        background-position: -500px -27px;
    }

    #section5 .partnerLogo13 {
        background-position: 0px -54px;
    }

    #section5 .partnerLogo14 {
        background-position: -100px -54px;
    }

    #section5 .partnerLogo15 {
        background-position: -200px -54px;
    }

    #section5 .partnerLogo16 {
        background-position: -300px -54px;
    }

    #section5 .partnerLogo17 {
        background-position: -400px -54px;
    }

    #section5 .partnerLogo18 {
        background-position: -500px -54px;
    }
}
@media screen and (max-width:844px) and (min-width:641px){
    .sect > h3 {
    font-size: 24px;
    padding: 50px 0 15px;
}
    
    #section1 > .sect1Txt {
    width: 100%;
}
    .sect1Txt > p {
    font-size: 24px;
}
    .sect1Txt > p > span {
    font-size: 30px;
}
    #section1 > .coChart {
    width: 80%;
    height: auto;
}
.coChart > .left {
    width: 25%;
}

.coChart > .right {
    width: 75%;
}
    .coChart > div > p {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;

}
    #section2 > .symbol {
    width: 70%;
    height: 160px;
    padding: 0px 0px;
        background:#fff url(../img/gcloudLogo.png) no-repeat top 10px center;
        background-size:100%;
}
    .symbol > div {
    width: 25%;
    height: 100%;
}
   
    .symbol > div > div {
    display:none;
}
    .symbol >  div > p {
        font-size:12px;
        line-height:15px;
        height:15px;
            margin-top:130px;
}
#section2 > .prize {
    width: 100%;
    height: auto;
}
.prize > div {
    width: 40%;
    max-width:200px;
    height: 240px;
    border:0px;
}
    .prize > div > div {
    width: 141px;
    height: 200px;
    background: url(img/prize.png) no-repeat;
        
}
   
    .prize > div > p {
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    width: 141px;
    background: #fff;
        margin:0px auto;
}
    #section3 > .value {
    width: 50%;
        flex-wrap: wrap;
}
    #section3 > .value > div {
    width: 100%;
    height: 250px;
        margin-bottom:30px;
}
    .value > div > h4 {
    font-size: 24px;
    padding-top: 50px;
    margin-bottom: 30px;
}
    .value > div > p {
    font-size: 18px;
}
    #section4 > .history {
    width: 98%;
    height:auto;
    margin: 0px auto;
}
    #section4 >.history>img{
        width:100%;
        height:auto;
    }
    #section4 > .history > .moreH {
    width: 180px;
    height: 30px;
    margin: 20px auto;
}
    #section4 > .history > .moreH > a {
    line-height: 30px;
    font-size: 14px;
}
}
@media screen and (max-width:640px){
    .sect > h3 {
    font-size: 24px;
    padding: 50px 0 15px;
}
    #section1 > .sect1Txt {
    width: 100%;
}
    .sect1Txt > p {
    font-size: 24px;
}
    .sect1Txt > p > span {
    font-size: 30px;
}
    #section1 > .coChart {
    width: 100%;
    height: 200px
}
.coChart > .left {
    width: 25%;
}

.coChart > .right {
    width: 75%;
}
    .coChart > div > p {
    width: 100%;
    height: 39px;
    line-height: 40px;
    font-size: 12px;

}
    #section2 > .symbol {
    width: 100%;
    height: 160px;
    padding: 0px 0px;
        background:#fff url(../img/gcloudLogo.png) no-repeat top 10px center;
        background-size:98vw;
}
    .symbol > div {
    width: 25%;
    height: 100%;
}
   
    .symbol > div > div {
    display:none;
}
    .symbol >  div > p {
        font-size:12px;
        line-height:15px;
        height:15px;
            margin-top:130px;
}
#section2 > .prize {
    width: 100%;
    height: auto;
}
.prize > div {
    width: 40%;
    max-width:150px;
    height: 180px;
    border:0px;
}
    .prize > div > div {
    width: 100px;
    height: 140px;
    background: url(img/prize.png) no-repeat;
        background-size:700px;
}
    .prize .p1 {
    background-position: left 0px center;
}

.prize .p2 {
    background-position: left -100px center;
}

.prize .p3 {
    background-position: left -200px center;
}

.prize .p4 {
    background-position: left -300px center;
}

.prize .p5 {
    background-position: left -400px center;
}

.prize .p6 {
    background-position: left -500px center;
}

.prize .p7 {
    background-position: left -600px center;
}
    .prize > div > p {
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    width: 100px;
    background: #fff;
        margin:0px auto;
}
    #section3 > .value {
    width: 96%;
        flex-wrap: wrap;
}
    #section3 > .value > div {
    width: 100%;
    height: 250px;
        margin-bottom:30px;
}
    .value > div > h4 {
    font-size: 24px;
    padding-top: 50px;
    margin-bottom: 30px;
}
    .value > div > p {
    font-size: 18px;
}
    #section4 > .history {
    width: 98%;
    height:auto;
    margin: 0px auto;
}
    #section4 >.history>img{
        width:100%;
        height:auto;
    }
    #section4 > .history > .moreH {
    width: 180px;
    height: 30px;
    margin: 20px auto;
}
    #section4 > .history > .moreH > a {
    line-height: 30px;
    font-size: 14px;
}
    #section5 li {
        width: 33.3%;
        height: 27px;
        margin: 5px 0px;
        padding: 0px;
        border-right: 1px solid #ccc;
        box-sizing: border-box;
    }

    #section5 li:nth-child(6n) {
        border-right: 1px solid #ccc ;
    }

    
    #section5 li:nth-child(4n) {
        border-right: 1px solid #ccc;
    }
    #section5 li:nth-child(3n) {
        border-right: 0px solid #ccc;
    }
    

}