
/**初始**/
* {outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0; font-size: 16px;}
html {font: normal 14px "宋体";-webkit-text-size-adjust: 100%; overflow-x: hidden; 

}
body {padding: 0;margin: 0 auto;font-size: 14px;color: #666;background-color: #f4f4f5;
-webkit-text-size-adjust: none;
/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight: rgba(0,0,0,0); 
/*控制内容的可选择性*/
-webkit-user-select: none; 
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {-webkit-appearance: none;appearance: none;}
ul, 
li, 
form, 
dl, 
dt, 
dd, 
div, 
ol,
figure,
aside{padding: 0;margin: 0;}
ul,
ul li {list-style: none;}
table {border-collapse: collapse;border-spacing: 0}
table td {border-collapse: collapse;font-size: 14px;}
select, 
input,
textarea {font-size:14px;color:#333;border-radius:0;-webkit-border-radius:0;font-family:"syht";}
img{border:none;max-width:100%;height: auto;}
p{ word-wrap: break-word; word-break: break-all; }
a {color: #333;text-decoration: none;noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */}  
a:hover {color: #f00;text-decoration: none;}
a:focus {color: #333;outline: none;-moz-outline: none;}
a:active {color: #333;}
pre{
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	word-wrap:break-word;
	margin:0;
	font-family: "syht";
	text-align:justify;
	text-justify:inter-ideograph;
	}
.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix:after{ content:''; display:block; height:0; clear:both; } 
.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.dot2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.dot3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.dot4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.Ispic{ background-repeat:no-repeat; background-position:center center; background-size:cover;}
/*:before,
:after{ position:absolute; content:'';}*/
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.nM{ margin:0;}
.nP{ padding:0;}
/**初始 End**/
/*↑↑↑如修改栏目左右结构宽度比例 请不要修改这里的  在style.css 加上修改*/
/**页面框架 End**/
.auto{padding:3%;}
@media(max-width:768px){
.all_contain{ padding:0 2%;}
}

a{font-size: inherit;color: inherit;text-decoration: none;}
a:hover,a:active,a:focus{font-size: inherit;color: inherit;}
.dot{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
html,body{width: 100%;height: auto;position: relative;}
.wrap{position: relative;min-height: 100%;margin: 0 auto;}
footer{position: relative;padding: 0;background: #f0f0f0;text-align: center;width: 100%;overflow: hidden;}
footer span{display: block;margin: 3% 0;font-size: 20px;color: #bbb;}
@media only screen and (max-width: 480px) {
	footer span{font-size: 12px;}
}
