@font-face {
/*Nyala*/
 font-family: 'Nyala';
 src: url('/web/img/Nyala.ttf');
}
body {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑', sans-serif;

    font-size: 1.4rem;
}

li {
    list-style: none;
}

a:hover,
a:visited,
a {
    text-decoration: none;
}

h1,
h2 {
    text-transform: uppercase;

}
.carousel-indicators li{
    background-color: rgb(36, 187, 232) !important;
}
.carousel-indicators .active{
    background-color: rgb(172, 222, 255) !important;
}
.welcome {
    height: 40px;
    line-height: 40px;
    border: 1px solid #f4f4f4;
}

.english {
    color: #333;
}

.column {
    min-height: 550px;
}

/*header area*/

.top-header {
    background: #fff !important;
    /* position: fixed;*/
    width: 100%;
    z-index: 99;
}

.header-backup {
    width: 20px;
    /* height: 119px;*/
    background: transparent;
    margin: auto;
}

.top-header img.logo {
    /* margin-bottom: 25px;*/
    /* margin-top: -15px;*/
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    /*margin-top: 8px;*/
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    min-height: 2px;
}

/*.nav-bar {
    margin-top: 29px;
}*/

.navbar-toggle span {
    color: #fff;
}

.nav-color {
    background-color: #24bbe8;;
}

ul.navbar-nav {
    margin: 0 auto;
    padding: 0;
    width: 100%;

}

ul.navbar-nav>li {
    width: 16%;
    text-align: center;
}

ul.nav-child {
    width: 100%;
    padding: 0;
    background-color:#24bbe8;;
    position: absolute;
    z-index: 99;
    top: 42px;
    display: none;
}


ul.nav-child>li {

    padding: 8px;
    text-align: center;

}

ul.nav-child>li>a {
    font-weight: bold;
    font-size: 1.1rem;
    color: #fff;
    width: 100%;
    display: block;

}

ul.nav-child>li:hover {
    background-color:#24bbe8 ;
}



.navbar-default .navbar-nav>li>a {

    height: 46px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

/*li a.active {
    color: #42b3e5 !important;
}*/

.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: -68px;
}

.lmname {
    font-size: 26px;
    font-weight: bold;
    color: #337ab7;
    border-bottom: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px;
    width: 140px;
}

.newsname {
    font-size: 26px;
    
    color: #337ab7;
    border-bottom: 1px solid #337ab7;
    text-align: left;
    padding: 10px;
    width: 140px;
    font-weight: 600;
}

.company-des {
    text-align: left;
    color: #666;
    font-size: 14px;
    line-height: 25px;
    margin: 6% 0;
}

.company-more {
    text-align: left;
    margin-top: 20px;
}
.product{
    background:rgb(242,242,242);
    padding:30px 0px;
}

/*slider area*/

.slider-row {
    margin: 0;
    padding: 0;
}

.slider-wrapper {
    margin: 0;
    padding: 0 !important;
    background: #000 !important;
}

.carousel-caption h1 {
    font-size: 157px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.carousel-caption p {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}

.carousel-caption button {
    width: 240px;
    height: 60px;
    background: #3a9ecb;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    border: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

.carousel-caption button:hover {
    background: #2a2a2a;
}

.carousel-control {
    width: 5%;
}

.carousel-inner {
    background: -webkit-linear-gradient(left, #000, blue);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #000, blue);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #000, blue);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #000, blue);
    /* Standard syntax */
}

.item {
    position: relative;
}

.carousel-caption {
    position: absolute;
    text-align: left;
    left: 12%;
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-left: 0;

}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-right: 0;

}

.media-heading,
.column-detail {
    color: #333;
}

/*about area*/

.about h2 {
    font-size: 90px;
    color: #42b3e5;
    margin-top: 50px;
}

.about h4 {
    font-size: 24px;
    color: #737373;
    margin-bottom: 45px;
}

.about-img img {
    width: 100%;
}

.single-about-detail {
    position: relative;
}

.pentagon-text h1 {
    font-size: 60px;
    color: #383838;
    margin-top: 0;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    position: absolute;
    left: 15%;
    width: 50px;
    top: -6%;
}

.pentagon-text {
    width: 70px;
    height: 52px;
    background: #fff;
    position: relative;
    top: -30px;
    left: 43%;
}

.pentagon-text:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 15px solid #fff;
}

.pentagon-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0px;
    border-left: 36px solid transparent;
    border-right: 34px solid transparent;
    border-top: 15px solid #fff;
}

.about-details {
    background: #2a2a2a;
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}

.about-details h3 {
    font-size: 36px;
    color: #fff;
    margin-top: 0;
}

.about-details p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}

.single-about-detail:hover .about-details {
    background: #3a9dca;
}

.single-about-detail:hover .pentagon-text h1 {
    color: #3a9dca;
}

/*service area*/

.service {
    background: url(../img/pattern.jpg);
    background-repeat: repeat-y;
    margin-top: 40px;
}

.service h2 {
    font-size: 90px;
    color: #fff;
    margin-top: 70px;
    margin-bottom: 0;
}

.service h4 {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 70px;
    display: block;
}

.single-service-img {
    width: 205px;
    height: 125px;
    background: #fff;
    position: relative;
    left: 50%;
    margin-left: -100px;
}

.single-service-img:before {
    content: "";
    position: absolute;
    top: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 102px solid transparent;
    border-right: 104px solid transparent;
    border-bottom: 42px solid #fff;
}

.single-service-img:after {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 102px solid transparent;
    border-right: 102px solid transparent;
    border-top: 42px solid #fff;
    z-index: 10;
}

.service-img {
    width: 200px;
    height: 123px;
    background: #3a9ecb;
    position: relative;
    top: 1px;
    left: 2px;
}

.service-img:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 40px solid #3a9ecb;
}

.service-img:after {
    content: "";
    position: absolute;
    bottom: -39px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 40px solid #3a9ecb;
    z-index: 999;
}

.single-service h3 {
    margin-top: 60px;
    color: #fff;
    padding-bottom: 90px;
}

.service-img img.heart {
    left: 20%;
    top: 18%;
}

.service-img img.brain {
    left: 26%;
    top: 11%;
}

.service-img img.knee {
    left: 38%;
}

.service-img img.bone {
    left: 25%;
    top: 14%;
}

.service-img img {
    position: absolute;
}

/*team section*/

.team {
   
    padding-bottom: 60px;
}

.news .thumbnail {
    min-height: 480px;
}

.thumbnail-title {
    width: 100%;
    height: 76px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 25px;
    padding-top: 20px;
    color: #666;
    font-weight: 600;
}

.news-detail {
    color: #666;
}
.news-more{
    position: absolute;
    bottom:40px;
    width:80%;
    text-align: right;
}

/*contact section*/

.contact-caption {
    background: #3a9dca;
}

.contact-heading h2 {
    color: #fff;
    font-size: 90px;
}

.contact-info {
    padding-left: 10px;
}

.contact-info h3 {
    padding-left: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #13849c;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.contact-form h3 {
    padding-left: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #13849c;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.contact-info ul {
    margin: 0;
    padding: 0;
}

.contact-info ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
}

.contact-info i.fa {
    font-size: 16px;
    padding-right: 12px;
    width: 25px;
    height: 38px;
}

.contact-info ul li span {
    font-weight: bold;
}

.contact-form input {
    width: 100%;
    height: 40px;
    background: #fff;
    font-size: 13px;
    color: #084a5c;
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    border: 0;
    margin-bottom: 12px;
}

.contact-form textarea {
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    width: 100%;
    height: 140px;
    border: 0;
    margin-bottom: 12px;
}

.info-detail {
    border-top: 1px solid #53cde5;
    padding-top: 15px;
}

.form {
    border-top: 1px solid #53cde5;
    padding-top: 15px;
    text-align: right;
}

.contact-form input.submit-btn {
    width: 180px;
    height: 50px;
    float: right;
    font-size: 24px;
    color: #fff;
    background: url(../img/btn-bg.jpg);
    background-repeat: no-repeat;
    padding: 0;
    font-family: 'BenchNine', sans-serif;
    font-weight: bold;
}

.contact-form {
    padding-right: 40px;
}

/*gmap*/

#map {
    height: 330px;
}

.map {
    position: relative;
    overflow: hidden;
}

.contact {
    position: absolute;
    width: 100%;
    height: 330px;
    margin-top: 0px;
    left: 0;
    margin-top: -330px;
    background: rgba(0, 0, 0, 0.51);
}

.contact-caption {
    margin-top: 120px;
}

/*footer*/
.link {
    background: #24bbe8;
    width: 100%;
    height: 50px;
}

.link span {
    display: inline-block;
    background: url("../img/link.png") no-repeat left center;
    color: #fff;
    width: 12%;
    padding: 0 2%;
    line-height: 50px;
    font-weight: bold;
}

.link ul {
    width: 88%;
    float: right;
}

.link ul>li {
    float: left;
    line-height: 50px;
}

.link ul>li>a {
    color: #fff;
}

.link ul>li+li:before {
    padding: 0 10px;
    content: "|";
    color: #fff;
}

.footer {
    


    /* margin-top: 36px;*/
    /*   background: -webkit-linear-gradient(#246cfc, #195ef9, #0944f8, #0032f1); */
    /* Safari 5.1 - 6.0 */
    /*background: -o-linear-gradient(#246cfc, #195ef9, #0944f8, #0032f1);*/
    /* Opera 11.1 - 12.0 */
    /* background: -moz-linear-gradient(#246cfc, #195ef9, #0944f8, #0032f1); */
    /* Firefox 3.6 - 15 */
    /* background: linear-gradient(#246cfc, #195ef9, #0944f8, #0032f1); */
    /* 标准的语法 */

}

.footer-tel{
    font-family:'Nyala';
    line-height: 25px;
    font-size: 2.2rem!important;
    color:#24bbe8!important;
    margin-top: 10px;
}

.footer p {
   font-size: 1.2rem;
   color:#666;
}



.carousel-inner {
    position: relative;
}

/*======================css for carousel=========================*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */


/******************************
responsive area
********************************/


/* md */
@media(min-width: 1200px) {
    .media-object {
        width: 180px;
    }

    .news .thumbnail img {
        width: 96%;
        height: 235px;

    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .news .thumbnail {
        min-height: 500px;
    }

    .news .thumbnail img {
        width: 96%;
        height: 235px;

    }

    .media-object {
        width: 120px;
    }

    .column-detail {
        font-size: 18px;
    }


    .carousel-caption h1 {
        font-size: 120px;
    }

    .carousel-caption p {
        font-size: 32px;
    }

    .carousel-caption button {
        width: 215px;
        height: 55px;
        font-size: 26px;
    }



}

/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .moblie-none {
        display: none;
    }

    .media-object {
        width: 100px;
    }

    .column-detail {
        font-size: 18px;
    }

    .news .thumbnail {
        min-height: 535px;
    }

    .news .thumbnail img {
        width: 96%;
        height: 235px;

    }

    .carousel-caption h1 {
        font-size: 90px;
    }

    .carousel-caption p {
        font-size: 30px;
    }

    .carousel-caption button {
        width: 180px;
        height: 50px;
        background: #3a9ecb;
        color: #fff;
        font-size: 22px;
    }



    #map {
        height: 550px;
    }

    .contact {
        margin-top: -550px;
        height: 550px;
    }

    .contact-caption {
        margin-top: 110px;
    }
}

/* xs */

@media (min-width: 480px) and (max-width: 767px) {
    .media-object {
        width: 80px;
    }

    .moblie-none {
        display: none;
    }

    .column-detail {
        font-size: 18px;
    }

    .header-logo img {
        margin-top: 20px;
    }

    .news .thumbnail {
        min-height: 535px;
    }
    .news .thumbnail img {
        width: 96%;
        height: 230px;

    }
    .carousel-caption {
        margin-top: -110px;
    }

    .carousel-caption h1 {
        font-size: 75px;
    }

    .carousel-caption p {
        font-size: 25px;
    }

    .carousel-caption button {
        width: 160px;
        height: 40px;
        font-size: 20px;
    }

    #map {
        height: 1120px;
    }

    .contact {
        height: 1120px;
        margin-top: -1120px;
    }



    .contact-info ul {
        margin-left: 4px;
    }

    .contact-info i.fa {
        width: 25px;
    }

    .contact-caption {
        margin-top: 140px;
    }
}

/* XS Portrait */

@media (max-width: 479px) {
    .news .thumbnail img {
        width: 96%;
        height: 230px;

    }
    ul.navbar-nav>li {
        width: 100%;
        text-align: left;
    }

    ul.nav-child {
        background-color: rgba(255, 255, 255, 0);
       position: initial;
        display: none;
       
    }
    ul.nav-child>li>a {
        color:#fff;

       
    }
     .navbar-default .navbar-nav>li>a {
            font-size: 16px;
         text-align: left;
    }
    .moblie-none {
        display: none;
    }

    .companylogo {
        font-size: 12px !important;
        margin: 0 !important;
    }

    .phoneview {
        display: block !important;
    }

    .computeview {
        display: none !important;
    }

    .media-object {
        width: 60px;
    }

    .column-detail {
        font-size: 16px;
    }

    .top-header img.logo {
        margin: 20px 10px;
        max-width: 120px !important;
    }

    /*
    .header-logo {
        margin-top: 20px !important;
    }*/

    .navbar-default .navbar-toggle {
        border-color: #fff;
        right: 10%;
    }

   



    .carousel-caption {
        margin-top: -60px;
    }

    .carousel-caption h1 {
        font-size: 20px;
    }

    .carousel-caption p {
        font-size: 12px;
    }

    .carousel-caption button {
        width: 90px;
        height: 23px;
        font-size: 16px;
    }



    .about h2 {
        font-size: 50px;
        color: #42b3e5;
        margin-top: 30px;
    }

    .service h2 {
        font-size: 50px;
        margin-top: 40px;
    }



    .contact-caption {
        margin-top: 38%;
    }

    #map {
        height: 550px;
    }

    .contact {
        height: 550px;
        margin-top: -550px;
    }

    .contact-heading h2 {
        font-size: 50px;
        text-align: left;
        margin-left: 15px;
    }

    .contact-info h3 {
        margin-left: 8px;
        font-size: 25px;
        padding-bottom: 8px;
    }

    .info-detail {
        margin-left: 8px;
    }

    .contact-info ul li {
        font-size: 10px;
    }

    .contact-info i.fa {
        font-size: 13px;
        width: 20px;
        height: 18px;
    }

    .contact-info,
    .contact-form {
        padding: 10px;
    }

    .contact-form h3 {
        font-size: 25px;
        padding-bottom: 8px;
        margin-bottom: 0;
        margin-right: 0px;
    }

    .link span {
        line-height: 25px;
        text-align: center;
        padding:0;
    }

    .link ul>li {
        padding: 0px;
    }

    .link ul>li>a {
        font-size: 10px;
    }

    .footer a i.fa {
        font-size: 18px;
        padding: 25px 7px;
    }

    .footer p {
        font-size: 10px;
    }
}

.txtMarquee-top {
    overflow: hidden;
    position: relative;

}

/*.txtMarquee-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
        .txtMarquee-top .hd .prev,.txtMarquee-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
             cursor:pointer; background:url("../images/arrow.png") 0 -100px no-repeat;}
        .txtMarquee-top .hd .next{ background-position:0 -140px;  }
        .txtMarquee-top .hd .prevStop{ background-position:-60px -100px;  }
        .txtMarquee-top .hd .nextStop{ background-position:-60px -140px;  }*/
.txtMarquee-top .bd {
    padding: 5px;
    font-size: 16px;
}

.txtMarquee-top .infoList li {
    height: 30px;
    line-height: 30px;
}

.txtMarquee-top .infoList li a {
    color: #fff;
}

.txtMarquee-top .infoList li .date {
    float: right;
    color: #fff;
}

/*产品滚动*/

.picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
    /*border: 1px solid #ccc;*/
}

/*.picScroll-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}*/
/*.picScroll-left .hd  .prev,
        .picScroll-left .hd  .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
        .picScroll-left .hd  .next{ left:auto; right:3%; background-position:8px 5px; }
        .picScroll-left .hd .prev:hover,
        .picScroll-left .hd .next:hover{ filter:alpha(opacity=10);opacity:1;  }
        .picScroll-left .hd .prevStop{ display:none;  }
        .picScroll-left .hd .nextStop{ display:none;  }*/
.picScroll-left .hd .prev {
    float: left;

}

.picScroll-left .hd .next {
    float: right;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;

    margin-right: 5px;
    margin-top: 12%;
    overflow: hidden;
    cursor: pointer;
    background: url("../img/arrow.png") no-repeat;
}

.picScroll-left .hd .next {
    background-position: 0 -50px;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("img/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    padding: 25px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 340px;
    height: 255px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left .bd ul li .title {
    line-height: 24px;
}

.title>a {
    color: #666;
}

.breadcrumb>li+li:before {
    color: #CCCCCC;
    content: "\00bb\00a0";
    padding: 0 5px;
}

ul.column-nav-tabs {
    /*width: 140px;*/
    padding: 0;
    /*margin-top: 20px;*/
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}

ul.column-nav-tabs li {
    margin: 0;
    border-top: 1px solid #ddd;

}

ul.column-nav-tabs li:first-child {
    border-top: none;
}

ul.column-nav-tabs li a {
    margin: 0;
    padding: 8px 16px;
    border-radius: 0;
    display: block;
}

ul.column-nav-tabs li.active a,
ul.column-nav-tabs li.active a:hover {
    color: #fff;
    background: #0088cc;
    border: 1px solid #0088cc;
}

ul.column-nav-tabs li:first-child a {
    border-radius: 1px 1px 0 0;
}

ul.column-nav-tabs li:last-child a {
    border-radius: 0 0 4px 4px;
}

.list-group-item {
    border: 0px;
    border-bottom: 2px solid #ddd !important;
}

.am-pagination>li {
    float: left;
}

.am-pagination>li>a {
    padding: .5em .5em;
}
.lm_title{
    background-color: #24bbe8;
    height:80px;
    line-height: 80px;
    color:#fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.nav-pills>li{
    border:1px solid rgb(240,240,240);
}
.nav-pills>li>a {
    color: #666;
    text-align: center;

}
.nav-stacked>li+li{
    margin:0;
}
.nav-pills>li>a:hover {
    color: #fff !important;
    background-color: #666 !important;
    border-radius: 0px;
}

.breadcrumb {
    margin: 0 !important;
}

.breadnav {
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 20px !important;
}
.breadnav li:last-child>a{
    color:#666;
}

.media-bottom {
    border-bottom: 2px solid #ddd;
    padding: 10px 0px;
}

.companylogo {
    font-size: 36px;
}

.text-line {
    line-height: 1.5em;
    padding: 1em;
    text-align: justify;
}
.page-body{
    margin-top: 20px;
}
.page-body p video {
    margin-left: 24%;
}

.page-body p img {
    width: 50%;
   
}

.page-body p img:before {
    text-align: center;
    margin: 0 auto;
}

.picnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    color: #666;
    transition-duration: 2s;
    /*过渡所需时间*/
    -webkit-transition-property: background-color;
    /* Safari */
    -webkit-transition-duration: 1s;
    /* Safari */
}
.picnail>p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.picnail>img {
    width: 100%;
    height: 230px;
}

.picnail:hover {
    background: #337ab7;
    color: #fff;

}

.preview{width:400px; height:465px; }
/* smallImg */
.smallImg{position:relative; height:52px; margin-top:1px; background-color:#F1F0F0; padding:6px 5px; width:480px; overflow:hidden;float:left;}
.scrollbutton{width:14px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(/web/img/d_08.png) no-repeat;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(/web/img/d_09.png) no-repeat; margin-left:460px; margin-top:-55px;}

#imageMenu {height:50px; width:360px; overflow:hidden; margin-left:0; float:left;}
#imageMenu li {height:50px; width:60px; overflow:hidden; float:left; text-align:center;}
#imageMenu li img{width:50px; height:50px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:44px; height:44px; border:3px solid #959595;}
/* bigImg */
.bigImg{position:relative; float:left; width:480px; height:360px; overflow:hidden;}
.bigImg #midimg{width:480px; height:360px;}
.bigImg #winSelector{width:235px; height:210px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
/* bigView */
#bigView{position:absolute;border: 1px solid #959595; overflow: hidden; z-index:999;}
#bigView img{position:absolute;}

/*飘窗*/
.floating_ck{position:fixed;right:6px;bottom:30%;}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#646577;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#24bbe8;}
.floating_ck dl dd.qq{background-image:url(/web/img/qq.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
 
