* {

    margin: 0;
    padding: 0;
    text-decoration: none;
  }
  
  body {
    font-family: "微软雅黑" !important;
    box-sizing: border-box;
    color: #333333;
  }
  
  a {
    color: #fefefe;
  }
  
  a:hover {
    color: #bb2335;
  }
  
  .Clear {
    clear: both;
    overflow: hidden;
  }
  
  /*头尾开始*/
  /*头尾结束*/
  
  .ztzl {
    width: 1200px;
    margin: 20px auto;
  }
  
  .ztzl .ztTitle {
    font-size: 22px;
  
    padding: 15px 0;
    border-bottom: 1px solid #c2cfe3;
    font-weight: bold;
  }
  
  .ztzl .ztTitle span {
    color: #4270aa;
    padding: 14px 0;
    border-bottom: 2px solid #4270aa;
  }
  
  .ztzl ul {
    margin-top: 20px;
  }
  
  .ztzl ul li {
    width: 33.33%;
    height: 200px;
    float: left;
    margin-bottom: 20px;
  }
  
  .ztzl ul li:first-child {
    margin-left: 0
  }
  
  .ztzl ul li a {
    display: block;
    height: 100%;
    width: 95%;
    margin: 0 auto;
    background: #eeeeee;
    text-align: center;
    color: #333333;
    font-size: 18px;
    line-height: 360px;
    position: relative;
  }
  
  .ztzl ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
  }
  
  .ztzl ul li a:hover {
    color: #bb2335
  }
  
  
  @media screen and (max-width:768px) {
    .ztzl ul li {
      width: 100% !important;
      height: 200px;
      background: #eeeeee;
      float: none;
      margin: 20px auto;
    }
  }
  
  @media screen and (max-width:998px) {
  
  
    .ztzl {
      width: 95%;
      margin: 20px auto;
    }
  
    .ztzl ul li:first-child {
      margin: 20px auto;
    }
  
    .ztzl ul li {
      width: 50%;
      /*width: 285px;*/
      height: 200px;
      background: #FFFFFF;
      /*float: none;*/
      margin: 20px auto;
    }
  
    .ztzl ul li a {
      background: #eeeeee;
      width: 285px;
      margin: 0 auto;
    }
  
    /*头尾开始*/
    .header {
      padding-bottom: 8px;
    }
  
    .header .head {
      width: 98%;
    }
  
    .header .nav1 {
      width: 100%;
    }
  
    .header .head_left {
      display: none;
    }
  
    .header .nav1 a {
      font-size: 16px;
    }
  
    .header .search {
      width: 100%;
      position: relative;
    }
  
    .header .search form {
      position: absolute;
      top: -35px;
      right: 0px;
    }
  
    .header .head .head_right ul {
      color: #fefefe;
      font-size: 10px;
      /*margin-top: 12px; */
    }
  
    .header .head .head_right ul span {
      float: left;
      padding: 0 8px;
    }
  
    .header .head .head_right ul {
      color: #fefefe;
      font-size: 10px;
      margin-top: 1px;
    }
  
    .header {
      height: 100%;
    }
  
    .header .search input[type="submit"] {
      vertical-align: bottom;
      height: 30px;
      width: 30%;
      background: #bb2335;
      color: #ffffff;
      font-size: 16px;
      border: 0;
      outline: none;
      cursor: pointer;
    }
  
    .header .search input[type="text"] {
      height: 30px;
      width: 62%;
      left: 50px;
      border: 0;
      padding-left: 14px;
    }
  
    .header .nav1 ul li a {
      font-size: 16px;
      display: block;
    }
  
    .header .nav1 ul li {
      width: 100%;
      background: #f9f9f9;
      line-height: 40px;
      height: 40px;
      border-bottom: 1px solid #eeeeee;
    }
  
    .header .nav1 {
      height: 100%;
      position: relative;
  
      margin-top: 12px;
    }
  
    .header .nav1 ul {
      display: none;
    }
  
    .header .phone_list {
      width: 40px;
      height: 20px;
      /*background: #000;*/
      float: right;
      display: block;
      position: absolute;
      top: -34px;
      right: 0px;
  
    }
  
    .header .phone_list img {
      width: 30px;
      height: 20px;
    }
  
    .line {
      height: 2px;
    }
  
    body {
      background: #FFFFFF;
      font-size: 16px;
    }
  
    .footer .foot {
      width: 95%;
    }
  
    .footer .foot ul li.dwxx {
      padding: 0;
      text-align: center;
      margin-top: 10px;
      width: 100%;
    }
  
    .footer .zflj {
      overflow: hidden;
      width: 212px;
      margin: 0 auto;
    }
  
    .footer .foot .footer_gy {
      /*margin-right: 25%;*/
      margin-top: 10px;
      width: 100%;
    }
  
    .footer .foot .footer_gy ul {
      margin: 0 auto;
      width: 334px;
      /*overflow: auto;*/
    }
  
    .select {
      width: 100%;
    }
  
    .select select:nth-child(1) {
      margin-left: 2%;
    }
  
    .select select {
      margin-left: 2%;
      width: 17%;
      height: 30px;
      background: #f7f7f7;
      margin-top: 22px;
      border: 1px solid #dee0e2;
    }
  
    /*头尾结束*/
  }