
/* CSS Document */
* {outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
html {font: normal 14px "Microsoft YaHei";-webkit-text-size-adjust: 100%}
body {padding: 0;margin: 0 auto;font-size: 16px; line-height: 1.8; color: #454545;background: #fff;font-family: "Microsoft YaHei"; overflow-x: hidden;
-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;}
input[type='text']::-webkit-input-placeholder { /* WebKit browsers */color: #afbcc1; font-size: 16px;}
input[type='text']::-moz-placeholder { /* Mozilla Firefox 19+ */color: #afbcc1; font-size: 16px;}
input[type='text']:-ms-input-placeholder { /* Internet Explorer 10+ */color: #afbcc1; font-size: 16px;}
@media(max-width: 640px){
	input[type='text']::-webkit-input-placeholder { /* WebKit browsers */color: #afbcc1; font-size: 14px;}
	input[type='text']::-moz-placeholder { /* Mozilla Firefox 19+ */color: #afbcc1; font-size: 14px;}
	input[type='text']:-ms-input-placeholder { /* Internet Explorer 10+ */color: #afbcc1; font-size: 14px;}
}
ul,li, form, dl, dt, dd, div, ol,figure,aside,menu,nav,.mp h2,.mp h3,.mp p{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: #000000;border-radius: 0;-webkit-border-radius: 0;font-family: "Microsoft YaHei";}
img{border: none;max-width: 100%;vertical-align: middle; width: 100%; transition: all 0.2s ease-in-out;}
/* img:hover{transform: scale(1.1);} */
a {color: #000000;text-decoration: none;noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */}  
a:hover { color: #004e98; text-decoration: none; cursor: pointer;}
a:focus {outline: none;-moz-outline: none;}

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: "Microsoft YaHei";
	text-align:justify;
	text-justify:inter-ideograph;
	}
	
.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:''; display:block; height:0; clear:both; } 

.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.dot2,
.dot3,
.dot4{display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;}
.dot2{-webkit-line-clamp: 2;}
.dot3{-webkit-line-clamp: 3;}
.dot4{-webkit-line-clamp: 4;}
.dot5{-webkit-line-clamp: 5;}
.ytable{ display:table; width:100%;}
.ytable-cell{ display:table-cell; vertical-align:middle;}

.f18{ font-size: 18px}
@media(max-width:1200px){
.f18{ font-size: 17px}
}
@media(max-width:960px){
.f18{ font-size: 16px}
}

@media(max-width:640px){
body{ font-size: 14px}
.f18{ font-size: 15px}
}

.auto{width: 89.5833%; margin: 0 auto; position: relative;}



