/*轮播图开始 */
/* 轮播小圆点 */
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin-left: 4px;
    display: inline-block;
    background: url("http://www.tosled.com/Public/Home/images/h02.jpg") no-repeat;
}

.swiper-pagination-bullet-active {
    background: url("http://www.tosled.com/Public/Home/images/h01.jpg") no-repeat;
}

.swiper-wrapper {
    z-index: 0;
}

/* 小圆点的透明度 */
.swiper-pagination-bullet {
    opacity: 1;
}

/* 中部的关于的样的是 */

/*轮播图结束 */
/* 案例内部轮播 */
.recom .bd .swiper-slide p {
    width: 160px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
}

a:link {
    color: #666666;
    text-decoration: none;
}

a:visited {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #0067ac;
    text-decoration: none;
}

a:active {
    color: #0093ff;
    text-decoration: none;
}

.honor_links a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    color: #666;
    font-size: 12px;
    background: url("http://www.tosled.com/Public/Home/images/bgpage-01.gif") repeat-x scroll 0 -58px rgba(0, 0, 0, 0);
    line-height: 20px;
    padding: 0 10px;
}

.honor_links a:hover {
    color: #0067ac;
    border: 1px solid #0067ac;
}

.honor_links .current {
    display: inline-block;
    border: 1px solid #0067ac;
    color: #0067ac;
    font-size: 12px;
    background: url("http://www.tosled.com/Public/Home/images/bgpage-01.gif") repeat-x scroll 0 -58px rgba(0, 0, 0, 0);
    line-height: 20px;
    padding: 0 10px;
    margin-right: 2px;
}

::-webkit-input-placeholder {
    color: #b0b4bb;
    opacity: 1;
    font-size: 12px;
}

::-moz-placeholder {
    color: #b0b4bb;
    opacity: 1;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #b0b4bb;
    opacity: 1;
    font-size: 12px;
}
