/**
@Author: yu_Wj
@Description：全站公用样式文件
*/

*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    /*取消链接高亮*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Microsoft YaHei, simhei, Tahoma, Arial, sans-serif;
}
html {

    min-height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    min-height:100%;
    min-width:100%;
    margin:0;
}
body {
	color: #666;
    min-height: 100%;
	position: relative;
	background: #fff;
	-webkit-overflow-scrolling: touch;
    min-height:100%;
    min-width:100%;
    margin:0;
    line-height: 1;
}

/**
 * 自定义被选择文字的颜色
 */
/*webkit, opera, IE9*/
::selection{
	color: #fff;
	background: #3390FF;
}
/*mozilla firefox*/
::-moz-selection{
	color: #fff;
	background: #3390FF;
}

/**
 * 自定义input的颜色
 */
input::-webkit-input-placeholder{
    color:#a7a7a7;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#a7a7a7;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#a7a7a7;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#a7a7a7;
}

/**
 * 表格元素
 */
table { border-collapse: collapse; border-spacing: 0;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

/**
 * 重置超链接元素
 */
a,

a:link,
a:focus {text-decoration: none;color: #666;}
b,strong {font-weight: bold;}

textarea {
    overflow: auto;
    vertical-align: top;
    /*用户可以自己缩放*/
    resize: vertical;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
    padding: 0;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/*解决输入框背景颜色*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #333 !important;
}

/**
 * -webkit-appearance
 * 去除浏览器默认样式
*/
input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

address, em{font-style: normal;}

hr {
	width: 100%;
	height: 1px;
	padding: 0;
	border: 0;
	display: block;
	overflow: hidden;
	background: #f1f1f1;
}

iframe, frame, frameset{border: 0;}

/**
 * 清除浮动
*/
.clearboth{
	clear: both;
	overflow: hidden;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

/**
 * 左右浮动
*/
.yu_fl{float: left !important;}
.yu_fr{float: right !important;}
.yu_fc{overflow: hidden !important;}

/**
 * 左右对齐
*/
.yu_tl{text-align: left !important;}
.yu_tr{text-align: right !important;}
.yu_tc{text-align: center !important;}

/**
 * 图片自适应
*/
img {
	height: auto;
	width: auto\9;
	border: none;
	/* ie8 */
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
}
.img_img, .img_normal{
	line-height: 0;
	font-size: 0;
}
.img_img img{
	display: block;
	max-width: 100%;
	height: auto
}

/**
 * 标题
*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

/**
 * 相对绝对
*/
.yu_pf{position: fixed;}
.yu_pr{position: relative;}
.yu_pa{position: absolute;}

/*框架*/
.container{
	width: 1167px;
    margin: 0px auto;
    clear: both;
}

/**
 * 面包屑导航
*/
.position {
	color:#333;
	height: 54px;
	line-height: 54px;
	font-weight: lighter;
	background: #e6e6e6;
	position: relative;
}
.position a{color: #333;}
.position a:hover{color: #f04f2b;}
.position a:last-child{
	color: #f04f2b;
	cursor: default;
}

/**
 * 分页
*/
.paging{text-align: center;}
.paging a, .paging span{
	margin: 0 5px;
	background: #f8f8f8;
	width: 36px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	border: solid 1px #e3e3e3;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
}
.paging a:hover,.paging span{
	background: #f04f2b !important;
	border-color: #f04f2b !important;
	color: #fff !important;
}
.paging a:first-child,
.paging a:last-child{
	width: 90px;
}

/**
 * 字符限制
*/
.charLimit{
	width: 90%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/**
 * 上一篇
 * 下一篇
*/
.paging_hr{
	width: 100%;
	height: 1px;
	border: 0;
	margin: 30px 0;
	background: #ddd;
	overflow: hidden;
}
.char_limit{
	width: 100%;
	overflow: hidden;
}
.char_limit span{
	float: left;
	width: 100%;
	line-height: 28px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.char_limit span a{line-height: 28px;}
.char_limit span a:hover{color: #f04f2b;}

/*分页*/
.page{
    width: 100%;
    margin: 46px auto 0;
    overflow: hidden;
}
.paging_2{
    font-size: 0;
    text-align: center;
}
.paging_2 li a{
    color: #666;
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border: solid 1px #e3e3e3;
    margin: 0 5px;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
	font-family: Microsoft Yahei
}
/* .paging_2 .disabled a{
	font-family: simsun;

font-size: 20px;

color: #c0c4cc;
	width: 36px;

height: 36px;

line-height: 34px;

border: solid 1px #e3e3e3;

margin: 0 5px;

background-color: #f8f8f8;

display: inline-block;

vertical-align: top;

font-weight: bold;
} */
/* .paging_2 a:hover,.paging_2 span{
    background-color: #fec901 !important;
    border-color: #fec901 !important;
    color: #fff !important;
    font-weight: bold;
} */
.paging_2 li:nth-child(2) a,
.paging_2 li:nth-last-child(2) a{
    font-family: simsun !important;
    font-size: 16px;
    color: #666;
}
.paging_2 .li{
	display: inline-block;
}

.paging_2 .on{
	display: inline-block;
}
.paging_2 .on a{
	
background-color: #fec901 !important;

border-color: #fec901 !important;

color: #333 !important;


font-size: 16px;
margin: 0 5px;display: inline-block;

vertical-align: top;

width: 36px;

height: 36px;

line-height: 34px;

border: solid 1px #e3e3e3;
}
.paging_2 li{
	display: inline-block
}
#feedbackcontent::-webkit-input-placeholder{color:#A7A7A7;}
.moreBox:hover{
    background: #FEE13A;
}
p::-moz-selection{background:#3390FF;color:#FFF;}
p::selection{background:#3390FF;color:#FFF;}
span::-moz-selection{background:#3390FF;color:#FFF;}
span::selection{background:#3390FF;color:#FFF;}
div::-moz-selection{background:#3390FF;color:#FFF;}
div::selection{background:#3390FF;color:#FFF;}
a::-moz-selection{background:#3390FF;color:#FFF;}
a::selection{background:#3390FF;color:#FFF;}
img::-moz-selection{background:#3390FF;color:#FFF;}
img::selection{background:#3390FF;color:#FFF;}
video::-moz-selection{background:#3390FF;color:#FFF;}
video::selection{background:#3390FF;color:#FFF;}
br::-moz-selection{background:#3390FF;color:#FFF;}
br::selection{background:#3390FF;color:#FFF;}
.center{
  text-align:center !important;
}