* {
    margin: 0;
    padding: 0
}

body {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    font-family: "microsoft yahei",Arial,Helvetica,sans-serif
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #2c9128
}

ul,li {
    list-style: none
}

em,i {
    font-style: normal
}

img {
    display: inline-block;
    border: 0
}

img:hover {
    opacity: .8
}
.plr5 {
    padding-left: 5px;
    padding-right: 5px;
}
.pl10{
    padding-left: 10px;
}

.es-1 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
}

.es-2 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.es-3 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.hide {
    display: none !important
}

.top,.header,.layout,.friends,.channel-sec,.channel-cates,.sec-inner {
    width: 1200px;
    margin: 0 auto
}

.channel-nav,.channel-sec {
    margin: 20px auto;
    overflow: hidden
}

.main {
    width: 870px;
    float: left
}

.side {
    width: 300px;
    float: right
}

.topbar {
    height: 60px
}

.topbar .fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-top: 2px solid #ff9702;
    *border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    background: #fff
}

.topbar .inner {
    position: relative;
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    text-align: right
}

.topbar .logo {
    display: block;
    width: 112px;
    height: 60px;
    float: left;
    background: url(../images/logo_small.png) left center no-repeat
}

.topbar .nav {
    position: relative;
    height: 60px;
    float: left;
    font-size: 14px
}

.topbar .nav .mas {
    position: relative;
    z-index: 1;
    max-width: 890px;
    height: 30px;
    padding-top: 15px;
    float: left;
    overflow: hidden
}

.topbar .nav .icon-on {
    display: none;
    position: absolute;
    z-index: 0;
    width: 48px;
    height: 30px;
    margin-top: 15px;
    transition: all .5s;
    border-radius: 20px;
    background: #ff9702
}

.topbar .nav p {
    display: none
}

.topbar .nav a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    *padding: 0 10px;
    float: left;
    border-radius: 20px
}

.topbar .nav a.on,.topbar .nav a:hover {
    color: #fff
}

.topbar .nav a.more {
    margin-left: 6px;
    margin-top: 15px;
    color: #2c9128
}

.topbar .nav a.more.on,.topbar .nav a.more:hover {
    color: #fff;
    background: #2c9128
}

.topbar .search {
    position: absolute;
    top: -100px;
    left: 670px;
    z-index: 2;
    width: 400px;
    *width: 380px;
    margin: 0;
    padding-top: 11px;
    transition: top .5s;
    background: #fff
}

.topbar .search .keyword {
    width: 400px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    box-sizing: content-box;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    background: #fff
}

.topbar .search .keyword:focus {
    outline: none
}

.topbar .search .icon-zoom {
    display: none
}

.topbar .show {
    top: 0
}

.topbar .tools {
    *width: 130px;
    *float: right
}

.topbar .tools a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 30px;
    *float: left;
    *font-size: 0;
    *line-height: 0;
    overflow: hidden;
    padding-left: 0;
    margin-left: 10px;
    text-indent: 1000px;
    background-repeat: no-repeat;
    background-position: left center
}

.topbar .tools a.icon-star {

}

.topbar .tools a.icon-share {

}

.topbar .tools a.icon-zoom {
    position: relative;
    z-index: 3;

}

.topbar .tools .bdsharebuttonbox {
    position: absolute;
    top: 10px;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.topbar .tools .bdsharebuttonbox a {
    height: 30px;
    line-height: 30px
}

.topbar .pop-nav-layer {
    display: none;
    position: absolute;
    left: -96px;
    top: 60px;
    z-index: 10;
    width: 1168px;
    padding: 15px 12px 10px 20px;
    *border: 1px solid #ddd;
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    font-size: 18px;
    text-align: left;
    background: #fff
}

.topbar .pop-nav-layer h2 {
    padding-left: 2px;
    font-size: 16px
}

.topbar .pop-nav-layer h2 i {
    padding: 0 10px;
    font-size: 12px;
    font-weight: normal;
    color: gray
}

.topbar .pop-nav-layer .cont {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 10px 0
}

.topbar .pop-nav-layer .btn-wrap {
    display: none;
    padding: 10px 0;
    text-align: center
}

.topbar .pop-nav-layer .btn-wrap .btn {
    height: 32px;
    line-height: 32px;
    margin: 0 10px;
    padding: 0 30px;
    border-radius: 20px;
    border: 0;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    background: #ddd
}

.topbar .pop-nav-layer .btn-wrap .btn-submit {
    color: #fff;
    background: #2c9128
}

.topbar .pop-nav-layer .btn-wrap .btn-submit:hover {
    background: #f80
}

.topbar .pop-nav-layer a {
    flex: 1;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 16px;
    margin: 5px 8px 5px 0;
    float: none;
    white-space: nowrap;
    border-radius: 20px;
    font-size: 12px;
    text-align: center;
    color: #333;
    background: #f8f7f2
}

.topbar .pop-nav-layer a:hover {
    color: #fff;
    background: #2c9128
}

.topbar .pop-nav-layer .half dl {
    width: 550px
}

.topbar .pop-nav-layer dl {
    width: 100%;
    margin-bottom: 6px;
    overflow: hidden
}

.topbar .pop-nav-layer dl a {
    padding: 0 14px
}

.topbar .pop-nav-layer dl dt {
    width: 100px;
    float: left
}

.topbar .pop-nav-layer dl dt.other {
    width: auto;
    float: none
}

.topbar .pop-nav-layer dl dt.other a {
    display: inline-block
}

.topbar .pop-nav-layer dl dt a {
    display: block;
    background: #e7f2fa
}

.topbar .pop-nav-layer dl dd {
    overflow: hidden
}

.caption {
    position: relative;
    height: 44px;
    line-height: 44px;
    *zoom:1;border-bottom: 1px solid #ddd;
    text-align: right
}

.caption::after {
    display: block;
    content: "";
    clear: both
}

.caption b {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-bottom: 3px solid #ff9702;
    font-size: 22px;
    font-weight: normal
}

.caption .more {
    color: gray
}

.caption .more:hover {
    color: #ff9702
}

.caption .tabs {
    float: right;
    white-space: nowrap
}

.caption .tabs li {
    display: inline-block;
    *display: inline;
    line-height: 30px
}

.caption .tabs a {
    display: block;
    *display: inline-block;
    position: relative;
    padding: 0 10px;
    font-size: 16px
}

.caption .tabs a.on {
    color: #fff;
    background: #ff9702
}

.caption .tabs a.on::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -12px;
    border: 6px solid;
    border-color: #ff9702 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    transform: translate(-50%, 0)
}

.friend-link {
    margin-top: 20px
}

.friend-link .sec-inner {
    padding: 30px 0
}

.friend-link .sec-inner b {
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: normal
}

.friend-link .sec-inner p {
    font-size: 14px;
    text-align: justify
}

.friend-link .sec-inner p a {
    display: inline-block;
    padding: 3px 15px 3px 0
}

.friend-link .sec-inner p a:hover,.friend-link .sec-inner p a.on {
    color: #2c9128
}

.footer {
    margin-top: 20px;
    padding: 35px 0 25px 0;
    clear: both;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    background: #f5f5f5
}

.footer .sec-inner {
    width: 1210px
}

.footer a {
    color: #666
}

.footer a:hover {
    color: #ff9702
}

.footer .qrcodes {
    width: 600px;
    float: left;
    overflow: hidden
}

.footer .qrcodes ul {
    width: 800px
}

.footer .qrcodes li {
    float: left;
    margin-right: 110px
}

.footer .qrcodes li i {
    display: block;
    text-align: center
}

.footer .qrcodes img {
    width: 100px
}

.footer .copyright {
    width: 500px;
    line-height: 2;
    float: right;
    padding-left: 100px;
    border-left: 1px solid #ddd;
    word-spacing: 1em
}

.footer .cates-map {
    padding: 30px 0;
    border-bottom: dotted 1px #ccc;
    color: gray
}

.footer .cates-map b {
    display: block;
    padding-bottom: 10px
}

.footer .cates-map p {
    font-size: 14px;
    text-align: justify
}

.footer .cates-map p a {
    display: inline-block;
    padding: 3px 15px 3px 0
}

.footer .cates-map p a:hover,.footer .cates-map p a.on {
    color: #2c9128
}

.footer_v2 {
    margin-top: 20px;
    padding: 35px 0 25px 0;
    clear: both;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    background: #f5f5f5
}

.footer_v2 .sec-inner {
    width: 1210px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer_v2 a {
    color: #666
}

.footer_v2 a:hover {
    color: #39a534
}

.footer_v2 .qrcodes {
    float: left;
    overflow: hidden
}

.footer_v2 .qrcodes li {
    float: left;
    margin-right: 45px
}

.footer_v2 .qrcodes li i {
    display: block;
    text-align: center;
    font-size: 18px
}

.footer_v2 .copyright {
    margin-top: -8px;
    width: 750px;
    line-height: 2;
    float: right;
    padding-left: 50px;
    border-left: 1px solid #ddd;
    /*word-spacing: 1em*/
}

.footer_v2 .copyright p:last-child{
    word-spacing: 0
}
.footer_v2 .cates-map {
    padding: 30px 0;
    border-bottom: dotted 1px #ccc;
    color: gray
}

.footer_v2 .cates-map b {
    display: block;
    padding-bottom: 10px
}

.footer_v2 .cates-map p {
    font-size: 14px;
    text-align: justify
}

.footer_v2 .cates-map p a {
    display: inline-block;
    padding: 3px 15px 3px 0
}

.footer_v2 .cates-map p a:hover,.footer_v2 .cates-map p a.on {
    color: #2c9128
}

.path {
    margin: 15px 0;
    color: gray
}

.path a {
    color: gray
}

.path i {
    padding: 0 10px;
    font-family: simsun
}

.path b {
    font-weight: normal
}

.pager {
    padding: 30px 0;
    overflow: hidden;
    margin-left: -3px;
    margin-bottom: 20px;
    text-align: center
}

.pager .simsun {
    font-weight: bold;
    font-family: simsun
}

.pager a,.pager span {
    display: inline-block;
    padding: 7px 16px;
    margin: 0 3px;
    color: #333;
    border: 1px solid #ddd
}

.pager span {
    border: 0
}

.pager .on,.pager a:hover {
    color: #2c9128;
    border-color: #fcdbac;
    background: #fcf6ed
}

.header-customer {
    margin: 30px 0
}

.topbar-v2 {
    width: 1200px;
    height: 52px;
    margin: 20px auto;
    clear: both
}

.topbar-v2 .inner {
    position: relative;
    clear: both
}

.topbar-v2 .inner::after {
    display: table;
    content: "";
    clear: both
}

.topbar-v2 .logo {
    display: block;
    width: 152px;
    height: 52px;
    float: left;
    background: url(../images/logo.png) center no-repeat;
    background-size: cover;
}

.topbar-v2 .nav {
    margin-top: 10px;
    float: left;
    font-size: 16px
}

.topbar-v2 .nav a {
    display: block;
    height: 32px;
    line-height: 32px;
    float: left;
    padding-left: 28px;
    margin-left: 28px;
    background-position: left center;
    background-repeat: no-repeat
}

.topbar-v2 .nav .icon-dis {
    background-image: url(../images/icon_24_disease.png)
}

.topbar-v2 .nav .icon-doc {
    background-image: url(../images/icon_24_doctor.png)
}

.topbar-v2 .nav .icon-hos {
    background-image: url(../images/icon_24_hospital.png)
}

.topbar-v2 .nav .icon-med {
    background-image: url(../images/icon_24_medicine.png)
}

.topbar-v2 .nav .icon-vid {
    background-image: url(../images/icon_24_video.png)
}

.topbar-v2 .nav .icon-aud {
    background-image: url(../images/icon_24_audio.png)
}

.topbar-v2 .nav .icon-ask {
    background-image: url(../images/icon_24_ask.png)
}

.topbar-v2 .nav .icon-liv {
    background-image: url(../images/icon_24_live.png)
}

.topbar-v2 .nav .icon-car {
    background-image: url(../images/icon_24_cartoon.png)
}

.topbar-v2 .nav .icon-mor {
    background-image: url(../images/icon_24_more.png)
}

.topbar-v2 .search {
    position: relative;
    width: 250px;
    height: 40px;
    margin: 6px -20px 0 20px;
    float: left;
    border-radius: 30px;
    background: #f3f3f3
}

.topbar-v2 .search .keyword {
    width: 170px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 15px;
    border: 0;
    outline: 0;
    background: rgba(0,0,0,0)
}

.topbar-v2 .search::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 75px;
    height: 40px;
    content: "";
    border-radius: 30px;
    background: #39a534 linear-gradient(to right, #39a534, #39a534)
}

.topbar-v2 .search .btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 75px;
    height: 40px;
    border-radius: 30px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url(../images/icon_24_white_zoom.png) center no-repeat
}

.topbar-v2 .cust {
    float: left;
    margin-left: 20px;
    font-size: 16px
}

.topbar-v2 .cust li {
    position: relative;
    width: 82px;
    float: left;
    margin: 0 8px
}

.topbar-v2 .cust li::after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    border-right: 1px solid #ddd;
    content: ""
}

.topbar-v2 .cust li:nth-child(2) a {
    color: #669000
}

.topbar-v2 .cust li:nth-child(3) a {
    color: #005c7a
}

.topbar-v2 .cust li:last-child::after {
    border-right: 0
}

.topbar-v2 .cust a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666
}

.topbar-v2 .cust a:hover {
    text-decoration: underline
}

.topbar-v2 .tools {
    position: absolute;
    top: 0;
    right: 0
}

.topbar-v2 .tools .btn {
    width: 45px;
    float: left;
    padding-top: 28px;
    margin-top: 3px;
    text-align: center;
    font-size: 12px;
    background-position: center top;
    background-repeat: no-repeat
}

.topbar-v2 .tools .icon-star {

}

.topbar-v2 .tools .icon-share {

}

.topbar-v2 .tools .icon-male {
    width: 50px;
    background-size: 24px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-image: url(../images/male.png)
}

.topbar-v2 .tools .icon-female {
    width: 50px;
    background-size: 24px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-image: url(../images/female.png)
}

.topbar-v2 .tools .bdsharebuttonbox {
    position: absolute;
    top: 10px;
    right: 0;
    opacity: 0
}

.topbar-v3 {
    width: 1200px;
    height: 52px;
    margin: 20px auto;
    clear: both
}

.topbar-v3 .inner {
    position: relative;
    clear: both
}

.topbar-v3 .inner::after {
    display: table;
    content: "";
    clear: both
}

.topbar-v3 .logo {
    display: block;
    width: 152px;
    height: 52px;
    float: left;
    background: url(../images/logo.png) center no-repeat;
    background-size: cover;
}

.topbar-v3 .nav {
    margin-top: 10px;
    float: left;
    font-size: 16px
}

.topbar-v3 .nav a {
    display: block;
    height: 32px;
    line-height: 32px;
    float: left;
    padding-left: 28px;
    margin-left: 16px;
    background-position: left center;
    background-repeat: no-repeat
}

.topbar-v3 .nav .icon-dis {
    background-image: url(../images/icon_24_disease.png)
}

.topbar-v3 .nav .icon-doc {
    background-image: url(../images/icon_24_doctor.png)
}

.topbar-v3 .nav .icon-hos {
    background-image: url(../images/icon_24_hospital.png)
}

.topbar-v3 .nav .icon-med {
    background-image: url(../images/icon_24_medicine.png)
}

.topbar-v3 .nav .icon-vid {
    background-image: url(../images/icon_24_video.png)
}

.topbar-v3 .nav .icon-aud {
    background-image: url(../images/icon_24_audio.png)
}

.topbar-v3 .nav .icon-ask {
    background-image: url(../images/icon_24_ask.png)
}

.topbar-v3 .nav .icon-liv {
    background-image: url(../images/icon_24_live.png)
}

.topbar-v3 .nav .icon-car {
    background-image: url(../images/icon_24_cartoon.png)
}

.topbar-v3 .nav .icon-mor {
    background-image: url(../images/icon_24_more.png)
}

.topbar-v3 .nav .icon-surgery {
    background-image: url(../images/icon_24_light.png)
}

.topbar-v3 .nav .icon-check {
    background-image: url(../images/icon_24_zoom_elec.png)
}

.topbar-v3 .nav .icon-experiment {
    background-image: url(../images/icon_24_experiment.png)
}

.topbar-v3 .search {
    position: relative;
    width: 220px;
    height: 40px;
    margin: 6px 50px;
    float: right;
    border-radius: 30px;
    background: #f3f3f3
}

.topbar-v3 .search .keyword {
    width: 155px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 15px;
    border: 0;
    outline: 0;
    background: rgba(0,0,0,0)
}

.topbar-v3 .search::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 40px;
    content: "";
    border-radius: 30px;
    background: #39a534 linear-gradient(to right, #39a534, #39a534)
}

.topbar-v3 .search .btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 60px;
    height: 40px;
    border-radius: 30px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url(../images/icon_24_white_zoom.png) center no-repeat
}

.topbar-v3 .cust {
    float: right;
    margin-left: 20px;
    font-size: 16px
}

.topbar-v3 .cust li {
    position: relative;
    width: 82px;
    float: left;
    margin: 0 8px
}

.topbar-v3 .cust li::after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    border-right: 1px solid #ddd;
    content: ""
}

.topbar-v3 .cust li:nth-child(2) a {
    color: #669000
}

.topbar-v3 .cust li:nth-child(3) a {
    color: #005c7a
}

.topbar-v3 .cust li:last-child::after {
    border-right: 0
}

.topbar-v3 .cust a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666
}

.topbar-v3 .cust a:hover {
    text-decoration: underline
}

.topbar-v3 .tools {
    display: none;
    position: absolute;
    top: 0;
    right: 0
}

.topbar-v3 .tools .btn {
    width: 45px;
    float: left;
    padding-top: 28px;
    margin-top: 3px;
    text-align: center;
    font-size: 12px;
    background-position: center top;
    background-repeat: no-repeat
}

.topbar-v3 .tools .icon-star {
    background-image: url(../images/icon_24_star.png)
}

.topbar-v3 .tools .icon-share {
    background-image: url(../images/icon_24_share.png)
}

.topbar-v3 .tools .icon-male {
    width: 50px;
    background-size: 24px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-image: url(../images/male.png)
}

.topbar-v3 .tools .icon-female {
    width: 50px;
    background-size: 24px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-image: url(../images/female.png)
}

.topbar-v3 .tools .bdsharebuttonbox {
    position: absolute;
    top: 10px;
    right: 0;
    opacity: 0
}

.pop-nav {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 10;
    width: 1168px;
    padding: 15px 12px 10px 20px;
    *border: 1px solid #ddd;
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    font-size: 18px;
    text-align: left;
    background: #fff
}

.pop-nav h2 {
    padding-left: 2px;
    font-size: 16px
}

.pop-nav h2 i {
    padding: 0 10px;
    font-size: 12px;
    font-weight: normal;
    color: gray
}

.pop-nav .cont {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 10px 0
}

.pop-nav a {
    flex: 1;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 2px 16px;
    margin: 5px 8px 5px 0;
    float: none;
    white-space: nowrap;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    color: #333;
    background: #f8f7f2
}

.pop-nav a:hover {
    color: #fff;
    background: #ff6e00 linear-gradient(to right, #ff6e00, #ffbe00)
}

.pop-nav .half dl {
    width: 550px
}

.pop-nav dl {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden
}

.pop-nav dl dt {
    width: 100px;
    float: left
}

.pop-nav dl dt.other {
    width: auto;
    float: none
}

.pop-nav dl dt.other a {
    display: inline-block
}

.pop-nav dl dt a {
    display: block;
    color: #fff;
    background: #ff6e00 linear-gradient(to right, #ff6e00, #ffbe00)
}

.pop-nav dl dd {
    overflow: hidden;
    line-height: 1.6
}

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    *zoom:1;touch-action: pan-y
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bxslider {
    margin: 0;
    padding: 0;
    -webkit-perspective: 1000
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translateZ(0)
}

.bx-wrapper {
    background: #fff
}

.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #999;
    padding-top: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    outline: 0;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fe9100
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 18px;
    background: #fe9100
}

.bx-wrapper .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom:1;*display: inline
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px;

}

.bx-wrapper .bx-prev:hover,.bx-wrapper .bx-prev:focus {
    background-position: 0 0
}

.bx-wrapper .bx-next {
    right: 10px;

}

.bx-wrapper .bx-next:hover,.bx-wrapper .bx-next:focus {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #999;
    background: rgba(80,80,80,.75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

/*# sourceMappingURL=common.css.map */
