body{
	margin: 0;
	min-width: 1260px;
	background: #000;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,p{
	margin: 0;
}
a{
	text-decoration: none;
}
*{
	box-sizing: border-box;
}
.clearfix:after{
	content: "";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
}
/*下面样式开始*/

/*头部开始*/
.nav{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}
.nav .logo{
	width: 140px;
	height: 44px;
	float: left;
	background: pink;
	margin-top: 17px;
	background: url(/images/img/img-home-page/logo.png) no-repeat center;
	background-size: 100%;
}
.nav .words{
	float: left;
	font-size: 26px;
	color: #fff;
	line-height: 80px;
	margin-left: 86px;
}
.nav .data{
	float: right;
	margin-right: 10px;
	line-height: 80px;
}
.nav .data .icon{
	width: 30px;
	height: 30px;
	float: left;
	margin-top: 26px;
	border-radius: 50%;
}
.nav .data .icon img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.nav .data .hr{
	width: 3px;
	height: 13px;
	float: left;
	background: #fff;
	margin-top: 34px;
	margin-left: 24px;
}
.nav .data .set{
	float: left;
	color: #fff;
	font-size: 14px;
	margin-left: 24px;
}
.nav .data .set1:hover{
	color: #15CAFA;
}
/*头部结束*/

/*大框开始*/
.content{
	width: 1200px;
	margin: 0 auto;
}
/*大框结束*/

/*左边开始*/
.content .left{
	float: left;
	width: 200px;
	height: 288px;
	background: #1b1b1b;
}
.content .left .state{
	width: 100%;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: #fff;
	display: block;
}
.content .left .state:nth-child(1){
	color: #696969;
	background: url(/images/gifupload/a2.png) no-repeat 26px 16px;
	text-indent: 10px;
}
.content .left .state:nth-child(5){
	color: #696969;
	background: url(/images/gifupload/a4.png) no-repeat 38px 14px;
}
.content .left .state:nth-child(2){
	cursor: pointer;
}
.content .left .state:nth-child(3){
	cursor: pointer;
}
.content .left .state:nth-child(4){
	cursor: pointer;
	background: #15CAFA;
}
.content .left .state:nth-child(6){
	cursor: pointer;
}
.content .left .state:nth-child(2):hover{
	color: #15CAFA;
}
.content .left .state:nth-child(3):hover{
	color: #15CAFA;
}
.content .left .state:nth-child(6):hover{
	color: #15CAFA;
}
/*左边开始*/

/*右边开始*/
.content .right{
	float: right;
	width: 970px;
	position: relative;
}
.content .right #container{
	width: 100%;
	height: 500px;
}
.content .right #container .item{
	width: 300px;
	background: #15CAFA;
	float: left;
	position: absolute;
}
.content .right #container .item img{
	width: 100%;
	height: 100%;
}
.content .right #container .item .edit{
	width: 70px;
	height: 30px;
	position: absolute;
	right: 0;
	font-size: 15px;
	color: #090909;
	line-height: 30px;
	text-indent: 35px;
	background: rgba(140,140,140,0.4) url(/images/gifupload/a3.png) no-repeat 10px center;
	cursor: pointer;
}
.content .right #container .item .shaow{
	width: 100%;
	height: 28px;
	position: absolute;
	bottom: 0;
	background: rgba(58,58,58,0.4);
	overflow: hidden;
}
.content .right #container .item .shaow .R{
	margin-left: 20px;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
}
.content .right #container .item .shaow .R:nth-child(1){
	margin-left: 8px;
}
.content .right .No{
	width: 216px;
	height: 131px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	margin-top: 115px;
	display: none;
}
.content .right .No .NO1{
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background: url(/images/gifupload/a16.png) no-repeat center;
}
.content .right .No .NO2{
	margin-top: 18px;
	letter-spacing: 1px;
}
/*右边结束*/