
/*
------------------
Site:全局样式
------------------
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0;}
table { border-collapse: collapse; border-spacing: 0;}
fieldset, img { border: 0;}
em, strong,i{ font-style: normal;}
ol, ul, li { list-style: none;}
caption, th { text-align: left;}
h1, h2, h3, h4 {font-weight: normal;}
input, button, textarea, select, optgroup, option { font-family: arial; font-size: inherit; font-style: inherit; font-weight: inherit;}
select, input, label, button, button img, img {vertical-align: middle;}
input, button, textarea, img { line-height: normal;}
.pl15 {padding-left: 15%}
.clear {clear: both;}
.clearfix{ clear: left;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

body { 
	font: 16px "Microsoft YaHei";
	color: #333;
	    width: 100%;
    min-width: 1200px;
    overflow-x: hidden;
	/*min-width: 1000px;*/
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	/*color: #ff6600;*/
}
a:focus {
	outline: 0;
}
.layout{
	width:1200px;
	/*width: 1002px;*/
	margin: auto;
	position: relative;
	overflow: hidden;
}
.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.lf{
	float: left;
}
.rf{
	float: right;
}
.f14 {
	font-size: 14px;
}
.pdlf12{
	padding-left: 12px;
}
.of{overflow: hidden;}
.ly ul li{padding-top: 62px;}
.mt10{margin-top:10px ;}
img {
    border-style: none;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}


