html { font-size:10px; }
@media(max-width:540px){ html { font-size:9.4375px; } } /*Android常用宽度*/
@media(max-width:540px){ html { font-size:9.4375px; } } /*Android常用宽度*/
@media(max-width:480px){ html { font-size:8.5px; } }		/*Android常用宽度*/
@media(max-width:414px){ html { font-size:7.469px; } }  /*i6Plus,i7Plus宽度*/  
@media(max-width:375px){ html { font-size:6.859px; } }	/*i6,i7宽度*/
@media(max-width:360px){ html { font-size:6.625px; } }	/*Android常用宽度*/
@media(max-width:320px){ html { font-size:6px; } }		/*i5宽度*/
body{
    padding: 0;
    margin: 0;
    border: 0;
    background: #00001a;
    color: #fff;
}
body h1,body h2,body h3,body h4,body h5,body h6,body p,body a{
    color: #fff;
    margin: 0;
    padding: 0;
}
.col-xs-4{
    padding-left: 10px;
    padding-right: 10px;
}
body a:hover,body a:focus{
    text-decoration: none;
}
nav.navbar-default{
    padding: 0 2% 0 4%;
    background: #1d8ec2;
    border: none;
    background: -webkit-linear-gradient(#1d8ec2, #00003a); /* Safari 5.1 - 6.0 */
         background: -o-linear-gradient(#1d8ec2, #00003a); /* Opera 11.1 - 12.0 */
       background: -moz-linear-gradient(#1d8ec2, #00003a); /* Firefox 3.6 - 15 */
            background: linear-gradient(#1d8ec2, #00003a); /* 标准的语法 */
}
nav .navbar-brand{
    padding: 15px 0;
    width: 140px;
}
nav .navbar-brand > img{
    width: 100%;
    display: inline-block;
}
nav.navbar-default .navbar-toggle{
    cursor: pointer;
}
nav.navbar-default .navbar-toggle:focus{
 background: transparent;
}
nav.navbar-default .navbar-collapse{
    border:none;
}
nav.navbar-default .navbar-collapse::-webkit-scrollbar {
    display: none;
}
nav.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
nav.navbar-default .navbar-nav > li > a,
nav.navbar-default .navbar-nav > li > a:hover,
nav.navbar-default .navbar-nav > li > a:focus,
nav.navbar-default .navbar-nav > .active > a,
nav.navbar-default .navbar-nav > .active > a:hover,
nav.navbar-default .navbar-nav > .active > a:focus{
    color: #fff;
    background: transparent;
    font-size: 1.6rem;
}
@media (min-width: 768px) {
    nav .navbar-nav{
        float: right;
    }
}
.container{
    margin: 60px auto 0;
}
.banner{
    padding:0;
    margin-bottom: 40px;
    position: relative;
}
.banner img{
    width: 100%;
}
.banner h2{
    position: absolute;
    left: 4.6%;
    font-size: 2.4rem;
    top: 66%;
}
.title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.title h2{
    font-size: 3.4rem;
    margin-left: 10px;
}
.title h2 span{
    font-size: 2rem;
    color: #f8b62d;
}
.content{
    padding: 40px 70px 0;
}
/*大会概况*/
.introduction .content p{
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 26px;
}
.introduction .content p span{
    color: #f8b62d;
}
.introduction .content p:first-child{
    margin-bottom: 40px;
}
.introduction .content h3{
    font-size: 3rem;
    color: #2e99e6;
    font-weight: 600;
    margin: 60px 0 30px;
}

/*组织架构*/
.organization .content{
    text-align: center;
    padding: 20px;
}
.organization .content h3{
    font-size: 2.6rem;
    font-weight: 600;
    color: #f8b62d;
    margin: 0 0 20px;
}
.organization .content h3:nth-child(3){
    margin: 40px 0 20px;
}

/*出席人员*/
.guest-bg{
    width: 100%;
    position: relative;
}
.guest-bg img{
    position: absolute;
    right:0;
    top: -160px;
    z-index: -1;
    width: 50%;
}
.guest .content p{
    background: url(../images/circle.png) no-repeat left center;
    font-size: 2rem;
    padding: 0 0 6px 30px;
    margin-top: 20px;
}
.guest .content p span{
    font-weight: 600;
    color: #f8b62d;
}
.guest .content div{
    text-align: center;
}
.guest .content div img{
    width: 100%;
    max-width: 210px;
}
.guest .content h6{
    font-size: 1.6rem;
    margin-top: 0;
}
.guest .col-xs-4{
    margin-top: 6%;
}
.guest .content h6 span{
    display: inline-block;
}
.guest .content .absolute h6:last-child{
    overflow: unset;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
}
.guest .content .absolute h6:last-child span{
    white-space: nowrap;
}

/*大会亮点*/
.highlights h2 span{
    font-size: 1.6rem;
    color: #f8b62d;
    display: inline-block;
    margin-left: 10px;
}
.highlights .content{
    padding: 0 70px;
}
.highlights .content .lightbg{
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 34px;
}
.lightbg img{
    width: 100%;
}
.lightbg h3{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    top: 7%;
    left: 0;
    color: white;
}
.lightbg div{
    position: absolute;
    text-align: left;
    padding: 10px 0;
    width: 76%;
    left: 10%;
    font-size: 1.8rem;
    line-height: 26px;
    top: 60%;
            transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
         -ms-transform:translateY(-50%);
        -moz-transform:translateY(-50%);
          -o-transform:translateY(-50%);
}
.lightbg:nth-child(2) div{
    top: 58%;
}
.lightbg:nth-child(3) h3{
    top: 9%;
}
.lightbg:nth-child(4) h3{
    top: 11%;
}
.lightbg:nth-child(3) div{
    top: 60%;
}
.lightbg div p{
    margin-bottom: 10px;
}
/*大会议程*/
.agende .content{
    padding: 20px 0 0;
}
.agende .content h2{
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 1rem;
}
.agende table tbody tr td{
    padding: 14px;
    vertical-align: middle;
    text-align: center;
}
.agende table tbody tr td:last-child{
    text-align: left;
}
.agende-bg{
    width: 100%;
    position: relative;
}
.agende-bg img{
    position: absolute;
    left:0;
    bottom: -156px;
    z-index: -1;
    width: 34%;
}
/*场地信息*/
.address .content{
    width: 88%;
    margin: 30px auto 0;
    height: auto;
    background: #1c62e5;
    border-radius: 10px;
    padding: 10px 0;
}
.address .content .left{
    height: 100%;
    padding: 10px 0 0 20px;
}
.left p{
    font-size: 1.6rem;
    margin-bottom: 40px;
    line-height: 30px;
}
.left p:last-child{
    margin-bottom: 0;
}
.left p span{
    font-weight: bold;
    font-size: 1.8rem;
}
.right div{
    height: 400px;
}
.right button{
    display: none;
    position: absolute;
    bottom: 6px;
    right: 20px;
    background: #1c62e5;
}
.right .map-pc{
    position: absolute;
    bottom: 6px;
    right: 20px;
    background: #1c62e5;
    display: block;
}
/*合作伙伴*/
.cooperation .content{
    text-align: center;
    padding-top:20px;
}
.cooperation .content h3{
    font-size: 2.6rem;
    font-weight: bold;
    margin: 14px 0;
}

.cooperation .content div{
    margin-top: 10px;
    margin-bottom: 10px;
}
.cooperation .content img{
    width: 100%;
    max-width: 120px;
}
.cooperation .content .col-xs-1-8{
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.cooperation .content .col-xs-1-8 {
    width: 12.5%;
    float: left;
}
@media (min-width: 992px){
    .cooperation .content .col-md-2:nth-child(2){
        margin-left: 8.3%;
    }
}
@media (min-width: 1200px) {
    .cooperation .content .col-lg-1-8 {
        width: 12.5%;
        float: left;
    }
    .cooperation .content .col-lg-1-8:nth-child(2){
        margin-left: 19%;
    }
}


/*联系我们*/
.consultation .content>div{
    display: flex;
    align-items: center;
}
.consultation .content div p{
    font-size: 2.4rem;
    margin: 10px 0 20px 20px;
}
/*峰会答疑*/
.faq .content{
    padding: 20px 0 0;
}
.faq .content div{
    margin-bottom: 20px;
}
.faq .content div h3{
    font-size: 1.8rem;
    color: #2e99e6;
    line-height: 34px;
}
.faq .content div p{
    font-size: 1.4rem;
    line-height: 24px;
}
/*峰会回顾*/
.review{
    margin: 0 auto;
}
.review .content div{
    margin-bottom: 20px;
    text-align: center;
}
.review .content div img{
    width: 100%;
    max-width: 920px;
}
/*右侧悬浮*/
.fixed-right{
    position: fixed;
    right: -34px;
    top: 35%;
}
.fixed-right img{
    width: 60%;
    display: block;
}
/*地图*/
body.over{
    height: 100%;
    overflow: hidden;
}
.mapbg{
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
}
.mapbg .mapTab{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.mapTab a{
    width: 100%;
    font-size: 2.8rem;
    padding: 12px 0;
    color: #000;
    background: #fff;
    display: block;
    border-bottom: 1px solid #eee;
}
.mapTab .cancel{
    border: none;
}
@media (max-width:768px ){
    .right button{
        display: block;
    }
    .right .map-pc{
        display: none;
    }
}
@media (max-width: 1166px) and (min-width:768px ) {
    body nav .navbar-nav{
        max-width: 80%;
    }
    nav .navbar-brand{
        padding: 30px 0;
    }

}
@media (max-width: 1200px) and (min-width:999px ){
    .lightbg div{
        font-size: 1.6rem;
        line-height: 20px;
    }
}
@media (max-width: 768px) and (min-width: 400px){
    .title img{
        width: 40px;
    }
    .content{
        padding: 20px 50px;
    }
    .left p:last-child{
        margin-bottom: 20px;
    }
    .consultation .content>div{
        margin-top: 30px;
    }
}
@media (max-width: 570px) and (min-width: 400px){
    .container{
        margin: 30px auto 0;
    }
    .content{
        padding: 20px 0;
    }
    .highlights{
        margin-top: 10px;
    }
    .highlights .content{
        padding: 0;
    }
    .lightbg div{
        line-height:20px;
        left: 12%;
    }
    .lightbg div p{
        margin-bottom: 4px;
    }
    .guest .col-xs-4{
        margin-top: 6%;
    }
    .address .content{
        width: 100%;
    }
    .cooperation{
        margin: 40px auto 0;
    }
}
@media (max-width: 399px) {
    .content{
        padding: 20px 0;
    }
    .container{
        margin: 20px auto 0;
    }
    .right div{
        height: 340px;
    }
    .title img{
        width: 26px;
    }
    .introduction .content h3{
        margin: 30px 0;
    }
    .introduction .content p{
        line-height: 22px;
    }
    .introduction .content p:first-child{
        margin-bottom: 20px;
    }
    .agende table tbody tr td{
        padding: 14px 4px;
    }
    .guest .content p{
        margin-bottom: 10px;
    }
    .guest .col-xs-4{
        margin-top: 6%;
    }
    .left p:last-child{
        margin-bottom: 20px;
    }
    .cooperation{
        margin: 40px auto 0;
    }
    .consultation .content>div{
        margin-top: 30px;
    }
    .consultation .content div p{
        margin: 10px 0 20px 10px;
    }
    .faq .content div h3{
        line-height: 26px;
    }
    .highlights{
        margin-top: 10px;
    }
    .highlights .content{
        padding: 0;
    }
    .lightbg h3{
        top: 6%;
    }
    .lightbg div{
        line-height: 16px;
        left: 12%;
    }
    .lightbg div p{
        margin-bottom: 4px;
    }
    .address .content{
        width: 100%;
    }
}

.map-msg{
    margin: 0;
}
.map-msg >dt{
    font-size: 2.2rem;
    color: rgb(253,194,71);
}
.map-msg>dd{

    font-size: 1.6rem;
}

.map-msg >dt,.map-msg>dd{
    margin-top: 10px;
    margin-bottom: 10px
}

.confirm{
    position: relative;
}

.confirm::after{
    content: '已确定';
    width: 4rem;
    border: 1px solid #2e99e6;
    position: absolute;
    bottom: 0;
    background-color: #00001a;
    left: 45%;
            transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
         -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
          -o-transform:translateX(-50%);
}
@media (max-width: 768px){
    .confirm::after{
        left: 50%;
    }
}