@charset "utf-8";

/* 初始化开始 */
body,
html,
div,
dl,
dt,
dd,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
th,
td,
a,
img,
span {
	margin: 0;
	padding: 0;
}

body {
	font-family: PingFangSC-Regular, sans-serif;
	font-size: 16px;
	color: #333;
	_height: 100%;
	background-color: #fff;
}

input,
textarea {
	outline: none;
}

ul,
ol,
li,
dl,
dt,
dd {
	list-style: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover,
a:focus {
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	color: #000;
}
input,
input:focus,
select,
select:focus {
	outline: none;
	height: 34px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	background: #FFFFFF;
	padding: 0 15px;
}

.of {
	overflow: hidden;
}

.none {
	display: none;
}
.display{
	display: inline-block;
}
.padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.modal-dialog{
	z-index: 999;
}

/* 1行显示省略号 */
.lineClamp1 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/* 2行显示省略号 */
.lineClamp2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 上边框1px */
.borderTop {
	border-top: 1px solid #4D4D4D;
}

/* 行高 */
.lineHeight30 {
	line-height: 30px;
}

.lineHeight40 {
	line-height: 40px;
}

/* 首行缩进 */
.textIndent {
	text-indent: 2em;
}

/* 文字字号 */
.font24 {
	font-size: 24px;
}

.font20 {
	font-size: 20px;
}

.font18 {
	font-size: 18px;
}

.font14 {
	font-size: 14px;
}

.font12 {
	font-size: 12px;
}

/* 文字颜色 */
.Cfff {
	color: #fff;
}
.C333 {
	color: #333333;
}
.C0176A9{
	color: #0176A9;
}
.C8A9499{
	color: #8A9499;
}

/* 背景颜色 */
.Bfff {
	background-color: #fff;
}
.BD9EDF7{
	background-color: #D9EDF7;
}
.B303842{
	background-color: #303842;
}
.B0176A9{
	background-color: #0176A9;
}

.lineBottom{
	border-bottom: 1px solid #3A484F;
}
.lineBottomDAEAF2{
	border-bottom: 1px solid #DAEAF2;
}
.lineLeftDAEAF2{
	border-left: 1px solid #DAEAF2;
}
/* 最小高 */
.minHeight600{
	min-height: 600px;
}
/* 按钮 */
.contribute {
	margin-top: 50px;
	color: #FFFFFF;
	background: #0176A9;
	padding: 7px 20px;
	border: 1px solid transparent;
}

.contribute:hover {
	color: #0176A9;
	background: #FFFFFF;
	border: 1px solid #0176A9;
}

.Search{
	margin-top: 50px;
	color: #0176A9;
	background: #D9EDF7;
	padding: 7px 20px;
	border: 1px solid transparent;
}
.Search:hover {
	color: #0176A9;
	background: #FFFFFF;
	border: 1px solid #0176A9;
}
/* 最小高 */
.minHeight {
	min-height: 600px;
}

/* 文字加粗 */
.weight {
	font-weight: bold;
}

/* 文字正常 */
.weight400 {
	font-weight: 400;
}

/* 边距marginTop */
.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}


/* 边距marginLeft */
.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

/* 边距marginBottom */
.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb100{
	margin-bottom: 100px;
}
/* 边距marginRight */
.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}


/* 边距paddingTop */
.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

/* 边距paddingLeft */
.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl30 {
	padding-left: 30px;
}

/* 边距paddingBottom */
.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

/* 边距paddingRight */
.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr30 {
	padding-right: 30px;
}

.padding15 {
	padding: 15px;
}

/* 初始化结束 */
.center {
	width: 1300px;
	margin: 0 auto;
}

/* 右侧固定菜单 */
.fixed-menu {
	position:fixed;
	right:30px;
	bottom:126px;
	margin-top:-90px;
	width:60px;
	z-index:1;
}
.fx-ul li {
	position:relative;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #fff;
}
.fx-ul li a {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	color:#fff;
	display:block;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-moz-transition:all 0.6s;
	text-decoration:none;
	background-color: #0176A9;
}
.fx-ul li a:hover{
	background-color: #5397CE;
}


/*分页*/
.pager li>a, .pager li>span{
    border-radius: 0px !important;
}
