.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.carousel {
    position: relative
}

.carousel:hover .carousel-control {
    display: block
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.next,.carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.prev,.carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    width: 28px;
    height: 62px;
    line-height: 62px;
    font-size: 22px;
    font-weight: 400;
    font-family: simsun;
    background-color: #000;
    color: #fff;
    text-align: center;
    opacity: .3;
    filter: alpha(opacity=30)
}

.carousel-control.right {
    left: auto;
    right: 0
}

.carousel-control:hover,.carousel-control:focus {
    outline: 0;
    text-decoration: none;
    opacity: .7;
    filter: alpha(opacity=70)
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 1px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 11px;
    color: #fff;
    font-weight: 100;
    background-color: #3e3e3e
}

.carousel-indicators .active {
    background-color: #b61b1f
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px
    }
}

.hotphoto {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    width: 730px;
    height: 390px
}

#carousel-index-hot {
    position: relative;
    width: 730px;
    height: 390px
}

.hotphoto div.left {
    width: 730px
}

.hotphoto img {
    width: 730px;
    height: 390px
}

.carousel-indicators {
    bottom: 8px
}

.carousel-indicators li {
    line-height: 18px
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active,a:hover {
    outline: 0
}

.htabs_header {
    padding-top: 25px;
    width: 100%;
    border-bottom: solid 1px #d6d6d6;
    height: 59px;
    background: url(../images/f-bg.png) no-repeat 0 24px
}

.htabs_header .tabs {
    float: right;
    height: 34px;
    line-height: 34px;
    padding-left: 1px
}

.htabs_header .tabs li {
    float: left;
    height: 34px;
    position: relative;
    border: 1px solid #d6d6d6;
    border-bottom: 0 none;
    margin-left: -1px;
    font-size: 12px;
    padding: 0 10px;
    line-height: 34px;
    cursor: pointer
}

.htabs_header .tabs li:hover {
    color: #da251d
}

.htabs_header .tabs li.active {
    z-index: 10;
    height: 33px;
    margin-top: -1px;
    border-top: 2px solid #da251d;
    border-bottom: 1px solid #fff;
    color: #da251d
}

.htabs_header h6 {
    float: left;
    font-style: normal;
    font-weight: bold;
    margin-left: 5px;
    font-size: 16px;
    color: #333
}

.htabs_header h6 i {
    display: inline-block;
    width: 35px;
    height: 25px;
    padding-left: 0;
    padding-top: 2px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    font-style: normal
}

.htab-conent-box {
    border: 1px solid #d6d6d6;
    border-top: 0
}

.h-zf-box {
    padding: 15px 10px
}

.h-zf-box:before,.h-zf-box:after {
    content: " ";
    display: table
}

.h-zf-box:after {
    clear: both
}

.h-zf-box div {
    float: left;
    padding-top: 2px
}

.h-zf-box div label {
    margin-right: 3px
}

.h-zf-box input[type="submit"] {
    float: right;
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #ef4047;
    border-radius: 3px;
    border: 0
}

.rl .home-num-list {
    height: 297px
}

.rl .home-num-list li {
    width: 25%
}

.rl .home-num-list .p-num {
    padding-left: 25px
}

.rl .home-num-list .lanmu {
    padding-left: 25px
}

.rl .home-num-list .p-infor {
    padding-left: 21px
}

.rr .box {
    margin-bottom: 15px;
    width: 220px;
    border: 1px solid #eee;
    display: block
}

.rr .box h6 {
    color: #333;
    height: 41px;
    line-height: 25px;
    font-size: 16px;
    padding: 8px;
    width: 218px;
    overflow: hidden
}

.rr .box h6 a {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #2bb8aa
}

.rr .box ul {
    padding: 5px 10px 10px
}

.rr .box li {
    height: 30px;
    padding-left: 10px;
    position: relative;
    overflow: hidden
}

.rr .box li a {
    font-size: 14px;
    line-height: 24px
}

.rr .box li:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    color: #222;
    left: 0;
    top: 1px
}

.rr .box li.hg a,.rr .box li.hg:before {
    color: #f00
}

.rr .box li:hover:before {
    color: #f00;
    left: 2px
}