/*导航*/
/*topbar*/
.topbar-search,
.topbar-icons,
.topbar-button,
.topbar-dropdown{
    float: left;
}
.navbar .container{
	padding-left:0px;
}
.topbar-search input.form-control {
    border-radius: 20px;
    padding: 0 25px 0 15px;
    background-color: #f6f6f6;
    border: none;
    box-shadow: none;
}
button.search-btn {
    border: none;
    background: none;
    margin-left: -30px;
}
.topbar-icons ul li{
    float: left;
    margin-right: 20px;
}
.topbar-button{
    margin-right: 10px;
    margin-top: 13px;
}
.topbar-right{
    float: right;
}
.topbar{
    padding: 20px 0;
}
.topbar-search form.navbar-form {
    margin-top: 12px;
}
.topbar-icons {
    margin-top: 15px;
}
.topbar-right .dropdown.topbar-dropdown {
    margin-top: 10px;
}
.topbar-right .dropdown.topbar-dropdown .btn-default {
    border: none;
}
.topbar-right span.glyphicon.glyphicon-qrcode {
    font-size: 20px;
}
.topbar-dropdown .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
    background-color: #f6f6f6;
}
.topbar-dropdown .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
    background-color: #f6f6f6;
}
.topbar-dropdown ul.dropdown-menu-right li.weixi-img{
    float: left;
    width: 100px;
    height: 100px;
    margin:0 10px;
}
.topbar-dropdown ul.dropdown-menu-right li.weixi-detail{
    float: left;
    width: 200px;
}
.topbar-dropdown .dropdown-menu{
    min-width: 350px;
}
.topbar-right .button-primary, .button-primary-flat {
    background-color: #1c235a;
    border-color: #1c235a;
    color: #FFF;
}

/*导航*/
#bs-example-navbar-collapse-1{
    padding: 0;
}
.middle-header nav.navbar.navbar-default {
    border: none;
    background-color: #1c235a;
    border-radius: 0;
}
.middle-header .navbar-default .navbar-nav>.active>a,
.middle-header .navbar-default .navbar-nav>.active>a:focus,
.middle-header .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #891929;
}
.middle-header .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 20px;
}
.middle-header .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #891929;
}


/* ui-banner */
.ui-banner {
    display: block;
    position: relative;
    width: 100%;
    margin: 20px auto;
    border: 1px solid #ccc;
}

.ui-banner.ui-banner-invalid {
    display: none;
}

.ui-banner,.ui-banner .ui-banner-slides,.ui-banner .ui-banner-slogans,.ui-banner .ui-banner-arrow {
    height: 455px;
}

.ui-banner .ui-banner-slides,.ui-banner .ui-banner-slogans,.ui-banner .ui-banner-arrow {
    position: absolute;
    top: 0;
}

.ui-banner ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.ui-banner .ui-banner-slides {
    width: 820px;
    height: 455px;
    left: 0px;
}

.ui-banner .ui-banner-slides li {
    display: none;
    position: absolute;
}

.ui-banner .ui-banner-slides li img {
    width: 820px;
    height: 453px;
    border: none;
	 overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
	width: 100%;
	max-height: 200px;
	transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	object-fit: cover;
	/* position: absolute; */
	top: 0;
	/* left: 0; */
	display: block;
	height: 100%;
	width: auto;
	min-height: 100%;
	min-width: 100%;
	max-width: 300%;
}

.ui-banner .ui-banner-slides li.ui-banner-slides-current,.ui-banner .ui-banner-slides li.ui-banner-slides-prev,.ui-banner .ui-banner-slides li.ui-banner-slides-next {
    display: block;
}

.ui-banner .ui-banner-slides li.ui-banner-slides-current {
    left: 0;
}

.ui-banner .ui-banner-slides li.ui-banner-slides-prev {
    left: -844px;
}

.ui-banner .ui-banner-slides li.ui-banner-slides-next {
    left: 844px;
}

.ui-banner .ui-banner-slogans {
    background: #f9fafa;
    height: 453px;
    overflow: hidden;
    padding: 3px 20px 10px 15px;
    width: 378px;
    right: 0;
}

.ui-banner .ui-banner-slogans li {
    cursor: pointer;
    color: #000;
    text-align: left;
    font-weight: bold;
    line-height: 25px;
    padding: 8px 0 10px 10px;
    margin-left: 5px;
    border-bottom: 1px solid #c9c9c9;
}

.ui-banner .ui-banner-slogans li.ui-banner-slogans-current {
    color: #000;
    line-height: 25px;
}

.ui-banner .ui-banner-slogans li.ui-banner-slogans-prev {
    border-bottom: none;
}

.ui-banner .ui-banner-arrow {
    display: block;
    width: 45px;
    outline: none;
}

.ui-banner .ui-banner-arrow.ui-banner-arrow-prev {
    left: 805px;
    top: 185px;
    background: transparent url("../images/hero-slider-arrow-left.png") no-repeat 0 0;
}

.ui-banner .ui-banner-arrow.ui-banner-arrow-next {
    left: 795px;
    top: 220px;
    background: transparent url("../images/hero-slider-arrow-right.png") no-repeat 0 0;
}

.ui-banner .ui-banner-arrow.ui-banner-arrow-next img {
    left: -15px;
}

.ui-banner .ui-banner-overlay {
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 0;
    width: 173px;
}
.ui-banner-slogans li h4{
    height: 60px;
	overflow: hidden;
    margin-bottom: 10px;
    font-size: 18px;
}
.ui-banner-slogans li p{
    font-size: 14px;
}
.banner-auth{
    margin-right: 10px;
}
.banner-time{
    margin: 0 20px 0 10px;
}

/*main*/
.row.flash {
    padding-top: 15px;
}
.main .page-header {
    padding-bottom: 0px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}
.main .page-header span.modal-title  {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 22px;
    font-weight: bold;
}
.main .page-header a.more {
    position: absolute;
    line-height: 33px;
    font-size: 14px;
    top: 20px;
    right: 15px;
    color: #16b2e9;
}
.icon img {
    margin-top: -7px;
    margin-right: 10px;
}
.title-eng{
    color: #16b2e9;
}
.main .page-header h3{
    padding: 30px 0 20px;
    font-size: 24px;
}
.main .page-header p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.main .page-header a h3:hover,
.new-article a h3:hover{
    color:#2f5dbf;
}
a.typename{
    line-height: 33px;
    font-size: 14px;
    color: #16b2e9;
    float: right;
    margin-top:-5px;
}
span.typename{
    line-height: 33px;
    font-size: 14px;
    color: #666;
    float: right;
    margin-top:-5px;
}
.new-article{
    margin-bottom: 8px;
    margin-top: 0px;

}
.new-article img{
    width: 100%;
    height: 100%;
}
.new-article h3{
    font-size: 20px;
    line-height: 28px;
    margin:10px 0;
}
.time{
    margin-top:10px;
    margin-bottom: 20px;
    color: #666;

}

/*new-ad*/
.new-ad img{
    height: 100%;
    width: 100%;
}

/*finance*/
.row.finance .page-header {
    border-bottom: none;
    padding-bottom: 0px;
    margin: 20px 0;
}
.row.Special .page-header {
    border-bottom: none;
    padding-bottom: 0px;
    margin: 20px 0;
}
.row.culture .page-header {
    border-bottom: none;
    padding-bottom: 0px;
    margin: 10px 0 20px;
}

/*tabs*/
#mytab-content .row{
    padding-top: 20px;
    padding-bottom: 20px;

}
#mytab-content h3{
    padding: 5px 0 15px;
}
#mytab-content .time {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #666;
}

.br-tabs .nav-tabs>li>a {
    font-weight: bold;
    font-size: 22px;
}
.br-tabs .nav-tabs {
    border-bottom: 1px solid #ccc;
}
.br-tabs .nav-tabs>li.active>a,
.br-tabs .nav-tabs>li.active>a:focus,
.br-tabs .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background: none;
    border: none;
    border-bottom: 2px solid #16b2e9;

}
.br-tabs img.img-responsive {
    width: 370px;
    height: 200px;
}
.js-main.search-wap ol.article-phones {
    margin-top: 20px;
}

/*br-aside-r*/
.br-aside-r a img{
    width: 100%;
    /* height: 100%; */
}
.br-aside-l{
    padding-right: 50px;
}
.br-aside-r{
    padding: 15px 25px 0;
    background-color: #fafafa;
}
.br-aside-r .new-article h3 {
    font-size: 20px;
    margin: 10px 0;
    /*min-height: auto;*/
}
.br-aside-ad{
    padding:20px 0;
}
.br-aside-ad .col-md-12{
    padding-left:0;
    padding-right: 0;
}
.br-aside-ad .col-md-12 img{
    width: 100%;
    height: 100%;
}
.br-aside-r.br-edu{
    margin-top: 20px;
}
.br-aside-r.welfare{
    margin-top: 20px;
}
.br-aside-r.br-pub{
    margin-top: 20px;
}
.br-aside-publish{
    margin-bottom: 20px;
}

/*publish*/
.br-aside-publish p{
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;

}
.br-publish{
    padding-top: 0;
    margin: 0;
}
a.publish-text{
    display: block;
    margin-bottom: 8px;
}
a.publish-icon {
    display: block;
    margin-right: 10px;
    float: left;
}

/*footer*/
footer{
    background: #2d3237;
}
.footer-left,.footer-center{
    border-right: 1px solid #575558;
}
.footer-ul{
    color: #fff;
    font-size: 13px;
}
.footer-ul ul{
    margin-left: 0px;
}
.footer-ul ul li.footer-ul-li{
    float: left;
    margin-right: 30px;
}
.footer-center p,
.footer-right-top-text h4,
.footer-right-top-text p,
.footer-right-bottom p,
.footer-right-bottom span
{
    color: #fff;
}
.footer-left{
    margin-top: 40px;
    padding:0 40px;
}
.footer-logo{
    margin-bottom: 15px;
}
.footer-ul-header{
    margin-bottom: 5px;
}
.footer-ul-header a{
    font-weight: bold;
}
.footer-center{
    margin-top: 40px;
    padding:0 40px;
}
.footer-center p{
    margin-bottom: 20px;

}
.footer-right-top-img {
    float: left;
    margin-right:15px;
}
.footer-right{
    padding:0 40px;
    margin: 40px 0;
}
.footer-right-top-text p{
    font-weight: bold;
    font-size: 26px;
}
.footer-right-bottom p{
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin:20px 0 10px;
}
.footer-right-bottom span{
    font-size: 14px;
    line-height: 18px;
}
.footer-bottom{
    background-color: #1d2125;
    color: #474a4c;
    font-size: 12px;
    text-align: center;
}
.footer-bottom-text span{
    margin:0 10px;
}
.footer-bottom-text{
    margin:10px 0;
}


.ui-banner {
    display: block;
    position: relative;
    width: 100%;
    margin: 10px auto 20px;
    border: 1px solid #ccc;
}
/*div高度不一样导致错位*/
.col-md-6:nth-child(4n+1){
    clear:left!important;
}
.br-img-height a>img {
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    width: 100%;
    /* height: 235px; */
    background: 50%/cover;
}
.ui-banner .ui-banner-slides li {
    width: 100%;
    height: 455px;
}
.br-img-logo{
    width: 285px;
    height: 60px;
}
.br-img-height{
    width: 100%;
    height: 200px;
}
.br-img-height-tabs{
    width: 370px;
    height: 220px;
}
.br-img-height-pub{
    width: 100%;
    height: 200px;
}
.br-img-icon{
    width: 26px;
    height: 24px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
.br-img-ad-l{
    width: 100%;
    height: 130px;
}
.br-img-ad-r{
    width: 100%;
    height: 560px;
}
.br-img-ft-logo{
    width: 230px;
    height: 44px;
}
.br-img-ft-center{
    width: 320px;
    height: 135px;
}
.br-img-ft-r{
    width: 38px;
    height: 38px;
}
/* 
.nav.navbar-nav li.daily-show a:active {
    color: #fff;
    background-color: #891929;
	width:100%;
}

li.daily-show a.active {
    color: #fff;
    background-color: #891929;
} */


/* ====================================
 * adjector.css
 * ================================= */
.adjecting {
  display: inline-block;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin-x: 50%;
}

.adjecting .front-face, .adjecting .back-face {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.adjecting .front-face {
  position: absolute;
}

.adjecting .back-face {
  position: relative;
}

/* ======================================================
 * CSS for Demo pages only - Not required with the plugin
 * =================================================== */
#robo-wrapper {
  display: inline-block;
  width: 170px;
  text-align: center;
  float:left;
}

#robo-wrapper h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 26px;
    text-transform: uppercase;
    color: #444;
    margin-top: 8px;
}

#robo-wrapper #option-details {
  display: inline-block;
  font-size: 18px;
  padding: 2px 7px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.08);
  font-family: monospace;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

.paragraph-content #heading {
  width: 400px;
  height: 70px;
  margin: 0 auto;
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-align: center;
}

.paragraph-content #sub {
  width: 400px;
  height: 300px;
  margin: 0 auto;
  font-size: 20px;
  text-align: justify;
}


