@charset "UTF-8";
/* 初始化 */
body, div, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, form, p, span, em, i, a, img, input, select, textarea, label, strong, b, table, tr, td, thead, tbody {
  margin: 0;
  padding: 0; }

input, textarea {
  outline: none;
  resize: none;
  font-family: "微软雅黑";
  font-size: 14px; }

em, i {
  font-style: normal; }

li {
  list-style: none; }

a {
  color: #444444;
  text-decoration: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: a all 0.5s;
  /* Opera */ }

a:hover {
  color: #006ad3;
  text-decoration: none; }

img {
  border: 0 none;
  vertical-align: top; }

body {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #444444;
  min-width: 1200px; }

.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.layout {
  width: 1180px;
  margin: 0 auto; }

/*头部*/
#header {
  padding-bottom: 24px; }

.logo {
  float: left;
  width: 340px;
  height: 80px;
  margin-top: 32px; }

.header-ad {
  float: right;
  width: 700px;
  height: 100px;
  margin-top: 26px; }

#nav {
  position: relative;
  z-index: 12;
  border-top: #e9e9e9 1px solid;
  border-bottom: #e9e9e9 1px solid; }

.nav {
  width: 1182px;
  margin-left: -1px; }
  .nav li {
    float: left;
    position: relative;
    z-index: 4;
    width: 197px;
    height: 43px;
    line-height: 44px;
    text-align: center; }
  .nav a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 44px;
    color: #292929;
    font-size: 16px; }
  .nav .current a, .nav .cur a, .nav a:hover {
    background: #0052a4;
    color: #fff;
    font-weight: bold; }

.nav .cur .nav-list, .nav .nav-list {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  padding-top: 19px; }
  .nav .cur .nav-list dd, .nav .nav-list dd {
    height: 28px;
    line-height: 28px;
    text-align: left; }
  .nav .cur .nav-list a, .nav .nav-list a {
    position: static;
    font-weight: 400;
    width: auto;
    color: #fff;
    display: block;
    padding-left: 68px;
    height: 100%;
    background: transparent url("../img/nav_icon.png") no-repeat 57px 12px; }
    .nav .cur .nav-list a:hover, .nav .nav-list a:hover {
      font-weight: 400;
      color: #9acdff;
      background: transparent url("../img/nav_icon.png") no-repeat 57px -16px; }

.nav-bg {
  position: absolute;
  left: 0;
  top: 44px;
  z-index: 2;
  width: 100%;
  height: 398px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#F2006AD3', endColorstr='#F2006AD3');
  background: rgba(0, 106, 211, 0.95); }

/*首页推荐*/
.news-recommend {
  margin-top: 30px; }

.news-slider {
  float: left;
  width: 578px;
  height: 366px;
  border: #e6e6e6 1px solid; }

.news-slider-list {
  position: relative;
  z-index: 4;
  width: 560px;
  height: 314px;
  margin: 9px 0 0 9px; }
  .news-slider-list li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .news-slider-list span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 540px;
    height: 45px;
    padding-left: 20px;
    line-height: 45px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000', endColorstr='#B2000000');
    background: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    color: #fff; }

.news-slider-btn {
  margin-top: 17px;
  text-align: center; }
  .news-slider-btn span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #999;
    vertical-align: top; }
  .news-slider-btn .current {
    background: #006ad3; }

.news-notice {
  float: right;
  width: 578px;
  height: 366px;
  border: #dedede 1px solid; }

.news-notice-tit {
  width: 540px;
  height: 41px;
  margin: 18px 0 0 19px;
  border-bottom: #ebebeb 1px solid; }
  .news-notice-tit .title {
    float: left;
    width: 142px;
    height: 100%;
    line-height: 41px;
    background: #247dd5;
    font-size: 16px;
    text-align: center;
    color: #fff; }
  .news-notice-tit .more {
    float: right;
    color: #666;
    font-size: 14px;
    margin-top: 14px;
    line-height: 14px; }
    .news-notice-tit .more:hover {
      color: #006ad3; }

.news-notice-list {
  width: 520px;
  margin-left: 19px; }
  .news-notice-list li {
    width: 100%;
    height: 22px;
    line-height: 22px;
    margin-top: 14px; }
  .news-notice-list a {
    display: block;
    width: 100%;
    height: 100%; }
  .news-notice-list .time {
    float: left;
    width: 72px;
    height: 100%;
    background: transparent url("../img/index_notice_icon.png") no-repeat 0 bottom;
    text-align: center;
    color: #000;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox 4 */
    -webkit-transition: all 0.2s;
    /* Safari 和 Chrome */
    -o-transition: a all 0.2s;
    /* Opera */ }
  .news-notice-list .text {
    float: right;
    width: 440px;
    height: 100%;
    color: #666;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s;
    -moz-transition: color 0.2s;
    /* Firefox 4 */
    -webkit-transition: color 0.2s;
    /* Safari 和 Chrome */
    -o-transition: a color 0.2s;
    /* Opera */ }
  .news-notice-list a:hover .time {
    background-position: 0 0;
    color: #fff; }
  .news-notice-list a:hover .text {
    color: #de0000; }

/*办事窗口*/
#window {
  background: #006ad3;
  padding: 44px 0 60px 0;
  margin-top: 30px; }

.index-icon {
  background: transparent url("../img/index_icon.png") no-repeat 0 0; }

.window-icon {
  background: #fff url("../img/window_icon.png") no-repeat 0 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: a all 0.5s;
  /* Opera */ }

.window-left {
  float: left;
  width: 800px; }

.window-title {
  height: 26px;
  line-height: 26px;
  padding-left: 40px;
  font-size: 16px;
  color: #fff; }

.window-list li {
  float: left;
  width: 180px;
  height: 180px;
  margin: 20px 20px 0  0; }
  .window-list li:hover {
    background-color: #58a300; }

.window-list a {
  display: block;
  padding-top: 130px;
  line-height: 23px;
  height: 50px;
  overflow: hidden;
  font-size: 16px;
  text-align: center; }
  .window-list a:hover {
    color: #fff; }

.window-list-01 a, .window-list-04 a {
  padding-top: 117px;
  height: 63px; }

.window-list-01:hover {
  background-position: 0 -180px; }

.window-list-02 {
  background-position: 0 -360px; }

.window-list-02:hover {
  background-position: 0 -540px; }

.window-list-03 {
  background-position: 0 -720px; }

.window-list-03:hover {
  background-position: 0 -900px; }

.window-list-04 {
  background-position: 0 -1080px; }

.window-list-04:hover {
  background-position: 0 -1260px; }

.window-list-05 {
  background-position: 0 -1440px; }

.window-list-05:hover {
  background-position: 0 -1620px; }

.window-list-06 {
  background-position: 0 -1800px; }

.window-list-06:hover {
  background-position: 0 -1980px; }

.window-list-07 {
  background-position: 0 -2160px; }

.window-list-07:hover {
  background-position: 0 -2340px; }

.window-list-08 {
  background-position: 0 -2520px; }

.window-list-08:hover {
  background-position: 0 -2700px; }

.window-hot {
  margin-top: 30px; }
  .window-hot .title {
    height: 50px;
    line-height: 50px;
    background-color: #f4f4f4;
    font-size: 16px; }

.service-hot, .history-hot {
  float: left;
  width: 380px;
  height: 230px;
  background: #fff;
  margin-right: 20px; }

.service-hot .title {
  background-position: 13px -54px;
  padding-left: 44px; }

.history-hot .title {
  background-position: 9px -123px;
  padding-left: 48px; }

.window-hot-list {
  margin-top: 10px; }
  .window-hot-list li {
    float: left;
    width: 146px;
    padding-left: 34px;
    line-height: 30px;
    height: 30px; }
  .window-hot-list a {
    position: relative;
    z-index: 2; }
    .window-hot-list a:before {
      content: '';
      position: absolute;
      left: -14px;
      top: 8px;
      width: 5px;
      height: 5px;
      background: transparent url("../img/index_icon.png") no-repeat 0 -265px; }

.window-member {
  float: left;
  width: 380px; }

.window-member-describe {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  height: 177px;
  background: #0052a4;
  border-bottom: #004a93 3px solid;
  margin-top: 46px;
  color: #fff; }
  .window-member-describe .title {
    padding-top: 25px;
    line-height: 48px;
    height: 48px;
    font-size: 36px; }
  .window-member-describe .title-en {
    display: block;
    line-height: 16px;
    height: 16px;
    font-family: 'Mongolian Baiti'; }
  .window-member-describe .describe {
    margin-top: 12px;
    line-height: 25px; }
  .window-member-describe:after {
    content: '';
    position: absolute;
    left: 19px;
    bottom: -3px;
    width: 29px;
    height: 14px;
    background: transparent url("../img/index_icon.png") no-repeat 0 -204px; }

.window-member-service {
  background: #2288ed;
  height: 460px; }
  .window-member-service .title {
    margin-top: 30px;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    color: #fff;
    padding-left: 36px;
    background-position: 20px -291px; }

.window-member-loginReg {
  padding: 19px 0 0 20px; }
  .window-member-loginReg a {
    float: left;
    width: 170px;
    height: 52px;
    line-height: 20px;
    background-color: #fff;
    text-align: center;
    padding-top: 128px;
    color: #000;
    font-size: 16px;
    margin-right: 2px; }
    .window-member-loginReg a:hover {
      color: #58a300; }
  .window-member-loginReg .w-login {
    background-position: 0 -2880px; }
  .window-member-loginReg .w-login:hover {
    background-position: 0 -3060px; }
  .window-member-loginReg .w-reg {
    background-position: 0 -3240px; }
  .window-member-loginReg .w-reg:hover {
    background-position: 0 -3421px; }

.window-member-entry {
  margin-left: 20px; }
  .window-member-entry a {
    float: left;
    width: 151px;
    padding-left: 18px;
    height: 46px;
    line-height: 46px;
    margin: 2px 2px 0 0;
    color: #fff;
    background: #0052a4; }
    .window-member-entry a:hover {
      background: #006ad3; }

/*行业*/
.industry-news {
  float: left;
  width: 340px;
  padding: 0 19px 26px;
  height: auto;
  border: #dedede 1px solid;
  margin-top: 30px; }
  .industry-news .title {
    position: relative;
    z-index: 2;
    height: 59px;
    line-height: 59px;
    font-size: 16px; }
    .industry-news .title a {
      position: absolute;
      right: 0;
      top: 26px;
      line-height: 14px;
      font-size: 14px;
      font-weight: 400px; }

.industry-recommend dt {
  width: 340px;
  height: 200px; }

.industry-recommend dd {
  margin-top: 14px;
  height: 125px;
  border-bottom: #cecece 1px solid; }

.industry-recommend h3 {
  line-height: 34px;
  height: 34px;
  font-size: 16px; }
  .industry-recommend h3 a {
    color: #000; }
    .industry-recommend h3 a:hover {
      color: #006ad3; }

.industry-recommend p {
  line-height: 24px;
  height: 72px;
  overflow: hidden; }

.industry-list {
  margin-top: 13px; }
  .industry-list li {
    position: relative;
    z-index: 2;
    line-height: 30px;
    height: 30px; }
  .industry-list .i-text {
    display: block;
    width: 280px;
    padding-left: 10px;
    background-position: 0 -503px; }
  .industry-list .i-time {
    position: absolute;
    right: 0;
    top: 0; }
  .industry-list a {
    display: block;
    overflow: hidden; }
    .industry-list a:hover .i-text {
      background-position: 0 -533px; }

.industry-member {
  float: right;
  position: relative;
  z-index: 2;
  width: 340px;
  padding: 16px 20px 27px;
  background: #f2f2f2; }

.industry-member-search {
  position: absolute;
  left: 0;
  top: -60px;
  width: 300px;
  padding-left: 80px;
  height: 60px;
  line-height: 60px;
  background-color: #58a300;
  background-position: 19px -364px;
  color: #fff;
  font-size: 16px;
  font-weight: bold; }
  .industry-member-search:after {
    content: "";
    display: inline-block;
    margin-left: 16px;
    width: 16px;
    height: 60px;
    vertical-align: top;
    background: transparent url("../img/index_icon.png") no-repeat -1px -434px; }
  .industry-member-search:hover {
    color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90); }

.industry-member-title {
  position: relative;
  z-index: 2;
  line-height: 46px;
  height: 46px;
  border-bottom: #cecece 1px solid;
  font-size: 18px;
  color: #000; }
  .industry-member-title a {
    position: absolute;
    right: 0;
    top: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px; }

.industry-member-list li {
  line-height: 30px;
  line-height: 30px; }

.industry-member-icon a {
  position: relative;
  z-index: 2;
  padding-left: 17px; }
  .industry-member-icon a:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 7px;
    width: 6px;
    height: 7px;
    background: transparent url("../img/index_icon.png") no-repeat 0 -613px; }
  .industry-member-icon a:hover:before {
    background-position: 0 -584px; }

/*资讯、法规*/
.laws-activity {
  float: left;
  width: 740px;
  border: #d2d2d2 1px solid;
  padding: 0 19px; }

.laws-activity-title {
  position: relative;
  z-index: 2;
  line-height: 36px;
  height: 36px;
  font-size: 16px; }
  .laws-activity-title a {
    position: absolute;
    right: 0;
    top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px; }

.activity-recommend {
  float: left;
  width: 340px;
  margin-top: 9px;
  padding-bottom: 32px; }
  .activity-recommend dt {
    width: 340px;
    height: 200px; }
  .activity-recommend h3 {
    margin-top: 12px;
    height: 42px;
    line-height: 42px;
    border-bottom: #d2d2d2 1px solid;
    font-size: 16px; }
    .activity-recommend h3 a {
      color: #222222; }
      .activity-recommend h3 a:hover {
        color: #006ad3; }
  .activity-recommend p {
    line-height: 24px;
    margin-top: 15px;
    height: 72px;
    overflow: hidden; }

.laws-activity-list {
  float: right;
  width: 341px;
  margin-top: 0;
  padding-bottom: 23px; }

.exhibition {
  float: right;
  width: 340px;
  padding: 0 19px 29px 19px;
  border: #d2d2d2 1px solid; }

.exhibition-title {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  line-height: 26px;
  height: 26px;
  font-size: 16px; }
  .exhibition-title a {
    position: absolute;
    right: 0;
    top: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px; }

.exhibition-list {
  margin-top: 25px;
  height: 95px; }
  .exhibition-list dt {
    float: left;
    width: 130px;
    height: 100%; }
  .exhibition-list dd {
    float: right;
    width: 188px;
    height: 100%;
    margin-left: 12px; }
  .exhibition-list h3 {
    font-size: 16px;
    line-height: 18px; }
  .exhibition-list p {
    line-height: 20px;
    height: 40px;
    margin-top: 8px;
    overflow: hidden; }

.exhibition-list-link {
  display: block;
  margin-top: 7px;
  width: 46px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #247dd5;
  color: #fff; }
  .exhibition-list-link:hover {
    background: #444;
    color: #fff; }

.laws-recommend {
  float: left;
  width: 340px;
  height: 225px;
  padding-bottom: 29px; }

.laws-recommend-link {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%; }
  .laws-recommend-link span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 305px;
    line-height: 30px;
    padding: 10px 22px 10px 13px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000', endColorstr='#B2000000');
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px; }

.down {
  float: right;
  width: 380px;
  background: #f2f2f2;
  padding-bottom: 24px; }

.down-title {
  position: relative;
  z-index: 2;
  width: 302px;
  height: 22px;
  line-height: 16px;
  padding: 10px 0 0 45px;
  font-size: 16px;
  margin: 12px 0 0 14px;
  background-position: 0 -664px; }
  .down-title a {
    position: absolute;
    right: 0;
    top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px; }

.down-list {
  margin-top: 6px; }
  .down-list li {
    line-height: 30px;
    height: 30px;
    margin-left: 20px;
    width: 312px;
    padding-left: 28px;
    background: transparent url("../img/index_icon.png") no-repeat 0 -725px; }

/*网页底部*/
.footer-icon {
  background: transparent url("../img/footer_icon.png") no-repeat 0 0; }

.partner {
  height: 241px;
  background: #ececec; }

.partner-title {
  padding: 21px 0 17px 0;
  line-height: 22px;
  color: #666;
  font-size: 16px; }

.partner-title-en {
  display: block;
  line-height: 16px;
  font-size: 14px;
  font-family: 'Mongolian Baiti'; }

.partner-LR {
  position: absolute;
  right: 0;
  top: 36px;
  width: 52px;
  height: 25px; }
  .partner-LR a {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 1px;
    background-color: #b7b7b7; }
    .partner-LR a:hover {
      background-color: #444; }

.partner-R {
  background-position: -26px 0; }

.partner-list {
  width: 100%;
  overflow: hidden;
  height: 131px; }
  .partner-list ul {
    width: 200%;
    position: relative; }
  .partner-list li {
    float: left;
    width: 197px;
    height: 131px; }
    .partner-list li a {
      display: block;
      width: 196px;
      height: 65px;
      border-right: #ececec 1px solid;
      border-bottom: #ececec 1px solid; }

.footer-nav {
  height: 51px;
  line-height: 51px;
  background: #003b9c;
  text-align: center; }
  .footer-nav a {
    color: #fff;
    font-weight: bold;
    margin: 0 15px; }
    .footer-nav a:hover {
      color: #fff;
      text-decoration: underline; }

.footer-question {
  background: #0066c8; }

.footer-question-content {
  float: left;
  width: 760px; }
  .footer-question-content .title {
    margin: 36px 0 0;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px; }

.footer-question-list {
  margin-top: 21px;
  padding-bottom: 49px; }
  .footer-question-list li {
    float: left;
    width: 380px;
    height: 52px;
    line-height: 26px; }

.footer-question-link {
  display: block;
  padding-left: 20px;
  background-position: 7px -46px; }
  .footer-question-link a {
    color: #fff; }
    .footer-question-link a:hover {
      color: #fff;
      text-decoration: underline; }

.footer-question-answer {
  display: block;
  color: #aad5ff;
  padding-left: 20px; }

.footer-QR {
  float: right;
  width: 160px;
  margin: 42px 0 44px;
  background: #58a300; }

.footer-QR-img {
  width: 160px;
  height: 161px;
  background: #fff; }

.footer-QR-name {
  height: 53px;
  padding-left: 76px;
  line-height: 53px;
  color: #fff;
  font-size: 16px;
  color: #fff;
  background-position: 14px -96px; }

.footer {
  background: #003b9c;
  padding-top: 45px; }

.footer-link {
  position: relative;
  z-index: 2;
  line-height: 26px;
  color: #fff; }
  .footer-link dt {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 20px;
    font-weight: bold; }
  .footer-link dd {
    float: left;
    margin-right: 14px; }
  .footer-link a {
    color: #fff; }
    .footer-link a:hover {
      color: #fff;
      text-decoration: underline; }

.footer-copy {
  border-top: #2669d8 1px solid;
  margin-top: 34px;
  height: 85px;
  line-height: 46px;
  padding-left: 20px;
  color: #d0d6e7; }

/*图文列表*/
.list {
  background: #f0f0f0 url(../img/list-bg.png) repeat-x; }

.list-L {
  float: left;
  position: relative;
  z-index: 2;
  width: 290px;
  padding-top: 45px;
  padding-bottom: 100px; }

.list-L-title {
  position: absolute;
  left: 0;
  top: -85px;
  width: 260px;
  padding: 44px 0 0 38px;
  height: 86px;
  background: transparent url("../img/list-L-bg.png") no-repeat 0 0;
  line-height: 38px;
  color: #0040ac;
  font-size: 30px; }

.list-L-titleEn {
  display: block;
  line-height: 20px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400; }

.list-nav {
  width: 249px;
  padding: 0 20px 0 16px;
  border-left: #d2d2d2 5px solid;
  background: #fff; }

.list-nav-content {
  /*a{	position:relative; z-index:2;
		display:block;  padding-left:18px; 
		&:before{ content:""; position:absolute; left:1px; top:23px; width:5px; height:5px; @include bg('list_img_icon.png'); }
		&:after{ content:""; position:absolute; right:0px; top:19px; width:6px; height:11px; @include bg('list_img_icon.png',0,-25px);}
		i{ position:absolute; display:none; left:-18px; top:13px; width:6px; height:25px; @include bg('list_img_icon.png',0,-69px); }
		
	}
	 .current a:before,a:hover:before{ background-position:0 -10px;}
	.current a:after,a:hover:after{ background-position:0 -48px;}
	.current a i,a:hover i{ display:block;} */ }
  .list-nav-content li {
    height: 48px;
    line-height: 48px;
    border-bottom: #e5e5e5 1px solid; }
  .list-nav-content a {
    position: relative;
    z-index: 2;
    display: block;
    width: 251px;
    left: -16px;
    padding-left: 34px; }
    .list-nav-content a:before {
      content: "";
      position: absolute;
      left: 19px;
      top: 23px;
      width: 5px;
      height: 5px;
      background: transparent url("../img/list_img_icon.png") no-repeat 0 0; }
    .list-nav-content a:after {
      content: "";
      position: absolute;
      right: 21px;
      top: 19px;
      width: 6px;
      height: 11px;
      background: transparent url("../img/list_img_icon.png") no-repeat 0 -25px; }
  .list-nav-content .current a, .list-nav-content a:hover {
    background: #0040ac;
    color: #fff; }
  .list-nav-content .current a:before, .list-nav-content a:hover:before {
    background-position: 0 -10px; }
  .list-nav-content .current a:after, .list-nav-content a:hover:after {
    background-position: 0 -48px; }

.list-L-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 268px;
  height: 84px;
  padding: 16px 0 0 22px;
  background: transparent url("../img/list-bottom-bg.png") no-repeat 0 0;
  line-height: 24px;
  color: #aac9fe; }
  .list-L-bottom dt {
    font-weight: bold; }
  .list-L-bottom dd {
    width: 140px; }

.list-main {
  float: right;
  position: relative;
  z-index: 2;
  width: 875px;
  background: #fff; }
  .list-main:before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    z-index: 1;
    width: 11px;
    height: 100%;
    background: transparent url("../img/list-main-bg.png") no-repeat 0 0; }
  .list-main:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 1000%;
    height: 100%;
    background: #fff; }

.list-main-path {
  position: relative;
  z-index: 2;
  line-height: 45px;
  text-align: right;
  font-size: 16px;
  color: #666; }
  .list-main-path:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
    height: 100%;
    background: #f2f3f3; }
  .list-main-path a {
    color: #666; }
    .list-main-path a:hover {
      color: #006ad3; }
  .list-main-path .rel {
    z-index: 8; }

.list-main-list {
  position: relative;
  z-index: 4;
  margin-left: 55px;
  width: 820px;
  overflow: hidden; }
  .list-main-list ul {
    width: 110%;
    padding-bottom: 4px;
    border-bottom: #707070 3px solid; }
  .list-main-list li {
    float: left;
    width: 255px;
    height: 315px;
    border-bottom: #ccc 1px solid;
    margin: 30px 27px 0 0; }

.list-main-img {
  display: block;
  width: 100%;
  height: 150px; }

.list-main-title {
  line-height: 25px;
  margin-top: 12px;
  height: 25px;
  font-size: 14px; }
  .list-main-title a {
    color: #333; }
    .list-main-title a:hover {
      color: #006ad3; }

.list-main-infor {
  line-height: 25px;
  margin-top: 5px;
  color: #666; }

.list-main-text {
  position: relative;
  z-index: 4;
  width: 820px;
  margin-left: 55px;
  padding-bottom: 4px;
  border-bottom: #cdcdcd 1px solid; }
  .list-main-text li {
    position: relative;
    z-index: 2;
    line-height: 48px;
    border-bottom: #999 dotted 1px; }
  .list-main-text .time {
    position: absolute;
    right: 0;
    top: 0; }
  .list-main-text a {
    color: #666; }
    .list-main-text a:hover {
      color: #006ad3; }

/*分页*/
.pages {
  text-align: right;
  position: relative;
  z-index: 4; }
  .pages a {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: #e7e4e2 1px solid;
    color: #767676; }
  .pages .current, .pages a:hover {
    color: #000;
    background-color: #e3e3e3; }

.pages-first, .pages-prev, .pages-last, .pages-next {
  background: transparent url("../img/page_icon.png") no-repeat 0 0; }

.pages-prev {
  background-position: -31px 0; }

.pages-next {
  background-position: -68px 0; }

.pages-last {
  background-position: -99px 0; }

/*最终页带列表*/
.detail-list {
  position: relative;
  z-index: 4;
  width: 820px;
  margin-left: 55px; }

.detail-title {
  line-height: 50px;
  height: 50px;
  text-align: center;
  padding-top: 48px;
  color: #333;
  font-size: 24px; }

.detail-time {
  margin-top: 8px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  color: #666;
  border-bottom: #e5e5e5 1px solid; }

.detail-content {
  color: #666;
  line-height: 24px;
  padding-top: 18px;
  padding-bottom: 75px;
  border-bottom: #e5e5e5 1px solid; }
  .detail-content img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .detail-content h3 {
    margin-top: 26px;
    margin-bottom: 8px; }

.detail-about {
  height: 217px;
  margin-top: 3px;
  border-top: 3px solid #707070; }

.detail-about-list {
  float: left;
  width: 600px;
  margin-top: 15px;
  line-height: 26px; }
  .detail-about-list a {
    color: #666; }
    .detail-about-list a:hover {
      color: #006ad3; }

.detail-about-share {
  float: right;
  margin-top: 14px; }

.detail-path {
  line-height: 45px;
  text-align: right;
  font-size: 16px;
  color: #666;
  background: #f2f3f3; }

.detail .detail-list {
  position: static;
  width: 100%;
  margin: 0; }

/*会员*/
.member-search {
  background: #003b9c;
  padding-bottom: 32px; }

.member-search-name {
  text-align: center;
  line-height: 30px;
  padding-top: 92px;
  font-size: 24px;
  color: #fff; }

.member-search-form {
  margin: 31px auto 0;
  width: 650px;
  height: 50px; }

.member-form-text, .member-form-btn {
  float: left;
  border: 0;
  padding: 16px 10px;
  height: 18px;
  line-height: 18px; }

.member-form-text {
  width: 488px;
  background: #fff; }

.member-form-btn {
  width: 122px;
  background: #58a300;
  box-sizing: content-box;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari 和 Chrome */
  -o-transition: a all 0.2s;
  /* Opera */ }
  .member-form-btn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90); }

.member {
  margin-top: 40px; }
  .member .title {
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #003b9c;
    font-size: 16px;
    color: #fff; }

.member-president {
  background: #f2f2f2;
  padding-bottom: 26px; }

.member-p-tit {
  padding: 19px 0 0 32px;
  line-height: 22px;
  font-size: 16px;
  color: #666; }

.member-list li {
  float: left;
  width: 33%;
  line-height: 50px;
  height: 50px; }

.member-list a {
  color: #666;
  position: relative;
  z-index: 2;
  margin-left: 32px; }
  .member-list a:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 8px;
    width: 5px;
    height: 5px;
    background: transparent url("../img/list_img_icon.png") no-repeat 0 -121px; }
  .member-list a:hover {
    color: #006ad3; }
  .member-list a:hover:before {
    background-position: 0 -136px; }

.member-incumbent {
  float: left;
  width: 33%; }
  .member-incumbent .member-list li {
    width: 100%; }

.member-former {
  float: left;
  width: 66%; }
  .member-former .member-list li {
    width: 50%; }

.member-wrap {
  width: 1178px;
  margin: 1px auto 0;
  overflow: hidden; }
  .member-wrap .member-list {
    width: 1179px;
    background: #f2f2f2; }
  .member-wrap .member-odd {
    background: #fbfbfb; }

.member .m-search-tit {
  padding-left: 38px;
  text-align: left; }

.member .m-search-wrap li {
  width: 100%; }

.member .m-search-wrap a {
  margin-left: 56px; }

.member-detail {
  width: 1100px;
  padding: 0 39px 10px;
  margin: 40px auto;
  border: #d5d5d5 1px solid; }
  .member-detail .title {
    line-height: 45px;
    margin-top: 46px;
    border-bottom: #d5d5d5 1px solid;
    font-size: 16px;
    color: #666; }

.member-detail-job {
  line-height: 40px;
  margin-top: 9px;
  font-size: 16px;
  color: #666; }

.member-detail-content {
  line-height: 30px;
  color: #666;
  margin-top: 13px; }

/*联系我们*/
.contact {
  width: 1100px;
  padding: 88px 39px 40px;
  border: #d5d5d5 1px solid;
  margin: 30px auto 50px; }

.contact-header {
  height: 94px;
  border-bottom: #d5d5d5 1px solid; }

.contact-logo {
  float: left; }

.contact-name {
  float: right;
  margin-top: 65px;
  color: #666;
  font-size: 16px;
  line-height: 16px; }

.contact-department {
  margin-top: 30px; }
  .contact-department .title {
    height: 50px;
    line-height: 50px;
    background: #0052a4;
    padding-left: 22px;
    font-size: 16px;
    color: #fff; }
  .contact-department .c-d-list {
    padding: 18px 22px;
    border: #d5d5d5 1px solid;
    line-height: 36px;
    font-size: 16px;
    color: #666; }

/*登录*/
.login {
  width: 100%;
  height: 777px;
  background: transparent url("../img/login-bg.jpg") no-repeat center 0;
  border-bottom: 5px solid #3b69ca; }

.login-content {
  width: 1100px;
  height: 100%;
  background: transparent url("../img/login-main-bg.png") no-repeat 0 0;
  margin: 0 auto; }

.login-title {
  line-height: 34px;
  text-align: center;
  padding-top: 153px;
  font-size: 20px;
  color: #fff; }

.login-main {
  width: 960px;
  margin: 43px auto 0; }

.login-main-L {
  float: left;
  width: 492px;
  height: 305px;
  padding-left: 35px;
  background: transparent url("../img/login-main-Lbg.jpg") no-repeat 0 0;
  margin: 12px 0 0 9px; }

.login-logo {
  width: 250px;
  height: 60px;
  margin-top: 20px; }

.login-infor {
  margin-top: 20px;
  width: 457px;
  height: 60px;
  padding-top: 8px;
  line-height: 20px;
  color: #7f7f7f;
  border-top: #d6d6d6 1px solid; }

.login-QR {
  width: 106px; }
  .login-QR dt {
    width: 100px;
    height: 100px;
    padding: 2px;
    background: #e5e5e5;
    border: #d7d7d7 1px solid; }
  .login-QR dd {
    color: #7f7f7f;
    line-height: 24px;
    text-align: center; }

.login-form {
  float: left;
  width: 290px;
  margin: 12px 0 0 77px; }

.login-form-title {
  line-height: 61px;
  text-align: center;
  color: #252525;
  font-size: 20px;
  font-weight: 400; }

.login-input {
  display: block;
  border: #ebebeb 1px solid;
  height: 42px;
  padding: 2px; 
  width:300px;
 }

.login-cur {
  background: #fff }

.login-input-name {
  float: left;
  width: 67px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #fff;
  color: #9b9b9b;
  font-weight:bold;
  font-size: 16px; }

.login-input-wid {
  float: left;
  width: 100px;
  line-height: 16px;
  padding: 13px 10px 13px 0;
  border: 0;
  background: #fff; }

.login-submit {
  display: block;
  width: 300px;
  height: 48px;
  cursor: pointer;
  background: #336699;
  font-size: 16px;
  color: #fff;
  border: 0;
  margin-top: 17px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari 和 Chrome */
  -o-transition: a all 0.2s;
  /* Opera */ }
  .login-submit:hover {
    opacity: 0.9;
    filter: alpha(opacity=90); }

.login-forget {
  height: 48px;
  line-height: 48px;
  text-align: right; }
  .login-forget a {
    color: #9b9b9b; }
    .login-forget a:hover {
      color: #006ad3; }

.login-wx-OAuth {
  float: left;
  padding-left: 5px;
  background: transparent url("") no-repeat 0 11px; }

.login-forget-link {
  float: right; }

.login-reg {
  display: block;
  line-height: 46px;
  height: 46px;
  text-align: center;
  border: #ebebeb 1px solid;
  color: #7c7c7c;
  font-size: 16px; }
  .login-reg:hover {
    color: #006ad3; }

.login-footer {
  padding: 29px 0 18px 0;
  text-align: center;
  color: #666;
  line-height: 25px; }
  .login-footer a {
    color: #666; }
    .login-footer a:hover {
      color: #006ad3; }

.business-link {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  vertical-align: top;
  padding: 0 23px 0 9px;
  border: #c2c2c2 1px solid;
  margin-left: 14px;
  background: transparent url("../img/arrow.png") no-repeat right 5px; }

/*无列表*/
.list-noNav .list-main {
  float: none;
  width: auto; }

.list-noNav .list-main-text {
  width: auto;
  margin-left: 15px; }

/*公共*/
.overflow {
  overflow: hidden; }

.marT-1 {
  margin-top: -1px; }

.marT8 {
  margin-top: 8px; }

.marT12 {
  margin-top: 12px; }

.marT14 {
  margin-top: 14px; }

.marT25 {
  margin-top: 25px; }

.marT30 {
  margin-top: 30px; }

.marT43 {
  margin-top: 43px; }

.marR20 {
  margin-right: 20px; }

.marB60 {
  margin-bottom: 60px; }

.pL118 {
  padding-left: 118px; }

.pL90 {
  padding-left: 90px; }

.pL132 {
  padding-left: 132px; }

.pB52 {
  padding-bottom: 52px; }

.pB65 {
  padding-bottom: 65px; }

.pB37 {
  padding-bottom: 37px; }

.pB30 {
  padding-bottom: 30px; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.img-insert {
  width: 100%;
  overflow: hidden;
  text-align: center; }

.img-insert2 {
  width: 100%;
  overflow: hidden; }
  .img-insert2 img {
    position: relative;
    z-index: 2;
    left: 50%;
    margin-left: -960px; }

.rel {
  position: relative; }

.overflowX {
  overflow-x: hidden; }

.scale {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .scale img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: a all 0.5s;
    /* Opera */ }
  .scale:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    /* Firefox 4 */
    -webkit-transform: scale(1.05);
    /* Safari 和 Chrome */
    -o-transform: a scale(1.05);
    /* Opera */ }
