﻿
html, body {
  min-width: 1230px;
  margin: 0 auto;
  padding: 0;
  height: 100%;
}

body {
  display: block;
  color: #222;
  font-family: Microsoft YaHei,Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
  font-size: 12px;
}

.mainContent {
  min-height: 100%;
  _height: 100%;
}

/*p {
  margin: 0;
  padding: 0;
  width: 100%;
  text-indent: 2em;
  line-height: 200%;
}*/

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
  }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #222;
}

img {
  max-width: 100%;
}

input, input:focus, button, button:focus {
  outline: none;
}

.pointer:hover {
  cursor: pointer;
}

/*input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    }*/

button {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.clearBoth {
  clear: both;
}

.menu {
  width: 800px;
  float: right;
  font-weight: 400; /* margin-left:40%;font-weight:bold;*/
}

  .menu .nav {
    width: 100%;
    line-height: 84px;
    overflow: hidden;
  }

    .menu .nav li {
      float: left;
      list-style: none;
      width: 11%;
      text-align: center;
      font-size: 14px;
    }
      /*.menu .nav li:visited { background-color:rgba(9,9,9,0.5);color:#fff;}*/
      .menu .nav li a {
        display: block;
        padding: 0 10px;
        text-decoration: none;
        position: relative;
        overflow: hidden;
        color: #222;
        border-bottom: 4px solid transparent;
        font-size: 16px;
      }

        .menu .nav li.active a, .menu .nav li a:hover, .menu .nav li a.current, .menu .nav li.cur /*首页导航菜单变色*/ {
          border-bottom: 4px solid #da1e1c;
          color: #da1e1c;
        }

      .menu .nav li .box {
        width: 100%;
        position: absolute;
        top: 88px; /*4.45em;*/
        left: 0;
        background-color: rgba(0,0,0,0.3); /*#a5c9d9;*/
        display: none;
        z-index: 1000;
        line-height: 45px;
        overflow: hidden;
        min-width: 1200px;
      }

        .menu .nav li .box a {
          display: block;
          float: left;
          color: #fff;
          border: none;
          background: none;
          font-size: 1em; /*18px;*/
        }

          .menu .nav li .box a:hover { /*color:#999999;#a5c9d9*/
          }

.align1 a {
  left: 35%;
}

.align2 a {
  left: 44%;
}

.align3 a {
  left: 54%;
}

.align4 a {
  left: 58%;
}

.align5 a {
  left: 72%;
}

.align6 a {
  left: 45%;
}
/*.a{ margin-left:12em; padding-right:1em}控制li前面的点距离*/
/*----------二级菜单定位----------*/
/*----------login----------*/
#loginpic {
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  z-index: 1000;
  top: 20%;
  width: 230px;
  padding: 0 20px 20px;
}

  /*#loginpic img{ width:60%; height:24%; margin-left:3.5em}*/
  #loginpic .list-inline li {
    display: inline-block;
    font-size: 0;
    width: 48%;
    padding: 20px 0 30px;
  }

    #loginpic .list-inline li:first-child a {
      border-right: 1px solid #fff;
    }

    #loginpic .list-inline li a {
      display: block;
      font-size: 18px;
      color: #dcdcdc;
      text-align: center;
    }

    #loginpic .list-inline li.active a {
      color: #fff;
    }

#loginbox .fade {
  display: none;
}

#loginbox .active {
  display: block;
}

.login-item {
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
}

  .login-item input {
    font-size: 16px;
  }

    .login-item input::-webkit-input-placeholder, .login-item input, .login-item input:focus {
      color: #fff;
      border: none;
    }

      .login-item input, .login-item input:focus {
        height: 2em;
        line-height: 2em;
        width: 87%;
        padding-left: 30px;
        background: transparent;
        font-size: 16px;
        border: none;
        color: #fff;
      }

  .login-item i {
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    width: 23px;
    height: 23px;
  }

  .login-item .icon-username {
    background: url('../images/icon_user.png') no-repeat 0 center;
  }

.icon-pwd {
  background: url('../images/icon_pwd.png') no-repeat;
}

.login-item .icon-phone {
  background: url('../images/icon_phone.png') no-repeat;
}

.icon-code {
  background: url('../images/icon_code.png') no-repeat 0 center;
}

.btn-group .login-item {
  display: inline-block;
}

.btn-group .login-item {
  width: 105px;
}

  .btn-group .login-item input {
    width: 57%;
  }

.btn-getCode {
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
}

  .btn-group .btn-getCode:hover {
    background: #0abac2;
    border-color: #0abac2;
  }

.disabled, .disabled:hover {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-group .disabled,.btn-group .disabled:hover {
  background: transparent;
  border-color: #dcdcdc;
  color: #dcdcdc;
}

.btn-login {
  width: 100%;
  font-size: 18px;
  background: #0abac2;
  line-height: 38px;
  color: #fff;
  border: none;
}

/*--------------------*/
.ptln_img a:hover img {
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -transform: scale(1.1,1.1);
}

.ptln_img a:hover img {
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -transform: scale(1.1,1.1);
}

.img1:hover, .img2:hover, .img3:hover, .img4:hover, .img5:hover {
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -transform: scale(1.1,1.1);
}

.img1 {
  float: left;
  margin-left: 0.8em;
  width: 10em;
}

.img2 {
  float: left;
  margin-top: 0.6em;
  margin-left: 0.8em;
  width: 10em;
}

.img3 {
  position: absolute;
  float: left;
  width: 7em;
  height: 7em;
  margin-left: 7.7em;
  margin-top: 2.8em;
}

.clear {
  clear: both;
}

.redline {
  background: #da1c1c;
  height: 4px;
}
/*智地货架*/
/*end reset*/
.top-head {
  width: 100%;
  height: 1.8em;
  background: #000000;
}

.wrap {
  margin: 0 auto;
  width: 1200px;
  padding: 0 15px;
}
/*.wrap{	margin:0 auto;	width:80%;	margin-left:15%; margin-top:20px}*/
/*.header_bg {
  background: #f5f5f5;
}*/

/*#fwslider {
  height: 28em;
}*/

.logo {
  float: left;
  width: 200px;
  margin-top: 7px;
}

.title {
  margin: 0 auto;
  padding: 30px 0 60px;
}

.news_dis ul {
  text-align: left;
}
  /*新闻左侧*/
  .news_dis ul li {
    padding: 16px 20px 16px 0;
    color: #222;
    list-style: none;
    margin: 0;
    vertical-align: middle;
  }

    .news_dis ul li a {
      color: #222;
      display: inline-block;
    }

    .news_dis ul li > a:first-child {
      width: 50em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .news_dis ul li:hover a, #institution a:hover {
      color: #da1c1c;
    }

#institution a {
  color: #808080;
}

.news_contents {
  width: 480px;
  display: inline-block;
  margin: 0 108px 100px 0;
}

.new-left {
  margin-right: 30px;
}

  .new-left .news_contents {
    margin-bottom: 100px;
  }

.new-right {
  margin-left: 30px;
}

.news_time {
  float: left;
  width: 50px;
  height: 50px;
  background: #e9e9e9;
  padding: 5px;
}

  .news_time .date {
    font-size: 26px;
    color: #da1c1c;
    margin: 0 auto;
    font-weight: normal;
  }

  .news_time p {
    font-size: 12px;
    color: #666;
    margin: 3px auto 0;
  }

.news_desc {
  padding-left: 80px;
}

  .news_desc a h3, .news_desc a h3:active {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin: 0;
  }

    .news_desc a h3:hover, .goods-type li a:hover p, .goods-list li a:hover span {
      color: #da1c1c;
    }

  .news_desc p {
    font-size: 12px;
    color: #666;
    margin: 0 auto;
    padding-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 23px;
    word-break: keep-all;
    word-wrap: break-word;
    height: 42px;
  }

.new-more {
  margin: -50px auto 30px;
}

.icon-rightMore {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: url(../images/icon_right.png) no-repeat 0 center;
  vertical-align: middle;
  margin-left: 10px;
}

/*.img-newstitle{ text-align:center; margin-bottom:1.5em; margin-top:1.5em }*/
.jigoufenbu_title {
  text-align: center;
  margin-bottom: 0.3em;
  padding-top: 1.5em;
}

.img_newstitle {
  padding-top: 1em;
  text-align: center;
}


.news-bj {
  margin-top: 0em;
  padding-bottom: 3em;
  line-height: 1.5em;
}
/*-------------------------------------------*/
/*huojia*/
#zhidihuojia {
  padding-bottom: 30px;
}

.bg_gray, #zhidihuojia {
  background: #f7f7f7;
}

.goods-type {
  font-size: 0;
}

  .goods-type li {
    width: 20%;
    display: inline-block;
    text-align: center;
  }

    .goods-type li p {
      font-size: 18px;
      color: #222;
    }

    .goods-type li a:hover img, .topicons li a:hover img {
      opacity: 0.8;
    }

#zdhj-news {
  margin: 90px auto 0;
  width: 336px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  padding: 20px 30px;
}

.goods-list li {
  background: url(../images/icon_listStyle.png) no-repeat 0 center;
  padding-left: 10px;
  font-size: 14px;
  color: #222;
  line-height: 40px;
  border-bottom: 2px dotted #eee;
}

.goods-newTitle {
  display: inline-block;
  width: 206px;
  margin-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  vertical-align: middle;
}

.goods-more {
  margin: 10px 0 -10px;
}

/*end huojia*/
.topicons li {
  width: 50%;
  margin-bottom: 60px;
  float: left;
}

  .topicons li img {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  }

#jigoufenbu {
  margin-left: 0px;
  width: 100%;
  padding-top: 1.5em; /* background-color:#f5f5f5;*/
  position: relative;
}

.zt {
  color: #CCCCCC;
  font-size: 1.4em;
}
/*.bg{background-color:#f5f5f5;height:auto !important; height:6em; min-height:6em;width:100%; text-align:center; overflow:hidden; padding-top:1em; margin-bottom:-2em}*/
#ChinaMap, .stateTip {
  float: left;
}

  #ChinaMap svg text {
    fill: #333;
  }

#stateTip {
  margin-left: 106px;
}

.mapText-box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  color: #333;
  width: 370px;
  float: right;
  padding: 20px;
  margin-top: 80px;
  text-align: left;
}

  .mapText-box h3 {
    margin: 0 auto 30px;
    font-size: 24px;
  }

    .mapText-box h3 span {
      font-size: 18px;
    }

  .mapText-box ul li {
    background: url('../images/icon_mapData.png') no-repeat 0 3px;
    margin-bottom: 16px;
    font-size: 16px;
    padding-left: 18px;
    line-height: 20px;
    text-align: left;
  }

    .mapText-box ul li:hover {
      background: url('../images/icon_mapData_hover.png') no-repeat 0 3px;
    }

  .mapText-box a {
    color: #333;
  }

  .mapText-box ul li:hover a {
    color: #da1c1c;
  }

.organization-more {
  font-size: 16px;
  margin-top: 4px;
}

/*.more{ width:100%; margin-left:0em; font-size:1.5em;  color:#666666; text-align:center; margin-bottom:0em; padding-bottom:0.5em}*/
.more a {
  color: #666666;
  padding: 0.2em;
}
/*----------------------------------*/
#pinggujigou {
  text-align: center;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}

  #pinggujigou .mq {
    margin-top: 2em;
    padding-top: 1.5em;
    margin-left: 10em;
    height: 8em;
    vertical-align: middle;
    text-align: center;
  }

    #pinggujigou .mq marquee img {
      width: 190px;
      height: 70px;
      overflow: hidden;
    }
/*--------------------------------------------*/
.footer {
  width: 100%;
  height: auto;
  color: #EEEEEE;
  padding: 8px 0;
  /*height: 95px;*/
}

.footer_height {
  height: 100px;
}

.footer p {
  padding: 2px;
  margin: 0;
  font-size: 12px;
}

  .footer p:first-child {
    margin-bottom: 8px;
  }

.footer1 {
  margin-top: -0.2em;
}

.footer_img {
  margin-right: 60px;
}

.footer-info {
  margin-left: 95px;
}

.footer_add {
  float: left;
  font-size: 10px;
  white-space: nowrap;
  position: relative;
  right: 0;
}

.footer_QR_Code img {
  margin-right: 30px;
  width: 65px;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}

.footer_end {
  text-align: center;
  position: relative;
  right: 0;
  margin-top: 20px;
}

.itemCon {
  text-align: center;
  height: 600px;
  width: 100%;
}
/* ---------  */
.top-nav {
  display: none;
}

.nav_bg {
  background: #464646;
}

.clearfix {
  height: 40px;
  width: 100%;
  font-size: 11pt;
  position: relative;
  z-index: 9999;
}

  .clearfix ul {
    padding: 0;
    margin: 0 auto;
    display: none;
    background: #f0f0f0;
  }

  .clearfix li {
    display: block;
  }

  .clearfix a {
    color: #555555;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-indent: 10px;
    text-align: left;
    text-decoration: none;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .clearfix li a {
    border-bottom: 1px solid rgba(90, 85, 73, 0.17);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .clearfix li:last-child a {
    border-right: 0;
  }

  .clearfix a:hover, .clearfix a:active {
    background: #424242;
    color: #ffffff;
  }

  .clearfix a#pull {
    font-size: 20px;
    display: block;
    width: 100%;
    position: relative;
    color: #FFFFFF;
    background-color: #202227;
  }

    .clearfix a#pull:after {
      background: url('../images/nav-icon.png')no-repeat;
      width: 30px;
      content: "";
      width: 30px;
      height: 30px;
      display: inline-block;
      position: absolute;
      right: 15px;
      top: 10px;
    }
/*------------------走马灯-------------------------*/
#outer_keleyi_com {
  overflow: hidden;
  width: 100%;
}

  #outer_keleyi_com ul li img {
    height: 3.7em;
    width: 10em;
  }

  #outer_keleyi_com ul {
    list-style: none;
  }

    #outer_keleyi_com ul li {
      float: left;
    }

  #outer_keleyi_com #inner01, #outer_keleyi_com #inner02 {
    float: left;
  }

/*-------------------以上结束----------------------*/
#goTop {
  width: 38px;
  height: 38px;
  background: url(../images/goTop.png) no-repeat;
}

  #goTop:hover {
    background: url(../images/goTop1.png) no-repeat;
  }

.footerbk {
  background-color: #da1c1c;
  height: 100px;
  margin-top: -100px;
}

#inner01 ul li {
  border-left: #b3b3b3 solid 0.5px;
  border-top: #b3b3b3 solid 0.5px;
  border-right: #b3b3b3 solid 0.5px;
}

#inner02 ul li {
  border-left: #b3b3b3 solid 0.5px;
  border-top: #b3b3b3 solid 0.5px;
  border-right: #b3b3b3 solid 0.5px;
}
