﻿
body {
  font-size: 12px;
  color: #ffeaa7;
  line-height: 24px;
  min-width: 1200px;
  font-family: 'Microsoft YaHei';
  background: url(../images/bg.jpg) center 0 no-repeat #0F1423;
}

a:hover img {
  filter:alpha(Opacity=80);
  -moz-opacity:0.6;opacity: 0.6;
}

.down-code {
  position: absolute;
  width: 218px;
  top: 40px;
  right: 60px;
  z-index: 10;
  text-align: center;
  cursor: pointer;
}
.down-code p {
  font-size: 16px;
  color: #fff;
  line-height: 2em;
}
.logo {
  background: url(../images/logo.png) center no-repeat;
  width: 286px;
  height: 224px;
  display: block;
  position: absolute;
  left: 50%;
  z-index: 10;
  margin-left: -143px;
  top: 10px;
}
.box1 {
  height: 740px;
  position: relative;
}
.stylebox {
  background: url(../images/stylebg.png) center no-repeat;
  width: 805px;
  height: 424px;
  margin: 0 auto;
  position: relative;
  top: 223px;
}
.stylebox ul {
  padding-top: 50px;
  padding-left: 83px;
}
.stylebox li {
  float: left;
  width: 294px;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}
.stylebox .img {
  height: 263px;
  position: relative;
}
.stylebox .img:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  height: 100%;
  background: url(../images/hover1.png) center no-repeat;
}
.stylebox .img img {
  display: block;
  width: 247px;
  height: 219px;
  border: 1px solid #4B5DAC;
  margin: 0 auto;
  position: relative;
  top: 20px;
  z-index: 10;
}

}
.stylebox li.on .img img {
  z-index: 1;
}
.stylebox p {
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 2em;
}
.box2 {
  height: 230px;
}
.box2 .inner {
  text-align: center;
  padding-top: 45px;
}
.box2 .copyright {
  font-size: 16px;
  color: #B7B7B7;
  padding-top: 30px;
}
.box2 .gd {
	color: #060c22; 
}

