@font-face {
    font-family: Chapaza_Regular;
    src: url('../font/Chapaza_Regular.TTF');
}
@font-face {
    font-family: Roboto-Condensed;
    src: url('../font/Roboto-Condensed.ttf');
}
@font-face {
    font-family: Roboto-Regular;
    src: url('../font/Roboto-Regular.ttf');
}
@font-face {
    font-family: Roboto-Light;
    src: url('../font/Roboto-Light.ttf');
}
@font-face {
    font-family: Roboto-Bold;
    src: url('../font/Roboto-Bold.ttf');
}
@font-face {
    font-family: SourceHanSansCN-Regular;
    src: url('../font/SourceHanSansCN-Regular.otf');
}

html,body{
    padding: 0;
    margin: 0;
    overflow: auto;
    overflow-x:hidden;
    height: 100%;
}
.logo{
    cursor: pointer;
}
.picture{
    display: flex;
    justify-content: center;
    align-items: center;
}

body::-webkit-scrollbar {display:none}
.box{
    height: calc(100% - 300px);
}
ul li{
    list-style: none;
}
a:link,a:visited {
    text-decoration: none;
}
/* header */

/* sideBtn */
.head{
    height: 120px;
}
.head > div {

}
.head .items{
    background-color: #0B68D8;
    height:120px;
    font-family: Chapaza_Regular;
    width: 344px;
}
.head .items .logo{
    font-size: 42px;
    color: #FFFFFF;
    padding:15px 0 0 30px;
    line-height: 48px;
}
.head .items .navPic{
    height: 100%;
    cursor: pointer;
    padding-top: 50px;
}

/*nav-menu*/
.head .menu{
    z-index: 10;
    position: relative;
    padding: 0;
    background-color: #D0E1F4;
    width: 344px;
}
.head .menu ul li a{
    line-height: 43px;
    font-size: 14px;
    font-family: Roboto-Regular;
    cursor: pointer;
    color: #333;
}
.head .menu ul li a:hover{
    color: #0B68D8;
}
.head .menu ul .first{
    line-height: 80px;
    font-size: 32px;
    font-family: Roboto-Condensed;
}
.head .menu ul .first:hover{
    color: #333;
}
.head .menu ul li .active{
    color: #0B68D8;
}
/* nav */
.head .nav > ul{
    display: block;
    float: right;
}
.head .nav > ul > li {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 120px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.head .nav > ul > li > a{
    list-style: none;
    color: #333;
}
.head .nav > ul > li > a:hover{
    color: #0B68D8;
}
.head .nav > ul > li .active{
    color: #0B68D8;
}

/*title*/
.title{
    background-color: #EEEEEE;
    color: #1A1A1A;
    font-family:Roboto-Bold;
    font-size: 70px;
}
.title .col-xs-12{
    margin-left: 10px;
    line-height: 74px;
    padding: 30px 15px 30px 15px;
}

/*text*/
.text{
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
}
.text .col-xs-12:first-child{
    color: #1A1A1A;
    font-size: 18px;
    font-family:Roboto-Light;
    padding-bottom: 30px;
    margin-left: 10px;
}
.text .col-xs-3 img{
    width: 100%;
    height: 100%;
    margin-left: 10px;
}
.text .col-xs-3 p{
    padding-left: 10px;
    font-family: SourceHanSansCN-Regular;
}
.text ul{
    padding-left: 20px;
    line-height: 24px;
}
.text ul li{
    margin-bottom: 30px;
    color: #1A1A1A;
    font-size: 14px;
    text-align:justify;
    font-family: SourceHanSansCN-Regular;
}
.text ul li span{
    color: #006ABE;
}
.text ul li h5{
    font-weight: bold;
    font-size: 16px;
}
.text ul li ul{
    margin-left: -20px;
}
.text ul li ul li{
    color: #006ABE;
    list-style: disc;
    display: list-item;
    margin-bottom: 0;
}
.text ul li ul li span{
    color: #1A1A1A;
}
.text ul li a{
    color: #006ABE;
    cursor: pointer;
    text-decoration: underline;
}
.text ul li > ol{
    padding: 0;
    margin-bottom: 30px;
}
.text ul li > ol > li{
    padding: 0;
    margin: 0;
}
.text ul li > ol > li > div{
    padding: 0;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
}

/*base sponsor*/
.sponsor .picture{
    padding: 40px 10px 100px 15px;
}
.sponsor .picture div{
    padding: 0 10px 0 0;
}
.sponsor .picture img{
    width: 100%;
    cursor: pointer;
}

/*bottom*/
.bottom{
    width: 100%;
    float: left;
    position: relative;
}
.bottom .col-xs-12{
    padding: 0;
}
.bottom .shareShow{
    position: absolute;
    margin-top: -82px;
    height: 80px;
    background-color: #EEEEEE;
    padding-top: 18px;
}
.bottom .shareShow img{
    margin:0 10px 0 10px;
}

.bottom .topShare{
    font-family: Roboto-Condensed;
    font-size: 18px;
    height: 80px;
}
.bottom .topShare .col-xs-6{
    padding: 0;
    background: white;
}
.bottom .topShare .top{
    height: 100px;
    background-color: #EEEEEE;
    margin: 0 1px 0 0;
}
.bottom .topShare .top a{
    float: right;
    color: #1A1A1A;
    margin: 8px 25px 0 0;
    width: 50px;
    text-align: center;
}
.bottom .topShare .share{
    height: 100px;
    background-color: #EEEEEE;
    margin: 0 0 0 1px;
}
.bottom .topShare .share div{
    float: left;
    color: #1A1A1A;
    margin: 8px 0 0 25px;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.bottom .foot{
    background-color: #0E202B;
    height: 220px;
    font-family: Chapaza_Regular;
    color: #FFFFFF;
}
.bottom .foot .logo{
    font-size: 46px;
    line-height: 45px;
    padding-top: 70px;
    padding-left: 70px;
    padding-right:50px;
    float: left;
}
.bottom .foot .brand{
    font-size: 18px;
    padding-top: 87px;
}


@media only screen and (max-width: 1200px) {
    /*navMenu*/
    .head .items{
        width: 280px;
    }
    .head .items .logo{
        font-size: 34px;
    }

    /*nav*/
    .head .nav > ul > li {
        margin-left: 14px;
        margin-right: 14px;
    }
}
@media only screen and (max-width: 992px) {
    /*nav*/
    .head .nav{
        display: none;
    }


    /*bottom*/
    /*.bottom{*/
        /*position: relative;*/
        /*margin-bottom: 0;*/
        /*bottom: 0;*/
    /*}*/

}

/* share */
.share {
    cursor: pointer;
}