﻿*{
	font: "12px "宋体","Arial Narrow",HELVETICA";
	margin:0;
	padding:0;
}

img{
	border:none;
}
a{
	color:#6f7a85;
	text-decoration:none;
}
ul,li{
	list-style-type: none;
}
.wapper{
	width:980px;
	margin:0 auto;
	margin-bottom: 2px;
}
#contant{
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat-x;
}
.wapper .nav{
	width:100%;
	height:80px;
	font: "12px "宋体","Arial Narrow",HELVETICA";
	font-size: 16px;
	font-weight:bold;
	color:#6f7a85;
}

.nav img{
	float:left;
	border:0;
}
.nav ul{
	float:right;
	margin-right: 50px;
}
.nav ul li{
	display: inline-block;
	float: left;
	width:122px;
	height:80px;
	line-height: 80px;
	text-align: center;
	font-size: 16px;
	margin:0 2px;
}

.nav ul li a{
	display: block;
	width:122px;
	height:80px;
}

.nav ul li a:hover {
	background-image: url("../images/nav.png");
	color: white;
}



/*----------------------nav-----------------------------*/
.nav_line{
	background-image:url("../images/nav_line.png");
	background-repeat: no-repeat;
	height:21px;
	margin-bottom: 35px;
}

.box hr{
	width:99%;
	color: #ccc;
	margin:0 auto;
}

.box .product{
	width:80%;
	height:220px;
	margin:20px auto;
}

.box .product .pic{
	float: right;
}

.box .product .title{
	width: 480px;
	float: left;
}
.box .product .title .fa {
	/*display:none;*/
}
.box .product .title .fa a{
	display: block;
	width:77px;
	height:33px;
	background-image: url("../images/up.png");
	background-repeat: no-repeat;
	text-align: center;
	line-height: 33px;
	margin-top: -40px;
	margin-right: 150px;
}

.box .product .title .fa a:hover {
	background-image: url("../images/down.png");
}

.box .product .title a,span{
	float: right;
	color:white;
	vertical-align:center;
	font-size: 14px;
	margin-right:20px;
}

.box .product .title a{
	margin-top: 15px;
}

.box .product .title ul{
	margin-bottom: 20px;
}

.box .product .title li{
	margin-top: 0;
}

.box .product .title .ms{
	width:270px;
	margin-top: -110px;
	float: right;
	font-size: 14px;
}

.box .product .title .ms li{
	background-image:url("../images/play.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height:24px;
	padding-left: 25px;
	margin:4px 0;
	display: inherit;
}
/*------------------------------------------------------*/
.foot{
	clear:both;
	width:100%;
	height:60px;
	background: #1d5b86;
	font-size: 12px;
}

.foot div{
	width:980px;
	height:100%;
	margin:0 auto;
	line-height: 60px;
	color: white;
	text-align: center;
}