@charset "utf-8";
body{
	font-family: Arial,Helvetica,"Myriad Pro",sans-serif;
	/* min-width:1250px; */
	max-width: 1250px;
}

html{
  font-size: calc(100vw/3.75)!important
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	/* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
li{
  list-style-type:none;
}

strong{
  font-weight:bolder;
}
p{
  margin-bottom:15px;
}

a{color:#000;}
a:link {color: #000; text-decoration:underline;}
.article a{
	color: #000; text-decoration:underline;
}
a:visited {color: #000;text-decoration:none;}
a:hover {color: #000; text-decoration:underline;}
a:active {color: #000;}

.access {
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -500px;
    width: 1px;
}
.clear{
	clear:both;
}
.blank{
	width:100%;
	height:10px;
	overflow:hidden;
	clear:both;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* table {
	border-collapse: collapse;
	border-spacing: 0;
} */

.f_l{
	float:left;
}

.f_r{
	float:right;
}







.content{

	/* border-radius: 8px; */
	/* margin-left:20px; */
	padding:0 0px !important;
  width:3.75rem;
  margin: 0 auto;
	background:url(../../images/bg.jpg) repeat;
	    background-size: 100% 100%;
}

.header{
	height:.2rem;
}

.header .time{
	/* width:30%;
	padding:5px;
	margin-top:5px;
	margin-left:20px; */
	
	font-size: .06rem;
	width: 32%;
	height: .08rem;
	padding: 0px 4px;
	margin-top: 10px;
	margin-left: 13px;
	background: #FFF;
	border: 1px solid;
	float: left;
	position:relative;
	border-radius:5px;
}

.time .item{
	position:absolute;
	float:left;
	margin-left:.15rem;
}

.header .logo{
	float:right;
	height: .15rem;
  font-size: .07rem;
	/*padding:5px;*/
	margin-top:1px;
	margin-right:20px;
	color:#ffff00;
}

.header .logo>img{
	height:30px;
	padding:0.01rem;
}

.slider .control{
  background: url(../../images/menu_bg.png) no-repeat;
  background-size: 100% 100%;
  height: .24rem;
	position:relative;
}

.slider .control>div:first-child{
	width:2.3rem;
}

.navbar{
	border:0px;
}


.navbar-sub>li{
	background-color: #f7f7f7;
}

.navbar-sub>li:first-child{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	/* background-color: rgb(153, 153, 153); */
}

.navbar-sub>li:last-child{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	/* background-color: rgb(153, 153, 153); */
}

.navbar,
.navbar .navbar-sub {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar .navbar-sub { 
    margin-top: -0.09rem; 
	margin-left: -0.02rem;
	padding-bottom:1.1rem;
}

.navbar > .navbar-item {
    float: left;
}

.navbar > .navbar-item:last-child {
    margin-right: 0;
}

.navbar > .navbar-item.active > .navbar-sub {
    display: block;

}

.navbar > .navbar-item a {
    text-decoration: none;
}

.navbar > .navbar-item > a {
    /* background-color: #999;
    padding: 10px 20px; */
    /* color: #696969; */
    display: block;
}

.navbar > .navbar-item > a:hover,
.navbar > .navbar-item > a:focus,
.navbar > .navbar-item.active > a {
    /* background-color: #ccc; */
}

.navbar .navbar-sub {
    display: none;
}

.navbar .navbar-sub > .navbar-sub-item > a {
    /* color: #ccc; */
    display: block;
    padding: 5px 10px;
    text-align: center;
    /* background-color: #696969; */
}

.navbar .navbar-item.active .navbar-sub-item > a:hover,
.navbar .navbar-item.active .navbar-sub-item > a:focus {
    /* background-color: #999; */
}

.navbar-sub{
  position: absolute;
  top: -.75rem;
  left: .08rem;
  font-size: .07rem;
  background: url(../../images/info_a.png) no-repeat;
  background-size: 100%;
  width: 1.3rem;
  height: 1rem;
  display: block;
  z-index: 3;
}

.navbar-sub-item{
	color:#fff;
	padding:0.1rem;
	box-sizing:border-box;
}



.slider .control>div{
  float:left;
  font-size: .06rem
}



.info{margin-left:20px;}

.info img {
  width: .23rem
}

.control .left, button, .control .play, .control .stop, .control .right, .control .last-frame{
	margin-left:.055rem;
	text-decoration:none;
}

button{
	background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.slide{
	position: relative;
  /* text-align:center; */ 
}

.slide>.item>img{
  width: 3.6rem;
  height: 3.22rem;
  /*margin-top: -0.08rem;*/
  /* height:auto; */
  font-size: .07rem;
  margin-left: .05rem;
}

.control-button a{
	position:relative;
}

.control-button span{
	position:absolute;
	top: 25px;
    left: 5px;
	display:none;
	color:#ffff00;
}

.first-frame{
  background: url(../../images/first.png) no-repeat;
  background-size: 100%;
  width: .15rem;
  height: .2rem;
	display:inline-block;
}

.first-frame:hover{
  background:url(../../images/first_hover.png) no-repeat;
  background-size: 100%;
}

.left{
	background:url(../../images/pre.png);
	background-size: 100%;
  width: .12rem;
  height: .2rem;
	display:inline-block;
}

.left:hover{
  background:url(../../images/pre_hover.png) no-repeat;
  background-size: 100%;
}


.play{
	background:url(../../images/play.png) no-repeat;
	background-size: 100%;
  width: .15rem;
  height: .2rem;
	display:inline-block;
}

.play:hover{
  background:url(../../images/play_hover.png) no-repeat;
  background-size: 100%;
}

.stop{
	background:url(../../images/stop.png) no-repeat;
	background-size: 100%;
  width: .12rem;
  height: .2rem;
	display:inline-block;
}
.stop:hover{
	background:url(../../images/stop_hover.png) no-repeat;
  background-size: 100%;
}
.right{
	background:url(../../images/next.png) no-repeat;
	background-size: 100%;
  width: .12rem;
  height: .2rem;
	display:inline-block;
}
.right:hover{
	background:url(../../images/next_hover.png) no-repeat;
  background-size: 100%;
}
.last-frame{
	background:url(../../images/last.png) no-repeat;
	background-size: 100%;
  width: .15rem;
  height: .2rem;
	display:inline-block;
}

.last-frame:hover{
	background:url(../../images/last_hover.png) no-repeat;
  background-size: 100%;
}

.control-text{
	position:relative;
	margin-top:-.1rem;
	width:100%;
	color:#ffff00;
	font-size:12px;
}

.text1{
	position:absolute;
	left:2.26rem;
	display:none;
	
}

.text2{
	position:absolute;
	left:2.5rem;
	display:none;
	
}

.text3{
	position:absolute;
	left:2.7rem;
	display:none;
	
}

.text4{
	position:absolute;
	left:2.9rem;
	display:none;
	
}

.text5{
	position:absolute;
	left:3.15rem;
	display:none;

	
}

.text6{
	position:absolute;
	left:3.35rem;
	display:none;
	
}

/* @media (max-width: 550px){
	.header .time{
		width:40%;
		padding:5px;
		margin-top:5px;
		margin-left:20px;
	}


	.content{
		width:300px;
	}
	.control .left, button, .control .right, .control .last{
		margin-left:0px;
		text-decoration:none;
	}

	.slider .control>div:first-child{
		width:auto;
	}
} */

.item_layer{
	position:absolute;
	z-index:2;
	font-size: .05rem;
}

.item_layer>div{
	position: absolute;
	width: .17rem;
	height: .1rem;
    background: #fff;
    
    padding: 0.01rem;
}

.item_layer>div:nth-child(1){
	top: 0.05rem;
    left: 3.48rem;
}

.item_layer>div:nth-child(2){
	top: 0.75rem;
    left: 3.48rem;
}

.item_layer>div:nth-child(3){
	top: 1.42rem;
    left: 3.48rem;
}

.item_layer>div:nth-child(4){
	top: 2.06rem;
    left: 3.48rem;
}

.item_layer>div:nth-child(5){
	top: 2.67rem;
    left: 3.48rem;
}

.item_layer>div:nth-child(6){
	top: 3.12rem;
    left: 0.14rem;
}

.item_layer>div:nth-child(7){
	top: 3.12rem;
    left: .76rem;
}

.item_layer>div:nth-child(8){
	top: 3.12rem;
    left: 1.40rem;
}

.item_layer>div:nth-child(9){
	top: 3.12rem;
    left: 2.01rem;
}

.item_layer>div:nth-child(10){
	top: 3.12rem;
    left: 2.65rem;
}

.item_layer>div:nth-child(11){
	top: 3.12rem;
    left: 3.27rem;
}

@media (max-width: 550px){
 
	.header .time{ 
		
		font-size: .06rem;
		width: 32%;
		height: .08rem;
		padding: 0px 4px;
		margin-top: 0.05rem;
		margin-left: 13px;
		background: #FFF;
		border: 1px solid;
		float: left;
		position:relative;
		border-radius:5px;
	}
	
	
	.header .logo>img{
		height:8px;
		padding:0.01rem;
	}
	
	.navbar .navbar-sub { 
		margin-top: -0.09rem; 
		margin-left: 0.16rem;
		padding-bottom:1.1rem;
	}

} 