html {
    overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
    font-family: "微软雅黑", Arial;
}

header,
section {
    width: 100%;
}

table {
    border-collapse: collapse;
}

a:focus {
    outline: none;
}

header {
    position: fixed;
    top:0;
    height: 74px;
    color: #ccc;
    z-index: 999;
}

header.fixed {
    height: 70px;
}

header .logo {
    position: fixed;
    height: 48px;
    top: 13px;
    left: 50px;
    width: 180px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

header .logo img{
    height: 100%;
}

header.fixed .logo {
    width: 180px;
    top: 11px;
}

header .words {
    display: block;
    position: fixed;
    top: 17px;
    left: 250px;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: normal;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

header.fixed .words {
    top: 13px;
    left: 230px;
}

header nav.menu {
    margin: 24px 0 0 110px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

header.fixed nav.menu {
    margin: 22px 0 0 85px;
}

header nav.menu ul li {
    margin: 0 12px;
    font-size: 20px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

header.fixed nav.menu ul li {
    margin: 0 10px;
    font-size: 18px;
}

header nav.menu ul li a {
    color: #ccc;
    letter-spacing: 2px;
    cursor: pointer;
}

header nav.menu ul.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

header nav.menu ul.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

header nav.menu ul li a:hover,

header nav.menu ul li.active a {
    color: #00dfb9;
    text-decoration: none;
}

header nav.menu .line {
    position: absolute;
    top: 0px;
    width: 0px;
    height: 3px;
    font-size: 3px;
    background-color: #00dfb9;
    display: none;
}

header .hotline {
    position: fixed;
    top: 24px;
    right: 215px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

header.fixed .hotline {
    top: 20px;
    right: 185px;
}

header .hotline span {
    position: fixed;
    color: #00dfb9;
    font-family: Arial;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 1px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

header.fixed .hotline span {
    font-size: 24px;
}

header .hotline i {
    position: fixed;
    top: 24px;
    right: 230px;
    display: block;
    width: 30px;
    text-decoration: none;
    font-size: 30px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

header.fixed .hotline i {
    top: 20px;
    right: 195px;
}

header .hotline a {
    color: #00dfb9;
}

header .menu-icon {
    position: fixed;
    top: 24px;
    right: 48px;
    font-size: 24px;
    color: #00dfb9;
    z-index: 99;
    display: none;
}

header.fixed .menu-icon {
    top: 18px;
}

header .menu-icon a {
    color: #00dfb9;
    text-decoration: none;
}

header .menu-icon span {
    margin-left: 15px;
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

header .menu-icon span.glyphicon-earphone {
    display: none;
}

header .menu-icon span:hover,
header .menu-icon span.active {
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

header.dark{
    background: #111;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

header .bg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 0px;
    background: #111;
    -moz-opacity: 0.6;
    opacity: 0.6;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

header.fixed .bg {
    height: 70px;
}

div.welcome {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/welcome.jpg) 30% 80%;
    background-color: White;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out .5s;
    -moz-transition: all .3s ease-in-out .5s;
    -ms-transition: all .3s ease-in-out .5s;
    -o-transition: all .3s ease-in-out .5s;
    transition: all .3s ease-in-out .5s;
    z-index: 999;
}

div.welcome p {
    display: block;
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 370px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-left: -185px;
    color: #2fd0b5;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
}

div.welcome p u {
    text-decoration: none;
}

.dock {
    position: fixed;
    right: 0px;
    width: 50px;
    -moz-opacity: 0.7;
    opacity: 0.7;
    z-index: 200;
}

.dock.close {
    z-index: 50;
}

.dock ul.icons {
    position: absolute;
    list-style: none;
    right: 0px;
    padding: 0px;
    width: 50px;
    text-align: center;
    border: 1px solid #333;
    border-right: none;
    background: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
    right: -70px;
}

.dock ul.icons li i {
    display: block;
    position: relative;
    width: 50px;
    margin: 12px 0;
    color: white;
    font-size: 30px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 210;
}

.dock ul.icons li.active i {
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.dock ul.icons li p {
    display: block;
    position: absolute;
    top: 50px;
    right: -260px;
    padding: 15px 20px;
    height: 150px;
    color: White;
    line-height: 30px;
    border: 1px solid #333;
    border-right: none;
    background-color: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease-in-out .1s;
    -moz-transition: all .4s ease-in-out .1s;
    -ms-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
    overflow: hidden;
    z-index: 201;
}

.dock ul.icons li.active p {
    right: 50px;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
    width: 150px;
}

.dock ul.icons li.im p {
    width: 150px;
}

.dock ul.icons li.form p {
    width: 150px;
}

.dock ul.icons li.im p a,.dock ul.icons li.form p a {
    display: block;
    margin-top: 12px;
    width: 100px;
    height: 35px;
    line-height: 32px;
    color: #00dfb9;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #00dfb9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
    color: White;
    background: #0f8773;
    border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
    width: 150px;
}

.dock ul.icons li.wechat p img {
    width: 144px;
    border: 2px solid White;
}

.dock a.switch {
    position: absolute;
    display: block;
    top: 290px;
    right: 11px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.dock a.switch i {
    font-size: 30px;
}

.contact a {
    color: #666;
    text-decoration: none;
}

.contact a.tel {
    display: block;
    height: 37px;
    text-decoration: none;
    background: url(../images/words.png) no-repeat 0px -877px;
}

.contact p {
    text-align: left;
    margin-top: 8px;
    color: #666;
    line-height: 26px;
}

.contact p.right {
    margin-top: 20px;
}

.contact p u {
    margin: 0 5px;
    text-decoration: none;
}

.contact p a.job {
    margin-left: 20px;
    color: #d00000;
    font-weight: bold;
}

.contact p a.job:hover {
    border-bottom: 1px solid #d00000;
}

.contact .below {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    width: 100%;
    border-top: 1px dotted #ccc;
}

.contact .below i {
    display: block;
    position: relative;
    top: 300px;
    margin: 0 auto;
    width: 424px;
    height: 86px;
    background: url(../images/words.png) no-repeat 0px -787px;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}

.contact.active .below i {
    top: 0px;
    -moz-opacity: 1;
    opacity: 1;
}


.section,.slide {
    text-align: center;
    background-position:center;
    background-size: cover
}

.main-width{
    width:1280px;
    margin: 0px auto 0px auto;
}
.section .main-width{
    margin-top: 60px;
}
@media only screen and (max-width: 1024px){
    .main-width{
        width: auto;
        padding: 10px;
    }
}

@media (max-width:1300px) {
    header .logo {
        top: 24px;
        left: 35px;
        width: 160px;
    }

    header .words {
        display: none;
    }

    header nav.menu {
        margin-left: -40px;
    }

    header.fixed nav.menu {
        margin-left: -55px;
    }

    header nav.menu ul li {
        margin: 0 8px;
    }

    header .hotline {
        right: 200px;
    }

    header.fixed .hotline {
        right: 170px;
    }

    header .hotline i {
        right: 215px;
    }

    header.fixed .hotline i {
        right: 180px;
    }
}

@media (max-width:1080px) {
    header .words {
        display: block;
        left: 220px;
    }

    header .hotline {
        right: 285px;
    }

    header.fixed .hotline {
        right: 255px;
    }

    header .hotline i {
        right: 300px;
    }

    header.fixed .hotline i {
        right: 265px;
    }

    header .menu-icon {
        display: block;
    }

    header nav.menu {
        position: fixed;
        width: 72px;
        top: 38px;
        right: -100px;
        margin: 0px;
        padding-top: 30px;
        border: 1px solid #000;
        border-top: 1px solid #00dfb9;
        border-right: none;
        background: #3a3a3a;
    }

    header.fixed nav.menu {
        top: 22px;
        margin: 0px;
    }

    header nav.menu.active {
        display: block;
        margin: 0px;
        right: 0px;
    }

    header nav.menu ul li,
    header.fixed nav.menu ul li {
        margin: 0px;
        margin-left: 5px;
        width: 73px;
        padding: 8px 0px;
        font-family: "宋体";
        font-size: 14px;
        text-align: center;
    }

    header nav.menu ul li.active {
        background: #111;
    }

    header nav.menu .line {
        -moz-opacity: 0;
        opacity: 0;
    }
}

@media (max-width:720px) {
    header {
        height: 60px;
    }

    header .logo,
    header.fixed .logo {
        top: 6px;
        left: 20px;
    }

    header .words {
        display: none;
    }

    header .menu-icon,
    header.fixed .menu-icon {
        top: 18px;
        right: 10px;
    }

    header nav.menu,
    header.fixed nav.menu {
        top: 22px;
        padding-top: 30px;
    }

    header nav.menu ul li,
    header.fixed nav.menu ul li {
        margin-left: 5px;
        padding: 5px 0px;
        font-size: 12px;
    }

    header .hotline,
    header.fixed .hotline {
        top: 21px;
        right: 218px;
    }

    header .hotline span {
        font-size: 20px;
    }

    header .hotline i,
    header.fixed .hotline i {
        top: 24px;
        right: 223px;
        width: 15px;
        height: 21px;
        background: url(../images/icons.png) no-repeat 0px -34px;
    }
}

@media (max-width:460px) {
    header {
        height: 60px;
    }

    header.fixed {
        height: 60px;
    }

    header .logo,
    header.fixed .logo {

    }

    header .menu-icon,
    header.fixed .menu-icon {
        top: 16px;
    }

    header .menu-icon span.glyphicon-earphone {
        display: inline;
    }

    header nav.menu,
    header.fixed nav.menu {
        top: 17px;
    }

    header .hotline,
    header.fixed .hotline {
        display: none;
    }

    header.fixed .bg {
        height: 60px;
    }
}

@media (max-height:310px) {

    header,
    header.fixed {
        display: none;
        height: 0px;
    }
}

@media (max-width:1280px) and (max-height:800px) {
    div.welcome {
        background: url(../images/welcome_h800.jpg) 30% 80%;
    }
}

@media (max-width:960px) and (max-height:600px) {
    div.welcome {
        background: url(../images/welcome_h600.jpg) 30% 80%;
    }
}

@media (max-width:800px),
(max-height:480px) {
    div.welcome p {
        width: 218px;
        padding-top: 190px;
        top: 50%;
        left: 50%;
        margin-top: -110px;
        margin-left: -109px;
    }
}

@media (max-height:260px) {
    div.welcome p {
        height: 158px;
        padding: 0px;
        margin-top: -79px;
    }

    div.welcome p u {
        display: none;
    }
}

@media (max-width:700px),(max-height:600px) {
    .dock {
        display: none;
    }
}

.main-timeline *:after, .main-timeline *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main-timeline{ position: relative; }
.main-timeline:before,
.main-timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline:before{
    content: "";
    width: 100%;
    height: 5px;
    background: #fff;
    margin: auto 0;
    position: absolute;
    top: 50%;
    left: 0;
}
.main-timeline .timeline{
    width: 22%;
    float: left;
    margin-left: 3%;
    text-align: left;
    position: relative;
}
.main-timeline .timeline:before{
    content: attr(data-heading);
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    transform: rotate(-90deg);
    position: absolute;
    top: 30px;
    left: -2px;
    z-index: 2;
}
.main-timeline .timeline:after{
    content: "";
    width: 5px;
    height: 60px;
    border-left: 9px dotted #fff;
    position: absolute;
    top: 54%;
    left: 71px;
}
.main-timeline .timeline-content{
    padding: 15px 0 40px 50px;
    margin-bottom: 80px;
    border-radius: 15px;
    border: 5px solid #fff;
    text-align: left;
    background: #f67420;
    z-index: 1;
    position: relative;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ background: #43a6ba; }
.main-timeline .timeline-content:before{
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #d66215;
    border-radius: 10px 0 0 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{ background: #1784ab; }
.main-timeline .timeline-content:after{
    content: "";
    width: 40px;
    height: 40px;
    background: #f67420;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    position: absolute;
    bottom: -23px;
    left: 50px;
    transform: rotate(45deg);
    z-index: -1;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{ background: #43a6ba; }
.main-timeline .description{
    font-size: 14px;
    color: #fff;
}
.main-timeline .read-more{
    display: inline-block;
    padding-right: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}
.main-timeline .read-more:before{
    /*content: "\f0da";
    font-family: 'FontAwesome';*/
    font-size: 24px;
    position: absolute;
    top: -6px;
    right: 0;
}
.main-timeline .subject{
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    background: #f67420;
    border-radius: 5px;
    border: 5px solid #fff;
    text-align: center;
    margin-left: 28px;
    transform: rotate(45deg);
    position: relative;
}
.main-timeline .timeline:nth-child(even) .subject{ background: #43a6ba; }
.main-timeline .subject span{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    transform: rotate(-45deg);
}
.main-timeline .timeline.bottom{ margin: -7.7% 0 0 7%;text-align: center; }
.main-timeline .timeline.bottom:nth-child(5n+1),
.main-timeline .timeline.bottom:last-child{ margin-left: 3%; }
.main-timeline .timeline.bottom:before{
    top: auto;
    bottom: 110px;
}
.main-timeline .timeline.bottom:after{
    top: auto;
    left: auto;
    bottom: 54%;
    right: 71px;
    border-color: #fff;
}
.main-timeline .timeline.bottom .timeline-content{
    margin: 80px 0 0 0;
    padding: 15px 0 40px 50px;
}
.main-timeline .timeline.bottom .timeline-content:after{
    border: none;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    bottom: auto;
    top: -23px;
    left: auto;
    right: 50px;
}
.main-timeline .timeline.bottom .subject{
    top: 4px;
    margin-left: 132px;
}
@media only screen and (max-width: 1199px){
    .main-timeline:before{
        width: 5px;
        height: 100%;
        top: 0;
        left: 5%;
    }
    .main-timeline .timeline,
    .main-timeline .timeline.bottom,
    .main-timeline .timeline.bottom:nth-child(5n+1),
    .main-timeline .timeline.bottom:last-child{
        width: 85%;
        float: none;
        margin: 0 0 20px 15%;
    }
    .main-timeline .timeline:after,
    .main-timeline .timeline.bottom:after{
        width: 60px;
        height: 5px;
        top: 50px;
        left: -58px;
        border-top: 9px dotted #fff;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline.bottom .timeline-content{ margin: 0; }
    .main-timeline .subject,
    .main-timeline .timeline.bottom .subject{
        width: 65px;
        height: 65px;
        line-height: 60px;
        margin: 0;
        position: absolute;
        top: 20px;
        left: -15.5%;
        z-index: 1;
    }
    .main-timeline .timeline .timeline-content:after{ display: none; }
    .main-timeline .timeline.bottom:before{
        bottom: auto;
        top: 30px;
        left: -2px;
    }
}
@media only screen and (max-width: 990px){
    .main-timeline .subject,
    .main-timeline .timeline.bottom .subject{
        left: -16.8%;
    }
}
@media only screen and (max-width: 767px){
    .main-timeline .timeline:after,
    .main-timeline .timeline.bottom:after{ display: none; }
    .main-timeline .subject,
    .main-timeline .timeline.bottom .subject{
        width: 30px;
        height: 30px;
        border: 3px solid #fff;
        left: -13.5%;
    }
    .main-timeline .subject span{ display: none; }
}
@media only screen and (max-width: 480px){
    .main-timeline .subject,
    .main-timeline .timeline.bottom .subject{ left: -15.5%; }
}

@media screen and (min-width: 768px) {
    .layui-col-sm-offset0 {
        margin-left: 0;
    }
}

.logo{
    background-image:url(../images/logo_white.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.wechat_code{
    background-image:url(../images/wechat_code.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.layui-layer-content>form{
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
}
.layui-layer-page .layui-layer-content {
    overflow:hidden!important;
}

.text-overflow {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.text-line-one{
    display: -webkit-box;
    -webkit-line-clamp:1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}


.text-line-two{
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.text-line-three{
    display: -webkit-box;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.circle {
    border-radius: 50%;
}

.media,.media-mini{
    display: block;
}
.media,.media-mini, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media:first-child {
    margin-top: 0!important;
}
.media-body {
    text-align: left;
    position: relative;
    width: 100%;
}
.media-body>.title {
    font-size: 22px;
    font-weight:bold;
}
.media-body>.desc {
    font-size: 16px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left {
    padding-right: 10px;
}
.media-left img, .media-right img {
    height:160px;
    width: 240px;
}
.media-body>.footer {
    font-size: 18px;
    position: absolute;
    bottom:0px;
    width:100%;
}

@media only screen and (max-width: 480px){
    .media-mini .media-left img,.media-mini .media-right img {
        height:80px;
        width: 120px;
    }
    .media-mini>.media-body>.title {
        font-size: 14px;
        font-weight:bold;
    }
    .media-mini>.media-body>.desc {
        font-size: 11px;
    }
    .media-mini>.media-body>.footer {
        font-size: 12px;
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group input, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group input:first-child,.input-group-btn:last-child>button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}