﻿#tabbox {
  width: 100%;
  overflow: hidden;
  margin: 0 auto; }

#tltq {
  font-size: 20px;
  color: #fff;
  text-align: right;
}

#tltq .tltqImg {
  display: inline-block;
  text-align: center;
  line-height: 100px;
  color: #fff;
  width: 400px;
  height: 100px;
  background-image: url('../images/tltq.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#tltq .closeBtn {
  color: red;
  cursor: pointer;
  text-align: right;
  font-size: 400;
  /* width: 20px; */
  margin-left: 370px;
}

.tab_con, .tab-item, .redblack-item {
  display: none; }

.tabs li {
  float: left; }

html {
  background-color: #ececec;
  font-family: 'Microsoft YaHei'; }

.container {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  background-size: 100%; }

.wrapper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  font-family: "Microsoft YaHei"; }

.frd-link {
  height: 74px;
  background-color: #e0e0e0; }
  .frd-link ul {
    width: 1200px;
    margin: 0 auto; }
    .frd-link ul li {
      float: left;
      height: 50px;
      width: 212px;
      margin: 12px 0 12px 35px; }
      .frd-link ul li:first-child {
        margin-left: 0; }
      .frd-link ul li select {
        display: block;
        width: 100%;
        height: 50px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #999;
        border-radius: 3px;
        background-color: #e0e0e0;
        padding: 5px 10px;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        outline: none; }
.ver:before{ content: ''; width: 0; height: 100%; display: inline-block; vertical-align: middle; }
    .block{ vertical-align: middle; display: inline-block; }
.footer {
  height: 136px;
  overflow: hidden;
  background-color: #e22323;
  text-align: center;
  color: white; }
  .footer p {
    text-align: center;
    line-height: 28px; }
    .footer p:first-child {
      margin-top: 10px; }
    .footer p a {
      color: white; }
  .footer .zf-icon {
    width: 218px;
    margin: 10px auto; }
    .footer .zf-icon a {
      float: left;
      margin-left: 30px; }

.logo {
  margin: 23px 0 48px 0; }

.logo-right li {
  float: left;
  margin-left: 10px;
  padding-right: 10px;
  height: 16px;
  line-height: 16px; }
  .logo-right li:first-child {
    border-right: 1px solid #333; }
  .logo-right li a {
    color: #333; }

.search {
  width: 520px;
  margin: 0 auto 72px;
  position: relative; }
  .search .tabs {
    position: absolute;
    z-index: 2; }
    .search .tabs li {
      color: #333;
      font-size: 16px;
      margin-left: 64px;
      height: 40px; }
      .search .tabs li a {
        color: #333; }
    .search .tabs .thistab {
      background: url("./images/112.png") no-repeat center 30px; }
      .search .tabs .thistab a {
        color: #e22323; }
  .search .search-btn {
    display: inline-block;
    height: 50px;
    width: 76px;
    background-color: #e22323; }
    .search .search-btn img {
      display: block;
      width: 30px;
      height: 30px;
      margin: 10px auto;
      cursor: pointer; }
  .search .search-txt {
    width: 440px;
    border: 0;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    color: #777;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ccc;
    border-right: 0; }
  .search .tab_con {
    height: 50px; }
  .search .tab_conbox {
    margin-top: 39px; }

.header {
  overflow: hidden;
  color: #fff;
  background: #e22323;
  font-family: "Microsoft YaHei"; }
  .header ul {
  	height: 48px;
  }
  .header li {
    width: 170px;
    height: 48px;
    float: left;
    position: relative; }
    .header li .active {
      border-bottom: 4px solid #f58c8c; }
    .header li a {
      display: block;
      height: 24px;
      line-height: 24px;
      padding-bottom: 8px;
      margin: 12px auto 0;
      text-align: center;
      font-size: 18px;
      color: white;
      width: 117px; }
      .header li a:hover {
        text-decoration: none;
        border-bottom: 4px solid #f58c8c; }
    .header li:before {
      width: 1px;
      height: 24px;
      content: " ";
      position: absolute;
      left: 0;
      top: 12px;
      background-color: rgba(255, 255, 255, 0.36); }
    .header li:first-child:before {
      left: -1px; }

.section .news {
  float: left;
  height: 320px;
  width: 400px;
  background: white;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  .section .news .news-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px; }
    .section .news .news-item:first-child {
      display: block; }
  .section .news h2 {
    font-size: 16px;
    color: #333;
    line-height: 24px; }
  .section .news span {
    display: block;
    color: #999;
    line-height: 19px;
    margin-top: 12px; }
  .section .news a {
    display: block;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
    color: #e22323;
    text-align: right; }
  .section .news p {
    line-height: 22px;
    color: #333;
    margin-top: 10px; }

.section {
  margin-bottom: 20px; }

.slider {
  width: 800px;
  height: 320px;
  float: left;
  overflow: hidden;
  }

/* qqshop focus */
#focus {
  width: 800px;
  height: 320px;
  overflow: hidden;
  position: relative; }
  
#focus img{ width:800px;}

#focus ul {
  height: 320px;
  position: absolute; }

#focus ul li {
  float: left;
  width: 800px;
  height: 320px;
  overflow: hidden;
  position: relative;
  background: #fff; }

#focus ul li div {
  position: absolute;
  overflow: hidden; }

#focus .btn {
  position: absolute;
  width: 580px;
  height: 10px;
  padding: 5px 10px;
  right: 0;
  bottom: 10px;
  text-align: right; }

#focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 5px;
  cursor: pointer;
  background: #fff; }

#focus .btn span.on {
  background: #e22323; }

.title {
  height: 58px;
  border-top: 2px solid #e22323;
  background: #f7f7f7;
  line-height: 58px;
  font-size: 22px;
  color: #444; }
  .title img {
    float: left;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px; }
  .title a.click-tab {
    color: #444;
    border: 1px solid #e22323;
    margin-left: 5px;
    padding: 5px 8px;
    border-radius: 20px;
    font-size: 14px;
  }
  .title a.click-tab.red{ 
    color: #fff;
    border: 1px solid #e22323;
    background-color: #e22323;
  }
  .title a.click-tab.black{ 
    color: #fff;
    border: 1px solid #666;
    background-color: #666;
  }
  .title a.more {
    float: right;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-right: 16px; }

.block2 {
  width: 440px;
  background-color: #fff;
  margin-left: 24px; }
  .block2:first-child {
    margin-left: 0; }
.block2 ul{
  height: 256px;}
.list li {
  line-height: 32px;
  color: #999; }
  .list li a {
    color: #333;
    display: inline-block;
    width: 320px;
    padding-left: 20px;
    float: left;
    overflow: hidden;
    height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 15px; }
    .list li a:before {
      position: absolute;
      height: 4px;
      width: 4px;
      border-radius: 50%;
      overflow: hidden;
      background-color: #ccc;
      content: ' ';
      left: 8px;
      top: 50%; }

.list-273 li a {
  display: block;
  color: #333;
  width: 273px;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  text-indent: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.block1 {
  width: 272px;
  background-color: #fff; }
  .block1 ul{ 
  height: 256px;}

.credit-item {
  float: left;
  margin-left: 10px;
  width: 232px;
  height: 165px;
  overflow: hidden;
  position: relative; }
  .credit-item:first-child {
    margin-left: 0; }
  .credit-item span {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: white; }
.collect-right .collect-list li div{ width: 148px; text-align: center;}
.collect-right .collect-list li a{ font-size:16px; color: #000; }
.ver:before{ content: ''; width: 0; height: 100%; display: inline-block; vertical-align: middle; }
.ver-block{ vertical-align: middle; display: inline-block; }
.collect-right {
  width: 272px; }

  .collect-right .collect-list img { height: 90%; }
  .collect-right .collect-list {
    /* background-color: #f7f7f7; */ }
    .collect-right .collect-list li {
      /*line-height: 48px;*/
	  background: #fff;
	  height: 79px; }
      .collect-right .collect-list li span {
        display: inline-block;
        width: 33%;
        text-align: center; }
    .collect-right .collect-list .hd {
      background-color: #e22323;
      color: white; }
  .collect-right .select-list {
    margin-top: 25px; }
    .collect-right .select-list li {
      margin-top: 10px; }
  .collect-right .select-type {
    height: 51px;
    width: 273px;
    border: 0;
    background-color: #727476;
    color: white;
    font-size: 16px;
    text-indent: 15px; }

.left-zw-main {
  width: 928px; }
  .left-zw-main .box-item {
    width: 440px;
    background-color: white;
    float: left;
    margin-right: 24px;
    margin-bottom: 24px; }

.list-tab li {
  width: 50%;
  float: left; }
.list-tab h2 {
  border-color: #f7f7f7; }
.list-tab .thistab h2 {
  background-color: white;
  border-color: #e22323; }
.list-tab li:nth-of-type(even).thistab h2 {
  border-color: #666; }

.box-zw {
  height: 338px; }

.box-news {
  height: 333px; }

.nav {
  background-color: #e22323; }

.logo-tool {
  margin-top: 20px; }

.logo-search {
  margin-bottom: 0; }

.bread {
  height: 55px;
  line-height: 55px; }
  .bread li {
    font-size: 14px;
    float: left;
    color: #777;
    margin-right: 10px; }
    .bread li:first-child {
      color: #444; }

.article-list {
  width: 856px;
  padding: 0 20px;
  min-height: 600px;
  background-color: white; }
  .article-list .list-box li {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    font-family: 'Microsoft YaHei'; }
    .article-list .list-box li:first-child {
      border: 0; }
    .article-list .list-box li h3 {
      line-height: 42px;
      font-size: 16px;
      color: #333;
      font-weight: 700;
      cursor:pointer;
	  }
      .article-list .list-box li h3 span {
        float: right;
        font-size: 14px;
        color: #777;
        font-weight: 500; }
    .article-list .list-box li p {
      line-height: 24px;
      color: #777;
      font-size: 14px; }

.article-nav {
  width: 280px; }
  .article-nav .left-nav-box {
    background-color: #fff;
    margin-bottom: 24px;
    font-family: 'Microsoft YaHei'; }
    .article-nav .left-nav-box li {
      height: 48px;
      line-height: 48px;
      font-size: 14px; }
    .article-nav .left-nav-box .left-nav-item {
      border-top: 1px dashed #999;
      margin: 0 5px;
      background: url("./images/jiantou.png") no-repeat 0 16px;
      text-indent: 28px; }
      .article-nav .left-nav-box .left-nav-item a {
        color: #666;
        cursor:pointer;
		}
    .article-nav .left-nav-box .left-nav-item.active {
      background-image: url("./images/jiantou_selected.png"); }
      .article-nav .left-nav-box .left-nav-item.active a {
        color: #e22323; 
		cursor:pointer;
		
		}
    .article-nav .left-nav-box .border0 {
      border: 0; }
  .article-nav .left-nav-search {
    background-color: #D1E6F8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 16px 25px; }
    .article-nav .left-nav-search li {
      height: 42px;
      line-height: 42px;
      font-size: 16px; }
      .article-nav .left-nav-search li:first-child {
        font-weight: 700; }
    .article-nav .left-nav-search .text {
      position: relative; }
      .article-nav .left-nav-search .text input {
        display: block;
        width: 100%;
        border: 0;
        outline: none;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
         }
      .article-nav .left-nav-search .text span {
        display: block;
        height: 24px;
        width: 24px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        z-index: 1; }
        .article-nav .left-nav-search .text span img {
          display: block;
          width: 24px;
          height: 24px; }
  .article-nav .title {
    background-color: #e22323;
    color: white;
    text-indent: 24px;
    font-family: "Microsoft YaHei"; }

.page {
  height: 56px;
  line-height: 56px;
  text-align: center; }
    .page a {
      color: #777; margin-right: 15px; }
    .page input {
      width: 30px;
      height: 24px;
      text-align: center;
      font-size: 14px; }
.insearch{ margin-top: 20px; }
.insearch select{ width: 120px; height: 40px; }
.insearch input{ width: 270px; height: 40px; }
.insearch button{ width: 60px; height: 40px; }
.pub-list-box {
  padding: 20px 0; }
  .pub-list-box .list-hd {
    border-top: 2px solid #e22323;
    height: 44px;
    line-height: 44px; }
  .pub-list-box li {
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 14px; }
    .pub-list-box li:nth-of-type(odd) {
      background-color: #e8e8e8; }
    .pub-list-box li a {
      color: #333; }
    .pub-list-box li span {
      float: left;
      height: 40px;
      margin-left: 2px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .pub-list-box li .item1 {
      width: 255px; }
    .pub-list-box li .item2 {
      width: 164px; }
    .pub-list-box li .item3 {
      width: 252px; }
  .pub-list-box .list-hd {
    font-weight: 700;
    font-family: "Microsoft YaHei"; }

.article-box {
  padding: 20px 0; }
  .article-box h2 {
    line-height: 32px;
    margin: 10px 20px;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    font-family: "Microsoft YaHei"; }
    .article-box img{ max-width: 80%; margin: 0 auto; }
	.article-box .article{ margin-top: 20px;}
  .article-box .article p {
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
    line-height: 2 !important;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei" !important;
    /**text-indent: 2em !important; **/
	}

.article-info {
  height: 44px;
  line-height: 44px;
  font-family: "Microsoft YaHei";
  color: #777;
  font-size: 14px;
  background-color: #f1f1f1;
  text-align: center; }
  .article-info .item {
    display: inline-block; }
    .article-info .item .share {
      float: right;
      margin-top: 6px; }

.article-main {
  margin-bottom: 20px; }

.pub-detail {
  padding: 30px;
  background-color: #ffffff;
  font-family: "Microsoft YaHei"; }
  .pub-detail h2 {
    color: #444;
    font-weight: 700;
    font-size: 22px; }
    .pub-detail h2 img {
      margin-top: 5px;
      float: left;
      margin-right: 10px; }
  .pub-detail h3 {
    font-size: 24px;
    text-align: center;
    color: white;
    background-color: #e22323;
    height: 54px;
    line-height: 54px;
    margin-top: 20px; }

.pub-table {
  width: 100%;
  table-layout: fixed;
  background-color: #f1f1f1;
  font-size: 16px;
  color: #444;
  font-family: "Microsoft YaHei"; }
  .pub-table td {
    border: 2px solid #fff;
    padding: 10px 20px; }
  .pub-table .bg-7 {
    background-color: #e4e4e4;
    text-align: right;
    width: 195px; }
  .pub-table .border-1 {
    border-left: 0; }
  .pub-table .border-4 {
    border-right: 0; }

.guider-search {
  height: 74px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0; }
  .guider-search h2 {
    font-size: 22px;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    line-height: 44px;
    float: left; }
  .guider-search .guider-search-main {
    float: right;
    height: 44px;
    line-height: 44px;
    width: 500px; }
    .guider-search .guider-search-main input {
      float: left;
      width: 400px;
      height: 44px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 16px;
      color: #777;
      padding: 0 10px;
      outline: none; }
    .guider-search .guider-search-main .guider-btn {
      float: right;
      display: inline-block;
      width: 90px;
      height: 44px;
      text-align: center;
      color: #fff;
      background-color: #e22323;
      cursor: pointer;
      font-size: 20px;
      border-radius: 4px; }

.guider-list {
  padding-bottom: 20px; }
  .guider-list .guider-table {
    width: 100%;
    font-family: "Microsoft YaHei"; }
    .guider-list .guider-table th {
      height: 44px;
      line-height: 44px;
      text-align: center;
      background-color: #e8e8e8;
      font-weight: 700;
      font-size: 14px;
      color: #333; }
    .guider-list .guider-table td {
      line-height: 44px;
      height: 44px;
      text-align: center; }
    .guider-list .guider-table tbody tr:nth-of-type(even) {
      background-color: #f1f1f1; }

.map-container {
  background-color: #ececec; }
  .map-container h2 {
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    padding: 13px 0;
    font-weight: 700;
    font-family: "Microsoft YaHei"; }


        .login-form-wrap{ background-color: #fff; overflow: hidden; }
        .login-form h1{ text-align: center; font-size: 20px; font-weight: bold; margin-top: 40px; }
        .login-form{ width: 500px; min-height: 500px; background-color: #fff; margin: 0 auto; }
        .login-form input[type=text], .login-form input[type=password]{ display: inline-block; width: 100%; height: 32px; line-height: 1.5; padding: 4px 7px; font-size: 14px; border: 1px solid #dcdee2; border-radius: 4px; color: #515a6e; background-color: #fff; background-image: none; position: relative; cursor: text; transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out; }
        .login-form-input{ margin: 10px 0; }
        .login-form label{ text-align: right; vertical-align: middle; float: left; font-size: 14px; color: #515a6e; line-height: 1; padding: 12px 12px 12px 0; box-sizing: border-box; width: 160px; }
        .input-wrap{ margin-left:160px; }
        .login-form button{ color: #fff; background-color: #e22323; border-color: #e22323; border-width: 1px; width: 75px; height: 32px; border-radius: 4px; }
        .login-form-button{ margin: 0 auto; width: 160px; }

        .register-choose-tab{ width: 240px; height: 240px; margin-top: 80px; font-size: 32px; text-align: center; line-height: 240px; background-color: #f1f1f1; }
        .register-choose-tab:nth-child(2n) { float: right; }
        .register-choose-tab:nth-child(2n+1) { float: left; }

.page-content { position: relative; }
.chooseSite-wrap{ margin-top: 20px; position: relative; }
.chooseSite{ font-size: 14px; width:100px;height:34px;background:rgba(240,139,140,1);border-radius:4px; color: #fff; text-align: center; line-height: 34px; cursor: pointer; text-align-last:center; outline: none; }
.chooseSite-line{ width:3px;height:34px;background:rgba(240,139,140,1); margin-left: 9px; margin-right: 9px; }
.chooseSite-current{ width:63px; font-size:20px; font-family:Microsoft YaHei; font-weight:bold; color:rgba(225,35,35,1); line-height:12px; }
.chooseSite-siteList { width: 800px; display: none; background-color: #fff; padding: 30px; position: absolute; left: 0; right: 0; top: 100px; margin-left: auto; margin-right: auto; z-index: 100; }
.chooseSite-city { padding-bottom: 20px; border-bottom: 1px solid #E6E6E6; font-size:20px; font-family:Microsoft YaHei; font-weight:bold; text-decoration:underline; color:rgba(225,35,35,1); line-height:12px; }
.chooseSite-items {  }
.chooseSite-item { float: left; margin-top: 28px; margin-right: 74px; font-size: 14px; color: #333333; cursor: pointer; }
.chooseSite-item:nth-child(7n) { margin-right: 0px; }
.chooseSite-changed { font-size:14px; font-family:Microsoft YaHei; font-weight:400; color:rgba(51,51,51,1); padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #E6E6E6; margin-top: 20px; }
.chooseSite-button { width:88px;height:32px;background:rgba(255,0,0,1);border-radius:16px; font-size: 14px; color: #fff; text-align: center; line-height: 32px; }
.chooseSite-siteList-icon { background: url("./images/112.png") no-repeat; position: absolute; left: 268px; top: -11px; width: 28px; height: 11px; }


.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}

.units-list{
    padding-left:25px;
    padding-top:25px;
    padding-bottom:25px;
    width:100%;
    box-sizing:border-box;
}
.Members ul{
	width: 100%;
    text-align:left;
}
.Members .units-list7{
    /*float:right;*/
    /*text-align:right;*/
}
.Members ul a{
    height:100%;
    width:100%;
    line-height:25px;
    font-size:14px;
    color:#626161;
}
.Members ul a.disable{
    cursor:no-drop;
    color:#aaa;
}
.Members li{
float: left;
    width:14.28%;
    height:28px;
}
.Members ul li.firstLi{
    font-weight:bold;
}
.Members li.textSpace{
    letter-spacing: 3px;
}
.friendlink{
	background: #f7f7f7;
}
.friendlink h2{
	cursor: pointer;
	width:156px; float:left; text-align: center;
}
.friendlink .none{
	border-top-color: #f7f7f7;
}

.main_02{width: 1208px;height: 121px; margin-bottom:20px;background-color: #eae8e8;position:relative;}
.main_02 li{float: left;width: 164px;height: 121px;margin: 0px 38px;position: relative; overflow: hidden;cursor:pointer;}
.main_02 li img{width: 100%;height: 100%;transition:all 0.5s;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;}
.main_02 li img:hover{transform: scale(1.2,1.2);}
.main_02 li span{display: block;width: 100%;height: 32px;line-height: 32px;position: absolute;bottom: 0px;z-index: 10;text-align: center;color: #fff;background: rgba(0,0,0,0.4);}
.main_02 li span a{color: #fff;}
.main_02 li span a:hover{font-weight: bold;}


#slider { overflow: hidden; }
.slider-wrap { position: relative; overflow: hidden; height: 209px; z-index: 99;}
#banner_img { position: absolute; width: 100%; height: 100%; z-index: 88; }
.slider-content { position: relative; z-index: 99; }

.wblj-wrap {
	overflow : hidden;
}
.wblj {
	width : 3520px;
}
.wblj li {
	float: left;
	margin-right: 30px;
}

.wblj li:last-child {
  margin-right: 0;
}