@charset "utf-8";
/* CSS Document */

body {
    font-family: 微软雅黑;
    color: #ffffff;
    font-size: 1.2rem;
}

.wrap {
    width: 100%;
    overflow: hidden;
}

.progress {
    background-color: #e5e9eb;
    height: 0.2em;
    position: relative;
    width: 100%;
}

.progress-bars {
    animation-duration: 3s;
    animation-name: width;
    background: #ff630e;
    background-size: 24em 0.25em;
    height: 100%;
    position: relative;
}

.progress-shadow {
    background-image: linear-gradient(to bottom, #eaecee, transparent);
    background-image: -webkit-linear-gradient(to bottom, #eaecee, transparent);
    height: 4em;
    position: absolute;
    top: 100%;
    transform: skew(45deg);
    transform-origin: 0 0;
    width: 100%;
}

/* ANIMATIONS */

@keyframes width {
    0%, 100% {
        transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
    }
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.pad25{padding-top: 25px;}
.header-title {
    background-color: #131e34;
    width: 100%;
    padding: 20px 0;
}

.header-title .logo {
    width: 16.7%;
}

.header-title .header-title-text {
    width: 83.3%;
    ;
}

.header-title .header-title-text h2 {
    font-size: 3.8rem;
    color: #ffffff;
    font-weight: normal;
}

.header-title .w1000 {
    position: relative;
}

h1 {
    font-size: 4.756rem;
    color: #64c3e6;
    line-height: 1.0;
}

.header-title .header-title-text p {
    font-size: 1.33333rem;
}

.header-title .header-title-text .lang {
    position: absolute;
    overflow: hidden;
    right: 0;
}

.header-title .header-title-text .lang a {
    display: inline-block;
    padding: 3px;
}

.header-title .header-title-text .lang a:hover {
    background: #f57e7e;
    border-radius: 3px 5px;
    color: #ffffff;
}

.header-title .header-title-text .lang .on {
    background: #f57e7e;
    border-radius: 3px 5px;
    color: #ffffff;
}

.header-title .header-title-text .lang span {
    display: inline-block;
    width: 2px;
    background: #ffffff;
    height: 1.5833rem;
    margin: 0 3px;
}

nav {
    line-height: 50px;
    background: #273449;
    position: relative;
    min-height: 50px;
}

nav li {
    float: left;
}

nav li a,nav li span{
    display: block;
    padding: 0 20px;
    color: #9ebbe3;
    font-size: 1.6rem;
    cursor: pointer;
}

nav li.active {
    background-color: #141922;
    color: #ffffff;
}

nav li a:hover {
    background-color: #141922;
    color: #ffffff;
}
nav li span:hover {
    background-color: #141922;
    color: #ffffff;
}
nav li:first-of-type {
    margin-left: 80px;
}

nav span.nav-on {
    display: none;
    width: 20px;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    background: #000000;
}

.nav-on i {
    display: block;
    width: 100%;
    height: 5px;
    background: #fff;
    margin-bottom: 5px;
    color: #000000
}

.scale {}

.scale-item {
    color: #040000;
    text-align: center;
}

.scale-item a {
    display: block;
    position: relative;
}

.scale-item a img {
    width: 100%;
}

.scale-text {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    color: #ffffff;
    display: none;
    background: #075588;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}

.scale-text p:first-of-type {
    width: 25%;
    /* font-size: 41px; */
    margin-top: 13%;
    margin-left: 37%;
}

.scale-text p:nth-of-type(2) {
    font-size: 48px;
}

.scale-text p:last-of-type {
    font-size: 30px;
}

.scale-text-bt {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.content-bg-text {
    width: 66.5%;
}

.content-bg-intro {
    background: url(../img/bg1.jpg) no-repeat center center;
    padding: 93px 50px;
    background-size: cover;
}

.content-bg-intro h3 {
    font-size: 3.6rem;
    line-height: 2.0;
    text-align: center;
}

.content-bg-intro p {
    font-size: 1.4rem;
    margin-top: 20px;
    line-height: 1.5;
}

.content-bg-img {
    width: 32.7%;
}

.content-bg-img li {
    margin-bottom: 15px;
}

.title {
    font-size: 3.6rem;
    color: #ff640f;
    line-height: 2.0;
    text-align: center;
    font-weight: bold;
}

.bg-stru-ta {
    width: 80%;
    margin: 30px auto;
}

.bg-stru-ta table {
    font-size: 1.4rem;
    width: 90%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    color: #000000;
    text-align: center;
}

.bg-stru-ta tr:hover {
    background-color: #f8f8f8;
}

.bg-stru-ta tr td {
    height: 3em;
}

.hotopic-content {
    color: #010101;
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
}

.hotopic-content ul li {
    float: left;
    font-size: 1.4rem;
    width: 100%;

    line-height: 1.25;

    transition: all 0.4s ease 0s;
    height: 3.5rem;
}

.hotopic-content ul li:hover {
    color: #ff8010;
    font-size: 1.4rem;
    border-color: #ff8010;
    cursor: pointer;
}

.Related-meetings {
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
    text-align: center;
}

.Related-meetings {}

.Related-meetings .Agenda {
    position: relative;
    display: inline-block;
}

.Related-meetings .Agenda .picture {
    border: 1px solid #000000;
}

.Related-meetings .word {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: #000000;
    opacity: 0.5;
    text-align: center;
}

.Agenda:hover .word {
    display: block;
}

.Related-meetings p {
    line-height: 25px;
    font-size: 1.4rem;
    color: #010101;
}

.Related-meetings .Agenda {
    margin-bottom: 30px;
}

.Related-meetings .word p {
    color: #fff;
    text-align: center;
    margin-top: 126px;
    border: 2px solid #fff;
    display: inline-block;
    width: 82px;
    line-height: 24px;
}

footer {
    background: #394053;
    padding: 15px 0;
    font-size: 1.6rem;
    color: #ffffff;
}

footer .media {
    width: 50%;
}

footer .contact {
    width: 50%;
}

footer .media h4 {
    font-size: 1.8rem;
    color: #ebebeb;
    text-align: center;
    letter-spacing: 0.08em;
    font-weight: 700;
    line-height: 1.5;
    padding: 20px 0;
}

footer h3 {
    font-size: 1.8rem;
    color: #ffffff;
    padding: 20px 0;
}

footer ul li {
    float: left;
}

.contact-text {
    width: 56%;
}

.contact-img {
    width: 44%;
    text-align: center;
    padding: 20px 0;
}

.sponsor-rt-kind-text p{
    font-size: 1.4rem
}

/* review */

.place, .speaker-content, .sponsorship-content, .media-content, .evaluation-content {
    padding: 50px 0;
    overflow: hidden;
}
.place .col-md-3{
    padding:0;
}
.latticeBox {
    /* width: 25%;
    float: left; */
    cursor: pointer;
}

.float-blackBg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url('../img/black1.png');
}

.floatPage {
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 32;
    display: none;
}

.floatContent {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

.float-box {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    background-color: #000000;
    opacity: 1;
}

.float-info {
    position: relative;
    width: 480px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px 10px 18px 18px;
    padding-top: 40px;
    padding-bottom: 38px;
}

.float-icon {
    width: 72px;
    margin-bottom: 20px;
}

.float-title {
    font-size: 30px;
    color: #585e66;
    font-weight: bolder;
    margin-bottom: 15px;
}

.float-text {
    font-size: 15px;
    color: #899098;
}

.floatPage .submitBtn {
    color: #fff;
    background: #00afd7;
    margin-top: 25px;
    height: 43px;
}

.floatPage .submitBtn-icon {
    background: #fff;
}

.float-close {
    position: absolute;
    width: 34px;
    padding: 10px;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.float-opPic {
    width: 100%;
}


.register-mb{
    background: url(../img/register-bg.png) no-repeat center center;
    background-size:cover;
    padding:145px 0;
    font-size: 3.5rem;
}
.logo2{
    padding-bottom:90px;
}
.register-mb button{
    background: url(../img/baoming-en.png) no-repeat center center;
    background-size:cover;
    width: 385px;
    height: 90px;
    border-radius: 80px;
}
.form-group {
    margin-bottom: 50px;
    overflow: hidden;
    border: 1px solid #a2a7af;
    padding: 10px;
    border-radius: 15px;
    background: #192539;
}
.form-control:focus {
    border-color: #ffffff;

}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

.form-control {
    height: 5rem;
    font-size: 3.5rem;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #FFFFFF;
    background-color: #121b2a;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.Validform_wrong {
    color: red;
    padding-left: 20px;
    white-space: nowrap;
    background: url(../img/error.png) no-repeat left center;
}
.Validform_right {
    color: green;
    background: url(../img/right.png) no-repeat left center;
    padding-left: 20px;
}
}
@media (max-width: 767px) {
    .float-info {
        width: 90%;
    }
}

#videoFloat .float-info {
    width: 100%;
    max-width: 960px;
    height: auto;
    border-radius: 0;
    padding: 0px;
}

#videoFloat .float-close {
    width: 40px;
    right: 0px;
    padding: 0;
    top: 0;
    z-index: 4;
}

#videoFloat .videoPic {
    width: 100%;
    right: 0px;
    padding: 0;
    top: 0;
    z-index: 1;
}

#videoFloat .float-blackBg {
    background: url("../img/black2.png")
}

#videoFloat-container_wrapper {
    position: absolute!important;
    left: 0;
    top: 0;
}

#videoFloat-container {
    position: absolute!important;
    left: 0;
    top: 0;
    z-index: 3;
}

@media (max-width: 767px) {
    /*#videoFloat .float-info{ height: 400px;}*/
}

#videoFloat-container {
    width: 100%;
    height: 100%;
}

#videoFloat-container>div, #videoFloat-container>div>object, #videoFloat-container>div>object>embed, #videoFloat-container .ccH5playerBox, #videoFloat-container video {
    position: absolute!important;
    left: 0px;
    top: 0px;
    width: 100%!important;
    height: 100%!important;
}

#videoFloat-container .ccH5Poster {
    display: none;
}

.evaluation-content {
    font-size: 1.4rem;
    color: #0c0306;
}

.evaluation-content-lf {
    width: 45%;
    padding: 0 20px;
}

.evaluation-content-lf:first-of-type {
    border-right: 1px solid #000000;
}

.evaluation-item {
    padding: 5px 0;
    border-bottom: 1px solid #b2b2b2;
}

.evaluation-item p {
    margin-top: 10px;
}

.evaluation-item p:last-of-type {
    text-align: right
}

.evaluation-content-lf>.evaluation-item:last-of-type {
    border-bottom: none;
}

/* 谁来参加 */

.government {
    background: url(../img/government.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    height: 388px;
}

.government .shadow {
    position: absolute;
    top: 0;
    left: 0;
}

.government-text {
    position: absolute;
    left: 50%;
    top: 20%;
    width: 35%;
    display: none;
    max-width: 335px;
}

.government-title {
    font-size: 3.0rem;
    font-weight: bold;
}

.government-content {
    overflow: hidden;
    font-size: 1.4rem;
    margin-top: 2em;
}

.government-content ul>li {
    float: left;
    width: 45%;
    margin-top: 0.5em;
}

.industry-title {
    text-align: center;
    padding: 2em;
}

.industry-content {
    overflow: hidden;
    padding: 0.5em 0 8em;
}

.industry-content img {
    width: 100%;
}

.industry-content .col-md-3 {
    padding: 0 5px;
}

/* 赞助商&媒体合作 */

.sponsor {
    overflow: hidden;
    color: #000000;
    padding: 4em 0;
}

.sponsor-lf {
    width: 18%;
    margin-top: 10px;
    height: 735px;
    margin-left: 15px;
}

.sponsor-rt {
    width: 75%;
}

.sponsor-title1 {
    font-size: 2.2rem;
    color: #ff630e;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #a6a6a6;
}

.sponsor-lf-kind-text ul {
    padding-left: 2em;
}

.sponsor-lf-kind-text ul li {
    list-style: initial;
    list-style-image: url(../img/piont.png);
    line-height: 1.5;
}

.sponsor-lf-kind-text ul li a {
    color: #333;
    font-size: 1.2rem;
}

.sponsor-lf-kind {
    padding: 3em 0;
    border-bottom: 1px solid #a6a6a6;
}

.sponsor-lf-kind ul li {
    font-size: 1.2rem;
    color: #000000;
    line-height: 3.0;
    height: 3rem;
    text-indent: 2em;
    cursor: pointer;
}

.sponsor-lf-kind ul li:hover {
    font-size: 1.4rem;
    color: #ffffff;
    background: #ff630e;
}

.sponsor-lf-kind ul li.active {
    font-size: 1.4rem;
    color: #ffffff;
    background: #ff630e;
}

.sponsor-title2 {
    font-size: 2.8rem;
    color: #ff630e;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #a6a6a6;
}
.sponsor-title3 {
    font-size: 2rem;
    color: #ff630e;
    border-bottom: 1px dotted #000000;
    text-align: center;
}
.sponsor-lf-kind-text h4 {
    font-weight: bold;
    font-size: 1.3rem;
    padding: 1em 0;
}

.sponsor-lf-kind-text h4 a {
    color: #000000;
}

.sponsor-rt-kind-text {
    font-size: 3.6rem;
    padding: 20px;
}

/* 关于我们 */

.us {
    overflow: hidden;
    color: #000000;
    padding: 4em 0;
}

.us-lf {
    width: 18%;
    margin-top: 10px;
    height: 700px;
}

.us-rt {
    width: 75%;
}

.us-title1 {
    font-size: 2.2rem;
    color: #ff630e;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #a6a6a6;
}


.us-lf ul li a {
    color: #333;
    font-size: 1.2rem;
}

.us-lf-kind {
    padding: 3em 0;
    border-bottom: 1px solid #a6a6a6;
}

.us-lf-kind ul li {
    font-size: 1.2rem;
    color: #000000;
    line-height: 3.0;
    height: 3rem;
    text-indent: 2em;
    cursor: pointer;
}

.us-lf-kind ul li:hover {
    font-size: 1.4rem;
    color: #ffffff;
    background: #ff630e;
}

.us-lf-kind ul li.active {
    font-size: 1.4rem;
    color: #ffffff;
    background: #ff630e;
}

.us-title2 {
    font-size: 2.8rem;
    color: #ff630e;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #a6a6a6;
}

.us-lf-kind-text h4 {
    font-weight: bold;
    font-size: 1.3rem;
    padding: 1em 0;
}

.us-rt-kind-text {
    padding: 20px 0;
    font-size: 3.6rem;

}

.us-rt-kind-text h3 {
    font-size: 2.2rem;
    color: #ff630e;
    padding-bottom: 5px;
    border-bottom: 2px solid #a9a9a9;
}

.us-rt-kind-text a {
    color: #000000;
}

.us-rt-kind-text a:hover {
    color: #ff630e;
}

.us-rt-kind-text p {
    margin-top: 10px;
}

.speaker-content-sm {
    display: none;
}
.evaluation-item p {
    margin-top: 10px;
    font-size: 3rem;
}

@media (min-width: 768px) {
    .sponsor-rt-kind-text p{
        font-size: 2.5rem
    }
    .scale-text p:nth-of-type(2) {
        font-size: 85px;
    }
    .scale-text p:last-of-type {
        font-size: 56px;
    }
    .scale-text-bt {
        font-size: 34px;
    }
    .content-bg-text {
        width: 100%;
    }
    .content-bg-img {
        width: 0;
    }
    .content-bg-intro h3 {
        font-size: 6rem;
    }
    .content-bg-intro p {
        font-size: 3rem;
    }
    .title {
        font-size: 6rem;
    }
    .bg-stru-ta table {
        font-size: 3rem;
    }
    .hotopic-content ul li {
        font-size: 3.5rem;
        height: 10rem;
    }
    .Related-meetings p {
        line-height: 2.0;
        font-size: 3.3rem;
        color: #010101;
    }
    .progress {
        height: 0.5em;
    }
    footer .media {
        display: none
    }
    footer .contact {
        width: 100%;
    }
    footer h3 {
        font-size: 4rem;
    }
    footer p {
        font-size: 3rem;
    }
    .contact-text {
        width: 56%;
        margin-left: 4%;
    }
    .contact-img {
        width: 25%;
        text-align: center;
        padding: 20px 0;
        margin-left: 4%;
    }
    .contact-img img {
        width: 100%;
    }
    .header-title .header-title-text p {
        font-size: 3.0rem;
    }
    .header-title-text .tim:first-of-type {
        display: none;
    }
    .header-title-text .tim:last-of-type {
        display: block;
    }
    .header-title .header-title-text .lang {
        right: 10%;
        top: 70%;
        font-size: 3.0rem;
    }
    .header-title .header-title-text .lang span {
        height: 4rem;
    }
    .government-text {
        left: 12%;
        top: 7%;
        width: 97%;
        max-width: 755px;
    }
    .government-title {
        font-size: 5.0rem;
        text-align: center;
    }
    .government-content {
        font-size: 3rem;
        margin-top: 0em;
    }
    .government .shadow {
        display: none;
    }
    .government-content ul>li {
        margin-top: 0em;
        text-align: center;
    }
    .sponsor-lf {
        width: 100%;
        height: auto;
    }
    .sponsor-rt {
        width: 100%;
    }
    .sponsor-title1 {
        font-size: 4rem;
        text-align: center;
    }
    .sponsor-lf-kind ul {
        overflow: hidden;
    }
    .sponsor-lf-kind ul li:hover {
        font-size: 3rem;
    }
    .sponsor-lf-kind ul li {
        font-size: 3rem;
        color: #000000;
        height: 6rem;
        cursor: pointer;
        float: left;
        width: 50%;
        text-align: center;
        text-indent: 0;
        line-height: 6rem;
    }
    .sponsor-lf-kind ul li.active {
        font-size: 3rem;
    }
    .sponsor-lf-kind-text h4 {
        font-size: 3rem;
    }
    .sponsor-lf-kind-text ul li {
        font-size: 2.5rem;
    }
    .sponsor-title2 {
        font-size: 4rem;
        border-bottom: 1px dotted #000000;
        text-align: center;
    }
    .sponsor-title3 {
        font-size: 3rem;
        border-bottom: 1px dotted #000000;
        text-align: center;
    }
    .sponsor-lf-kind-text ul li a {
        color: #333;
        font-size: 2.5rem;
    }

    .sponsor-title1, .sponsor-lf-kind-text {
        display: none;
    }
    .us-lf {
        width: 100%;
        height: auto;
    }
    .us-rt {
        width: 100%;
    }
    .us-title1 {
        font-size: 4rem;
        text-align: center;
    }
    .us-lf-kind ul {
        overflow: hidden;
    }
    .us-lf-kind ul li:hover {
        font-size: 3rem;
    }
    .us-lf-kind ul li {
        font-size: 3rem;
        color: #000000;
        height: 6rem;
        cursor: pointer;
        float: left;
        width: 50%;
        text-align: center;
        text-indent: 0;
        line-height: 6rem;
    }
    .us-lf-kind ul li.active {
        font-size: 3rem;
    }
    .us-lf-kind-text h4 {
        font-size: 3rem;
    }
    .us-lf-kind-text ul li {
        font-size: 2.5rem;
    }
    .us-title2 {
        font-size: 4rem;
        border-bottom: 1px dotted #000000;
        text-align: center;
    }
    .us-lf-kind-text ul li a {
        color: #333;
        font-size: 2.5rem;
    }

    .us-title1, .us-lf-kind-text {
        display: none;
    }
    .w1000{
        width: 100%;
    }
    .speaker-content, .sponsorship-content, .media-content, .evaluation-content {
        display: none;
    }
    .speaker-content-sm {
        display: block;
    }
    .banner {
        position: relative;
    }
    .evaluation-content-rt {
        padding: 0 80px;
    }
    .us-rt-kind-text h3 {
        font-size: 3rem;

    }
     
    .us-rt-kind-text p {
        margin-top: 10px;
        font-size: 2.5rem;
    }
    .government {

        height: 525px;
    }

}




@media (min-width: 992px) {
    .scale-text p:nth-of-type(2) {
        font-size: 48px;
    }
    .scale-text p:last-of-type {
        font-size: 24px;
    }
    .scale-text-bt {
        font-size: 16px;
    }
    .content-bg-intro{
        width: 66.5%;
    }
    .content-bg-img {
        width: 32.7%;
    }
    .content-bg-intro h3 {
        font-size: 3.6rem;
        line-height: 2.0;
        text-align: center;
    }
    .content-bg-intro p {
        font-size: 1.4rem;
        margin-top: 20px;
        line-height: 1.5;
    }
    .title {
        font-size: 3.6rem;
    }
    .bg-stru-ta table {
        font-size: 1.4rem;
    }
    .hotopic-content ul li {
        font-size: 1.4rem;
        height: 3.5rem;
    }
    .Related-meetings p {
        line-height: 25px;
        font-size: 1.4rem;
        color: #010101;
    }
    .progress {
        height: 0.2em;
    }
    footer .media {
        width: 100%;
        display: block
    }
    footer .contact {
        width: 100%;
    }
    footer h3 {
        font-size: 2.8rem;
        color: #ffffff;
        padding: 20px 0;
    }
    footer p {
        font-size: 1.6rem;
    }
    .contact-text {
        width: 56%;
        margin-left: 0;
    }
    .contact-img {
        width: 21%;
        text-align: center;
        padding: 20px 0;
    }
    .contact-img img {
        width: 65%;
    }
    .header-title .header-title-text p {
        font-size: 3.0rem;
    }
    .header-title-text .tim:first-of-type {
        display: block;
    }
    .header-title-text .tim:last-of-type {
        display: none;
    }
    .header-title .header-title-text .lang {
        right: 0;
        font-size: 1.2rem;
    }
    .header-title .header-title-text p {
        font-size: 1.333333rem;
    }
    .header-title .header-title-text .lang span {
        height: 1.5833rem;
    }
    .government-text {
        left: 49%;
        top: 10%;
        width: 35%;
        max-width: 335px;
    }
    .government-title {
        font-size: 3.0rem;
        text-align: left;
    }
    .government-content {
        font-size: 1.4rem;
        margin-top: 2em;
    }
    .government .shadow {
        display: block;
    }
    .government-content ul>li {
        margin-top: 0.5em;
        text-align: left;
    }
    .sponsor-lf {
        width: 18%;
        height: 735px;
    }
    .sponsor-rt {
        width: 75%;
    }
    .sponsor-title1 {
        font-size: 2.2rem;
        display: block;
        color: #ff630e;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #a6a6a6;
    }
    .sponsor-lf-kind-text ul {
        padding-left: 2em;
    }
    .sponsor-lf-kind-text ul li {
        list-style: initial;
        list-style-image: url(../img/piont.png);
        line-height: 1.5;
    }
    .sponsor-lf-kind-text ul li a {
        color: #333;
        font-size: 1.2rem;
    }
    .sponsor-lf-kind {
        padding: 3em 0;
        border-bottom: 1px solid #a6a6a6;
    }
    .sponsor-lf-kind ul li {
        font-size: 1.2rem;
        color: #000000;
        line-height: 3.0;
        height: 3rem;
        text-indent: 2em;
        cursor: pointer;
        width: 100%;
        text-align: left;
    }
    .sponsor-lf-kind ul li:hover {
        font-size: 1.4rem;
        color: #ffffff;
        background: #ff630e;
    }
    .sponsor-lf-kind ul li.active {
        font-size: 1.4rem;
        color: #ffffff;
        background: #ff630e;
    }
    .sponsor-title2 {
        font-size: 2.8rem;
        color: #ff630e;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #a6a6a6;
    }
    .sponsor-title3 {
        font-size: 2rem;
        color: #ff630e;
        border-bottom: 1px dotted #000000;
        text-align: center;
    }
    .sponsor-lf-kind-text h4 {
        font-weight: bold;
        font-size: 1.3rem;
        padding: 1em 0;
    }
    .sponsor-lf-kind-text h4 a {
        color: #000000;
    }
    .sponsor-rt-kind-text {
        font-size: 3.6rem;
        padding: 20px;
    }
    .sponsor-lf-kind-text ul li a {
        color: #333;
        font-size: 1.2rem;
    }


    .us-lf {
        width: 18%;
        height: 735px;
    }
    .us-rt {
        width: 75%;
    }
    .us-title1 {
        font-size: 2.2rem;
        color: #ff630e;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #a6a6a6;
    }
    .us-lf-kind-text ul {
        padding-left: 2em;
    }
    .us-lf-kind-text ul li {
        list-style: initial;
        list-style-image: url(../img/piont.png);
        line-height: 1.5;
    }
    .us-lf-kind-text ul li a {
        color: #333;
        font-size: 1.2rem;
    }
    .us-lf-kind {
        padding: 3em 0;
        border-bottom: 1px solid #a6a6a6;
    }
    .us-lf-kind ul li {
        font-size: 1.2rem;
        color: #000000;
        line-height: 3.0;
        height: 3rem;
        text-indent: 2em;
        cursor: pointer;
        width: 100%;
        text-align: left;
    }
    .us-lf-kind ul li:hover {
        font-size: 1.4rem;
        color: #ffffff;
        background: #ff630e;
    }
    .us-lf-kind ul li.active {
        font-size: 1.4rem;
        color: #ffffff;
        background: #ff630e;
    }
    .us-title2 {
        font-size: 2.8rem;
        color: #ff630e;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #a6a6a6;
    }
    .us-lf-kind-text h4 {
        font-weight: bold;
        font-size: 1.3rem;
        padding: 1em 0;
    }
    .us-lf-kind-text h4 a {
        color: #000000;
    }
    .us-rt-kind-text {
        font-size: 3.6rem;
        padding: 20px;
    }
    .us-lf-kind-text ul li a {
        color: #333;
        font-size: 1.2rem;
    }
    .evaluation-item p {
        margin-top: 10px;
        font-size: 1.4rem;
    }
    .speaker-content, .sponsorship-content, .media-content, .evaluation-content {
        display: block;
    }
    .speaker-content-sm {
        display: none;
    }
    .w1000 {
        width: 1000px;

    }
    .sponsor-lf-kind-text ul li {
        font-size: 1.2rem;
    }
    .us-rt-kind-text h3 {
        font-size: 2.2rem;
        color: #ff630e;
        padding-bottom: 5px;
        border-bottom: 2px solid #a9a9a9;
    }
    
    
    .us-rt-kind-text p {
        margin-top: 10px;
        font-size: 1.4rem;
    }
    .government {

        height: 388px;
    }
    .sponsor-rt-kind-text p {
        font-size:1.4rem;
    }
}