/*sponsor*/

.wrap1 {
    background: url(../img/bg1.jpg) no-repeat center;
    /* transform: scaleX(-1); */
    background-size: cover;
    width: 100%;
    /* height: 1140px; */
    padding-bottom: 1px;
}

.sponsor #form {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 700px;
}

.kuang {
    width: 350px;
    height: 100px;
    margin: 0 auto;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url(../imgs/kuang-gr.png) no-repeat;
    background-size: 100% 100%;
}

.kuang1 {
    padding: 35px 100px;
}

.kuang h2 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: rgb(0, 0, 0, 0.7);
    letter-spacing: 2px;
}

.sponsor {
    width: 860px;
    margin: 0 auto;
    color: rgb(248, 0, 0);
}

.sponsor ul {
    margin-top: 20px;
    width: 100%;
}

.sponsor ul li {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 20px;
    padding: 10px;
}

.sponsor ul li h4 {
    width: 30%;
    font-size: 17px;
    text-align: center;
    line-height: 2;
}

.sponsor ul li h4>span {
    font-size: 14px;
    font-weight: normal;
}

.sponsor ul li>div {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 4px solid rgba(255, 255, 255, .6);
}

.sponsor ul li>div p {
    line-height: 1.7;
    font-size: 15px;
    margin: 6px 0;
}

.sponsor ul li>div p>b {
    padding-right: 6px;
}

.company {
    width: 640px;
    margin: 40px auto;
}

.company h6 {
    font-size: 24px;
    padding: 20px 0;
    color: #fff;
    text-align: center;
}

.company h4 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    color: rgb(0, 0, 0);
    margin-top: 40px;
}

.company h4.type1 {
    /*background: #00522c;*/
    text-align: center;
}

.company h4.type2 {
    /*background: #11653e;*/
    text-align: center;
}


/* .company h4.type3 {
    background: #808080;
} */

.company ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.company ul.top {
    justify-content: center;
    padding: 10px;
}

.company ul.top img {
    justify-content: center;
    width: 100%;
    height: 90px;
}

.company ul.top2 {
    justify-content: center;
}

.company ul li {
    float: left;
    width: 25%;
    height: 70px;
    border: solid 1px #ccc;
    margin-top: 0;
    background: #fff;
    display: flex;
    align-items: center;
}

.company ul li img {
    width: 100%;
}

.content {
    text-align: center;
    padding: 2% 0;
}

.title p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
}

.spcome {
    width: 810px;
    margin: 0 auto;
    margin-top: 2%;
    text-align: center;
}

.spcome ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.spcome ul li {
    width: 200px;
    height: 90px;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
}

.spcome ul li a img {
    width: 200px;
    height: 90px;
    padding: 10px;
    background: #fff;
}

.lastwrap {
    display: none;
}

.wrap2 {
    background: url(../img/bg1.jpg) no-repeat center;
    background-size: cover;
    /* height: 1000px; */
    padding: 60px 0 0;
}

.wrap2 .contentBox {
    width: 80%;
    padding: 30px auto;
    margin: 0 auto;
}

.wrap2 .modBox {
    width: 80%;
}

@media screen and (max-width:768px) {
    .kuang {
        width: 100%;
        padding: 15px 40px;
    }
    .kuang h2 {
        font-size: 26px;
        color: rgb(0, 0, 0, 0.7);
        letter-spacing: 2px;
    }
    .sponsor {
        width: 100%;
    }
    .sponsor #form {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .sponsor ul {
        margin-top: 0;
    }
    .sponsor ul li {
        margin-top: 15px;
    }
    .sponsor ul li h4 {
        width: 100%;
        line-height: 1.7;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .sponsor ul li>div {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }
    .sponsor ul li>div p {
        font-size: 14px;
        margin: 10px 0;
    }
    .sponsor #form {
        height: 820px;
    }
    .company {
        width: 640px;
        margin: 40px auto;
        width: auto;
        height: auto;
    }
    .company h6 {
        font-size: 24px;
        padding: 20px 0;
        color: #fff;
        text-align: center;
    }
    .company h4 {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 17px;
        color: rgb(0, 0, 0);
        margin-top: 40px;
    }
    .company ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .company ul.top {
        justify-content: center;
        padding: 10px;
    }
    .company ul.top img {
        justify-content: center;
        width: 100%;
        height: auto;
    }
    .company ul.top2 {
        justify-content: center;
    }
    .company ul li {
        float: left;
        width: 25%;
        height: 40px;
        border: solid 1px #ccc;
        margin-top: 0;
        background: #fff;
    }
    .company ul li img {
        width: 100%;
    }
    .content {
        padding: 5% 0 20% 0;
    }
    .spcome {
        width: 100%;
        margin: 0 auto;
        margin-top: 5%;
        margin-left: 0;
        text-align: center;
    }
    .spcome ul li {
        width: 50%;
        height: 78px;
        padding: 5px 0;
        background: #fff;
    }
    .spcome ul li a img {
        width: 100%;
        height: 70px;
    }
    .title p {
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
    }
    .lastwrap {
        display: block;
        width: 100%;
        height: auto;
        min-height: 267px;
        position: relative;
        background: url(../img/new3.png) center 0 no-repeat;
        background-size: cover;
    }
    .wrap2 {
        padding: 0;
    }
    .wrap2 .modBox li {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.4);
        padding: 10px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
        background-color: rgba(255, 255, 255, 0.4);
        border: solid 1px #565656;
    }
    .wrap2 .safewidth {
        width: 100%;
        padding: 80px 15px 20px;
    }
    .wrap2 .contentBox {
        width: 100%;
    }
    .wrap2 .modBox {
        width: 100%;
    }
    .wrap3 {
        padding-bottom: 20px;
    }
}