/* =Skitter styles
----------------------------------------------- */


.box_skitter {
	position: relative;
	width: 100%;
	height: 700px;
	background: #000;
	min-width:1000px;
	overflow:hidden;
}

.box_skitter img {
	max-width: none;
} /* Tip for stildv */
.box_skitter ul {
	display: none;
}

.box_skitter {
	overflow: hidden;
	position: relative;
	width:1920px !important;
	left:50%;
	margin-left:-960px;
}
.container_skitter{
position:absolute;
width:1920px !important;
}
.box_skitter .image {
	overflow: hidden;
}

.box_skitter .image img {
	/*display: none;*/
	height:auto !important;
}

/* =Box clone
-------------------------------------------------------------- */
.box_skitter .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 20;
}

.box_skitter .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	height:auto !important;
}

/* =Navigation
-------------------------------------------------------------- */
.box_skitter .prev_button {
	position: absolute;
	top: 35%;
	left: 35px;
	z-index: 152;
	margin-top: -25px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	background:url(../img/pre.png);
	width: 30px;
	height: 100px;
}

.box_skitter .next_button {
	position: absolute;
	top: 35%;
	right: 35px;
	z-index: 152;
	
	overflow: hidden;
	
	margin-top: -25px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	background:url(../img/next.png);
	width: 30px;
	height: 100px;
}

.box_skitter .prev_button:hover, .box_skitter .next_button:hover {
	opacity: 0.5 !important;
}

/* =Numbers
-------------------------------------------------------------- */
.box_skitter .info_slide {
	position: absolute;
	bottom:60px;
	z-index: 100;
	color: #fff;
	font: bold 11px arial;
	height:190px;
	background:rgba(255,255,255,0.9);
	width:100%;
	left:0 !important;
	z-index:1002;
	text-align:center;
}
.box_skitter .info_slide .image_number {
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	width:125px !important;
	height:125px !important;
	-webkit-border-radius:50% 50%;
	-moz-border-radius:50% 50%;
	-ms-border-radius:50% 50%;
	border-radius:50% 50%;
	border:2px solid #ff0000;
	background:#fff;
	display:inline-block;
	margin-left:65px;
	margin-top:20px;
	z-index:1003;
	position:relative;
}
.box_skitter .info_slide .image_number h1
.box_skitter .info_slide .image_number 
.box_skitter .info_slide .image_number:hover {

}

.box_skitter .info_slide .image_number_select, .box_skitter .info_slide .image_number_select:hover {
	margin-left:65px;
}

/* =Thumbs
	Change width and height to customization dimension thumb
-------------------------------------------------------------- */
.box_skitter .container_thumbs {
	position: relative;
	overflow: hidden;
	height: 50px;
}

.box_skitter .info_slide_thumb {
	height: 50px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	top: auto;
	top: 0;
	left: 0;
	padding: 0 !important;
	opacity: 1.0;
}

.box_skitter .info_slide_thumb .image_number {
	overflow: hidden;
	width: 100px;
	height: 50px;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.box_skitter .info_slide_thumb .image_number img {
	position: absolute;
	top: -30px;
	left: -30px;
	height: 100px;
}

.box_skitter .box_scroll_thumbs {
	padding: 0;
}

.box_skitter .box_scroll_thumbs .scroll_thumbs {
	position: absolute;
	bottom: 60px;
	left: 50px;
	background: #ccc;
	background: -moz-linear-gradient(-90deg, #555, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));
	width: 200px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999em;
	z-index: 101;
	cursor: pointer;
	border: 0px solid #333;
}

/* =Dots
-------------------------------------------------------------- */



/* =Loading
-------------------------------------------------------------- */
.loading {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 10000;
	margin: -16px -16px;
	color: #fff;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/ajax-loader.gif) no-repeat left top;
	width: 32px;
	height: 32px;
}

/* =Label
-------------------------------------------------------------- */
.box_skitter .label_skitter {
	z-index: 150;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	
}
.label_skitter a{width:100%;height:100%;}

.label_skitter {width:100% !important;left:460px;}
.box_skitter .label_skitter {
	z-index: 150;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	display: none;
	width:1000px;
	height:-webkit-calc(100% - 250px);
	height:-ms-calc(100% - 250px);
	height:-moz-calc(100% - 250px);
	height:calc(100% - 250px);
	top:60px;

}

.box_skitter .label_skitter p {
}

.box_skitter .progressbar {
	background: #000;
	position: absolute;
	top: 5px;
	left: 15px;
	height: 5px;
	width: 200px;
	z-index: 99;
	border-radius: 20px;
}

/* =Preview slide
-------------------------------------------------------------- */
.box_skitter .preview_slide {
	display: none;
	position: absolute;
	z-index: 152;
	bottom: 30px;
	left: -40px;
	width: 100px;
	height: 100px;
	background: #fff;
	border: 1px solid #222;
	-moz-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
	box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
	overflow: hidden;
}

.box_skitter .preview_slide ul {
	height: 100px !important;
	overflow: hidden !important;
	margin: 0 !important;
	list-style: none !important;
	display: block !important;
	position: absolute !important;
	top: 0;
	left: 0;
}

.box_skitter .preview_slide ul li {
	width: 100px !important;
	height: 100px !important;
	overflow: hidden !important;
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	display: block !important;
}

.box_skitter .preview_slide ul li img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	height: 150px !important;
	width: auto !important;
}

/* =Focus
-------------------------------------------------------------- */
#overlay_skitter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
	opacity: 1;
	background: #000;
}

.box_skitter .focus_button {
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.box_skitter .play_pause_button {
	position: absolute;
	top: 50%;
	z-index: 151;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.box_skitter .play_pause_button.play_button {
}


.box_skitter .play_pause_button:hover {
	opacity: 0.5 !important;
}

.box_skitter .focus_button:hover {
	opacity: 0.5 !important;
}

/* =Example for dimenions
-------------------------------------------------------------- */
.box_skitter_large {
	width: 100%;
/* 	height:100%; */
}

.box_skitter_small {
	width: 200px;
	height: 100px;
}

/* =Default theme
-------------------------------------------------------------- */
.box_skitter .focus_button, 
.box_skitter .next_button, 
.box_skitter .prev_button, 
.box_skitter .play_pause_button 
{
	display: block;
	/*background: url('../images/sprite-default.png') no-repeat;*/
}

.box_skitter .next_button {
	background:url(../img/next.png);
	width: 30px;
	height: 100px;
	opacity:0.2;
	right:-webkit-calc((100% - 1000px)/2);
	right:-o-calc((100% - 1000px)/2);
	right:-moz-calc((100% - 1000px)/2);
	right:calc((100% - 1000px)/2);
}

.box_skitter .prev_button {
	background:url(../img/pre.png);
	width: 30px;
	height: 100px;
	opacity:0.2;
	left:-webkit-calc((100% - 1000px)/2);
	left:-o-calc((100% - 1000px)/2);
	left:-moz-calc((100% - 1000px)/2);
	left:calc((100% - 1000px)/2);
}

.box_skitter .play_pause_button {
	background-position: -0px -0px;
	width: 42px;
	height: 42px;
}

.box_skitter .play_pause_button.play_button {
	background-position: -0px -84px;
	width: 42px;
	height: 42px;
}

.box_skitter .focus_button {
	background-position: -42px -0px;
	width: 42px;
	height: 42px;
}

/* =Minimalist theme
-------------------------------------------------------------- */
.skitter-minimalist .prev_button, 
.skitter-minimalist .next_button, 
.skitter-minimalist .play_pause_button, 
.skitter-minimalist .focus_button 


.skitter-minimalist .prev_button {
	background-position: -0px -0px !important;
	width: 24px !important;
	height: 28px !important;
	left: -45px !important;
}

.skitter-minimalist .next_button {
	background-position: -0px -28px !important;
	width: 24px !important;
	height: 28px !important;
	right: -45px !important;
}

.skitter-minimalist .play_pause_button {
	background-position: -0px -74px !important;
	width: 18px !important;
	height: 18px !important;
}

.skitter-minimalist .play_pause_button.play_button {
	background-position: -0px -56px !important;
	width: 18px !important;
	height: 18px !important;
}

.skitter-minimalist .focus_button {
	background-position: -0px -92px !important;
	width: 18px !important;
	height: 18px !important;
}

.skitter-minimalist .info_slide {
	background: transparent;
}

.skitter-minimalist .info_slide .image_number {
	background: #000;
	box-shadow: rgba(255,255,255,0.2) 1px 1px 0;
	font-size: 12px;
	font-weight: normal;
}

.skitter-minimalist .info_slide .image_number:hover {
	background: #111;
}

.skitter-minimalist .info_slide .image_number_select, .skitter-minimalist .info_slide .image_number_select:hover {

}

.skitter-minimalist .info_slide_dots .image_number {
	width: 14px;
	height: 14px;
	box-shadow: rgba(255,255,255,0.2) 1px 1px 0;
}

/* =Round theme
-------------------------------------------------------------- */
.skitter-round .prev_button, 
.skitter-round .next_button, 
.skitter-round .play_pause_button, 
.skitter-round .focus_button 
{
	display: block;
	background: url('../images/sprite-round.png') no-repeat;
}

.skitter-round .prev_button {
	background-position: -0px -0px;
	width: 23px;
	height: 47px;
	left: -23px;
}

.skitter-round .next_button {
	background-position: -23px -0px;
	width: 23px;
	height: 47px;
	right: -23px;
}

.skitter-round .next_button:hover, .skitter-round .prev_button:hover {
	opacity: 1;
}

.skitter-round .play_pause_button {
	background-position: -0px -70px;
	width: 47px;
	height: 23px;
	top: 24px;
	left: 24px !important;
}

.skitter-round .play_pause_button.play_button {
	background-position: -0px -47px;
	width: 47px;
	height: 23px;
	top: 24px;
}

.skitter-round .focus_button {
	background-position: -0px -93px;
	width: 47px;
	height: 23px;
	top: 24px;
	left: 82px !important;
}

.skitter-round .info_slide {
	background: transparent;
}

.skitter-round .info_slide .image_number {
	background: #999;
	box-shadow: rgba(255,255,255,0.2) 1px 1px 0;
	font-size: 12px;
	font-weight: normal;
}

.skitter-round .info_slide .image_number:hover {
	background: #333;
}

.skitter-round .info_slide .image_number_select, .skitter-round .info_slide .image_number_select:hover {
	background: #111;
}

.skitter-round .info_slide_dots .image_number {
	width: 14px;
	height: 14px;
	box-shadow: rgba(255,255,255,0.2) 1px 1px 0;
	background: #999;
}

.skitter-round .info_slide_dots .image_number:hover {
	background: #333;
}

.skitter-round .info_slide_dots .image_number_select, .skitter-round .info_slide_dots .image_number_select:hover {
	background: #111;
}

.skitter-round .progressbar {
	top: -10px;
	left: 0px;
	background: #333;
	box-shadow: rgba(255,255,255,0.3) 1px 1px 0;
}

/* =Clean theme
-------------------------------------------------------------- */
.skitter-clean .prev_button, 
.skitter-clean .next_button, 
.skitter-clean .play_pause_button, 
.skitter-clean .focus_button 
{
	display: block;
}

.skitter-clean .prev_button {

	
}

.skitter-clean .next_button {


}

.skitter-clean .play_pause_button {
	background-position: -0px -133px;
	width: 41px;
	height: 41px;
}

.skitter-clean .play_pause_button.play_button {
	background-position: -0px -92px;
	width: 41px;
	height: 41px;
}

.skitter-clean .focus_button {
	background-position: -0px -174px;
	width: 41px;
	height: 41px;
}








/* =Square theme
-------------------------------------------------------------- */

.skitter-square .play_pause_button, 
.skitter-square .next_button, 
.skitter-square .focus_button, 
.skitter-square .prev_button 
{
	display: block;
	background: url('../images/sprite-square.png') no-repeat;
}

.skitter-square .play_pause_button {
	background-position: -55px -0px;
	width: 55px;
	height: 55px;
	top: 10px !important;
	left: 10px !important;
	bottom: auto !important;
	right: auto !important;
	margin-top:0;
}

.skitter-square .play_pause_button.play_button {
	background-position: -0px -0px;
	width: 55px;
	height: 55px;
}

.skitter-square .focus_button {
	background-position: -55px -55px;
	width: 55px;
	height: 55px;
	top: 10px !important;
	left: 65px !important;
	bottom: auto !important;
	right: auto !important;
	margin-top:0;
}

.skitter-square .next_button {
	background-position: -0px -55px;
	width: 55px;
	height: 55px;
	top: auto;
	left: auto;
	bottom: 10px;
	right: 10px;
}

.skitter-square .prev_button {
	background-position: -0px -110px;
	width: 55px;
	height: 55px;
	top: auto;
	left: auto;
	bottom: 10px;
	right: 65px;
}

.skitter-square .info_slide {
	background: transparent;
}

.skitter-square .info_slide .image_number {
	background: #fff;
	box-shadow: rgba(0,0,0,0.2) 1px 1px 0;
	font-size: 12px;
	font-weight: normal;
	color:#333;
}

.skitter-square .info_slide .image_number:hover {
	background: #ccc;
}

.skitter-square .info_slide .image_number_select, .skitter-square .info_slide .image_number_select:hover {
	background: #111;
	color:#fff;
}

.skitter-square .info_slide_dots .image_number {
	width: 14px;
	height: 14px;
	box-shadow: rgba(255,255,255,0.2) 1px 1px 0;
	background: #ccc;
}

.skitter-square .info_slide_dots .image_number:hover {
	background: #999;
}

.skitter-square .info_slide_dots .image_number_select, .skitter-square .info_slide_dots .image_number_select:hover {
	background: #555;
}

.skitter-square .progressbar {
	top:0 !important;
	left: 0 !important;
	width: 100%;
	background: #fff;
	border-radius: 0;
	height: 2px;
}

.label_text{position:relative;z-index:1005;}
.content{
	width:100%;
	margin:0 auto;
	font-family: "jdahei";
	height:310px;
	/*margin-top:calc((100% - 560px) / 2);
	margin-top:-o-calc((100% - 560px) / 2);
	margin-top:-ms-calc((100% - 560px) / 2);
	margin-top:-moz-calc((100% - 560px) / 2);
	margin-top:-webkit-calc((100% - 560px) / 2);*/
	cursor:pointer;
}
@media screen and (max-height:605px) { 
	.content{padding-top:0px;}
}
@media screen and (min-height:606px) and (max-height:736px) {
	.content{padding-top:50px;}
}
@media screen and (min-height:737px) and (max-height:1080px) {
	.content{padding-top:10px;}
}

.content_title{
	font-size:40px !important;
	text-align:center;
	color:#fff;
	font-family:'方正粗圆简体'; 
	letter-spacing:7px;
	float:left;
}
.content_title.s1{
	background:url(../images/text_01.png) no-repeat;
	width:159px;
	height:38px;
	margin-left:calc((100% - 159px) / 2);
	margin-left:-webkit-calc((100% - 159px) / 2);
	margin-left:-ms-calc((100% - 159px) / 2);
	margin-left:-moz-calc((100% - 159px) / 2);
	margin-left:-o-calc((100% - 159px) / 2);
}
.content_title.s2{
	background:url(../images/text2_01.png) no-repeat;
	width:263px;
	height:38px;
	margin-left:calc((100% - 263px) / 2);
	margin-left:-webkit-calc((100% - 263px) / 2);
	margin-left:-ms-calc((100% - 263px) / 2);
	margin-left:-moz-calc((100% - 263px) / 2);
	margin-left:-o-calc((100% - 263px) / 2);
}
.content_title.s3{
	background:url(../images/text3_01.png) no-repeat;
	width:263px;
	height:38px;
	margin-left:calc((100% - 263px) / 2);
	margin-left:-webkit-calc((100% - 263px) / 2);
	margin-left:-ms-calc((100% - 263px) / 2);
	margin-left:-moz-calc((100% - 263px) / 2);
	margin-left:-o-calc((100% - 263px) / 2);
}
.content_title.s4{
	background:url(../images/text4_01.png) no-repeat;
	width:189px;
	height:38px;
	display:block;
	margin-left:calc((100% - 189px) / 2);
	margin-left:-webkit-calc((100% - 189px) / 2);
	margin-left:-ms-calc((100% - 189px) / 2);
	margin-left:-moz-calc((100% - 189px) / 2);
	margin-left:-o-calc((100% - 189px) / 2);
}
.content_hurt{
	width:100%;
	text-align:center;
	margin-top:20px;
	color:#fff;
	float:left;

}

.content_hurt.s1{
	background:url(../images/text_02.png);
	margin-left:calc((100% - 626px) / 2);
	margin-left:-webkit-calc((100% - 626px) / 2);
	margin-left:-ms-calc((100% - 626px) / 2);
	margin-left:-moz-calc((100% - 626px) / 2);
	margin-left:-o-calc((100% - 626px) / 2);
	width:626px;
	height:57px;
}
.content_hurt.s2{
	background:url(../images/text2_02.png);
	margin-left:calc((100% - 830px) / 2);
	margin-left:-webkit-calc((100% - 830px) / 2);
	margin-left:-ms-calc((100% - 830px) / 2);
	margin-left:-moz-calc((100% - 830px) / 2);
	margin-left:-o-calc((100% - 830px) / 2);
	width:830px;
	height:57px;
}
.content_hurt.s3{
	background:url(../images/text3_02.png);
	margin-left:calc((100% - 893px) / 2);
	margin-left:-webkit-calc((100% - 893px) / 2);
	margin-left:-ms-calc((100% - 893px) / 2);
	margin-left:-moz-calc((100% - 893px) / 2);
	margin-left:-o-calc((100% - 893px) / 2);
	width:893px;
	height:56px;
}
.content_hurt.s4{
	background:url(../images/text4_02.png);
	margin-left:calc((100% - 767px) / 2);
	margin-left:-webkit-calc((100% - 767px) / 2);
	margin-left:-ms-calc((100% - 767px) / 2);
	margin-left:-moz-calc((100% - 767px) / 2);
	margin-left:-o-calc((100% - 767px) / 2);
	width:767px;
	height:57px;
}
.content_hurt_left{
	font-size:50px !important;
	width:auto;
	text-align:center;
	display:inline-block;
	color:#fff;
	font-family:"方正大黑简体";
}
.content_hurt_left.spacing{letter-spacing:25px;}
.content_hurt_right{
	font-size:60px !important;
	width:auto;
	text-align:center;
	display:inline-block;
	color:#ff0000;
	font-family:"方正大黑简体";
}
.content_hurt_right.spacing{letter-spacing:25px;}

.content_little_hurt{
	font-size:24px !important;
	font-weight:600px;
	text-align:center;
	margin-top:20px;
	color:#111;
	letter-spacing:3px;
	width:100%;
	float:left;
}
.content_help{
	width:300px;
	height:40px;
	/*background:#ff7606;*/
	line-height:40px !important;
	color:#fff;
	text-align:center;
	margin-top:20px !important;
	font-size:26px !important;
	color:#fff;
	border-radius:3px;
	letter-spacing:3px;
	float:left;
	margin-left:calc((100% - 300px) / 2);
	margin-left:-webkit-calc((100% - 300px) / 2);
	margin-left:-ms-calc((100% - 300px) / 2);
	margin-left:-moz-calc((100% - 300px) / 2);
	margin-left:-o-calc((100% - 300px) / 2);	
	font-family:"方正大黑简体";
	background:url(../images/text_03.png);
}




.image_number_select .little_circle{
	-moz-box-shadow:1px 1px 15px #333 inset;             
    -webkit-box-shadow:1px 1px 15px #333 inset;     
    box-shadow:1px 1px 15px #333 inset;   
}     
/*  
.image_number_select h1{
	color:#ff0000 !important;
	text-shadow:#fff 2px 0 0,#fff 2px 0,#fff -1px 0 0,#fff 0 -1px 0;
	-webkit-text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -1px 0 0,#fff 0 -1px 0;
	-moz-text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -1px 0 0,#fff 0 -1px 0;
}
.image_number_select p{
	color:#ff0000 !important;
	text-shadow:#fff 2px 0 0,#fff 2px 0,#fff -1px 0 0,#fff 0 -1px 0;
	-webkit-text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -1px 0 0,#fff 0 -1px 0;
	-moz-text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -1px 0 0,#fff 0 -1px 0;
}
*/


.zzc {
	position: absolute;
	bottom:60px;
	z-index: 100;
	color: #fff;
	font: bold 11px arial;
	height:190px;
	background:rgba(255,255,255,0.9);
	width:100%;
	left:0 !important;
	z-index:1001;
	text-align:center;
	opacity:0;
}

.zzc dt{
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	width:125px !important;
	height:125px !important;
	-webkit-border-radius:50% 50%;
	-moz-border-radius:50% 50%;
	-ms-border-radius:50% 50%;
	border-radius:50% 50%;
	border:2px solid #ff0000;
	background:#fff;
	display:inline-block;
	margin-left:69px;
	margin-top:20px;
	z-index:1003;
	position:relative;
	margin-right:5px;
}



.wc{
	width:100%;
	height:100%;
	overflow:hidden;
	height:calc(100% - 60px);
	height:-webkit-calc(100% - 60px);
	height:-ms-calc(100% - 60px);
	height:-moz-calc(100% - 60px);
	height:-o-calc(100% - 60px);
}