@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

body {
  font-size: 12px;
  font-family: "微软雅黑", "黑体", "Arial Unicode MS";
  background: #fff; }

a {
  text-decoration: none;
  outline: none; }

a:hover {
  text-decoration: underline; }

img {
  border: none; }

.clear {
  display: block;
  content: ".";
  clear: both;
  overflow: hidden; }

.fl {
  float: left; }

.fr {
  float: right; }

.ma {
  margin: 0 auto; }

li {
  list-style: none; }

b, strong, cite, i, em, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal; }

.pageHeader {
  min-width: 1200px;
  height: 779px;
  background: url("../images/c1.jpg") no-repeat center top;
  background-size: cover;
  position: relative; }
  .pageHeader .text-pic {
    width: 521px;
    height: 257px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -260px;
    margin-top: -128px; }

.nav {
  height: 80px;
  width: 100%; }
  .nav .logo {
    width: 160px;
    height: 80px;
    float: left; }
  .nav .nav-item {
    width:600px;
    height: 80px;
    float: left; }
    .nav .nav-item a {
      float: left;
      height: 80px;
      font-size: 20px;
      text-align: center;
      line-height: 80px;
      color: #333;
      margin-left: 10px;
      padding: 0 22px; 
      font-weight:bold;
    }
    .nav .nav-item a:hover {
      text-decoration: none;
      background: #0099e0;
      margin-left: 10px;
      font-size: 20px; 
    font-weight:bold;}
    .nav .nav-item a.active {
      text-decoration: none;
      background: #0099e0;
      margin-left: 10px;
      font-size: 20px; 
    font-weight:bold;}
  .nav .login {
    float: right;
    width: 180px;
    height: 30px;
    padding: 25px 20px 0 0; }
    .nav .login .login-l {
      float: left;
      width: 88px;
      height: 28px;
      border: 1px solid #fff;
      text-align: center;
      line-height: 28px;
      font-size: 16px;
      color: white; }
    .nav .login .login-l:hover {
      float: left;
      width: 88px;
      height: 28px;
      border: 1px solid #0099e0;
      text-align: center;
      line-height: 28px;
      font-size: 16px;
      color: white;
      background: #0099e0;
      text-decoration: none; }
    .nav .login .login-r {
      float: left;
      width: 90px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      font-size: 16px;
      color: #fff; }
    .nav .login .login-r:hover {
      float: left;
      width: 90px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      font-size: 16px;
      color: #0099e0;
      text-decoration: none; }

.list-k {
  height: 200px;
  width: 100%;
  margin-top: 5px;
  min-width: 1200px; }
  .list-k .con-w {
    height: 200px;
    width: 33%;
    background: #f2f2f2 url("../images/items.jpg") no-repeat right top;
    cursor: pointer; }
    .list-k .con-w.item1 {
      background-position: right 0; }
      .list-k .con-w.item1:hover {
        background-position: right -200px; }
    .list-k .con-w.item2 {
      background-position: right -400px; }
      .list-k .con-w.item2:hover {
        background-position: right -600px; }
    .list-k .con-w.item3 {
      background-position: right -800px; }
      .list-k .con-w.item3:hover {
        background-position: right -1000px; }
    .list-k .con-w .con-w-text {
      width: 64%;
      float: left;
      padding-top: 65px;
      margin-left: 30px; }
      .list-k .con-w .con-w-text h2 {
        color: #333;
        font-size: 22px; }
      .list-k .con-w .con-w-text span {
        display: block;
        width: 40px;
        height: 1px;
        overflow: hidden;
        background: #d6d6d6;
        margin: 8px 0px 5px; }
      .list-k .con-w .con-w-text p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        color: #666; }
      .list-k .con-w .con-w-text .link-a {
        height: 24px;
        margin-top: 5px; }
        .list-k .con-w .con-w-text .link-a a {
          float: left;
          width: 44px;
          height: 22px;
          margin-right: 4px;
          text-align: center;
          line-height: 22px;
          font-size: 12px;
          color: #0099e0;
          border: 1px solid #0099e0; }
        .list-k .con-w .con-w-text .link-a a.act {
          float: left;
          width: 44px;
          height: 22px;
          margin-right: 4px;
          text-align: center;
          line-height: 22px;
          font-size: 12px;
          color: #0099e0;
          border: 1px solid #0099e0; }
        .list-k .con-w .con-w-text .link-a a:hover {
          text-decoration: none;
          background: #0099e0;
          color: #fff; }
        .list-k .con-w .con-w-text .link-a em {
          float: left;
          width: 44px;
          height: 22px;
          margin-right: 4px;
          text-align: center;
          line-height: 22px;
          font-size: 12px;
          color: #666; }
    .list-k .con-w .con-w-text2 {
      width: 100%; }
      .list-k .con-w .con-w-text2 h2, .list-k .con-w .con-w-text2 p {
        width: 64%; }
    .list-k .con-w .con-w-pic {
      width: 20%;
      height: 128px;
      float: right;
      padding-top: 40px;
      margin-right: 5%; }
      .list-k .con-w .con-w-pic img {
        width: 100%; }
  @media screen and (max-width: 1600px) {
    .list-k .con-w {
      background: #f2f2f2 url("../images/items_middle.jpg") no-repeat right top; } }

.page-foot {
  width: 1200px;
  min-height: 228px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 47px;
  margin-bottom: 25px; }
  .page-foot .page-dl {
    width: 1200px;
    height: 84px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px; }
    .page-foot .page-dl dt {
      width: 891px;
      height: 84px;
      float: left;
      border-right: 1px solid #FFFFFF; }
      .page-foot .page-dl dt .foot-nav {
        height: 35px; }
        .page-foot .page-dl dt .foot-nav a {
          float: left;
          color: #999;
          margin-right: 42px;
          font-size: 14px; }
        .page-foot .page-dl dt .foot-nav a:hover {
          text-decoration: none;
          color: #0099e0; }
      .page-foot .page-dl dt em {
        display: block;
        color: #999;
        font-size: 12px; }
    .page-foot .page-dl dd {
      width: 308px;
      height: 84px;
      float: left; }
      .page-foot .page-dl dd h5 {
        text-align: center;
        font-size: 22px;
        color: #0099e0;
        margin-top: -5px; }
      .page-foot .page-dl dd h6 {
        padding: 6px 0 12px;
        text-align: center;
        font-size: 12px;
        color: #999; }
      .page-foot .page-dl dd a {
        display: block;
        width: 160px;
        height: 24px;
        border: 1px solid #0099e0;
        text-align: center;
        line-height: 24px;
        color: #0099e0;
        margin: 0 auto; }
      .page-foot .page-dl dd a:hover {
        text-decoration: none;
        background: #19a3e2;
        color: white;
        border: 1px solid #19a3e2; }
  .page-foot .p-txt {
    line-height: 25px;
    font-size: 12px;
    color: #999; }
