body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form, header, section, article, footer {
  margin: 0;
}

body {
  font: 12px/1.5 'NSimSun','\65B0\5B8B\4F53',sans-serif;overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

em, b {
  font-style: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  border: 0;
}

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

td, th, ul, ol {
  padding: 0;
  list-style: none;
}

.container {
  width: 100%;
  min-width: 1900px;
  max-width: 1920px;
  height: 1080px;
  background: url("../images/bg.jpg") no-repeat center;
  overflow: hidden;
  margin: 0 auto;
}

.container .main {
  width: 100%;
  height: 941px;
}

.container .main .left_banner {
  width: 180px;
  height: 941px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.container .main .left_banner .logo {
  display: block;
  width: 184px;
  height: 72px;
  background: url("../images/logo.png") no-repeat;
  margin-top: 10px;
}

.container .main .left_banner .leftb {
  width: 111px;
  height: 614px;
  background: url("../images/left_nav.png") no-repeat;
  margin-left: 35px;
  margin-top: 40px;
}

.container .main .left_banner .leftb a {
  display: block;
  width: 110px;
  height: 90px;
  float: left;
}

.container .main .left_banner .leftb .jn {
  margin-top: 78px;
}

.container .main .left_banner .leftb .zl {
  margin-top: 86px;
}

.container .main .left_banner .leftb .zhb {
  margin-top: 90px;
}

.container .main .left_banner .lx {
  width: 170px;
  height: 80px;
  font-size: 12px;
  color: #fefefe;
  line-height: 20px;
  text-align: left;
  margin-top: 110px;
  margin-left: 10px;
}

.container .main .left_banner .lx a {
  color: #fefefe;
  text-decoration: underline;
}

.container .main .bs {
  display: none;
  width: 220px;
  height: 427px;
  background: url("../images/bs.png") no-repeat;
  position: absolute;
  top: 463px;
  left: 150px;
}

.container .main .bs a {
  display: block;
  width: 191px;
  height: 18px;
  float: left;
  background: url("../images/bs_tit.png") no-repeat;
  margin-left: 19px;
  margin-top: 33px;
  background-position-x: 20px;
}

.container .main .bs a:hover {
  background-position-x: -216px;
}

/*.container .main .bs .one {*/
/*  background-position-y: -47px;*/
/*}*/

.container .main .bs .two {
  background-position-y: -94px;
  margin-top: 30px;
}

.container .main .bs .three {
  background-position-y: -141px;
  margin-top: 29px;
}

.container .main .bs .four {
  background-position-y: -188px;
  margin-top: 28px;
}

.container .main .bs .five {
  background-position-y: -235px;
  margin-top: 30px;
}

.container .main .bs .six {
  background-position-y: -282px;
  margin-top: 29px;
}

.container .main .bs .seven {
  background-position-y: -329px;
  margin-top: 29px;
}

.container .main .bs .eight {
  background-position-y: -376px;
  margin-top: 29px;
}
.container .main .bs .nine {
  background-position-y: bottom;
  margin-top: 29px;
}


.container .main .ml {
  display: none;
  width: 220px;
  height: 237px;
  background: url("../images/ml.png") no-repeat;
  position: absolute;
  top: 645px;
  left: 150px;
}

.container .main .ml a {
  display: block;
  width: 191px;
  height: 18px;
  float: left;
  background: url("../images/ml_tit.png") no-repeat;
  margin-left: 19px;
  margin-top: 35px;
  background-position-x: 42px;
}

.container .main .ml a:hover {
  background-position-x: -207px;
}

.container .main .ml .two {
  background-position-y: -47px;
  margin-top: 30px;
}

.container .main .ml .three {
  background-position-y: -94px;
  margin-top: 29px;
}

.container .main .ml .four {
  background-position-y: -141px;
  margin-top: 29px;
}


/* .container .main .ml .one:hover {
  background-position: -166px -2px;
}

.container .main .ml .two {
  background-position: 0 -50px;
  margin-top: 28px;
}

.container .main .ml .two:hover {
  background-position: -166px -50px;
} */

.container .main .lb {
  display: block;
  width: 479px;
  height: 103px;
  background: url("../images/lb.png") no-repeat;
  position: absolute;
  top: 475px;
  right: 270px;
}

.container .main .lb:hover {
  width: 539px;
  height: 235px;
  background: url("../images/xlb.png") no-repeat;
  top: 359px;
  right: 219px;
}

.container .main .chong {
  display: block;
  width: 52px;
  height: 93px;
  background: url("../images/chong.png") no-repeat;
  position: absolute;
  top: 725px;
  right: 50px;
}

.container .main .hd {
  animation: hd 1s linear infinite 0s alternate;
  -webkit-animation: hd 1s linear infinite 0s alternate;
  -moz-animation: hd 1s linear infinite 0s alternate;
}

@keyframes hd {
  0% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}

@-webkit-keyframes hd {
  0% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}

@-moz-keyframes hd {
  0% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}

.container .main .change {
  display: block;
  width: 104px;
  height: 38px;
  background: url("../images/change.png") no-repeat;
  position: absolute;
  top: 853px;
  right: 30px;
}

.container .footer_main {
  height: 139px;
}

.mask {
  display: none;
  _position: absolute;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 2560px;
  background: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 20;
}

.tk {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  z-index: 100;
  width: 1232px;
  height: 856px;
  margin-left: -616px;
  margin-top: -246px;
  background: url("../images/tk_detail.png") no-repeat;
}

.tk .close {
  width: 61px;
  height: 61px;
  background: url("../images/close.png") no-repeat;
  position: absolute;
  right: 168px;
  top: 4px;
}
