/*清除默认样式*/
html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; padding: 0; }
img { border: 0 none; vertical-align: top; }
ul, li { list-style-type: none; }
h1, h2, h3, h4, h5, h6 { font-size: 14px; font-weight: normal; }
body, input, select, button, textarea { font-size: 12px; font-family: "微软雅黑"; color: #333; }
textarea { resize: none; }
button { cursor: pointer; }
body { line-height: 1.2; }
a, a:link { color: #666; text-decoration: none; }
a:active, a:hover { text-decoration: none; }
a:focus { outline: none; }
.fixed:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.fixed { display: block; min-height: 1%; }

/*公共样式*/
.background_white{
	background-color: #fff;
}
.background_gray{
	background-color: #f6f6f6;
}
.background_red{
	background-color: #a60002;
	height: 400px;
}
.main{
	width: 1000px;
	margin: 0 auto;
}
.main800{
	width: 800px;
	margin: 0 auto;
	padding-top: 80px;
}
.relative{
	position: relative;
}
.red{
	color: #d00f2c;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.overflow{
	overflow: hidden;
}

/*头部*/
.apple_main{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.apple_main h2{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
}
.apple_main p{
	font-size: 18px;
	padding: 0 130px;
	line-height: 28px;
	margin: 15px 0 30px 0;
}

.apple_main ul li a{
	width: 240px;
	height: 160px;
	float: left;
	font-size: 16px;
	text-align: center;
	padding: 0 5px 15px;
}

.appli_center{
	position: absolute;
	top: 250px;
	left: 20px;
}
.appli_center li{
	background: #d00f2c;
	width: 140px;
	text-align: center;
	margin-bottom: 10px;
}
.appli_center li a{
	color: #fff;
	font-size: 16px;
	padding: 15px 0;
	display: inline-block;
}
.appli_center li img{
	padding-top: 15px;
}
.togive{
	padding-top: 30px;
}
.togive li a{ 
	float: left;
	width: 200px;
	min-height: 250px;
	font-size: 12px;
	text-align: left;
	padding: 0 10px;
}
.togive li a img{
	padding-bottom: 10px;
}

/*产品链接*/
.border_dashed{
	width: 395px;
	height: 110px;
	border: 1px solid #ccc;
	background: #fff;
}
.border_dashed.w200{
	width: 209px;
}
.border_dashed.w190{
	width: 190px;
}
.border_dashed.ww100{
	width: 100%;
}
.border_dashed.ww100 img.apple{
	position: absolute;
	top: 15px;
	left: 130px;
}
.border_dashed dt{
	font-size: 26px;
	text-align: left;
	margin: 15px 20px 0px;
}
.border_dashed dt.middle,.border_dashed dd.middle{
	text-align: center;
	margin-top: 10px;
}
.border_dashed dd{
	font-size: 14px;
	margin: 0 20px;
	text-align: left;
}
.border_dashed dd span{
	font-size: 12px;
}
.border_dashed dd a {
	padding:0px 10px;
	border: 1px solid #c80000;
	color: #c80000;
	border-radius: 25px 25px 25px;
}
.border_dashed dd img{
	padding-top: 5px;
}
.ranking_list{
	padding-bottom: 35px;
	background: url(../img/back_ground.png) center bottom no-repeat;
}
.ranking_list .ranking{
	margin-top: 30px;
}
.ranking_list li {
	width: 240px;
	height: 400px;
	border: 1px solid #ccc;
	float: left;
	margin: 10px 4px 0;
}
.ranking_list li a{
	display: inline-block;
}
.ranking_list li a.bgred{
	background: #d00f2c;
	padding: 10px 20px;
	color: #fff;
	text-align: center;
	margin: 0 75px;
}
.ranking_list li a dl{
	width: 180px;
	margin:15px 30px 0;
	text-align: left;
}
.ranking_list li a dd{
	line-height: 20px;
	margin-top: 5px;
}
.ranking_list li a img{
	margin:25px 75px 0;
}
.ranking_list li a dt{
	font-size: 14px;
	font-weight: bold;
} 
.ranking_list li a dd{
	font-size: 12px;
}

