/**
@Author: yu_Wj
@Description：全站公用样式文件
*/

*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*取消链接高亮*/
}
html {
    min-height: 100%;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/
}
body {
    min-height: 100%;
	background: #fff;
	font-family: Microsoft YaHei, simhei, Tahoma, Arial, simsun, sans-serif;
}
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;      /* 1 */
	vertical-align: baseline;   /* 2 */
}

a,
a:hover,
a:link,
a:focus {
	color: #666;
    text-decoration: none;
}

/**
 * 上标下标
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

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[type="search"] {
    -webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
		    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button,
input:not([type="radio"]):not([type="checkbox"]),
select {
    vertical-align: middle;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
		  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	line-height: normal;
}
input[type="file"] {
    display: block;
}
select[multiple],
select[size] {
    height: auto;
}
select optgroup {
	font-size: inherit;
	font-style: inherit;
	font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 1px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

address,em,i {
    font-style: normal;
}

/**
 * 清除浮动
*/
.clearboth{
	clear: both;
	overflow: hidden;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
.clearbothf0f0f0{
	clear: both;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	height: 20px;
	background: #f0f0f0;	
}

/**
 * 左右浮动
*/
.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 {
	border: none;
	-ms-interpolation-mode: bicubic;   /*为了照顾ie图片缩放失真*/
}
.img_img{
	line-height: 0;
	font-size: 0;
}
.img_img img{
	display: block;
	width: 100%;
}
.hide{display: none;}
/**
 * 标题
*/
.ftse12{font-size: 12px;}
.ftse14{font-size: 14px;}
.ftse16{font-size: 16px;}
.ftse18{font-size: 18px;}
.ftse20{font-size: 20px;}
.ftse22{font-size: 22px;}
.ftse24{font-size: 24px;}
.ftse26{font-size: 26px;}
.ftse28{font-size: 28px;}
.ftse30{font-size: 30px;}
.ftse32{font-size: 32px;}
.ftse36{font-size: 36px;}
.ftse40{font-size: 40px;}

/**
 * 字体颜色
*/
.clr_999{color: #999;}
.clr_333{color: #333;}
.clr_fff{color: #fff;}

/**
 * 字体加粗
*/
.fwb{font-weight: bold;}

/**
 * display
*/
.display_block{display: block;}
.display_inline-block{display: inline-block;}
.display_inline{display: inline;}
.display_table-cell{display: table-cell;}

/**
 * 字符限制
*/
.charLimit{
	display: block;
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/**
 * 首行缩进
*/
.text-indent_2em{text-indent: 2em;}

/**
 * 行高
*/
.line-height_0{line-height: 0;}
.line-height_1{line-height: 1;}
.line-height_107{line-height: 1.7;}
.line-height_2{line-height: 2;}

/**
 * 相对绝对
*/
.yu_pr{position: relative;}
.yu_pa{position: absolute;}
.hide{display: none;}

/*主体框架*/
.yu_app{
    width: 750px;
    color: #666;
    font-size: 24px;
    line-height: 1;
    margin: 0 auto;
    /*overflow: hidden;*/
    background: #fff;
    position: relative;
}
.app_1{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.container{
	width: 750px;
	padding-left: 24px;
	padding-right: 24px;
    clear: both;
}

/*footer*/
.footer{
	width: 100%;
	background: #222;
	padding: 48px 20px; 
}
.footer .ft_nav{
	overflow: hidden;
	margin-bottom: 28px;
}
.footer .ft_nav li{
	float: left;
	border-right: 1px solid #666;
	font-size: 18px;
	padding: 0 24px;
}
.footer .ft_nav li:last-child{
	border-right: 0;
}
.footer .ft_nav li a{
	color: #fff;
}
.footer .record{
	font-size: 16px;
	color: #fff;
}
.footer .record a{
	color: #fff;
}

/*分页*/
.page{
	text-align: center;
	padding: 80px 0;
}
.page a{
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin: 0 8px;
	font-size: 20px;
	color: #333;
}
.page a.cur{
	color: #fff;
	background: #000;
	border-color: #000;
}

/*内容页分页*/
.page_con{
	overflow: hidden;
	font-size: 18px;
	color: #000;
	padding: 40px 20px 100px;
	box-sizing: border-box;
}
.page_con p{
	width: 33.33%;
	float: left;
}
.page_con a{
	color: #000;
}
.page_con .prev{
	text-align: left;
}
.page_con .back{
	text-align: center;
}
.page_con .next{
	text-align: right;
}