@charset "utf-8";
html { color: #000; background: #FFF; font-family: 'Microsoft Yahei' }
body{min-width:1200px;}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, td, strong { padding: 0; margin: 0; font-family: 'Microsoft Yahei' }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
a { text-decoration: none; color: #666666; outline: none; }/*此处待添加默认链接颜色*/
var, em, strong { font-style: normal; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: inherit; font-weight: inherit; }
li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
input, button, textarea, select {
*font-size:100%; outline: none; }
abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video { display: block; }
.clearfix:after { content: "\200B"; display: block; height: 0; clear: both; }
.clearfix { *zoom:1;}
a em, a span, a strong, a font, a i, a b{ cursor:pointer;}
html, body {
	background: #00052e;
}
.banner {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	background: url("../images/banner.png") no-repeat scroll center;
}
.banner_box {
	width: 1200px;
	height: 1028px;
	margin: 0 auto;
	background: url("../images/banner-center.png")  no-repeat scroll center;
}
.wrap {
	width: 100%;
	margin: 0 auto;
	background: #00052e url("../images/bg21.png") 0 0 no-repeat;
	background-size: 100% 100%;

}
.part1{
	width: 1200px;
	margin: 0 auto;
}
.part2{
	margin-top: 120px;
}
.part3{
	padding-bottom: 190px;
}
.title h3{
	width: 835px;
	height: 69px;
	margin: 0 auto;
	background: url("../images/pt1.png") no-repeat;
}
.title.t2 h3{
	width: 835px;
	height: 82px;
	margin: 0 auto;
	background: url("../images/pt2.png") no-repeat;
}
.title.t2.t3 h3{
	background: url("../images/pt3.png") no-repeat;
}
.title span{
	display: block;
	margin: 10px 0 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	opacity: 0.9;
	filter:alpha(opacity=90);
}
.part1 .con{
	position: relative;
	width: 1200px;
	padding: 15px 0 45px;
	border: 1px solid #4d506d;
}
.part1 .con ul {
	position: relative;
	z-index: 10;
	padding-left: 10px;
}
.part1 .con ul li{
	float: left;
	width: 252px;
	height: 418px;
	margin-top: 25px;
	padding: 25px 20px 0 20px;
	margin-right: 2px;
	background: url("../images/ho1.png") no-repeat;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari 和 Chrome */
	-o-transition: all 0.2s; /* Opera */
	transition: all 0.2s;
}
.part1 .con ul li:hover {
	background:url("../images/hove.png") no-repeat;
}
.part1 .con ul li img{
	display: block;
	width: 252px;
	height: 252px;
	border-radius: 5px; 
	margin: 0 auto;
}
.part1 .con ul li div{
	line-height: 40px;
}
.part1 .con ul li div span.n1{
	font-size: 20px;
	color: #f22657;
}
.part1 .con ul li div span em {
	font-size: 26px;
}
.part1 .con ul li p{
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	height: 40px;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.part1 .con ul li span.buynow{
	display: block;
	width: 142px;
	height: 40px;
	margin: 18px auto 0;
	background: #f04971;
	border-radius: 5px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.part1 .con ul li:hover span.buynow{
	background: #ef6c8b;
}
.part1 .con .bottom_bg{
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 1180px;
	height: 38px;
	background:url("../images/bg_btm.png") no-repeat;
}
.part1 .con ul li p:hover{
	text-decoration: underline;
}
.part1 .con ul li div font{
	float: right;
	text-decoration: line-through;
	font-size: 18px;
	color: #fff;
	opacity: 0.7;
	filter:alpha(opacity=70);
}
.part1 .con .top_bg{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 1180px;
	height: 39px;
	background: url("../images/bg_top.png") center no-repeat;
	background-size: 100%;
}
.part1 .con .mask {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	opacity: 0.1;
	filter:alpha(opacity=10);
}
.footer {
	padding: 15px 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.rigfloat{
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 131px;
	height: 381px;
	background:url("../images/float.png") no-repeat;
	z-index: 100;
}
.rigfloat a{
	position: absolute;
	display: block;
	width: 80px;
	height: 80px;
}
.rigfloat a:hover {
	background:#f04971;
	opacity: 0.3;
	filter:alpha(opacity=30);
	cursor: pointer;
}
.rigfloat a.f1{
	top: 87px;
	left: 25px;
}
.rigfloat a.f2{
	top: 187px;
	left: 25px;
}
.rigfloat a.f3{
	top: 287px;
	left: 25px;
}