/* 公共类处理 */

html,
body {
    background-color: #f7f7f7;
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
    min-width: 1270px;
}

@font-face {
  font-family: 'iconfont';  /* project id 256307 */
  src: url('//at.alicdn.com/t/font_256307_hp18yc0tbuvdkj4i.eot');
  src: url('//at.alicdn.com/t/font_256307_hp18yc0tbuvdkj4i.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_256307_hp18yc0tbuvdkj4i.woff') format('woff'),
  url('//at.alicdn.com/t/font_256307_hp18yc0tbuvdkj4i.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_256307_hp18yc0tbuvdkj4i.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont";
    font-style: normal;
}

.container {
    width: 1170px !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container .nav-tabs,
.container .tab-content {
    background-color: #fff;
}

a:hover {
    text-decoration: none;
}

.nothing {
    background-image: url(../images/nothing.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.nothing-nopic {
    text-align: center;
}

[class^=validation_code] {
    cursor: pointer;
}


/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */


/* Common styles for all types */

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}


/* Tighten up space between multiple callouts */

.bs-callout + .bs-callout {
    margin-top: -5px;
}


/* Variations */

.bs-callout-danger {
    border-left-color: #ce4844;
}

.bs-callout-danger h4 {
    color: #ce4844;
}

.bs-callout-warning {
    border-left-color: #aa6708;
}

.bs-callout-warning h4 {
    color: #aa6708;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout-info h4 {
    color: #1b809e;
}


/* 导航相关 */

body > .top {
    position: relative;
    z-index: 1;
}

.nav-top {
    font-size: 0;
    padding: 10px;
}

.nav-top > li {
    display: inline-block;
    width: 50%;
    font-size: 14px;
}

.nav-top > li.logo {
    padding: 10px 0px;
}

.nav-top > li.login {
    vertical-align: top;
    text-align: right;
}

.nav-top > li.login div > div {
    display: inline-block;
    margin-left: 20px;
    color: #7b7b7b;
}

.nav-top > li.login div.separator {
    color: #e7e7e7;
}

.nav-top > li.login a {
    color: #7b7b7b;
    /*     margin: -10px 0 0;
    display: block;
    font-size: 15px; */
}

.nav-top > li.login div.tel {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    color: #666666;
}

.nav-justified {
    border: none;
    box-shadow: 1px 1px 10px #dddddd;
}

.nav-justified > li {
    display: table-cell;
    width: 1%;
    position: static;
}

.nav-justified > li > a:hover {
    color: #c33;
}

.nav-justified > li > a {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff 52%, #f2f2f2 100%);
    border: none;
    box-sizing: content-box;
}

.nav-justified > li+li:after {
    content: "|";
    position: relative;
    top: -38px;
    font-size: 16px;
    color: gray;
}

.nav-justified > .dropdown .dropdown-menu {
    background-image: linear-gradient(to bottom, #ff6666 0%, #cc3333 100%);
}

.dropdown-menu:after {
    border-style: solid;
    border-width: 5px 5px;
    border-color: transparent transparent #ff6666;
    content: " ";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0px)
}

.dropdown-menu li {
    display: inline-block;
    text-align: center;
    min-width: 20px;
    color: #fff;
}

.dropdown-menu li a {
    display: inline-block;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    position: relative;
    padding: 3px 15px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: none;
    color: #fff;
}

.dropdown-menu > li > a:hover:before {
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #fff;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    transform: translate(-80%, -45%);
}

.nav-tabs > li > a {
    border-top: 3px solid transparent;
    padding: 3px 30px;
    color: #000;
}

.nav-tabs > li > a:hover {
    border-radius: 0px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    padding: 3px 30px;
    border-radius: 0px;
    border-top: 3px #ff3a49 solid;
}

.nav-top .logo .mark {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    background: none;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px #999 solid;
}


/* center 中间层 */

.center {
    min-height: 400px;
}

.center .container {
    margin-top: 20px;
    padding: 0px;
}

.center .container .tab-content {
    padding: 15px;
}

.center .container .nav-tabs {
    border-bottom: none;
}

.center .container .nav-tabs > li > a,
.center .container .nav-tabs > li.active > a,
.center .container .nav-tabs > li.active > a:focus,
.center .container .nav-tabs > li.active > a:hover {
    border-left: none;
    border-right: none;
    padding: 5px 30px 0;
}

.center .banner-panel {
    margin-top: -35px;
    min-width: 1170px;
    padding: 0;
}

.center .new-panel{
    background-color: #fff;
    padding: 10px;
}

.center .news-list-panel{
    padding: 0 6px 0 0;
}

.center .new-panel .nav-tabs {
    font-size: 16px;
}

.center .new-panel .nav-tabs > li > a,
.center .new-panel .nav-tabs > li.active > a,
.center .new-panel .nav-tabs > li.active > a:focus,
.center .new-panel .nav-tabs > li.active > a:hover {
    border: none;
    padding: 15px 30px;
}

.center .new-panel .tab-content {
    box-shadow: 0 -8px 30px #e7e7e7;
}

.center .new-panel .tab-content .tab-pane {
    height: 280px;
    word-break: break-all;
}

.center .new-panel .title {
    color: #333;
    display: block;
    font-size: 14px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.center .news-outline{
    color: #aaa;
    margin: 10px 0 30px;
}

.center .product {
    font-size: 0;
}

.center .product .tab-pane {
    font-size: 12px;
}

.center .product > div {
    display: inline-block;
    vertical-align: top;
}

.center .product > div.product-list {
    width: 69%;
}

.center .product > div.product-note {
    width: 30%;
    margin-left: 1%;
}

.center .product > div.product-note .nav > li {
    width: 50%;
    text-align: center;
}

.service li.active h4 {
    margin-bottom: 0px;
}

#service p.sub-title {
    margin-top: -10px;
    color: #b1b1b1;
    display: inline-block;
    width: 100%;
}

#service p.sub-title:after {
    content: "";
    border-top: 1px solid;
    width: 76%;
    display: inline-block;
    transform: translate(0px, -3px);
}

#service .service-detail > div {
    display: inline-block;
    width: 24%;
    margin-left: 6px;
    background-color: #f7f7f7;
    vertical-align: top;
    padding: 20px;
    border: 1px #e8e8e8 solid;
}

#service .service-detail > div p {
    margin-bottom: 0;
    width: 100%;
}

#service .service-detail .row > div {
    padding: 0px;
}

#service .service-detail .title {
    color: red;
    font-size: 15px;
    font-weight: bold;
}

#service .service-detail .description {
    font-size: 12px;
    color: #999;
    height: 20px;
}

#service .service-detail .more a {
    color: #999;
    margin-top: 25px;
    font-size: 12px;
    display: block;
}

.container .tab-content table thead {
    background-color: #e7e7e7;
}

.container .tab-content table td {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: #999;
}

.container .tab-content table thead tr td {
    color: #4e4e4e;
    font-weight: bold;
}

.container .tab-content dl.note-list {
    text-align: center;
    font-size: 15px;
    margin: 0px;
}

.container .tab-content dl.note-list dt {
    background-color: #f8f8f8;
    color: #8d8d8d;
    padding: 8px;
    margin: 0px 0 10px;
}

.container .tab-content dl.note-list dd {
    color: #8f8f8f;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 12px 10px;
    border-bottom: 1px #f5f5f5 solid;
}

.container .tab-content dl.note-list dd:last-child {
    border: none;
}

#friend {
    font-size: 0px;
}

#friend > div {
    display: inline-block;
    width: 25%;
    text-align: center;
}


/* 底部样式 */

.footer {
    background-image: linear-gradient(to bottom, #4a4a4a 0%, #484848 100%);
    padding-bottom: 0px;
}

.footer .foot-safe {
    background-color: #f7f7f7;
}

.footer-line {
    margin-bottom: 40px;
}

.footer-intro {
    width: 1170px;
    margin: 0 auto;
    padding: 30px 0;
}

.footer-intro .foot-sort {
    padding: 10px 0px 10px 50px;
    border-right: #4e5565 solid 1px;
    border-left: #4e5565 solid 1px;
}

.footer-intro .foot-sort dt {
    font-weight: normal;
}

.footer-intro .foot-sort dl {
    padding-right: 50px;
    font-size: 14px;
}

.footer-intro .foot-sort dl.no-right {
    padding-right: 0;
}

.footer-intro .foot-sort dt {
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    margin-top: 10px;
}

.footer-intro .foot-sort dt a {
    color: #9e9e9f;
}

.footer-intro .foot-sort h2 {
    font-size: 20px;
}

.footer-service {
    width: 295px;
    overflow: hidden;
    padding-top: 30px;
}

.footer-service p {
    padding-left: 30px;
    color: #9e9e9f;
}

.footer-service .service-time {
    color: #a6a6a6;
    font-size: 14px;
}

.footer-service .service-telephone {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.foot-qrcode {
    text-align: center;
    width: 150px;
    padding-top: 30px;
    margin-left: 30px;
}

.foot-qrcode img {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto;
}

.foot-qrcode span {
    padding-top: 12px;
    display: block;
    color: #a6a6a6;
    font-size: 12px;
}

.foot-qrcode .app {
    margin: 0 50px 0 110px;
}


/* start 注册流程专用footer*/

.sign-footer {
    width: 700px;
    margin: 35px auto 35px;
}

.sign-footer span,
.sign-footer span a {
    color: #a6a6a6;
}

.sign-footer .lgwab {
    margin-right: 60px;
}

.sign-footer .sign-zrbao {
    margin-right: 18px;
}

.sign-footer .lb {
    margin-right: 60px;
}


/* end 注册流程专用footer*/

.safety-certification {
    text-align: center;
    padding: 50px 0 30px 0;
    width: 612px;
    margin: 0 auto;
}

.safety-certification a {
    display: block;
    float: left;
    padding-right: 19px;
}

.safety-certification img {
    width: 83px;
    height: 28px;
}

.foot-safe .cp {
    text-align: center;
    padding: 15px 0;
}

.foot-safe .copyright span {
    padding-right: 14px;
    color: #a6a6a6;
    font-size: 14px;
}

.foot-safe .copyright span a {
    color: #a6a6a6;
    font-size: 14px;
}

.foot-safe .copyright .little {
    padding-right: 17px;
}


/* slides  */

.slides-container {
    width: 300px;
    height: 200px;
}

.slidesjs-navigation {
    display: none;
}

#slides {
    display: none;
}

#slides .slidesjs-navigation {
    margin-top: 3px;
}

#slides .slidesjs-previous {
    margin-right: 5px;
    float: left;
}

#slides .slidesjs-next {
    margin-right: 5px;
    float: left;
}

.slidesjs-pagination {
    margin: -20px 0 0;
    float: right;
    list-style: none;
    z-index: 10;
    position: relative;
}

.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(../images/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
    background-position: 0 -26px
}

#slides a:link,
#slides a:visited {
    color: #333
}

#slides a:hover,
#slides a:active {
    color: #9e2020
}

.navbar {
    overflow: hidden
}


.panel-heading {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff 52%, #f2f2f2 100%);
    border: 1px #ececec solid;
    box-shadow: 0 0 5px #dddddd;
    color: #e71438;
    padding: 12px 0;
}

.panel-body {
    padding: 0;
}

.panel-body .list-group {
    margin: 0;
}

.panel-body a.list-group-item,
.panel-body button.list-group-item {
    border: none;
}

div.list-group .list-group-item,
.panel {
    border-radius: 0px;
    text-align: center;
    background-color: #f7f7f7;
    font-size: 16px;
    border: none;
    position: relative;
}

div.list-group .list-group-item.active:after {
    content: ">";
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translate(50px, -55%);
    right: 65px;
}

div.list-group .list-group-item.active,
div.list-group .list-group-item.active:focus,
div.list-group .list-group-item.active:hover {
    background-color: #e71438;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #e71438;
    border: 1px #e71438 solid;
}


/* --------------------- 列表页样式  ---------------------*/

.list,
.detail {
    background-color: #fff;
}

.list .center .container {
    padding: 15px;
}

ul.list-group .list-group-item {
    border-radius: 0px;
}

.list .news-list li {
    padding: 20px 15px;
}

.list .news-list li a {
    color: #888;
}

.list .news-list li > div + div {
    color: #aaa;
}

.list-container .nothing {
    min-height: 400px;
}


/* --------------------- end 列表页样式  ---------------------*/


/* ----------------------  详细页面 ---------------------------- */

.detail .breadcrumb {
    margin-bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.detail .news-title,
.detail .news-bottom {
    border-left: 1px #eee solid;
    border-right: 1px #eee solid;
}

.detail .news-title * {
    text-align: center;
    margin-bottom: 15px;
}

.detail .news-title h5 {
    color: #999;
}

.detail .news-content {
    border: 1px #eee solid;
    padding: 20px;
}

.news-bottom {
    padding: 20px;
    border-bottom: 1px #eee solid;
    color: #999;
}

.news-bottom a {
    color: #999;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
}

.news-bottom div:last-child {
    text-align: right;
}

.member.charter .news-content {
    border-bottom: none;
}

.member.charter .news-content:first-child {
    border: 8px red solid;
}

.member.charter .news-content:last-child {
    border-bottom: 1px #eee solid;
}

.product.detail {
    background-color: #f7f7f7;
}

.product.detail .info {
    background-color: #fff;
    padding: 20px 30px;
}

.product.detail .info .info-title {
    padding-left: 50px;
}

.product.detail .info .info-body {
    text-align: center;
}

.product.detail .info .info-body .title {
    color: #a6a6a6;
}

.product.detail .info .info-body td div {
    font-size: 24px;
    padding: 12px;
    color: #868686;
}

.product.detail .info .info-body td .amount {
    color: red;
}

.product.detail .center .container .nav-tabs a[role="tab"] {
    font-size: 16px;
    padding: 15px 30px;
    border-right: 1px #ddd solid;
}

.product.detail .center .container .nav-tabs{
    border-bottom: 1px #ddd solid;
}


/* ---------------------- end 详细页面 ---------------------------- */


/* -----------关于我们页面 --------------------------------------*/

.about-content {
    border: 1px #eee solid;
    padding: 20px;
}

.about-content span {
    color: #666;
    line-height: 30px;
}


/* -----------end 关于我们页面 -----------------------------------*/


/* ------------------------大事记页面-时间轴--------------------- */

.bigthing-content {
    border: 1px #eee solid;
    background-color: #f7f7f7;
    padding: 20px;
}

.main-timeline {
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.main-timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #e71438;
    position: absolute;
    top: 0;
    left: 50%;
}

.main-timeline .timeline {
    margin-bottom: 50px;
    position: relative;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline .timeline-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e71438;
    overflow: hidden;
    margin-left: -23px;
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
}

.main-timeline .timeline-icon i {
    font-size: 30px;
    line-height: 50px;
    color: #fff;
}

.main-timeline .timeline-content {
    width: 45%;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-timeline .timeline-content:before {
    content: "";
    border-left: 7px solid #999;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 45%;
    top: 20px;
}

.main-timeline .title {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    padding: 10px;
    background: #999;
    border-radius: 3px 3px 0 0;
    margin: -20px -20px 10px;
}

.main-timeline .description {
    font-size: 14px;
    color: #726f77;
}

.main-timeline .read-more {
    display: inline-block;
    font-size: 12px;
    color: #64d8c1;
    text-transform: uppercase;
    padding: 5px 15px;
    border: 2px solid #64d8c1;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 0 #64d8c1;
    -moz-box-shadow: 2px 2px 0 #64d8c1;
    -ms-box-shadow: 2px 2px 0 #64d8c1;
    box-shadow: 2px 2px 0 #64d8c1;
}

.main-timeline .read-more:hover {
    top: 2px;
    left: 2px;
    box-shadow: none;
}

.main-timeline .timeline-content.right {
    float: right;
}

.main-timeline .timeline-content.right:before {
    content: "";
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid #999;
}

@media only screen and (max-width: 990px) {
    .main-timeline .title {
        font-size: 25px;
    }
    .main-timeline .timeline-content::before {
        top: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline {
        margin-left: 20px;
    }
    .main-timeline:before {
        left: 0;
    }
    .main-timeline .timeline-content {
        width: 90%;
        float: right;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline-content.right:before {
        left: 10%;
        right: inherit;
        margin-left: -6px;
        border-left: 0;
        border-right: 7px solid #1abc9c;
    }
    .main-timeline .timeline-icon {
        left: 0;
    }
}

@media only screen and (max-width: 479px) {
    .main-timeline .timeline-content {
        width: 85%;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline-content.right:before {
        left: 15%;
    }
    .main-timeline .title {
        font-size: 20px;
    }
    .main-timeline .timeline-content:before {
        top: 13px;
    }
}


/* ————————————————————————————图文新闻 ————————————————————————————————————————*/

.newscontent {
    margin: 10px;
}


/* ————————————————————————————————业务介绍页面 ————————————————————————*/

.business .center {
    background-color: #fff;
}

.bus-container h1 h3 span p {
    font-weight: normal;
}

.bus-container span p {
    color: #666;
    line-height: 30px;
}

.bus-container .business-block-panel {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0 50px;
    background-color: #fff;
}

.business-block-panel .content {
    font-size: 17px;
    line-height: 30px;
}

.business-block-panel h1 {
    text-align: center;
    margin-bottom: 80px;
}

.bus-container-words {
    color: #666;
    margin-top: 45px;
}

.stickup-menu {
    position: fixed !important;
    top: 50% !important;
    right: 20px !important;
    transform: translate(-30px, -50%);
}

.stickup-menu .menuItem {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #e0e0e0;
    margin-top: 10px;
    cursor: pointer;
}

.stickup-menu .menuItem.active {
    background-color: #aaa;
}

.stickup-menu .menuItem a {
    display: block;
    height: 15px;
}

#base .bus-container-words {
    font-size: 16px;
}

#base h3,#ticket h3,#money h3{
    margin: 40px 0 30px;
}

#ticket .content, #consultant .content, #money .content {
    text-indent: 34px;
    padding: 30px 20px 20px;
}


/*------------------------- 团队介绍 -------------------------*/

.team {
    background-color: #fff;
}

.team-container {
    border: 1px #eee solid;
    padding: 20px 40px 10px;
}

.team-container .row {
    border-bottom: 1px #eee solid;
    margin-bottom: 20px;
    padding: 20px 20px 20px;
}

.team-container .row .description p:first-child {
    font-weight: bold;
    font-size: 15px;
}

.team-container .row.title {
    font-weight: bold;
    font-size: 15px;
    padding: 0 10px;
}

.team-container .row:last-child {
    border-bottom: 0px;
}


/*----------------------- 产品备案 -----------------------*/

.product-list {
    background-color: #fff;
}


/*------------------------- 首页 -------------------------*/

.tab-content.fixed-height {
    min-height: 300px;
}

.tab-content.fixed-height .tab-pane,
.tab-content.fixed-height .tab-pane dl {
    height: 100%;
    box-sizing: content-box;
}

.table-list.nothing {
    height: 240px;
    background-size: 30%;
}

.banner-panel #banner-slider {
    height: 480px;
    text-align: center;
}

.bx-wrapper img {
    margin: 0 auto;
}

.center .bx-wrapper {
    margin-bottom: 20px;
}

.banner-panel .bx-wrapper .bx-pager {
    margin-bottom: 50px;
}

#banner-slider {
    list-style-type: none;
}

.note-list dd {
    text-align: left;
}

.product-list {
    position: relative;
}

.product-list h4 {
    margin-bottom: 0px;
}

.product-list a.more {
    font-size: 14px;
    position: absolute;
    top: 15px;
    right: 50px;
}


/*-------------------------- 联系我们 --------------------------*/

.contact .tl {
    text-align: left;
}

.contact .tr {
    text-align: right;
}

.contact .about-content > h3 {
    text-align: center;
}

.contact .about-content > .row {
    font-size: 16px;
    margin: 30px 0;
}


/*--------------------------- 登录 注册页面---------------------*/

.login-panel {
    background-color: #fff;
}

.login-panel .panel-body {
    padding: 20px 40px;
    text-align: left;
}

.login .login-panel .panel-body {
    padding: 5px 40px;
}

.login-panel .panel-body .form-group {
    margin-top: 15px;
    margin-bottom: 30px;
    position: relative;
}

.login-panel .panel-body .form-group input.form-control {
    height: 45px;
}

.login-panel .panel-body .form-group .iconfont {
    font-size: 20px;
}

.login-panel .panel-body .form-group .Verif-panel {
    padding: 0px;
    background: none;
}

.login-panel .panel-body .form-group label.error {
    position: absolute;
    top: 54px;
    left: 10px;
    line-height: 12px;
    padding: 0;
    font-size: 12px;
    color: #f33;
}

.login-panel .panel-body .form-group .Verif-panel .sendCode {
    height: 43px;
}

input.error[type="text"],
input.error[type="password"],
input.error[type="checkbox"] {
    border: 1px solid #ff3333;
}

.login-panel .panel-body .form-group label label.error {
    top: 28px;
}

.reg .center .container {
    background-color: #fff;
}

.error-panel {
    min-height: 30px;
}

.error-panel .alert {
    display: none;
    padding: 10px;
    text-align: center;
}

.login .container-fluid {
    background-image: url('../images/login-banner.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.content-overflow-auto {
    overflow-x: auto;
    padding: 0px 20px 10px;
    text-align: left;
}


/*------------------------------------ 认证页面 ------------------------------------*/

.verify .center .container .bhf {
    background: #fff;
    padding: 0;
}

.verify .center .container .bhf .bs-callout {
    margin: 0;
}


/*-----------------------------------个人中心 ---------------------------------------*/


/*----------------------------------- 左侧菜单 -----------------------------------*/

.accountbox {
    margin: 40px 0;
}

.account-menu {
    width: 195px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    color: #4d4d4d;
}

.account-menu dl {
    margin: 0 auto;
    width: 200px;
    border: #e7e7e7 solid 1px;
    border-bottom: 12px #f7f7f7 solid;
    background: #fff;
}

.account-menu dl dt {
    text-align: center;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.account-menu dl dt a {
    display: block;
    color: #ababab;
}

.account-menu dl dd {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px #f7f7f7 solid;
    text-align: center;
}

.account-menu dl dd a {
    display: block;
    text-align: center;
    color: red;
}

.account-menu dl dd a:hover {
    color: #4e4e4e;
    cursor: context-menu;
}

.account-menu dl dd+dt.active a {
    border-top: 0;
}

.account-menu dl dt.active a {
    line-height: 50px;
    color: #5a5a5a;
    border-left: 6px #ff4747 solid;
    background-color: #f7f7f7;
    border-bottom: #e7e7e7 solid 1px;
}

.account-menu dl dt a:hover {
    display: block;
    background-color: #f7f7f7;
    color: #5a5a5a;
}


/*---------------------------------------- 用户中心首页 ----------------------------------------*/

.user.index .center .container {
    padding: 10px 20px;
}

.user.index .center .container .container-center-panel {
    margin-left: 20px;
    background: #fff;
    min-height: 480px;
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

.user .center .container-center-panel .bs-callout {
    margin: 0;
}

.user.index .center .container #institution {
    padding: 25px 0px;
}

.user.index .center .container #institution label {
    font-size: 16px;
    font-weight: normal;
}


/*--------------------------------- 机构信息提交页面 ---------------------------------*/

.login-panel .panel-body .attachment {
    margin-bottom: 0;
}

.login-panel .panel-body .attachment .form-group {
    /* margin-bottom: 12px; */
    margin-top: 0;
}

.verify .error-msg-label {
    line-height: 34px;
    color: red;
    font-size: 14px;
}

.verify #filenames {
    font-size: 13px;
    padding: 5px 0;
    color: red;
}

.list-circle{
    color: #e7e7e7;
    font-size: 14px;
    margin: 0 10px;
}
.friend-link .bx-pager.bx-default-pager{
    display: none;
}

.banner-panel .bx-wrapper .bx-pager.bx-default-pager a{
    background-color: #fff;
    border-radius: 0;
    opacity: .6;
    width: 120px;
}

.banner-panel .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner-panel .bx-wrapper .bx-pager.bx-default-pager a.active{
    background-color: #c8161d;
    opacity: 1;
}
