ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

dl,
dt,
dd,
h5,
h3,
p {
	margin: 0;
	padding: 0;
}

.floatLeft {
	float: left;
}


/* 图片滚动 */

.scrollpic {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#mybtns {
	z-index: 1000000;
}

#right {
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 100000;
	text-align: right;
}

#left {
	position: absolute;
	right: 0;
	top: 80px;
	z-index: 100000;
	text-align: left;
}

#myscroll {
	display: block;
	width: 910px;
	position: relative;
	height: 180px;
	overflow: hidden;
	margin: 0 auto;
}

#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}

#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width: 227px;
}

#myscroll ul li a {
	display: block;
	float: left;
	width: 100%;
	padding: 0 10px;
	position: relative;
	color: #333;
}

#myscroll ul li a img {
	width: 100%;
}

#myscroll a .intro {
	position: absolute;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	color: #fff;
	text-align: center;
	bottom: 3px;
	margin: 0 10px;
	width: calc(100% - 20px);
}

#myscroll a .intro h5 {
	font-size: 16px;
	height: 40px;
	width: 100%;
	line-height: 40px;
	font-weight: 100;
	color: #fff;
}

#mybtns a {
	width: 15px;
	height: 15px;
	line-height: 15px;
	display: block;
	font-size: 24px;
	color: #666;
}

#mybtns a:hover,
#myscroll,
#mybtns a,
#myscroll a:hover .intro,
#myscroll a .intro,
#myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.decoration {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.decoration * {
	color: #020202;
	text-decoration: none;
	box-sizing: border-box;
	font-size: 14px;
	outline: none;
}

.decorationHeader {
	width: 100%;
	padding: 30px;
}

.decorationHeader ul {
	width: 100%;
	border: 1px solid #2d2c31;
	height: 70px;
	line-height: 70px;
	border-radius: 5px;
	overflow: hidden;
}

.decorationHeader ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.decorationHeader ul li a {
	display: block;
}

.decorationHeader ul li.active {
	background: #2d2c31;
}

.decorationHeader ul li.active a {
	color: #fff;
}

.decorationContent {
	width: 100%;
	margin: 10px auto 30px;
}

.decorationContent h3.contentHeader {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}

.decorationContent div.contentList:not(:first-of-type) {
	display: none;
}

.contentList {
	width: 100%;
	margin-top: 10px;
}

.contentListImage li {
	width: 33.33%;
	float: left;
	background: #f8f8f8;
	overflow: hidden;
}

.contentListImage li img {
	width: 100%;
}

.contentListImage li div.imageList {
	padding: 15px 20px;
}

div.imageList h5 {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

div.imageList p {
	line-height: 24px;
	height:72px;
	overflow: hidden;
}

div.imageList a {
	display: block;
	padding: 10px 0 20px;
}

.decoration-pages {
	width: 100%;
	margin-top: 15px;
}

.decoration-pages li {
	float: left;
	padding: 0 10px;
	text-align: center;
	height: 32px;
	line-height: 30px;
	margin: 15px 6px 15px 0;
	border: 1px solid #eee;
}

.decoration-pages li a {
	color: #666;
	font-size: 12px;
}

.decoration-pages li.active {
	border: none;
}

@charset "utf-8";

/*位置属性*/

.marTop10 {
	margin-top: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: +inline-block;
}


/*header*/

#header {
	border-bottom: 1px solid #383838;
	height: 46px;
	position: relative;
	line-height: 46px;
	color: #FFFFFF;
}

#header h1 {
	font-size: 12px;
	font-weight: normal;
	background: url(news.png) no-repeat 50px center;
	padding-left: 163px;
}

#header span {
	position: absolute;
	right: 10px;
	top: 0px;
	color: #9A9A9A;
	font-size: 12px;
	font-weight: normal;
}

#header span a {
	color: #9A9A9A;
	margin: 0 3px;
}


/*wrapper*/

#wrapper {
	width: 942px;
	float: left;
}

#picSlideWrap {
	padding-bottom: 30px;
}

.titleh3 {
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: url(../images/ico/dot.gif) repeat-x left bottom;
	width: 910px;
	margin: 0 auto;
	font-size: 26px;
	color: #000;
}

.titleh4 {
	text-align: center;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding: 10px 0 20px 0px;
}

.imgnav {
	width: 942px;
	margin: 10px auto;
}

#content {
	margin: 0px auto;
	line-height: 19px;
}

#content p {
	text-indent: 2em;
	color: #333;
}

.imgnav {
	position: relative;
	margin: 0 auto;
	width: 942px;
}

#img {
	z-index: 10;
	width: 942px;
	position: relative;
	text-align: center;
}

#img div.imgBig {
	width: 942px;
	display: none;
}

#img div.imgBig img {
	width: 100%;
	min-height: 550px;
}

#front {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
	width: 394px;
	height: 578px;
	background: url(../images/ico/blank.gif);
}

#front a {
	position: absolute;
	left: 20px;
	top: 224px;
	display: block;
	background: url(images/arrow_left.png) no-repeat;
	width: 104px;
	height: 104px;
	display: none;
}

#next {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
	width: 394px;
	height: 578px;
	background: url(../images/ico/blank.gif);
}

#next a {
	position: absolute;
	right: 20px;
	top: 224px;
	display: block;
	background: url(images/arrow_left.png) no-repeat;
	width: 104px;
	height: 104px;
	display: none;
}

#cbtn {
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	height: 122px;
	margin-top: -122px;
	z-index: 10
}

#cbtn ul {
	position: relative;
	width: 10000px;
	height: 122px;
}

#cbtn ul li {
	float: left;
	width: 120px;
	cursor: pointer;
	text-align: center;
	margin-right: 20px;
	position: relative;
}

#cbtn ul li img {
	width: 100%;
	display: block;
}

#cbtn ul li tt {
	background: #000;
	color: #FFF;
	position: absolute;
	right: 4px;
	bottom: 4px;
	z-index: 20;
	font-family: "宋体";
	font-size: 12px;
	line-height: 16px;
	padding: 0 5px;
}

#cbtn li.hov {
	border: 2px solid #fff;
}

.ctrl div {
	clear: both;
}

#cSlideUl {
	width: 840px;
	position: relative;
	top: 20px;
	left: 10px;
	margin: 0 auto;
	overflow: hidden;
}

.picSildeLeft {
	cursor: pointer;
	position: absolute;
	top: 32px;
	left: 10px;
	z-index: 9;
}

.picSildeRight {
	cursor: pointer;
	position: absolute;
	top: 32px;
	right: 10px;
	z-index: 9;
}

.topExplain {
	width: 350px;
	position: absolute;
	top: 0;
	left: 50px;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px 30px;
}

.topExplain h3,
.topExplain p,
.topExplain a {
	color: #fff;
}

.topExplain h3,
.topExplain p {
	text-align: left;
}

.topExplain h3 {
	font-size: 30px;
	padding: 15px 0 10px;
	font-weight: normal;
}

.topExplain p {
	line-height: 24px;
}

.topExplain a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin: 15px 0;
	font-weight: bold;
}


/* 设计师圈  */

.designContainer {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.designContainer * {
	box-sizing: border-box;
	color: #020202;
}

.designHeader {
	width:512px;
	margin:40px auto;
}

.designHeader ul {
	width: 100%;
	border: 1px solid #2d2c31;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	overflow: hidden;
}

.designHeader ul li {
	width: calc(100% / 3);
	float: left;
	text-align: center;
}

.designHeader ul li a {
	display: block;
}

.designHeader ul li.active {
	background: #2d2c31;
}

.designHeader ul li.active a {
	color: #fff;
}

.designContent {
	width: 100%;
	margin: 10px auto 40px;
	float: left;
}

.contentHeader {
	font-size:16px;
}

.listDesigner {
	width: 1200px;
	float: left;
}

.listDesigner .hd {
	margin-top: 77px;
	height: 104px;
	border-top: 4px solid #ddd;
}

.wrap {
	margin: 0 auto;
	width: 1200px;
}

.navs {
	margin-top: -40px;
}

.date-nav {
	overflow: hidden;
	float: left;
	cursor: pointer;
}

.date-nav .tit {
	float: left;
	margin-right: 10px;
	width: 80px;
	height: 80px;
	border: 4px solid #ddd;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 72px;
	font-size: 20px;
	font-weight: normal;
	color: #666;
}

.date-nav .nav span {
	display: inline-block;
	margin-right: 10px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background-color: #000;
	text-align: center;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.date-nav .nav {
	float: left;
	height: 60px;
	width: 0;
	margin-top: 10px;
	font-size: 0;
}

.date-nav .nav span.active,
.date-nav .nav span:hover {
	background-color: #cc0000;
}

.magazine-ct {
	overflow: hidden;
	margin-bottom: 40px;
}

.magazine-ct .thumb {
	float: left;
	width: 600px;
}

.magazine-ct .thumb img {
	width: 100%;
	min-height: 498px;
}

.magazine-ct .ct {
	overflow: hidden;
	padding: 20px;
	height: 498px;
	background-color: #efefef;
}

.magazine-ct .ct .tag {
	width: 120px;
	line-height: 53px;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-align: center;
	font-size: 24px;
}

.magazine-ct .ct .tit {
	margin-top: 15px;
	margin-bottom: 55px;
	line-height: 1.1;
	font-size: 20px;
}

#tit {
	font-weight: normal;
	font-size: 24px;
}

#tit font {
	font-size: 24px;
}

.magazine-ct .ct .btns .btn-view {
	margin-right: 10px;
	background-color: #b5a359;
}

.magazine-ct .ct .btns .btn {
	display: inline-block;
	width: 145px;
	line-height: 45px;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	float: left;
}

.magazine-ct .ct .btns .btn-download {
	background-color: #505050;
}


/*所有视频*/

.list_video {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.list_video * {
	color: #020202;
	text-decoration: none;
	box-sizing: border-box;
	font-size: 14px;
	outline: none;
}

.videoHeader {
	width:300px;
	margin:40px auto;
}

.videoHeader ul {
	width: 100%;
	border: 1px solid #2d2c31;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	overflow: hidden;
}

.videoHeader ul li {
	width: 50%;
	float: left;
	text-align: center;
}

.videoHeader ul li a {
	display: block;
}

.videoHeader ul li.active {
	background: #2d2c31;
}

.videoHeader ul li.active a {
	color: #fff;
}

.viedeDetails {
	width: 100%;
	margin: 10px auto 30px;
}

.viedeDetails h3.videoH3 {
	height: 50px;
	line-height: 50px;
	font-size:16px;
	margin-bottom: 10px;
}

.viedeDetails div.videoList:not(:first-of-type) {
	display: none;
}

.videoList li {
	width: calc(100% / 3);
	float: left;
	background: linear-gradient(to right, #fcfcfc, #f2f2f2);
	text-align: center;
	padding-bottom: 15px;
}

.videoList li img {
	width: 100%;
	margin-bottom: 10px;
}

.videoList li p {
	font-size: 16px;
	padding: 15px;
}
.videoList #exhibitionImg li p{
	text-align: left;
	padding: 5px 15px;
}
.videoList #exhibitionImg li a{
	display: block;
	text-align: left;
	padding:15px;
}
.videoList #exhibitionImg li a:hover{
	text-decoration: underline;
}
