﻿/*layout*/
html, body {
    font-family: 微软雅黑;
    font-size: 13px;
}

a {
    cursor: pointer;
}

.center {
    text-align: center;
}

.posi-absolute {
    position: absolute;
}

.line_login {
    background: #f8f8f8;
    border-bottom: 1px solid #f1f1f1;
    height: 22px;
    line-height: 22px;
    text-align: right;
    margin-bottom: 5px;
}

    .line_login a {
        padding: 0 6px;
        color: #333;
    }

.form-search input {
    border-color: #ffe000;
}

.form-search .btn {
    background-image: none;
    background-color: #ffe000;
}

.content {
    min-height: 450px;
}

.form-horizontal {
    margin-top: 150px;
}

h3 {
    font-size: 18px;
    color: #4fa4c0;
}
/*header*/
img.ani {
    position: relative;
    top: 25px;
    right: 40px;
}
/*nav*/
.navbar {
    margin-bottom: 0;
}

    .navbar .navbar-inner {
        background: #ffe000;
        margin-top: 10px;
        border: 0;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        margin-bottom: 0;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe000', endColorstr='#ffe000', GradientType=0);
    }

    .navbar .nav {
        margin-bottom: 0;
        left: 30px;
    }

        .navbar .nav li a {
            padding: 10px 30px;
            color: #333333;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 0;
        }

        .navbar .nav li {
            background: url(../images/icon.png) no-repeat -2px 0;
            float: left;
            padding-left: 1px;
            text-shadow: 0 1px 0 #FFFFFF;
        }

            .navbar .nav li:last-child a {
                margin-bottom: 0;
            }

            .navbar .nav li:first-child {
                background: none;
            }

            .navbar .nav li a:hover {
                background: url(../images/icon.png) no-repeat center -40px #ffe000;
                box-shadow: none;
                color: #000;
                font-weight: bold;
                margin-bottom: 0;
            }

    .navbar .nav-collapse .nav > li > a {
        color: #000;
    }

    .navbar .nav li.active a, .navbar .nav li.active a:hover {
        background: #eae8e6;
        border-top: 4px solid #f0b33f;
        box-shadow: none;
        color: #00a0d5;
        margin-top: -2px;
    }

.nav-collapse .nav > li > a {
    margin-bottom: 0 !important;
}

.navbar .nav li.span2 {
    margin-left: 0;
}

.navbar .btn, .navbar .btn-group {
    margin-top: 3px;
}

.carousel-control {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
    color: #202020;
}

    .carousel-control.left {
        left: 19%;
    }

    .carousel-control.right {
        right: 19%;
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #202020;
    }
/*advbar*/
.advbar {
    background: #70be01;
    padding: 30px 0;
}

/**Carousel*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: auto;
    margin: 0 auto;
}
/*main*/
/*{ background: #fff; position: relative;}*/
.title {
    border-bottom: 1px solid #E61B75;
    line-height: 40px;
    color: #E61B75;
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 12px;
}

    .title a {
        font-size: 14px;
    }

.item {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(34,25,25,0.2);
    position: relative;
}
    .item:hover {
        box-shadow: 0 1px 5px rgba(34,25,25,0.5);
    }

    .item a {
        color: #000;
    }

        .item a:hover {
            text-decoration: none;
        }

    .item .active {
        border-bottom: 2px solid #E61B75;
    }

    .item img {
        border-radius: 5px;
        width: 100%;
    }
     .item_list{
        width: 270px;
        height:210px;
    }
      .item_list1{
        width: 170px;
        height:125px;
    }

    .item .span3 img {
        max-height: 120px;
    }

    .item .thumbnail {
        padding: 0;
        border: none;
        margin-left: 0 !important;
    }

    .item .line_name {
        line-height: 32px;
        overflow: hidden;
        position: absolute;
        width: 100%;
        display: block;
        background: rgba(230,27,117,0.8);
        bottom: -1px;
        color: #FFFFFF;
        margin: 10px 0 0;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

        .item .line_name a.text_name {
            float: left;
            margin-left: 3px;
            color: #fff;
        }

        .item .line_name .icon-operate {
            float: right;
            width: 48%;
            margin: 0;
            margin-top: 10px;
            margin-right: 3px;
            text-align: right;
            font-size: 12px;
        }

            .item .line_name .icon-operate i {
                margin: 0 3px 0 5px;
            }
.span8 .item img{height:127px;
}/* 镜像版网站首页数据错乱把高限制 */

    /* 视频播放 */
    .item .button_play {
        display: none;
    }

    .item:hover .button_play {
        display: block;
        background: url(../images/png24-video.png) no-repeat left 0;
        width: 54px;
        height: 54px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -27px 0 0 -27px;
        cursor: pointer;
    }
    /* 打开目录 */
    .item .button_list {
        display: none;
    }

    .item:hover .button_list {
        display: block;
        background: url(../images/png24-video.png) no-repeat left -54px;
        width: 54px;
        height: 54px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -27px 0 0 -27px;
        cursor: pointer;
    }

/*footer*/
.footer {
    background: #ffe000;
    padding: 20px 0;
}

    .footer p {
        text-align: center;
    }

    .footer a {
        color: #ec1a29;
        padding: 0 10px;
    }

.grid {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

    .grid .favour {
        background: url("../images/icon.png") no-repeat -89px -82px;
    }

    .grid .count {
        padding-left: 24px;
        font-size: 15px;
        margin-right: 10px;
    }
/*about_us*/
.about_us {
    margin-top: 20px;
}

    .about_us div {
        padding: 20px 0;
    }

    .about_us p {
        text-indent: 2em;
        line-height: 25px;
    }

.contact_us .contacts {
    margin: 20px 0;
    padding: 20px 0;
}

input[type="type"]:focus,
.uneditable-input:focus {
    border-color: rgba(255, 224, 0, 0.8);
}

/*page*/
.pagination {
    margin: 20px auto;
    text-align: center;
    display: block;
}
    .pagination .disabled {
    display:none;
    }

    .pagination ul > li > a, .pagination ul > li > span {
        margin: 5px;
        border-radius: 5px;
        color: #686868;
    }

    .pagination ul li a, .pagination ul li span, .item_box.read .pagination li a {
        float: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        color: #5a5a5a;
    }

    .pagination ul > li > a, .pagination ul > li > span {
        background: #f1f1f1;
        border: 1px solid #ccc;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    }

        .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
            background: #fc6940;
            border: 1px solid #fff;
            border-left: 1px solid #d75a37;
            border-top: 1px solid #d75a37;
        }

    .pagination ul > .active > a, .pagination ul > .active > span {
        color: #fff;
        cursor: default;
    }


     /* tabbtn intro.html */
.tabbtn{  margin-top: 50px;}
.tabbtn li{float:left;text-align:center;width:368px; height: 100px;list-style: none}
.tabbtn li a{display:block;overflow:hidden;font-size:12px;cursor:pointer;line-height:27px;}
.tabbtn li.current{box-shadow:inset 1px 0px 10px rgba(0,0,0,0.2); border-radius: 50px; padding: 3px 0;}
.tabbtn li.current a{background:#fff;color:#3366cc;font-weight:800; margin: 0 10%}
/* tabcon */
.tabcon{position:relative;/*必要元素*/height:1050px;overflow:hidden;}
.tabcon .subbox{position:absolute;/*必要元素*/left:0;top:0;}
.tabcon .sublist{padding:5px 10px;height:1050px;}
