/*
Theme Name: loogk hirisun
Theme URI: http://www.loogk.com/theme/
Author: 珑旌科技
Author URI: http://www.loogk.com
Description: 海联讯网站模板
*/

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */
@import url('bootstrap/css/bootstrap.min.css');
@import url('fonts/iconfont.css');
body {
    font-family: "Microsoft YaHei","黑体","Helvetica Neue",Helvetica,Arial,sans-serif;
}
input,button,select,textarea{ outline:none !important;}
.clear:after{
	content: "";
	display: block;
	clear: both;
}
.marginTop18{
	margin-top: 18px;
}
/*
菜单
 */
.navbar{
	margin-bottom: 0;
	background: rgba(255,255,255,.85);
	border: none;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.navbar-brand{
    height: 80px;
    padding: 10px 15px;
}
.navbar-brand img{
	height: 60px;
}
.navbar .nav a{
	color: #070001;
	text-decoration: none;
	cursor: pointer;
}
.navbar-nav>li:hover>a,
.navbar-nav>li>a:hover{
	background: rgba(12,104,171,.9);
	color: #fff;
}
.navbar .current-menu-item>a,
.navbar .current-menu-parent>a,
.navbar .current-menu-ancestor>a{
	background: #0F5193;
	color: #fff;
}
.menu-item-has-children:hover>.sub-menu,
.menu-item-has-children:active>.sub-menu{
	display: block;
}
.menu-item-has-children .sub-menu{
    list-style: none;
    padding: 0;
    background: rgba(12,104,171,.9);
    color: #fff;
    display: none;
}
.menu-item-has-children .sub-menu li a{
	display: block;
    word-wrap: break-word;
    white-space: nowrap;
    color: #fff;
    padding: 10px 25px;
    width: 100%;
}
.menu-item-has-children .sub-menu .sub-menu{
	background: #0F5193;
}
.nav>.menu-item-has-children>ul>li{
	border-bottom: 1px solid #fff;
}
.nav>.menu-item-has-children>ul>li:last-child{
	border:none;
}

.breadcrumb{
	padding: 8px 0;
    margin: 0;
    background: none;
    border-bottom: 1px solid #EAEAEA;
}
.searchBox{
	padding: 23px 10px;
    margin-left: 10px;
    height: 80px;
    padding-right: 30px;
	border-left: 1px solid rgba(24,145,201,.3);
}
.searchBox:after{
	font-family: 'Glyphicons Halflings' !important;
    content: "\e003";
    font-size: 18px;
    color: #252434;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 80px;
}
.searchBox .screen-reader-text,
.searchBox #searchsubmit{
	display: none;
}
.searchBox input[type=text]{
	border-radius: 30px;
	transition: all .4s ease-in .1s;
	width: 0;
	border:none;
	padding: 0;
	/*position: absolute;
	top: 80px;
	right: 0;*/
}
.searchBox:hover input[type=text]{
    width: 150px;
    border: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
}



.breadcrumb a{
	color: #333;
}
.breadcrumb i:before{
	color: #999899;
	margin-right: 5px;
}
.breadcrumb i:last-child{
	display: none;
}
.breadcrumb>li+li:before{
  	font-family:"hirisuniconfont" !important;
	content: "\e602";
	font-size: 16px;
	color: #999899;
}

.main_content{
    /*display: -ms-flexbox;
    display: flex;*/
    margin-top: 10px;
}


/*
首页
 */
.index{
	margin: 30px 0;
}
.index .indexHeader{
	color: #000;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #EAEAEA;
}
.index .indexHeader i{
	color: #036EB7;
	float: right;
	margin-top: 2px;
}
.index .indexAbout a img{
	width: 100%;
}
.index .indexAbout a{
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.index .indexAbout a h3{
	font-size: 20px;
	bottom: 15px;
	right: 0;
	position: absolute;
	margin: 0;
}
.index .indexAbout a+a{
	margin-top: 30px;
	background-image: url(images/img-bg2.jpg);
}
.index .indexAbout i{
	margin:0 5px;
	color: #036EB7;
}
.index .indexAbout a:hover i{
	color: #fff;
}
.indexNews{
	padding-bottom: 20px;
}
.indexNews+.indexNews{
	border-top: 1px solid #EAEAEA;
	padding-top: 20px;
}
.indexNews img{
	width: 49%;
	float: left;
	margin-right: 15px;
}
.indexNews a {
	text-decoration: none;
}
.indexNews h2{
	font-size: 18px;
	color: #040000;
	margin:0;
    overflow: hidden;
    max-height: 38px;
    text-overflow: ellipsis;
}
.indexNews a span{
	font-size: 13px;
	color: #999;
	padding: 8px 0;
	display: block;
}
.indexNews a p{
	color: #333333;
	margin-bottom: 0px;
	line-height: 18px;
}

.indexNotice{
	border-bottom: 1px solid #EAEAEA;
}
.indexNotice a{
	text-decoration: none;
	display: block;
    padding-top: 15px;
    position: relative;
}
.indexNotice a:before {
    content: "";
    display: block;
    border-left: 5px solid #036EB7;
    height: 56px;
    position: absolute;
    top: 15px;
}
.indexNotice h2{
	color: #000000;
	font-size: 18px;
	height: 46px;
	overflow: hidden;
	margin-top: 0;
	padding-left: 20px;
    padding-top: 8px;
    margin-bottom: 8px;
}
.indexNotice span{
	display: block;
	text-align: right;
	font-family: Arial;
}
.indexNoticeBox>div{
	overflow: hidden;
	position: relative;
}
.noticeBox{
	transition: all ease-in;
	position: absolute;
	left:0;
	width: 100%;
}
.noticeBox+.noticeBox{
	left: 100%;
}
.sidebar-live-option {
    list-style: none;
    margin-top: 10px;
    padding: 0;
    float: right;
}
.sidebar-live-option li {
    width: 12px;
    height: 12px;
    padding: 0;
    background: #EBEBEB;
    margin-left: 5px;
    cursor: pointer;
    float: left;
}
.sidebar-live-option li.active {
    background: #036EB7;
}





/*
股票行情
 */
.stock-top{
	border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 20px;
    padding: 10px 0;
}
.stock-title h1{
	color: #0C68AB;
	font-size: 35px;
    padding-left: 20px;
}
.stock-title h1 small{
	color: #666666;
	font-weight: 300;
}

.stock-today{
	text-align: center;
    border-right: 2px solid #EAEAEA;
    border-left: 2px solid #EAEAEA;
}
.stock-today h3{
	color: #E71E26;
	font-weight: 300;
    border-bottom: 1px solid #EAEAEA;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.stock-today h3 small{
	font-size: 12px;
	display: inline-block;
	color: #E71E26;
	font-weight: 300;
	text-align: right
}
.stock-today h3.die,
.stock-today h3.die small{
	color: #64c513;
}

.stock-today p{
	color: #0C68AB;
	font-size: 12px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #EAEAEA;
}
.stock-today time{
	font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.stock-today-list ul{
	list-style: none;
	padding: 15px 0;
	margin: 0;
}
.stock-today-list ul li{
	float: left;
	width: 33%;
	padding: 10px 20px;
}
.dl-horizontal{
	margin-bottom: 2px;
}
.dl-horizontal:hover{
	background: #F7F7F7;
}
.dl-horizontal dt{
	width: 110px;
	text-align: left;
	color: #0C68AB;
	float: left;
}
.dl-horizontal dd{
	margin-left: 112px;
}
.dl-horizontal dt,
.dl-horizontal dd{
	padding-left: 20px;
	line-height: 30px;
}
.dl-horizontal:nth-child(2n+1) dt,
.dl-horizontal:nth-child(2n+1) dd{
	background: #F7F7F7;
}
.nopadding{
	padding: 0;
}
.stock-newchart{
	padding-left: 40px;
}
.stock-newchart>div{
	background: #F7F7F7;
	padding:0 10px;
}
.stock-newchart .nav-tabs>li>a{
	font-size: 18px;
	border:none;
	border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 10px 30px;
}
.stock-newchart .nav-tabs{
	border-color: #fff;
    margin: 0 -10px;
}
.stock-newchart .nav-tabs>li.active>a,
.stock-newchart .nav-tabs>li.active>a:focus,
.stock-newchart .nav-tabs>li.active>a:hover{
	background: none;
	border:none;
	color: #0C68AB;
	border-bottom: 2px solid #0C68AB;
    border-right: 2px solid #fff;
}
.stock-newchart .tab-content{
	padding: 10px 0;
}
.stock-newchart .tab-content>.tab-pane{
	background: #fff;
	padding: 10px;
	text-align: center;
}
.stock-new{
	margin: 40px 0;
}
.stock-new-title{
	border-top: 1px solid #EAEAEA;
}
.stock-new-title h4{
	float: left;
	color: #0C68AB;
	border-top: 10px solid #0C68AB;
	margin-top: 0;
	padding-top: 10px;
}
.stock-new-title h4 i{
	margin-right: 10px;
}
.stock-new-title .more{
	float: right;
    margin-top: 10px;
    padding-top: 10px;
    color: #666666;
    text-decoration: none;
}
.more:after{
  	font-family:"hirisuniconfont" !important;
	content: "\e602";
	margin-left: 5px;
	color: #0C68AB;
	font-size: 16px;
}
.stock-new ul{
	list-style: none;
	padding: 0;
	line-height: 30px;
}
.stock-new li:hover{
	background: #F7F7F7;
}
.stock-new li>a{
	color: #323333;
	overflow: hidden;
    white-space: nowrap;
    display: list-item;
    text-overflow: ellipsis;
    text-decoration: none;
}
.stock-new time{
	float: right;
	color: #999899;
    margin-left: 20px;
}
.stock-new+.stock-new{
	padding-left: 40px;
}


/*
公告列表
 */
time.newDate{
	float: left;
	background: #0C68AB;
	padding: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	margin-right: 18px;
	position: relative;
    min-width: 104px;
}
time.newDate h3{
	margin:0;
    margin-bottom: 15px;
    font-size: 25px;
}
time.newDate span{
	position: absolute;
    display: block;
    color: #717071;
    font-size: 16px;
    top: 110px;
    z-index: 9;
    left: 0;
}

.news-list{
	padding: 15px 0;
	border-bottom: 1px dashed #EAEAEA;
}
.news-list:hover time{
	background: rgba(12,104,171,.9)
}
.news-list:hover{
	background: #EAEAEA;
}
.list-notice time{
	width: 138px;
}
.list-notice time h3{
	font-size: 35px;
	margin-bottom: 0;
	margin-right: 30px;
	float: left;
}
.entry-header a{
	text-decoration: none;
}
.entry-header a h2{
	font-size: 20px;
	color: #060001;
    margin-top: 0;
    padding-top: 5px;
}
.entry-header a span{
	color:#727171;
}

.content-news time.newDate{
    min-width: 94px;
    line-height: 16px;
}
.content-news .entry-title{
	color: #0C68AB;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 15px;
}
.content-news .entry-header span{
	color: #323333;
	margin-bottom: 15px;
    display: block;
}

.u-post-share-wrap{
	margin: 10px 0 !important;
}
.entry-content table{
	margin-bottom: 15px;
}
.entry-content table td{
	border: 1px solid #ccc;
    padding: 10px;
}
.news-list .entry-header p{
	color: #464646;
	margin-top: 10px;
}
.list-news .entry-title{
	font-size: 16px;
}
.news-first .entry-header p{
	color: #464646;
}
.news-first{
	border-bottom: 1px solid #EAEAEA;
}
h3.newDate{
	background: url(images/date_bg_03.jpg);
	width: 217px;
	height: 50px;
	color: #0C68AB;
	font-size: 22px;
	line-height: 50px;
    font-weight: 300;
    text-align: right;
    padding-right: 25px;
    margin-top: 0;
    margin-left: -15px;
}
.newsImages{
	margin: 20px 0;
}


div.pdfemb-viewer{
	border:none !important;
	margin-left: -20px !important;
}
div.pdfemb-inner-div{
	background: none !important;
}
.content-detail{
	padding: 20px;
	min-height: 300px;
	width: 100%;
}
.content-notice .entry-content{
	margin-left:144px;
	border-left: 1px solid #E9E9E9;
	padding-left: 20px;
	line-height: 25px;
}

/*
投资者关系保护部门
 */

.addressList{
	padding-right:30px;
	margin-bottom: 70px;
}
.addressList h3{
	font-size: 22px;
	color: #0C68AB;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 15px;
    position: relative;
}
.addressList h3:after{
	content: "";
	display: block;
	background: #0C68AB;
	height: 5px;
	width: 80px;
	position: absolute;
	bottom: -5px;
}
.addressList p span {
    display: inline-block;
    width: 60px;
    font-weight: bold;
}
.addressList h5 i{
	margin-right: 10px;
}
.addressList h5{
	color: #0C68AB;
	font-size: 18px;
}
.addressList h6{
	color: #0C68AB;
	font-size: 14px;
}
.maps{
	width: 100%;
	min-height: 350px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.mapsCopm{
	width: 100%;
	min-height: 250px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.map1{
	margin-top: 60px;
}
.ui-state-active,
.ui-state-active:hover,
.ui-state-active:active{
	border:1px solid #c5c5c5 !important;
}


/*
加入我们
 */
.joinus h3{
	color: #0C68AB;
	font-size: 22px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EAEAEA;
	font-weight: 300;
}
.joinus .panel{
	border:none;
	box-shadow: none;
	padding-bottom: 10px;
	border-bottom: 1px dashed #EAEAEA;
	margin-bottom: 10px;
}
.joinus .panel-default>.panel-heading{
	border: none;
	border-left: 5px solid #0C68AB;
	padding: 15px;
}
.joinus .panel-default>.panel-heading+.panel-collapse>.panel-body{
	border: 1px solid #e8e8e8;
	border-top: none;
}
.joinus .panel-title{
	font-size: 20px;
	color: #0C68AB;
	position: relative;
	font-weight: 300;
}
.joinus .panel-title:before {
    content: "\e604";
    font-family: 'hirisuniconfont';
    display: block;
    position: absolute;
    right: 0;
}
.joinus .panel-title.open:before {
    content: "\e603";
    font-family: 'hirisuniconfont';
    display: block;
    position: absolute;
    right: 0;
}
.joinus .panel-group{
	display: inline-block;
	width: 100%;
}
.joinus .panel-title a{
	float: right;
	text-decoration: none;
	margin-right: 40px;
}
.tooltip-inner{
	background-color:rgba(0,0,0,.6);
}
.tooltip.left .tooltip-arrow{
	border-left-color:rgba(0,0,0,.6) !important;
}



/*
荣誉资质
 */
.honor .pageHeader{
	background: #F7F7F7;
	padding: 10px 15px;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	margin-top: 20px;
	margin-bottom: 30px;
}
.honor .pageHeader h2{
	font-size: 38px;
	color: #0C68AB;
	font-family: Arial;
	font-weight: bold;
	margin:0;
	float: left;
	margin-right: 50px;
}
.honor .pageHeader p{
	color: #323333;
	margin: 10px 50px;
	line-height: 16px;
}
.honor>h3{
	font-size: 18px;
	color: #fff;
	border-bottom: 2px solid #0C68AB;
	position: relative;
}
.honor>h3 span:after{
	content:"";
	border-bottom: 7px solid #0C68AB;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 120px;
}
.honor>h3 span{
	background: #0C68AB;
	padding:15px 20px;
	float: left;
}
.honorList{
	background: #F7F7F7;
	padding: 10px 15px;
	margin: 10px 0;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.honorList img{
	float:left;
	margin-right: 10px;
}
.honorList h4{
	color: #323333;
	font-size: 16px;
	margin-top: 0px;
}
.timeline h4.t_line_month,
#content .timeline h4.t_line_month{
	font-size: 15px !important;
}


/*
成员公司
 */
.memberList{
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	padding: 15px;
	position: relative;
    margin: 15px 0;
}
.memberBox{
	position: relative;
}
.memberList:after{
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	background: #0868AA;
	position: absolute;
	right: 0;
	top: 0;
}
.memberList h4{
	font-size: 18px;
	padding-bottom: 5px;
}
.memberList img{
	margin-right: 20px;
}
.memberList a{
	padding: 5px 10px;
	background: #0868AA;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 15px;
	left:45%;
}
.memberList p{
	color: #231815;
}
.navbar-toggle{
	margin-top: 10px;
    margin-right: 10px;
}
.navbar-toggle .icon-bar{
	background: #036EB7;
}


/*
产品介绍
 */
.fluidBox{
	background-position: center top;
	background-repeat: no-repeat;
    	background-size:100% auto;
}

.posBox{
	padding: 40px;
	color: #231815;
}
.posBox h3{
	font-weight: normal;
	font-size: 25px;
	margin-bottom: 30px;
}
.posBox p{
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 20px;
}
.posBox ul{
	list-style: none;
	padding: 0;
}
.posBox ul li{
	float: left;
    margin: 10px 0;
}
.posBox ul li a{
	color: initial;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.posBox ul li a i{
	font-size: 35px;
}
.posBox ul li a span{
	font-size: 14px;
}
.posBox ul li a i,
.posBox ul li a span{
	display: block;
}
.product1 .posBox{
	background:rgba(255,255,255,.25);
	max-width: 610px;

}
.product2 .posBox{
	background:rgba(255,255,255,.43);
	max-width: 550px;
	float: right;
}
.product2 .posBox li{
	width: 50%;
}
.product3 .posBox{
	color: #fff;
	background:rgba(0,0,0,.25);
	max-width: 550px;
}
.product3 .posBox a{
	color: #fff;
}
.product1{
	background-image: url(http://www.hirisun.com/wp-content/uploads/2016/09/product_01.jpg);
}
.product2{
	background-image: url(http://www.hirisun.com/wp-content/uploads/2016/09/product_02.jpg);
}
.product3{
	background-image: url(http://www.hirisun.com/wp-content/uploads/2016/09/product_03.jpg);
}
.service1{
	background-image: url(http://www.hirisun.com/wp-content/uploads/2016/09/service_01.jpg);
}
.service2{
	background-image: url(http://www.hirisun.com/wp-content/uploads/2016/09/service_02.jpg);
}
.service1 .posBox{
	background:rgba(255,255,255,.43);
	max-width: 610px;

}
.service2 .posBox{
	background:rgba(255,255,255,.43);
	max-width: 550px;
	float: right;
}
.bottomBox{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.55);
	padding: 15px 0;
}
.service2 .bottomBox{
	background: rgba(255,255,255,.9);
}
.bottomBox ul{
	list-style: none;
	padding: 0;
	margin:0;
}
.bottomBox ul li a{
	color: initial;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
.service2 .bottomBox ul li a{
	color: #231815;
}
.bottomBox ul li{
	float: left;
    padding: 20px 0;
    width: 25%;
}
.service2 ul li{
	width: 33.33%;
}
.bottomBox ul li+li{
	border-left: 1px solid #fff;
}
.service2 .bottomBox ul li+li{
	border-left: 1px solid #0868A6;
}
.bottomBox ul li a i{
	font-size: 45px;
	margin-bottom: 10px;
}
.service2 .bottomBox ul li a i{
	color: #0868A6;
}
.bottomBox ul li a span{
	font-size: 14px;
}
.bottomBox ul li a i,
.bottomBox ul li a span{
	display: block;
}

.iconSOA:before{
	content: "SOA";
    font-size: 16px;
    background: #0868A6;
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    display: block;
    margin: 10px auto 18px;
}










/*
footer
 */
footer{
	background: #000;
	padding: 35px 0;
	margin-top: 20px;
	color: #fff;
}
footer ul{
	list-style: none;
	padding: 0;
}
footer ul a,
footer ul a:hover{
	color: #fff;
	font-weight: 300;
}
footer h4{
	font-size: 16px;
}


@media (min-width: 992px){
	.member .memberBox:nth-child(2n){
		padding-left: 5%;
	}
	.member .memberBox:nth-child(2n+1){
		padding-right: 5%;
	}
	.secondary{
		display: block;
	    margin: 0;
	    padding: 0;
	    max-width: 308px;
	    margin-left: 28px;
	    float: right;
	}
	.secondary+.content-area{
		margin-right: 336px;
	}
	.secondary+.content-area .news-first,
	.secondary+.content-area .news-list{
		display: inline-block;
		width: 100%;
	}
	.companysMsg{
		text-align: right
	}
}
@media (max-width: 992px){
	.secondary{
		display: none;
	}
	.container {
	    width: 100%;
	}
	.companysMsg{
		text-align: center;
	}
}
@media (min-width: 768px){

	.index>.col-md-4{
		width: 33%;
	}
	.index>.col-md-5{
		width: 37%;
	}
	.index>.col-md-3{
		width: 30%;
	}
	.navbar .nav{
		float: right;
		font-size: 16px;
	}
	.navbar-nav>li>a {
		padding-top: 0;
	    padding-bottom: 0;
	    line-height: 80px;
	}
	.menu-item-has-children .sub-menu{
		position: absolute;
	}
	.menu-item-has-children .sub-menu .sub-menu{
		top: 0;
	}
	.navbar .sub-menu .menu-item-has-children{
		display: -ms-flexbox;
		display: flex;
		position: relative;
	}
	.content-area {
	    -ms-flex: 1;
	    flex: 1;
	}
	.content-news .entryBox{
		margin-left: 140px;
	}
}
@media (max-width: 768px){
	.stock-newchart{
		padding-left: 0;
		padding-right: 0;
	}
	.stock-newchart .tab-content>.tab-pane img{
		width: 100%
	}
	.stock-newchart .nav-tabs>li>a{
		padding: 10px;
	}
	.stock-new+.stock-new{
		padding-left: 0px;
	}
	.navbar-brand{
		height: 50px;
		padding-top:0;
	}
	.navbar-brand img{
		height: 50px;
	}
	.posBox{
		padding: 10px 40px;
	}
	.posBox ul li{
		margin:0;
	}
	.posBox h3{
		margin-bottom: 10px;
	}
	.bottomBox ul li a i{
		margin-bottom: 0;
	}
	.bottomBox ul li{
		padding:0;
	}
	.iconSOA:before{
		margin: 10px auto 8px;
	}
	div.pdfemb-page-area{
		top: 30% !important;
	}
	.honor .pageHeader p{
		margin:0;
	}
	.honor .pageHeader h2{
		margin-right: 10px;
	}
	.index .indexHeader{
		margin-top: 20px;
	}
}

/*
分页
 */
.pagination{
	line-height:23px;
	margin: 10px 0
}
.pagination span,
.pagination a{
	font-size:14px;
	margin: 2px 10px 2px 0;
	background:#F7F7F7;
	color:#231815;
    padding: 5px 10px;
	text-decoration:none;
}
.pagination a i{
	color: #999899;
}
.pagination a:hover,
.pagination a:hover i{
	background: #0C68AB;
	color:#fff;
}

.pagination .current{
	background: #0C68AB;
	color:#fff;
	font-size:14px;
    padding: 5px 10px;
}


/*
Loading
 */
.modals {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
}
.spinner {
  margin: 20% auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #0267BC;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*
去掉PDF插件的poweredby
 */
.pdfemb-poweredby{
	display: none !important;
}
div.pdfemb-toolbar {
    position: static !important;
    margin-top:50px !important;
}

div.pdfemb-toolbar button, div.pdfemb-toolbar button[disabled] {
    color: #0267BC !important;
    background: none !important;
    border: none !important;
    font-size: 20px !important;
    cursor: pointer !important;
    height: 33px;
}
div.pdfemb-toolbar button[disabled]:before{
	color: #c3c0c0 !important;
	cursor: default !important;
	border-color:#c3c0c0;
}
div.pdfemb-toolbar button:hover:before{
	color: #fff !important;
	background:#0267BC;
}
div.pdfemb-toolbar button[disabled]:hover:before{
	color: #c3c0c0 !important;
	background:#fff;
}
button.pdfemb-prev {
    position: absolute;
    top: 42.3%;
    right: 0;
}
button.pdfemb-next {
    position: absolute;
    top: 51.5%;
    right: 0;
}
div.pdfemb-toolbar button:before{
	border:2px solid #0267BC;
	padding:5px;
	border-radius:5px;
}
div.pdfemb-toolbar button.pdfemb-prev::before {
    font-family: "hirisuniconfont" !important;
    content: "\e603" !important;
}
div.pdfemb-toolbar button.pdfemb-next::before {
    font-family: "hirisuniconfont" !important;
    content: "\e604" !important;
}
.u-post-share-wrap{
	display: inline-block !important;
}
div.pdfemb-page-area{
	position: absolute;
	right: 0;
	top: 46%;
	margin: 0 !important;
	height: 30px;
    color:#fff !important;
}
.pdfemb-page-num {
    color:#c3c0c0 !important;    
	border:2px solid #e0e0e0;
    padding: 2px 0px !important;
    height: auto !important;
	border-radius:5px;
    position: absolute;
    right: 8px;
    top: 4px;
    width:34px !important;
}
.pdfemb-page-count{
    color:#c3c0c0;
    display: block;
    position: absolute;
    top: 33px;
    right: 12px;
    width: 25px;
    text-align: center;
    padding-top: 0px;
}
.pdfemb-page-count:before{
	content:"/";
	display:block;
	margin-bottom:5px;
}
.honorList img {
    min-height: 117px;
}