.custom-poster {
	width:auto;
	overflow:hidden;
	position:relative;
	height:300px;
	background:#000
}
.custom-search {
	width:auto;
	overflow:hidden;
	position:relative;
	height:80px;
	line-height:80px;
	text-align:center;
	background:#4C30BE;
	font-size:14px
}
.custom-search .wrap1200 ul:after {
	content:'';
	display:block;
	width:0;
	clear:both
}
.custom-search .wrap1200 li {
	width:140px;
	height:100%;
	float:left;
-moz-transition:all .5s cubic-bezier(.4, 0, .25, 1) 0s;
-webkit-transition:all .5s cubic-bezier(.4, 0, .25, 1) 0s;
-o-transition:all .5s cubic-bezier(.4, 0, .25, 1) 0s;
transition:all .5s cubic-bezier(.4, 0, .25, 1) 0s
}
.custom-search .wrap1200 li a {
	width:100%;
	height:100%;
	color:#bfb0fe;
	display:block
}
.custom-search .wrap1200 li:hover {
	background:#422991;
-moz-transition:all .5s cubic-bezier(.4, 0, .25, 1) 0s;
-webkit-transition:all .5s cubic-bezier(.4, 0, .25, 1) 0s;
-o-transition:all .5s cubic-bezier(.4, 0, .25, 1) 0s;
transition:all .5s cubic-bezier(.4, 0, .25, 1) 0s
}
.custom-search .wrap1200 li.selected {
	background:#3E20AB
}
.custom-example {
	width:auto;
	background:#583fc9
}
.custom-example.homepage .ks-switch-content {
	margin-top:115px
}
.custom-example.homepage .ks-switch-content ul {
	width:1224px
}
.custom-example.homepage .ks-switch-content ul li {
	width:280px;
	margin-right:26px; margin-bottom:40px;
}
.custom-example.homepage .ks-switch-content ul li .bd {
	width:268px;
	height:478px;
	border:6px solid #FE0
}
.custom-example.homepage .ks-switch-content ul li .tit {
	top:214px
}
.custom-example.detailpage .ks-switch-content {
	margin-top:128px
}
.custom-example.detailpage .ks-switch-content ul {
	width:1250px
}
.custom-example.detailpage .ks-switch-content ul li {
	width:200px;
	margin-right:50px; margin-bottom:40px;
}
.custom-example.detailpage .ks-switch-content ul li .bd {
	width:188px;
	height:442px;
	border:4px solid #FE0
}
.custom-example.detailpage .ks-switch-content ul li .tit {
	top:210px
}
.custom-example.photopage .ks-switch-content {
	height:400px;
	margin-top:150px
}
.custom-example.photopage .ks-switch-content ul {
	width:1230px
}
.custom-example.photopage .ks-switch-content ul li {
	width:380px;
	margin-right:30px
}
.custom-example.photopage .ks-switch-content ul li .bd {
	width:368px;
	height:388px;
	border:6px solid #FE0
}
.custom-example.photopage .ks-switch-content ul li .tit {
	top:180px
}
.custom-example.server {
	height:auto;
	padding-bottom:90px
}
.custom-example.server .name {
	color:#fffc01
}
.custom-example.server .desc {
	color:#fff
}
.custom-example.server .desc a {
	color:#fff;
	text-decoration:underline
}
.custom-example.server h3 {
	line-height:28px;
	font-size:16px;
	margin-top:122px
}
.custom-example.server .item {
	margin-top:63px
}
.custom-example.server .item .name {
	height:72px;
	line-height:72px;
	font-size:36px
}
.custom-example.server .item .name span {
	color:#fff;
	padding-left:10px
}
.custom-example.server .item .desc {
	font-size:16px;
	margin-bottom:46px
}
.custom-example.server .item img {
	display:block;
	margin-bottom:18px
}
.custom-example .wrap1200 .ks-switch-content {
	width:9999px
}
.custom-example .wrap1200 .ks-switch-content ul {
	height:100%;
	float:left
}
.custom-example .wrap1200 .ks-switch-content ul li {
	float:left
}
.custom-example .wrap1200 .ks-switch-content ul li a {
	width:100%;
	height:100%;
	color:#fff;
	display:block;
	position:relative
}
.custom-example .wrap1200 .ks-switch-content ul li a span {
	display:block;
	position:absolute;
	left:0;
	opacity:0;
	filter:alpha(opacity=0);
-moz-transition:all .5s cubic-bezier(.4, 0, .25, 1) 0s;
-webkit-transition:all .5s cubic-bezier(.4, 0, .25, 1) 0s;
-o-transition:all .5s cubic-bezier(.4, 0, .25, 1) 0s;
transition:all .5s cubic-bezier(.4, 0, .25, 1) 0s
}
.custom-example .wrap1200 .ks-switch-content ul li a span.mask {
	top:0;
	width:100%;
	height:100%;
	background:#000
}
.custom-example .wrap1200 .ks-switch-content ul li a span.bd {
	top:0
}
.custom-example .wrap1200 .ks-switch-content ul li a span.tit {
	width:100%;
	height:26px;
	line-height:26px;
	font-size:20px;
	text-align:center
}
.custom-example .wrap1200 .ks-switch-content ul li a span.tit b, .custom-example .wrap1200 .ks-switch-content ul li a span.tit i {
	width:auto;
	height:100%;
	display:inline-block;
	overflow:hidden
}
.custom-example .wrap1200 .ks-switch-content ul li a span.tit b {
	font-weight:400
}
.custom-example .wrap1200 .ks-switch-content ul li a span.tit i {
	width:26px;
	background:url(../image/icon.png) no-repeat -148px -154px
}
.custom-example .wrap1200 .ks-switch-content ul li a:hover span {
	opacity:1;
	filter:alpha(opacity=100);
-moz-transition:all .5s cubic-bezier(.4, 0, .25, 1) 0s;
-webkit-transition:all .5s cubic-bezier(.4, 0, .25, 1) 0s;
-o-transition:all .5s cubic-bezier(.4, 0, .25, 1) 0s;
transition:all .5s cubic-bezier(.4, 0, .25, 1) 0s
}
.custom-example .wrap1200 .ks-switch-content ul li a:hover .mask {
	opacity:.35;
	filter:alpha(opacity=35)
}
.custom-example .wrap1200 .ks-switch-nav {
	width:96px;
	left:50%;
	bottom:120px;
	margin-left:-48px;
	position:absolute
}
.custom-example .wrap1200 .ks-switch-nav li {
	width:12px;
	height:12px;
	margin:0 10px;
	background:#4C30BE;
	float:left;
	border-radius:50%;
	-moz-border-radius:50%
}
.custom-example .wrap1200 .ks-switch-nav li.ks-selected {
	background:#e50012
}
.custom-example .wrap1200 .ks-next, .custom-example .wrap1200 .ks-prev {
	width:36px;
	height:36px;
	cursor:pointer;
	background-image:url(../image/icon.png);
	background-repeat:no-repeat;
	position:absolute;
	bottom:105px
}
.custom-example .wrap1200 .ks-prev {
	left:368px;
	background-position:-753px -37px
}
.custom-example .wrap1200 .ks-next {
	right:368px;
	background-position:-753px -1px
}
