/*导航*/
#nav{background:none;}
/*#nav .in{background-color:#F8F8F8;}*/
/*轮播*/
#index .indicators-none {
    display: none;
}
#index .carousel-indicators{left:80%;}
#index .carousel-inner img {
    margin: 0 auto;
}

#myCarousel > a  span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #337ab7;
    color: #fff;
}

#index .item-one-bg {
    background-color: #E8E6E7;
    color: #169FE6;
}

/*搜索框*/
#index .search{margin-top:-3%;}
#index .cearch .row{padding:0;}
#index .search-padding{padding:0;}
#index .btn-color{background-color:#169FE6;color:#fff;}
#index .search-input p{position:absolute;bottom:-2rem;z-index: 3;font-size:1.4rem;padding-left:2%;}


/*热门产品*/
#index .popular-product{
    font-size:1.4rem;
    text-align: center;
    margin-top:8%;
    border: none;
}
#index .product-center .thumbnail,#index .popular-product .thumbnail{border:none;padding-top:5%;}
#index .popular-product .thumbnail h1{
    padding-top: 5%;
    padding-bottom:5%;
    text-align: center;
    font-size:3rem;
}

#index .popular-product .thumbnail span,.product-center .caption span,.information .row-text span{
    color: #005BAB;
}
#index .popular-product .caption p{font-weight:bold;}
#index .popular-product .thumbnail p, .popular-product .thumbnail h4 {
    padding-top: 5%;
}

#index .popular-product .thumbnail button {
    padding: 0;
    border: 0;
    margin-top: 20%;
}
.thumbnail .img-box{overflow: hidden;border:none;}
.thumbnail .img-box> img {cursor:pointer;}
.thumbnail p,.thumbnail h4{cursor:pointer;}
.img-box1 img:hover{cursor:pointer;opacity: .8;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;}

/*产品中心*/
#index .product-center{text-align: center;}
#index .product-center  h1:last-child{margin:2% auto;font-size:3rem;}
#index .product-center .caption h4{margin-top:5%;font-weight:bold;}

/*企业新闻及展会信息*/
#index .information section,.information .container h1{padding:0 5%;}
#index .information{padding-top:5%;}
#index .information .carousel-inner img{width:90%;}
#index .information .panel-title{margin-bottom:5%;}
#index .information h1{font-size:3rem;line-height:3rem;}
#index .information h1 span{color:#005BAB;}
#index .information h1 small{line-height:3rem;height:100%;font-size:1.6rem;color:#169FE6;cursor:pointer;}
#index .information blockquote{border:none;padding:0;}
#index .information blockquote a{text-decoration: none;}
#index .information section h4{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#index .information section h5{color:#005BAB;margin:5% auto;}
#index .information section p{font-size:1.4rem;margin-top:2%;}
#index .information section p+p{margin-top:.1rem;}
#index .information .panel-title small span{margin-left:.5rem;font-size:1.4rem;color:#169FE6;}


/*商标*/
#index .brand{margin:5% auto;}
#index .brand .row{margin:0 auto;text-align: center;}
#index .brand .brand-pic{background-color:#f7f7f7;font-size:1.4rem;color:#888;text-align: center;padding:15%;}
