
.btnIco{
	background: url(../images/btn.png);
}
b{
	font-weight: normal;
}
i{
	font-style: normal;
}

/* container1 */
.container1{
	width: 100%; height: 100%; min-height: 600px; -display: none;
}
.main1{
	width: calc(100%); height: calc(100% - 5px);  margin: 0 auto;
}
.sider1{
	overflow-x: hidden; overflow-y: auto; padding:15px 35px;
}
.sider1 p{ line-height: 1.8;}
.x-title{ padding: 10px;}
.x-title h3{ padding-bottom: 10px;}
.x-title span{ border-bottom: 5px solid #f3ae31; height: 1px; display: block; width: 80px; margin: 0 auto;}
.showImg1{
	width: 100%; position: relative; 
}
.showImg1 a{
	position: absolute; width: 40px; height: 100%; top: 0; transition: all 0.5s; z-index:99
}
.showImg1 a:hover{

}
.showImg1 a:before{
	content: ''; display: block; position: absolute; width: 40px; height: 72px; background: url(../images/btn.png); left: calc(50% - 20px); top: calc(50% - 31px);
}
.showImg1 .showImg1_btnLeft{
	left: 0;
}
.showImg1 .showImg1_btnRight{
	right: 0;
}
.showImg1 .showImg1_btnLeft:before{
	background-position: 0 -87px;
}
.showImg1 .showImg1_btnLeft:hover:before{
	background-position: -46px -87px;
}
.showImg1 .showImg1_btnRight:before{
	background-position: 0 0;
}
.showImg1 .showImg1_btnRight:hover:before{
	background-position: -46px 0;
}
.showImg1 .imgBox1{
	position: absolute; width: calc(100% - 90px); height: calc(100% - 4px); left: 45px; top: 0; overflow: hidden;
}
.showImg1 .imgBox1 .img1{
	position: absolute; display: block;
}
.chooseImg1_box{
	position: relative; overflow: hidden; border-top:1px solid #eee;
}


.boxLimit1{
	position: relative; width: 100%; height: 100px
}
.boxLimit1 a{
	float: left; display: block; width: 25px; height: 70px; margin: 15px 2px 0; position: relative;
}
.boxLimit1 a:hover{
	background-color: #e6e6e6;
}
.boxLimit1 a.disable{
	background-color: #fff;
}
.boxLimit1 a:before{
	content: ''; display: block; position: absolute; width: 14px; height: 27px; left: calc(50% - 7px); top: calc(50% - 13px); background: url(../images/btn.png);
}
.boxLimit1 .chooseImg1_btnLeft:before, .boxLimit1 .chooseImg1_btnLeft.disable:hover:before{
	background-position: -27px -174px;
}
.boxLimit1 .chooseImg1_btnLeft.disable:hover:before{
	cursor: default;
}
.boxLimit1 .chooseImg1_btnLeft:hover:before{
	background-position: -73px -174px;
}
.boxLimit1 .chooseImg1_btnRight:before, .boxLimit1 .chooseImg1_btnRight.disable:hover:before{
	background-position: 0 -174px;
}
.boxLimit1 .chooseImg1_btnRight.disable:hover:before{
	cursor: default;
}
.boxLimit1 .chooseImg1_btnRight:hover:before{
	background-position: -46px -174px;
}
.imgListBox1{
	position: relative; width: calc(100% - 64px); height: 90px; padding: 4px 0 6px; float: left; overflow: hidden;
}
.imgListBox1 .imgList1{
	padding-top: 5px; position: absolute; left: 0; top: 0; transition: left 0.5s; float: left;
}
.imgListBox1 .imgList1 li{
	float: left; width: 90px; height: 68px; border: 1px solid #dfdfdf; margin-top: 10px; margin-right: 10px; background-image: url(../images/a2.jpg); background-repeat: no-repeat; background-position: center; background-size: contain; cursor: pointer;
}
.imgListBox1 .imgList1 li.active{
	width: 96px; height: 76px; border: 2px solid #76ac3a; margin-top: 5px; background-image: url(../images/a1.jpg);
}

/* 全屏 */
.container2{
	width: 100%; height: 100%; background-color: #262626; position: absolute; display: none;
}
.btnExitFullScreen{
	color: #989898; position: absolute; top: 1%; right: 1%; font-size: 20px; line-height: 20px;
}
.chooseTimeBox{
	position: absolute; width: 70px; text-align: center; height: 20px; line-height: 20px; background-color: #3d3d3d; left: calc(50% - 35px); top: 1.5%;
}
.chooseTimeBox *{
	color: #e1e1e1;
}
.chooseTimeBox .select{
	background: #121212; color: #999999; width: 40px; height: 18px; left: 2px; top:1px; outline: none; display: none; float: left; position: relative; top: 1px;
}
.chooseTimeBox .btnStart{
	-display: none;
}
.chooseTimeBox .btnStop{
	display: none; position: relative; top: -1px;
}
.imgBox2{
	position: absolute; width: 70%; height: calc(90% - 144px); -border: 1px solid red; left: 15%; top: 8%;
}
.imgBox2 img{
	position: absolute;
}
.showImg2_btnLeft, .showImg2_btnRight{
	width: 50%; height: calc(90% - 144px); position: absolute; top: 8%; -border: 1px solid #fff;
}
.showImg2_btnLeft{
	left: 0; cursor: url(../images/cur_left.jpg),auto;;
}
.showImg2_btnRight{
	right: 0; cursor: url(../images/cur_right.jpg),auto;;
}
.imgListBox2{
	position: absolute; width: 80%; height: 140px; border: 1px solid #3e3e3e; left: 10%; bottom: 2%; overflow: hidden;
}
.imgList2{
	position: absolute; left: 0; top: 0; width: 100%; height: 110px; top: 15px; transition: left 0.5s;
}
.imgList2 li{
	width: 110px; height: 110px; box-sizing: border-box; border: 1px solid #707070; float: left; margin-right: 5px; background-image: url(../images/a2.jpg); background-repeat: no-repeat; background-position: center; background-size: contain; cursor: pointer;
}
.imgList2 li.active{
	border: 2px solid #2f95d5;
}

.container2 .aBtn{
	position: absolute; display: block; width: 25px; height: 70px; margin: 15px 2px 0;
}
.container2 .aBtn:hover{
	background-color: #e6e6e6;
}
.container2 .aBtn.disable{
	background-color: #fff;
}
.container2 .aBtn:before{
	content: ''; display: block; position: absolute; width: 14px; height: 27px; left: calc(50% - 7px); top: calc(50% - 13px); background: url(../images/btn.png);
}
.container2 .chooseImg2_btnLeft{
	left: calc(10% - 50px); bottom: calc(2% + 35px);
}
.container2 .chooseImg2_btnRight{
	right: calc(10% - 50px); bottom: calc(2% + 35px);
}
.container2 .chooseImg2_btnLeft:before, .container2 .chooseImg2_btnLeft.disable:hover:before{
	background-position: -27px -174px;
}
.container2 .chooseImg2_btnLeft.disable:hover:before{
	cursor: default;
}
.container2 .chooseImg2_btnLeft:hover:before{
	background-position: -73px -174px;
}
.container2 .chooseImg2_btnRight:before, .container2 .chooseImg2_btnRight.disable:hover:before{
	background-position: 0 -174px;
}
.container2 .chooseImg2_btnRight.disable:hover:before{
	cursor: default;
}
.container2 .chooseImg2_btnRight:hover:before{
	background-position: -46px -174px;
}










