@charset "utf-8";

/*基本共用*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

html,
body {
	height: 100%;
}

body,
form,
img,
li,
ol,
p,
table,
tr,
th,
td,
ul {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
	font-weight: normal
}

body {
	min-width: 1360px;
	background: #ffffff;
	color: #333333;
	font-size: 14px;
	font-family: arial, "微软雅黑";
	line-height: 24px;
}

img {
	border: none;
}

ol,
li {
	list-style: none
}

em,
i {
	font-style: inherit;
}

a {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	outline: none;
}

a:hover {
	background-repeat: no-repeat;
	color: #1a5284;
	text-decoration: none;
}

a,
area {
	blr: expression(this.onFocus=this.blur())
}

input,
textarea,
select,
button {
	word-wrap: break-word;
	word-break: break-all;
	padding: 0;
	outline: medium;
	font-size: 14px;
	font-family: "微软雅黑", arial;
	color: inherit;
	vertical-align: middle;
	outline: none;
}

select,
button {
	cursor: pointer;
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

/*所有主流浏览器都支持 :after 伪元素。*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.clearfix {
	*zoom: 1;
}

/*只针对IE6/7 */
.fl {
	float: left;
}

.fr {
	float: right;
}

/*.opacity{filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;pointer-events:none;cursor:default;}*/

/******************************* 浏览器滚动条******************************/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: #d7dbde;
}

::-webkit-scrollbar-track {
	background: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	background: #a8aeb5;
}

::-webkit-scrollbar-thumb:hover {
	background: #90969e;
}

input::input-placeholder,
textarea::input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999999;
}

.css3 {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
}

.css3 * {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
}

.fixed {
	position: fixed;
	width: 100%;
}

/*字体颜色*/
.c-blue {
	color: #1a5284;
}

.c-blue2 {
	color: #0099CC;
}

.c-red {
	color: #da251c;
}

.c-grey {
	color: #808080;
}

.spa {
	letter-spacing: 4.3px;
}

i.icon {
	position: relative;
	display: inline-block;
	font-style: normal;
	vertical-align: middle;
}

i.fa {
	position: relative;
	display: inline-block;
	font-style: normal;
	/*vertical-align:middle;*/
}

.w-warp {
	width: 100%;
	margin: 0 auto;
}

.w-box {
	width: 1280px;
	margin: 0 auto;
}

.v-line {
	font-family: "宋体";
	color: #e6e6e6;
}

.line {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-shrink: 0;
}

.line2 {
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.line3 {
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.icon-more {
	padding-right: 12px;
	line-height: 24px;
	color: #808080;
	font-size: 12px;
	background: url(../images/icon-more.png) no-repeat right 7px;
}


.main-l {
	width: 890px;
}

.main-r {
	width: 346px;
}

.search-left {
	position: relative;
	width: 250px;
}

.search-right {
	width: 1002px;
}


.mbx {
	padding: 13px 0;
	font-size: 12px;
}

.mbx font {
	margin: 0 5px;
	font-family: "宋体";
	color: #999999;
}

.mbx a {
	font-size: 12px;
	color: #999999;
}

.mbx a:hover {
	color: #1A5284;
}

/* 分页 */
.pagebox {
	padding: 20px 0 55px;
	background: #F5F8FA;
}

.pagebox .cen {
	text-align: center;
}

.pagebox .M-box {
	display: inline-block;
	vertical-align: middle;
}

.pagebox .all {
	display: inline-block;
	margin-left: 10px;
	line-height: 34px;
}

.per-right .pagebox {
	padding-top: 10px;
	background: none;
}

.per-right .M-box a,
.per-right .M-box1 a,
.per-right .M-box2 a,
.per-right .M-box3 a,
.per-right .M-box4 a {
	background: #F7F7F7;
}


/* 右侧悬浮 */
.right-nav {
	position: fixed;
	bottom: 180px;
	left: 50%;
	margin-left: 690px;
}

.right-nav ul {}

.right-nav li {
	margin-bottom: 10px;
}

.right-nav li a {
	display: block;
	width: 48px;
	height: 48px;
}

.right-nav li .QQ {
	background: url(../images/icon-qq.png) no-repeat center;
}

.right-nav li .advice {
	background: url(../images/icon-advice.png) no-repeat center;
}

.right-nav li a.QQ:hover {
	background-image: url(../images/icon-qq-h.png);
}

.right-nav li a.advice:hover {
	background-image: url(../images/icon-advice-h.png);
}

.fzbg {
	background-image: url(../images/bg-fz.png);
}
