.mydiv {
	background-image: #F9F9F9;
	background-image: url(../images/div_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	z-index: 99;
	width: 1000px;
	height: 700px;
	left: 35%;
/*FF IE7*/
	top: 15%;
/*FF IE7*/
	margin-left: -150px!important;
/*FF IE7 该值为本身宽的一半 */
	margin-top: -60px!important;
/*FF IE7 该值为本身高的一半*/
	margin-top: 0px;
	position: fixed!important;
/*FF IE7*/
	position: absolute;
/*IE6*/
	_top: expression(eval(document.compatMode &&
                    document.compatMode=='CSS1Compat') ?
                    documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
                    document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
/*IE5 IE5.5*/
}

#LAY_layuipro{
	background-image: #004000;
	background-color : #1c251c;
	background-repeat: no-repeat;
	padding:20px;
	line-height:30px;
	color:#f5f5f5;
	font-size:16px;
}

.mydiv1 {
	opacity:0.8;
	border:solid  #a0a5a4;
}

.mydiv_photo {
	background-image: #F9F9F9;
	/* background-image: url(images/annouce.png); */
	background-repeat: no-repeat;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	z-index: 99;
	width: 514px;
	height: 808px;
	left: 45%;
/*FF IE7*/
	top: 10%;
/*FF IE7*/
	margin-left: -150px!important;
/*FF IE7 该值为本身宽的一半 */
	margin-top: -60px!important;
/*FF IE7 该值为本身高的一半*/
	margin-top: 0px;
	position: fixed!important;
/*FF IE7*/
	position: absolute;
/*IE6*/
	_top: expression(eval(document.compatMode &&
                    document.compatMode=='CSS1Compat') ?
                    documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
                    document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
/*IE5 IE5.5*/
}

* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	font-size: 18px;
	color: #ffea00
}

img {
	border: none;
}

li {
	list-style: none outside none;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000000;
}

.bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.logo{
	position: absolute;
	width: 28%;
	left: 7%;
	top: 5.5%;
}
.logo img{
	width: 100%;
	height: auto;
}

.code{
	position: absolute;
	width: 9.8%;
	left: 3.4%;
	bottom: 4.4%;
}
.code .codeBg{
	position: absolute;
	width: 100%;
}
.code .codeBg img{
	width: 100%;
	height: auto;
}
.code .codeImg{
	position: absolute;
	width: 84%;
	left: 8%;
}
.code .codeImg img{
	width: 100%;
	height: auto;
}

.make{
	position: absolute;
	width: 10.3%;
	left: 15%;
	bottom: 7.6%;
}
.make img{
	width: 100%;
	height: auto;
}

.btn1{
	position: absolute;
	right: 0;
}
.btn1 img{
	position: absolute;
	top: 0;
}
.btn1 img.img{
	width: 100%;
	height: auto;
}
.btn1 img.txt{
	width: 48.5%;
	height: auto;
	left: 28%;
}

.btn2{
	position: absolute;
	right: 8.2%;
}
.btn2 img{
	position: absolute;
	top: 0;
}
.btn2 img.img{
	width: 100%;
	height: auto;
}
.btn2 img.txt{
	width: 46.6%;
	height: auto;
	left: 28%;
}

.btn3{
	position: absolute;
	right: 18.1%;
}
.btn3 img{
	position: absolute;
	top: 0;
}
.btn3 img.img{
	width: 100%;
	height: auto;
}
.btn3 img.txt{
	width: 49%;
	height: auto;
	left: 27%;
}




/*说明*/

.shuoming {
	width: 1360px;
	height: 867px;
	background: rgba(43, 43, 43, .95);
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -433px 0 0 -680px;
	z-index: 1000;
	display: none;
}

.shuoming .title {
	height: 64px;
	line-height: 64px;
	color: #fff;
	border-bottom: 2px solid #fff;
	padding: 0 37px;
	font-size: 18px;
}

.shuoming .title label {
	float: left;
}

.shuoming .title span {
	float: right;
	width: 64px;
	height: 64px;
	line-height: 68px;
	text-align: center;
	cursor: pointer;
	font-size: 40px;
}

.shuoming .con {
	padding: 27px 70px 0 70px;
}

.shuoming .con .shaoma {
	float: left;
	width: 490px;
	color: #fff;
}

.shuoming .con .shaoma h1 {
	line-height: 65px;
	font-size: 22.5px;
}

.shuoming .con .shaoma p {
	font-size: 18px;
	line-height: 27px;
	padding-top: 20px;
	height: 190px;
}

.shuoming .con .shaoma .imgbox {
	margin-left: 96px;
	width: 400px;
	line-height: 50px;
	color: #fff;
	font-size: 22px;
	text-align: center;
}

.shuoming .con .shaoma .imgbox img {
	display: block;
	width: 300px;
	margin: 0 auto 34px;
}

.shuoming .con .guide {
	float: right;
	width: 555px;
}

.shuoming .con .guide .top {
	height: 57px;
}

.shuoming .con .guide .top .btn {
	float: left;
	padding: 0 13px;
	height: 47px;
	line-height: 47px;
	background: #595959;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
	margin-top: 10px;
	position: relative;
	top: 0px;
}

.shuoming .con .guide .top .btn.on {
	background: #cf3b3b;
	padding: 0 18px;
	font-size: 18px;
	height: 57px;
	line-height: 57px;
	margin-top: 0;
}

.shuoming .con .guide .content {
	padding: 22px 0 22px 22px;
	background: #555555;
	width: 535px;
}

.shuoming .con .guide .content img {
	width: 513px;
}

.shuoming .con .guide .content .item {
	display: none;
	position: relative;
	z-index: 0;
}

.shuoming .con .guide .content .item ul {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.shuoming .con .guide .content .item ul li {
	width: 120px;
	height: 215px;
	float: left;
	cursor: pointer;
	margin: 0 10px 8px 0;
}

.showbig {
	width: 1360px;
	height: 867px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -433px 0 0 -680px;
	z-index: 1001;
	display: none;
}

.showbig .title {
	height: 64px;
	line-height: 64px;
	color: #fff;
	border-bottom: 2px solid #fff;
	padding: 0 37px;
	font-size: 18px;
}

.showbig .title span {
	float: right;
	width: 64px;
	height: 64px;
	line-height: 68px;
	text-align: center;
	cursor: pointer;
	font-size: 40px;
}

.showbig .con {
	position: relative;
}

.showbig .con .close {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(43, 43, 43, .95);
}

.showbig .con .imgbox {
	width: 240px;
	margin: 0px auto 0;
	position: relative;
	height: 867px;
	z-index: 1;
}

.showbig .con img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -214px;
}

.showbig .con .imgbox .goleft,
.showbig .con .imgbox .goright {
	width: 60px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 150px;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	font-family: "宋体";
	cursor: pointer;
}

.showbig .con .imgbox .goleft {
	left: -200px;
}

.showbig .con .imgbox .goright {
	right: -200px;
}
