/* 
 * 1. Google Font
 */
/*@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);*/
/* 
 * 2.0 Global Style
 */
html {
    font-family: '微软雅黑', Arial, sans-serif;
    font-size: 16px;
}

body {
    color: #000;
    font-family: '微软雅黑', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
body{
   /* max-width: 1920px;
    min-width: 1270px;*/
    margin:0 auto;
}
a {
    color: #000;
}

a:focus {
    outline: none;
}

.custom-list-icon, .list-arrow-right {
    list-style-type: none;
    padding: 0;
}

.custom-list-icon li, .list-arrow-right li {
    position: relative;
    padding-left: 20px;
}

.custom-list-icon li::before, .list-arrow-right li::before {
    position: absolute;
    left: 0;
    color: #4e4e4e;
    font-family: "Ionicons";
}

.social-block {
    list-style-type: none;
    padding: 0;
}

.social-block li {
    display: inline-block;
}

.social-block li a {
    display: inline-block;
    height: 32px;
    width: 32px;
    color: #4e4e4e;
}

.social-block li a i {
    font-size: 1.5em;
}

.social-block li a:hover, .social-block li a:focus {
    color: #000;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn {
    border: 0;
    border-radius: 0;
    padding: 6px 28px;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

.btn:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 48px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.6;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ccc;
    background-color: #f8f8f8;
}

.valign-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section {
    padding: 70px 0;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.section-title {
    color: #313131;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-transform: uppercase;
    text-align: center;
}

.section p {
    text-align: justify;
    text-indent: 2em;
}

/*
 * 3.0 Helper Class
 */
/* 
 * 3.1 Helper Class: font-weight
 */
.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-700 {
    font-weight: 700;
}

/* 
 * 3.2 Helper Class: margin
 */
.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.mt20 {
    margin-top: 20px;
}

/* 
 * 3.3 Helper Class: list
 */
.list-arrow-right li::before {
    content: "\f3d3";
}

/* 
 * 3.4 Helper Class: button
 */
.btn-white {
    color: #000;
    background-color: #fff;
}

.btn-white:hover, .btn-white:focus {
    color: #000;
    background-color: #fff;
}

.btn-black {
    color: #fff;
    background-color: #000;
}

.btn-black:hover, .btn-black:focus {
    color: #fff;
    background-color: #000;
}

/* 
 * 3.5 Helper Class: background
 */
.bg-image, .bg-image-1, .bg-image-2 {
    position: relative;
}

.bg-image::before, .bg-image-1::before, .bg-image-2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*.bg-image-1 {
    background: url(../images/backgrounds/bg-1.jpg) no-repeat center center/cover;
}*/

.bg-image-1::before {
    background-color: rgba(0, 0, 0, 0.7);
}

/*.bg-image-2 {
    background: url(../images/backgrounds/bg-2.jpg) no-repeat center bottom/cover;
}*/

.bg-image-2::before {
    background-color: rgba(0, 0, 0, 0.7);
}

/*倒计时*/
.countdown {
    width: 100%;
    /*background-color: #f9f9f9;*/
    /*position: relative;*/
    padding:100px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
    text-align: center;
}

/*倒计时*/

.countdown .time_down {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.countdown .time_down dd {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .4);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0 5px;
}

.countdown .time_down .time {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial;
    margin-top: 18px;
}

.countdown .time_down .tit {
    color: #fff;
    font-size: 14px;
}

/*四个块*/
.way_box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    /*height:100px;*/
    z-index: 9;
    height: 120px;
    line-height:120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.way_box .iconbox {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.way_box .iconbox i {
    display: block;
}

.way_box .item {
    padding: 0 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 30px;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 25%;
    height: 100%;
    float: left;
}

.way_box .item:hover {
    cursor: pointer;
    opacity: 0.8;
}

.way_box .item .icon_img {
    display: inline-block;
    vertical-align: sub;
    width: 44px;
    height: 44px;
    background: url("../images/we/1.png") no-repeat center/contain;
    margin-right: 2px;
    position: relative;
    top: 2px;
}

.way_box .item .icon_img.two {
    width: 38px;
    top: 5px;
    background-image: url("../images/we/2.png");
}

.way_box .item .icon_img.three {
    top: 3px;
    background-image: url("../images/we/3.png");
}

.way_box .item .icon_img.four {
    top: 4px;
    background-image: url("../images/we/4.png");
}

.way_box .item .icon_img.five {
    width: 38px;
    top: 5px;
    background-image: url("../images/we/2.png");
}

.way_box .item p {
    font-size: 12px;
    margin-top: 6px;
}

/*大会简介*/

/*日程*/

.richeng img {
    max-width: 100%;
}

/*二级*/
.banner {
    height: 400px;
    background: url("../images/backgrounds/header1.jpg") bottom center/cover no-repeat;
    position: relative;
}

.banner img {
    display: block;
    margin: 160px auto 0;
    width: 70%;

}

@media (min-width: 768px) {

    .section {
        padding: 90px 0;
    }

    .section-title {
        color: #313131;
        letter-spacing: 1px;
        margin: 0 0 60px;
        text-transform: uppercase;
        text-align: left;
    }
}

/*
 * 4.0 Navigation
 */
.navbar-custom {
    border: 0;
    margin: 0;
    padding:15px 0;
    /*background-color: #000;*/
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    background-color: #15244d;
}

.navbar-custom .logo img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 45px;
}

.navbar-custom .navbar-nav li {
    margin: 0;
}

.navbar-custom .navbar-nav li h3 a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding-left: 6px;
    padding-right: 6px;
}
.navbar-custom .navbar-nav li:last-of-type h3 a{
    padding-right:0;
}
.navbar-custom .navbar-nav li a:focus, .navbar-custom .navbar-nav li > h3 a:hover {
    background-color: transparent;
    font-weight: 700;
}

.navbar-custom .navbar-nav .active h3 a {
    font-weight: 700;
}

.navbar-toggle {
    border: 0;
    border-radius: 0;
    /*margin-top: 2px;*/
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-solid {
    background-color: #15244d !important;
    padding: 0 !important;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.navbar-solid .logo img {
    height: 45px;
}

.navbar-solid .nav{
    margin-top:2px;
}
.navbar-custom .navbar-nav .active .sub {
    display: block;
}

/*导航*/

.nav {
    zoom: 1;
    position: relative;
    z-index: 99999;
}

.nav li {
    position: relative;
    float: left;
}

.nav li h3 {
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.nav li h3 .sub-arrow{
    width:10px;
    height: 6px;
    margin-left: 5px;
    display: inline-block;
    background: url("../images/arrow_down.png") center no-repeat;
    background-size: cover;
    position: relative;
    top: -1px;
    display: none;
}
.nav li a, .nav li a:link, .nav li a:visited {
    color: #fff;
    display: block;
}

.nav .sub {
    display: none;
    left: 50%;
    top: 50px;
    margin-left: -75px;
    position: absolute;
    line-height: 50px;
    z-index: 999999;
    min-width: 150px;
    background-color: rgba(23, 45, 152, .9);
    font-size: 14px;
}

.nav .sub p {
    zoom: 1;
    white-space: nowrap;
    text-align: center;
    padding: 0 15px;
}

.nav .sub p a {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.nav .sub p:first-of-type a {
    border-top: none;
}

.nav .sub:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 75px;
    margin-left: -7px;
    background: url("../images/arrow_top.png") no-repeat;
    width: 15px;
    height: 8px;
}

/*.nav .sub a,.nav .sub a:link,.nav .sub a:visited{ display:block; padding:0 20px;font-weight: normal;min-width: 130px; }*/
.nav .sub a:hover, .nav .sub a:active {
    text-decoration: none;
}

.nav .sub p:hover {
    background-color: rgba(0, 0, 0, .2);
}

.site-branding {
    float: left;
    margin-top: 3px;
    margin-left: 10px;
}

.site-branding .logo {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;

}

.site-branding .logo:focus, .site-branding .logo:hover {
    text-decoration: none;
}

/* 
 * 5.0 Site Header
 */
.site-header {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    text-align: center;
    /*background:#002157 url(../images/backgrounds/header.jpg) no-repeat center -120px/cover;*/
    display: table;
}

.site-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.site-header .intro {
    color: #fff;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
    padding: 0 15px;
    top: 0;
}

.site-header .intro h2 {
    margin-top: 0px;
    font-size: 25px;
    font-weight: 300;
}

.site-header .intro h1 {
    margin-top: 0px;
    font-size: 70px;
}

.site-header .intro img {
    max-width: 100%;
    width: 60%;
}

.site-header .intro2 {
    vertical-align: middle;
    top: 20px;
}

#header li a .tkm_icon {
    position: absolute;
    bottom: 140px;
    right: 10px;
}

#header li a .tkm_icon img {
    width: 100px;
}

#header li a {
    display: block;
    width: 100%;
    min-height: 100vh;
    background-image: url('../images/backgrounds/header.jpg');
    background-size: cover;
    background-position: center;
    display: table;
}

#header {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

#header .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 130px;
    z-index: 1;
}

#header .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

#header .hd ul li {
    float: left;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

#header .hd ul li.on {
    background: #f00;
    color: #fff;
}

#header .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

/*
 * 6.0 Section
 */
/* 
 * 6.1 Section: About 
 */
.about .section-title {
    margin: 0 0 25px;
}

/*
 * 6.2 Section: Facts
 */
.facts i {
    color: #fff;
    font-size: 3em;
}

.facts h3 {
    color: #fff;
    text-align: center;
    font-weight: 400;
}

/* 
 * 6.3 Section: Speaker
 */
.speaker {
    text-align: center;
    color: #313131;
    text-transform: uppercase;
    margin: 25px 0;
}

.speaker h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.speaker p {
    margin-bottom: 5px;
}

.speaker img:hover {
    opacity: .7;
}

/* 
 * 6.4 Section: Registration & Pricing
 */
/* 
 * 6.5 Section: Contribution
 */
.contribution {
    text-align: center;
    color: #fff;
}

/* 
 * 6.6 Section: Schedule
 */
.schedule-box {
    position: relative;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    margin: 25px 0 0;
}

.schedule-box::before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid #fff;
}

/* 
 * 6.7 Section: Schedule
 */
.partner {
    background-color: #f8f8f8;
}

.partner .partner-box {
    display: block;
    opacity: 0.3;
    height: 150px;
    width: 150px;
    margin: 25px auto;
    -webkit-transition: 0.5s all linear;
    transition: 0.5s all linear;
}

.partner .partner-box:hover {
    opacity: 1;
}

/*.partner .partner-box-1 {
    background: url(../images/partner/partner-1.png) no-repeat center center/contain;
}

.partner .partner-box-2 {
    background: url(../images/partner/partner-2.png) no-repeat center center/contain;
}

.partner .partner-box-3 {
    background: url(../images/partner/partner-3.png) no-repeat center center/contain;
}

.partner .partner-box-4 {
    background: url(../images/partner/partner-4.png) no-repeat center center/contain;
}

.partner .partner-box-5 {
    background: url(../images/partner/partner-5.png) no-repeat center center/contain;
}

.partner .partner-box-6 {
    background: url(../images/partner/partner-6.png) no-repeat center center/contain;
}

.partner .partner-box-7 {
    background: url(../images/partner/partner-7.png) no-repeat center center/contain;
}

.partner .partner-box-8 {
    background: url(../images/partner/partner-8.png) no-repeat center center/contain;
}*/

/* 
 * 6.8 Section: FAQ
 */
.faq .panel-heading {
    cursor: pointer;
}

.faq .faq-toggle.collapsed::before {
    font-family: "Ionicons";
    content: "\f218";
    -webkit-transition: 0.5s linear ease-out;
    transition: 0.5s linear ease-out;
    position: absolute;
    left: 15px;
}

.faq .faq-toggle::before {
    position: absolute;
    left: 15px;
    font-family: "Ionicons";
    content: "\f209";
}

.faq .panel-group .panel + .panel {
    margin-top: 15px;
}

.faq .panel-default > .panel-heading {
    color: #FFF;
    background-color: #000000;
    border-color: #000;
    border-radius: 0;
    padding: 0;
}

.faq .panel-default > .panel-heading a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 15px 15px 15px 35px;
}

/* 
 * 6.9 Section: photos
 */
.grid {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.grid::after {
    content: '';
    display: block;
    clear: both;
}

.grid-item {
    float: left;
    overflow: hidden;
    padding: 3px;
    margin: 0;
    width: 100%;
}

.footer {
    color: #fff;
}

.footer .top {
    padding-top: 45px;
    padding-bottom: 40px;
    background-color: #112b75;
    text-align: center;
}

.footer .top h6 {
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
}

.footer .top p {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.9);
}

.footer .top .font_b {
    font-weight: bold;
}

.footer .top .tt {
    margin-bottom: 30px;
}

.footer .top .bb {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 34px;
}

.footer .top .bb dd > dl {
    float: left;
    width: 17%;
    text-align: left;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 20px;
}

.footer .top .bb dd > dl:first-of-type {
    border-left: none;
}

.footer .top .bb dd > dl:last-of-type {
    border-left: none;
}

.footer .top .bb dd > dl p {
    font-size: 12px;
}

.footer .top .bb .f_title {
    padding-left: 0;
}

.footer .top .bb .f_title h3 {
    font-size: 22px;
}

.footer .top .bb .f_title div {
    font-size: 12px;
    line-height: 24px;
    font-family: Arial;
    letter-spacing: 3px;
}

.footer .top .bb .f_title .xiushi {
    width: 46px;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 5px;
}

.footer .top .bb h5 {
    font-size: 15px;
    margin-bottom: 10px;
}

.footer .bottom {
    background-color: #15244d;
    text-align: center;
    font-size: 12px;
    padding: 17px 0;
    color: #f9f9fb;
}

@media (max-width: 1400px) {
    .countdown .time_down dd{
        width: 90px;
        height: 90px;
    }
    .richeng .title h2,
    .way_box .item,
    .countdown .time_down .time{
        font-size: 26px;
    }
    .countdown .time_down .tit{
        font-size: 12px;
    }
    .countdown{
        padding-top: 80px;
    }
    .way_box{
        height: 100px;
        line-height: 100px;
    }
    .way_box .item .icon_img{
        width: 38px;
        height: 38px;
    }
    .way_box .item .icon_img.two{
        width: 36px;
        top: 4px;
    }
}
@media (max-width: 1200px) {
    .site-header .intro img {
        width: 90%;
    }

    .site-header .intro2 {
        top: 100px;
    }
    .navbar-custom .navbar-nav li h3 a{
        font-size: 13px;
    }
    .nav{
        margin-top:0;
    }
    .way_box .item{
        font-size: 20px;
    }

}

@media (max-height: 900px) {
    .banner {
        height: 340px;
    }

    .banner img {
        margin-top: 150px;
        width: 70%;
    }
}

@media (max-height: 750px)and (min-width: 992px) {
    .countdown{
        padding-top: 45px;
    }
    .site-header .intro img{
        width:85%;
    }
    .countdown .time_down dd{
        width: 80px;
        height: 80px;

    }
    .way_box {
        height: 80px;
        line-height: 80px;
    }

    .site-header .intro img {
        width: 40%;
    }

    .site-header .intro {
        top: 10px;
    }


    .countdown .time_down .time {
        font-size: 24px;
        margin-top: 23px;
        line-height: 20px;
    }

}

@media (min-width: 768px) {
    .grid-item-sm-6 {
        width: 50%;
    }

    .grid-item-sm-3 {
        width: 25%;
    }

    .section-title {
        margin: 0 0 30px;
    }

    figure {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {

    .schedule-box {
        margin: 0;
    }

    .grid-item-md-6 {
        width: 50%;
    }

    .grid-item-md-3 {
        width: 25%;
    }
}

@media (max-width: 800px) {
    .footer .top .bb dd > dl {
        width: 20%;
    }
    .site-branding .logo img {
        height: 35px;
        margin-top:3px;
    }
    .site-branding{
        margin-left:0;
    }
    .footer .top .bb dd > dl:first-of-type {
        width: 100%;
        margin-bottom: 25px;
    }

    .footer .top .bb dd > dl:nth-of-type(2) {
        border-left: none;
        padding-left: 0;
    }
    .navbar-custom .navbar-nav li h3 a{
        font-size:10px;
    }
}

@media (max-width: 767px) {
    .site-branding{
        margin-left: 10px;
    }
    .navbar-custom .navbar-nav li {
        float: none;
    }

    .navbar-custom .navbar-nav ul {
        display: none;
        width: 30%;
        position: absolute;
        right: 15px;
        top: 50px;
        background-color: #ebebed;
    }

    .navbar-custom .navbar-nav ul li {
        float: none;
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .navbar-custom .navbar-nav li h3 {
        padding: 0 15px;
        text-align: left;
        height: 40px;
        line-height: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .navbar-custom .navbar-nav ul li.active a {
        color: #fff;
    }

    .navbar-custom .navbar-nav .sub {
        position: inherit;
        top: 0;
        left: 0;
        right: inherit;
        margin-left: 0;
        width: 100%;
    }

    .navbar-custom .navbar-nav .sub:before {
        display: none;
    }

    .navbar-custom .navbar-nav .sub p {
        padding: 0 35px;
        line-height: 35px;
        text-align: left;
    }

    #header li a {
        /*background-position: center -80px;*/
    }

    #header .hd {
        bottom: 100px;
    }

    .way_box .item{
        font-size: 18px;
        line-height: 20px;
        padding:10px 0px;
    }
    .richeng .title h2{
        font-size: 24px;
    }
    .way_box .iconbox{
        text-align: center;
    }
    .way_box .iconbox span{
        display: block;
        line-height: 16px;
        font-size: 12px;
    }
    .countdown .time_down .time{
        margin-top: 16px;
    }
    .way_box .item .icon_img{
        width: 30px;
        height: 30px;
        margin-right:0;
        margin-bottom: 10px;
    }
    .way_box .item .icon_img.two {
        width: 28px;
        top: 2px;
    }
    .way_box .item .icon_img.four{
        top: 2px;
    }
    .navbar-custom .navbar-nav li h3 a {
        padding-left: 5px;
        padding-right: 5px;
    }

}

@media (max-width: 600px) {
    .site-header .intro img {
        width: 80%;
    }

}

@media (max-width: 414px) {
    .subBox .left .first .title{
        padding:10px 20px 15px;
    }
    .subBox .left .first .title h2{
        font-size: 18px;
        line-height: 24px;
    }
    .subBox .sub_cont .content .tit{
        font-size: 20px;
        line-height: 30px;
    }
    .subBox .sub_cont .content .content-item p{
        font-size: 14px;
        line-height: 26px;
    }
    .navbar-custom{
        padding:10px 0;
    }
    .way_box {
        height: 100px;
        line-height: 100px;
    }
    .site-header .intro img{
        width:90%;
    }
    .countdown .time_down dd {
        width: 65px;
        height: 65px;
        margin: 0 3px;
    }

    .countdown .time_down .time {
        font-size: 20px;
        line-height: 18px;
        margin-top: 17px;
    }
    .way_box{
        height:auto;
        line-height:1em;
    }
    .richeng .title h2{
        font-size: 20px;
        line-height: 30px;
        padding: 0 10px;
    }
    .richeng .title p{
        font-size: 12px;
        padding-bottom: 16px;
    }

    .site-header .intro2 img {
        width: 100%;
    }

    .site-header .intro2 {
        top: 30px;
    }

    #header li a .tkm_icon {
        bottom: 110px;
    }

    #header li a .tkm_icon img {
        width: 90px;
    }

    .footer .top .bb dd > dl {
        width: 50%;
        margin-top: 20px;
        border-left: none;
        padding-left: 0;
    }

    .subBox .sub_cont .content .mess span {
        padding: 20px 0;
    }

    .banner {
        height: 180px;
    }

    .banner img {
        margin-top: 88px;
        width: 93%;
    }

    .way_box .iconbox {
        line-height: 30px;
    }

    .way_box {
        height: auto;
    }

    .clock {
        width: 80px;
        height: 80px;
        margin: 0 5px;
    }

    .clock .rotate {
        width: 80px;
        height: 80px;
    }

    .clock .bg, .clock .front {
        width: 40px;
        height: 80px;
    }

    .clock .bg {
        background-size: cover !important;
    }

    .clock .display {
        width: 80px;
        font-size: 18px;
        top: 20px;
    }

    .clock .date-word {
        width: 80px;
        top: 45px;
    }



    .site-branding .logo img {
        height: 40px;
        margin-top:0;
    }

    .site-branding{
        margin-top:0;
    }
    .navbar-solid {
        line-height: 50px;
    }

}

@media (max-width: 320px) {
    #header li a .tkm_icon {
        bottom: 70px;
    }

    #header li a .tkm_icon img {
        width: 50px;
    }

    .way_box .item {
        padding: 10px 0;
    }

    #header li a {
        /*background-position: center -50px;*/
    }

    #header .hd {
        bottom: 60px;
    }
    .countdown .time_down dd {
        width: 60px;
        height: 60px;
        margin: 0 3px;
    }

    .countdown .time_down .time {
        font-size: 18px;
        line-height: 15px;
        margin-top: 17px;
    }

}

/*
 * 7.0 Site-footer
 */

.site-footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.site-footer .site-info {
    font-weight: 400;
    margin-bottom: 10px;
}

.site-footer .site-info a {
    color: #fff;
}

.site-footer .social-block li a {
    color: #fff;
}

.site-footer .social-block li a:hover, .site-footer .social-block li a:focus {
    opacity: 0.8;
}

/*//立即注册*/
.ljzc{
    text-align: center;
    margin-bottom: 20px;
}
.ht_btn {
    display: inline-block;
    width: 198px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff !important;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #4862c4;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ht_btn:hover {
    background-color: #FF8607;
}



