@charset "UTF-8";
.menu-sidebar {
  position: relative;
  width: 190px;
  margin: 0 0 8px 0;
  z-index: 10; }
  .menu-sidebar h3 {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #2c66d2;
    text-indent: 12px;
    cursor: pointer; }
    .menu-sidebar h3 i {
      float: right;
      width: 23px;
      height: 21px;
      margin: 6px 12px 0 0;
      background-color: #2c66d2;
      background-image: url("images/menu_expand.png");
      background-repeat: no-repeat; }
    .menu-sidebar h3 i.expand {
      background-position: 0 0; }
    .menu-sidebar h3 i.shrink {
      background-position: 0 -21px; }
  .menu-sidebar ul {
    border-bottom: 1px solid #d8d8d8; }
    .menu-sidebar ul li {
      height: 38px;
      line-height: 38px; }
      .menu-sidebar ul li a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        *float: left;
        color: #4b4b4b;
        text-indent: 12px;
        width: 100%; }
        .menu-sidebar ul li a:hover {
          text-decoration: none; }
    .menu-sidebar ul li.even {
      background-color: #F1F1F1; }
    .menu-sidebar ul li:hover, .menu-sidebar ul li.selected {
      background-color: #0f49b4;
      cursor: pointer; }
      .menu-sidebar ul li:hover a, .menu-sidebar ul li.selected a {
        color: #fff; }
  .menu-sidebar ul.expand li {
    background-image: url("images/arrow_right.png");
    background-repeat: no-repeat;
    background-position: 168px 15px;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px dotted #d8d8d8;
    margin-bottom: -1px;
    position: relative;
    *vertical-align: bottom; }
    .menu-sidebar ul.expand li i {
      display: none; }
  .menu-sidebar ul.expand li.selected {
    background-color: #0f49b4;
    border-bottom: 1px dotted #0f49b4;
    *border-bottom: 1px solid #0f49b4;
    z-index: 1; }
  .menu-sidebar ul.expand li:hover {
    background-color: #0f49b4;
    border-bottom: 1px dotted #0f49b4;
    *border-bottom: 1px solid #0f49b4;
    z-index: 1; }
  .menu-sidebar ul.expand li.selected, .menu-sidebar ul.expand li:hover {
    border-left: 1px solid #0f49b4;
    background-image: none; }
    .menu-sidebar ul.expand li.selected i, .menu-sidebar ul.expand li:hover i {
      display: block;
      z-index: 2;
      width: 5px;
      height: 9px;
      position: absolute;
      right: -1px;
      top: 14px;
      background: url("images/arrow_white_left.png") no-repeat 0 0; }

#footer {
  padding: 28px 0 20px 0;
  margin: 10px 0 0 0;
  color: #666666;
  text-align: center;
  background-color: #fff;
  border-top: 2px solid #2c66d2;
  overflow: hidden; }
  #footer .spittip {
    /*竖线分隔样式*/
    padding: 0 12px;
    color: #d1d1d1; }
  #footer a {
    color: #666666; }
    #footer a:hover {
      color: #2c66d2; }
  #footer ul {
    margin: 0 auto; }
    #footer ul li {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      height: 11px;
      position: relative;
      margin: 0 8px 0 0;
      padding: 0 9px 0 0;
      border-right: 1px solid #4b4b4b; }
    #footer ul a {
      position: relative;
      top: -3px; }
  #footer p {
    padding: 16px 0; }
  #footer ol li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 6px 0 0; }

/*分页 页码*/
.paging a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 34px;
  line-height: 34px;
  color: #2c66d2;
  border: 1px solid #d8d8d8;
  text-align: center;
  width: 34px; }
.paging a.curr, .paging a:hover {
  background-color: #2c66d2;
  color: #fff;
  border: 1px solid #2c66d2; }
.paging a.prev-page, .paging a.next-page {
  width: auto;
  padding: 0 12px; }
.paging span {
  margin: 0 8px; }

.mod-style > h3 {
  border-bottom: 2px solid #2c66d2; }

/*产品详情*/
.contentright .showinfo .showinfo-h {
  background: #2c66d2; }

.contentright .showinfo .showinfo-m .bottomline a {
  background: #2c66d2; }
  .contentright .showinfo .showinfo-m .bottomline a:hover {
    background: #0f49b4; }
.contentright .showinfo .showinfo-m .bottomline .linkus {
  background: #2c66d2; }
  .contentright .showinfo .showinfo-m .bottomline .linkus:hover {
    background: #0f49b4; }

/*询价提交按钮*/
.contentleft .product-border .leavemsg #btnSubmit #btnSubmit, .contentleft .product-border .leavemsg #btnSubmit .reset, .contentleft .product-border .leavemsg #btnSubmit, .contentleft .product-border .leavemsg .reset {
  background: #2c66d2; }
  .contentleft .product-border .leavemsg #btnSubmit #btnSubmit:hover, .contentleft .product-border .leavemsg #btnSubmit .reset:hover, .contentleft .product-border .leavemsg #btnSubmit:hover, .contentleft .product-border .leavemsg .reset:hover {
    background: #0f49b4; }

/*default.scss合并过来的*/
body {
  text-align: center;
  overflow-x: auto !important;
  min-width: 1146px; }

.dialog-container h3 {
  text-align: left; }

.topline {
  border-top: 2px solid #DFDFDF; }

.maxLen {
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block !important;
  display: inline-block; }

#btnGlobalKeyword {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #2c66d2;
  border: 0; }

.ad-img {
  width: 1146px;
  margin: 9px auto 0;
  overflow: hidden; }

.main-border {
  width: 1146px;
  margin: 9px auto 0; }

.mod-style {
  margin-bottom: 18px; }

.main-module {
  text-align: left;
  overflow: hidden; }
  .main-module .module-h {
    height: 34px;
    border-bottom: 2px solid #2c66d2;
    position: relative;
    line-height: 34px; }
    .main-module .module-h h1 {
      position: absolute;
      top: 0;
      left: 0;
      border-bottom: 2px solid #2c66d2;
      color: #3E4050;
      font-size: 16px;
      font-weight: 700; }
      .main-module .module-h h1 a {
        color: #3E4050;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none; }
    .main-module .module-h .links {
      float: right; }
      .main-module .module-h .links span {
        color: #D8D8D8;
        margin: 0 5px; }
      .main-module .module-h .links a {
        color: #5E5E5E; }
      .main-module .module-h .links a:hover {
        color: #2c66d2; }
  .main-module .module-l {
    width: 663px;
    float: left; }
  .main-module .module-r {
    width: 219px;
    float: right;
    border-left: 1px solid #D8D8D8; }
  .main-module .ad-img1,
  .main-module .module2 {
    width: 250px;
    float: left;
    padding-top: 12px; }
  .main-module .ad-img1 {
    overflow: hidden; }
  .main-module .module1 {
    padding-top: 12px; }
    .main-module .module1 .mod-col {
      width: 208px;
      float: left;
      margin-right: 10px; }
      .main-module .module1 .mod-col .mt10 {
        margin-top: 10px; }
      .main-module .module1 .mod-col .img1, .main-module .module1 .mod-col .img2 {
        width: 100%;
        height: 132px;
        overflow: hidden; }
        .main-module .module1 .mod-col .img1 a, .main-module .module1 .mod-col .img2 a {
          height: 100%;
          display: block;
          float: left;
          position: relative; }
          .main-module .module1 .mod-col .img1 a span, .main-module .module1 .mod-col .img2 a span {
            width: 100%;
            line-height: 21px;
            position: absolute;
            bottom: 0;
            left: 0;
            background: url(images/op40.png);
            color: #fff;
            text-align: center; }
          .main-module .module1 .mod-col .img1 a img, .main-module .module1 .mod-col .img2 a img {
            width: 100%;
            height: 100%; }
        .main-module .module1 .mod-col .img1 a.fr, .main-module .module1 .mod-col .img2 a.fr {
          float: right; }
      .main-module .module1 .mod-col .img2 {
        height: 70px; }
      .main-module .module1 .mod-col .img1 a {
        width: 208px; }
      .main-module .module1 .mod-col .img2 a {
        width: 100px; }
    .main-module .module1 .mr0 {
      margin-right: 0; }
  .main-module .module2 {
    border-bottom: 1px dotted #C2C2C2; }
    .main-module .module2 a {
      width: 49%;
      height: 41px;
      line-height: 41px;
      display: block;
      float: left;
      text-align: center;
      border-top: 1px dotted #C2C2C2;
      color: #6E6E6E; }
    .main-module .module2 a:hover {
      color: #F93C1F; }
    .main-module .module2 a.rline {
      border-right: 1px dotted #C2C2C2; }
  .main-module .module3 {
    padding: 7px 0 7px 13px; }
    .main-module .module3 dt {
      line-height: 25px;
      color: #666; }
    .main-module .module3 dl dd {
      height: 27px;
      overflow: hidden;
      line-height: 27px;
      color: #6F6F6F; }
      .main-module .module3 dl dd a {
        color: #6F6F6F; }
      .main-module .module3 dl dd i {
        font-size: 14px;
        margin-right: 5px;
        color: #6F6F6F;
        width: 18px;
        display: inline-block;
        text-align: center; }
      .main-module .module3 dl dd i.red {
        color: #e12605; }
    .main-module .module3 dl .dt-pc {
      width: 54px;
      font-size: 13px;
      float: left;
      cursor: pointer; }
    .main-module .module3 dl .split {
      width: 5px;
      float: left;
      font-weight: 0;
      color: #D8D8D8;
      margin: 0 15px; }
    .main-module .module3 dl .on {
      border-bottom: 1px solid #2c66d2;
      font-weight: 700; }
    .main-module .module3 .dl-left {
      margin-top: 5px; }
    .main-module .module3 .dl-right {
      margin-top: 5px;
      display: none; }
  .main-module .module4 {
    padding-top: 12px; }
    .main-module .module4 div {
      overflow: hidden; }
    .main-module .module4 dl {
      width: 48%;
      float: left;
      overflow: hidden;
      padding-right: 10px; }
      .main-module .module4 dl dt {
        width: 100%; }
        .main-module .module4 dl dt a {
          line-height: 30px;
          color: #0076D2;
          font-weight: 700;
          font-size: 14px; }
      .main-module .module4 dl dd {
        width: 100%; }
        .main-module .module4 dl dd a {
          line-height: 25px;
          color: #444;
          margin-right: 15px;
          white-space: nowrap; }
        .main-module .module4 dl dd a:hover {
          color: #e12605; }
  .main-module .module5 {
    padding: 12px 0 13px 13px;
    border-bottom: 1px solid #D8D8D8; }
    .main-module .module5 .img {
      width: 67px;
      height: 67px;
      display: inline-block;
      float: left; }
      .main-module .module5 .img img {
        width: 100%;
        height: 100%; }
    .main-module .module5 ul {
      margin-left: 74px; }
      .main-module .module5 ul li {
        width: 132px;
        height: 22px;
        overflow: hidden;
        line-height: 22px; }
        .main-module .module5 ul li a {
          width: 123px;
          color: #5D5D5D;
          margin-left: 9px; }
      .main-module .module5 ul li.curr {
        background: url(images/index/currarrow.png) no-repeat left center; }
        .main-module .module5 ul li.curr a {
          color: #e12605; }
  .main-module .module6 {
    padding: 10px 0;
    overflow: hidden; }
    .main-module .module6 a {
      width: 209px;
      height: 111px;
      display: inline-block;
      float: left;
      margin-right: 10px;
      position: relative; }
      .main-module .module6 a span {
        width: 100%;
        line-height: 21px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: url(images/op40.png);
        color: #fff;
        text-align: center;
        display: none; }
      .main-module .module6 a img {
        width: 100%;
        height: 100%; }
    .main-module .module6 .mr0 {
      margin-right: 0; }
  .main-module .module7 ul {
    width: 209px;
    float: left;
    margin-left: 10px; }
    .main-module .module7 ul li {
      width: 100%;
      line-height: 25px;
      color: #444; }
      .main-module .module7 ul li a {
        color: #444; }
      .main-module .module7 ul li a:hover {
        color: #e12605; }
  .main-module .module7 .ml0 {
    margin-left: 0; }
  .main-module .module8 {
    float: left;
    width: 924px; }
    .main-module .module8 li {
      width: 154px;
      float: left;
      padding-top: 17px;
      text-align: center; }
      .main-module .module8 li .img {
        width: 138px;
        height: 138px;
        display: block;
        margin: 0 auto;
        border: 1px solid #EAEAEA;
        overflow: hidden; }
        .main-module .module8 li .img img {
          width: 100%;
          height: 100%; }
      .main-module .module8 li .link {
        width: 140px;
        color: #6F6F6F;
        padding-top: 5px;
        margin: 0 auto; }
  .main-module .ad-img2 {
    width: 200px;
    height: 86px;
    padding-left: 13px;
    overflow: hidden; }

.friendlinks {
  padding: 5px 0 0 0;
  text-align: left; }
  .friendlinks h3 {
    color: #717171;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px; }
  .friendlinks a {
    line-height: 25px;
    color: #848484; }
  .friendlinks span {
    margin: 0 5px;
    color: #E6E6E6; }

.login-ads {
  width: 191px;
  float: left;
  overflow: hidden; }
  .login-ads .ads {
    padding-top: 3px;
    overflow: hidden; }
    .login-ads .ads a {
      margin-top: 3px; }
  .login-ads .login {
    padding: 15px 7px 7px 7px;
    border: 1px solid #DFDFDF;
    border-top: 0;
    overflow: hidden; }
    .login-ads .login .login-t {
      text-align: left;
      background: url(images/index/defaultuser.png) no-repeat left center;
      line-height: 23px;
      color: #A5A5A5;
      padding-left: 60px;
      margin: 0 5px; }
      .login-ads .login .login-t b {
        color: #474747; }
    .login-ads .login .login-action {
      padding-top: 15px; }
      .login-ads .login .login-action a {
        width: 84px;
        height: 29px;
        display: inline-block;
        line-height: 29px;
        color: #fff;
        font-size: 14px;
        float: left;
        background: #e12605; }
      .login-ads .login .login-action a:hover {
        background: #e12605; }
      .login-ads .login .login-action .fr {
        float: right; }

.dynamic-commendnews {
  margin-left: 205px; }
  .dynamic-commendnews .commendnews {
    padding-top: 8px;
    text-align: left; }
    .dynamic-commendnews .commendnews .commendnews-h {
      height: 34px; }
      .dynamic-commendnews .commendnews .commendnews-h a {
        display: inline-block;
        height: 27px;
        float: left; }
        .dynamic-commendnews .commendnews .commendnews-h a i {
          display: inline-block;
          padding: 0 12px;
          line-height: 23px;
          font-style: normal;
          color: #474747;
          cursor: pointer; }
      .dynamic-commendnews .commendnews .commendnews-h span {
        float: left;
        color: #ddd; }
      .dynamic-commendnews .commendnews .commendnews-h a.curr i {
        background: #2c66d2;
        color: #fff; }
      .dynamic-commendnews .commendnews .commendnews-h div {
        position: relative;
        float: left;
        top: 3px;
        margin-left: 10px;
        cursor: pointer; }
      .dynamic-commendnews .commendnews .commendnews-h div:hover {
        color: #e12605; }
    .dynamic-commendnews .commendnews .commendnews-m {
      width: 941px;
      overflow: hidden; }
  .dynamic-commendnews .dynamic {
    height: 39px;
    line-height: 39px;
    background: #F9F9F9;
    border-bottom: 1px solid #E3E3E3;
    text-align: left;
    color: #707070;
    position: relative; }
    .dynamic-commendnews .dynamic .dynamiclist {
      position: absolute;
      top: 0;
      left: 65px;
      width: 440px;
      height: 39px;
      overflow: hidden; }
      .dynamic-commendnews .dynamic .dynamiclist li {
        width: 100%;
        height: 39px;
        overflow: hidden; }
        .dynamic-commendnews .dynamic .dynamiclist li i {
          color: #377000;
          font-style: normal; }
        .dynamic-commendnews .dynamic .dynamiclist li a {
          color: #e12605; }
    .dynamic-commendnews .dynamic b {
      color: #444;
      margin-left: 5px;
      float: left; }
    .dynamic-commendnews .dynamic label {
      float: right;
      padding-right: 5px; }
      .dynamic-commendnews .dynamic label i {
        color: #e12605;
        font-style: normal; }
      .dynamic-commendnews .dynamic label span {
        color: #D8D8D8;
        margin-right: 10px; }

.commend-keywords {
  background: #F5F5F5;
  min-width: 1146px;
  overflow: hidden;
  padding: 5px 0; }
  .commend-keywords .m {
    width: 1146px;
    text-align: left;
    margin: 0 auto; }
    .commend-keywords .m a {
      width: 90px;
      display: inline-block;
      float: left;
      line-height: 25px;
      color: #5A5A5A;
      overflow: hidden;
      text-align: center;
      height: 25px; }
    .commend-keywords .m a:hover {
      color: #e12605; }
    .commend-keywords .m span {
      float: left;
      color: #c3c3c3;
      line-height: 25px; }

.menu-ad-text {
  background: #2c66d2;
  border-bottom: 1px solid #2c66d2;
  height: 39px;
  min-width: 1146px; }
  .menu-ad-text .m {
    width: 1146px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    z-index: 0; }
    .menu-ad-text .m .menu a {
      display: inline-block;
      line-height: 39px;
      float: left;
      font-size: 14px;
      color: #fff;
      padding: 0 20px; }
    .menu-ad-text .m .menu a:hover {
      background: #0f49b4; }
    .menu-ad-text .m .menu a.curr, .menu-ad-text .m .menu a.curr:hover {
      background: url(images/index/currmenu.png) no-repeat center 29px; }
    .menu-ad-text .m .ad-text {
      position: absolute;
      top: 0;
      right: 0; }
      .menu-ad-text .m .ad-text a {
        color: #fff;
        line-height: 39px; }
        .menu-ad-text .m .ad-text a i {
          display: inline-block;
          width: 9px;
          height: 11px;
          background: url(images/index/latest.png) no-repeat;
          position: absolute;
          top: 5px;
          right: -5px; }

.logo-search .m {
  width: 1146px;
  text-align: left;
  margin: 0 auto;
  color: #9F9F9F;
  padding: 32px 0 16px 0;
  position: relative;
  z-index: 0;
  height: 62px; }
  .logo-search .m .logo {
    float: left;
    margin-top: -8px;
    width: 230px; }
    .logo-search .m .logo img {
      height: 62px;
      border: 0; }
  .logo-search .m .phoneMore {
    float: left;
    width: 50px;
    height: 39px;
    background: url(images/askprice/icon-phonecode.png) no-repeat center bottom;
    cursor: pointer;
    text-align: center;
    margin-left: 14px;
    margin-top: -5px;
    position: relative; }
    .logo-search .m .phoneMore .phoneMoretip {
      width: 130px;
      height: 130px;
      position: absolute;
      top: 0px;
      left: 50px;
      z-index: 9999999999;
      display: none;
      border: solid 5px #e12605; }
      .logo-search .m .phoneMore .phoneMoretip img {
        width: 100%; }
  .logo-search .m .search5 {
    margin-left: 56px;
    float: left; }
    .logo-search .m .search5 .search-cmd {
      padding-top: 10px;
      clear: both;
      max-width: 650px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .logo-search .m .search5 .search-cmd a {
        color: #8C8C8C;
        margin-right: 8px; }
      .logo-search .m .search5 .search-cmd a:hover {
        color: #e12605; }
    .logo-search .m .search5 .search-border {
      border: 3px solid #2c66d2;
      background: #fff;
      height: 30px;
      width: 586px;
      position: relative;
      padding: 0; }
      .logo-search .m .search5 .search-border .choice {
        width: 65px;
        position: absolute;
        top: 0;
        left: 0; }
        .logo-search .m .search5 .search-border .choice a {
          width: 100%;
          background: #fff;
          height: 28px;
          line-height: 28px;
          font-size: 14px;
          text-align: center;
          color: #5E5E5E;
          background: #fff;
          border: 1px solid #D8D8D8;
          display: none;
          border-width: 0 1px 1px 1px; }
        .logo-search .m .search5 .search-border .choice a:hover {
          background: #ECECEC; }
        .logo-search .m .search5 .search-border .choice a.curr,
        .logo-search .m .search5 .search-border .choice a.curr:hover {
          background: url(images/index/searcharrow.png) 50px center no-repeat #ececec;
          border-width: 1px 1px 1px 1px;
          display: block; }
      .logo-search .m .search5 .search-border .search-m {
        margin-left: 76px;
        margin-right: 72px;
        position: relative; }
        .logo-search .m .search5 .search-border .search-m span {
          position: absolute;
          top: 0;
          left: 0;
          line-height: 30px;
          font-size: 14px; }
        .logo-search .m .search5 .search-border .search-m input {
          width: 100%;
          padding: 5px 0;
          height: 20px;
          line-height: 20px;
          border: 0;
          font-size: 14px;
          float: left; }
  .logo-search .m .ercode {
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 0;
    width: 95px; }
    .logo-search .m .ercode .ercode-t {
      color: #FF634A;
      font-size: 11px;
      text-align: left;
      position: relative; }
      .logo-search .m .ercode .ercode-t a {
        width: 11px;
        height: 11px;
        display: inline-block;
        position: absolute;
        top: 2px;
        right: 0;
        background: url(images/index/close.png); }
    .logo-search .m .ercode .ercode-m {
      width: 57px;
      height: 57px;
      margin: 8px auto; }

.login-share {
  background: #F5F5F5;
  border-bottom: 1px solid #E8E8E8;
  height: 34px;
  min-width: 1146px; }
  .login-share .m {
    width: 1146px;
    height: 34px;
    text-align: left;
    margin: 0 auto;
    color: #9F9F9F;
    position: relative;
    z-index: 1;
    /*官方微信扫一扫*/ }
    .login-share .m .login {
      line-height: 34px;
      height: 34px; }
      .login-share .m .login .login-l {
        float: left;
        width: 460px; }
        .login-share .m .login .login-l label {
          float: left;
          margin-right: 5px; }
      .login-share .m .login .login-r {
        float: right;
        white-space: nowrap;
        width: 490px; }
      .login-share .m .login a {
        color: #9F9F9F; }
      .login-share .m .login .fcred {
        color: #e12605; }
        .login-share .m .login .fcred a {
          color: #e12605; }
      .login-share .m .login a:hover {
        color: #e12605; }
      .login-share .m .login span {
        margin: 0 5px; }
    .login-share .m .share, .login-share .m .service123, .login-share .m .invite {
      float: left;
      margin-right: 5px;
      position: relative;
      cursor: pointer; }
      .login-share .m .share .share-t, .login-share .m .service123 .share-t, .login-share .m .invite .share-t {
        background: url(images/index/share.png) no-repeat left center; }
        .login-share .m .share .share-t i, .login-share .m .service123 .share-t i, .login-share .m .invite .share-t i {
          padding: 0 10px 0 15px;
          line-height: 34px;
          font-style: normal;
          background: url(images/index/sharearrow.png) no-repeat right center; }
      .login-share .m .share .service-t a, .login-share .m .service123 .service-t a, .login-share .m .invite .service-t a {
        padding: 0 15px 0 5px;
        line-height: 34px;
        font-style: normal;
        background: url(images/index/arrow-d.png) no-repeat right center; }
      .login-share .m .share .invite-t, .login-share .m .service123 .invite-t, .login-share .m .invite .invite-t {
        color: #5CA32D; }
      .login-share .m .share .invite-m, .login-share .m .service123 .invite-m, .login-share .m .invite .invite-m {
        position: absolute;
        top: 34px;
        left: 6px;
        display: none;
        border: 1px solid #FFA2A2;
        background: #FFF7F8;
        cursor: default;
        padding: 0 10px;
        width: 370px;
        line-height: 25px; }
        .login-share .m .share .invite-m h1, .login-share .m .service123 .invite-m h1, .login-share .m .invite .invite-m h1 {
          color: #E44B00;
          float: left;
          font-size: 14px;
          font-weight: 700;
          padding-bottom: 5px;
          text-align: left;
          width: 100%; }
        .login-share .m .share .invite-m ul, .login-share .m .service123 .invite-m ul, .login-share .m .invite .invite-m ul {
          padding-left: 75px;
          background: url(images/index/gift.jpg) no-repeat left center; }
          .login-share .m .share .invite-m ul a, .login-share .m .service123 .invite-m ul a, .login-share .m .invite .invite-m ul a {
            color: #186B96; }
        .login-share .m .share .invite-m b, .login-share .m .service123 .invite-m b, .login-share .m .invite .invite-m b {
          color: #e12605; }
        .login-share .m .share .invite-m .invitetxt, .login-share .m .service123 .invite-m .invitetxt, .login-share .m .invite .invite-m .invitetxt {
          border: 1px solid #848484;
          display: inline-block;
          float: left;
          height: 16px;
          margin-left: 16px;
          padding: 3px;
          width: 240px; }
        .login-share .m .share .invite-m .linkCopyInfo, .login-share .m .service123 .invite-m .linkCopyInfo, .login-share .m .invite .invite-m .linkCopyInfo {
          background: #f0f0f0;
          display: inline-block;
          float: left;
          font-size: 14px;
          font-weight: 700;
          height: 22px;
          line-height: 22px;
          margin-left: 5px;
          text-align: center;
          width: 78px;
          border: 1px solid #ccc;
          color: #333; }
        .login-share .m .share .invite-m .invite-f, .login-share .m .service123 .invite-m .invite-f, .login-share .m .invite .invite-m .invite-f {
          text-align: center;
          padding: 5px 0;
          overflow: hidden;
          width: 100%; }
        .login-share .m .share .invite-m .invitebutton, .login-share .m .service123 .invite-m .invitebutton, .login-share .m .invite .invite-m .invitebutton {
          text-decoration: underline;
          color: #186B96;
          font-weight: 700; }
      .login-share .m .share .service-m, .login-share .m .service123 .service-m, .login-share .m .invite .service-m {
        position: absolute;
        top: 34px;
        left: 11px;
        display: none;
        border: 1px solid #E8E8E8;
        background: #fff;
        cursor: default;
        padding: 5px 0;
        width: 220px; }
        .login-share .m .share .service-m .maxLen, .login-share .m .service123 .service-m .maxLen, .login-share .m .invite .service-m .maxLen {
          width: 100px;
          float: left;
          line-height: 22px; }
          .login-share .m .share .service-m .maxLen a, .login-share .m .service123 .service-m .maxLen a, .login-share .m .invite .service-m .maxLen a {
            color: #333; }
          .login-share .m .share .service-m .maxLen a:hover, .login-share .m .service123 .service-m .maxLen a:hover, .login-share .m .invite .service-m .maxLen a:hover {
            color: #e12605; }
      .login-share .m .share .share-m, .login-share .m .service123 .share-m, .login-share .m .invite .share-m {
        position: absolute;
        top: 34px;
        right: 0;
        display: none;
        border: 1px solid #E8E8E8;
        background: #fff;
        cursor: default;
        padding: 5px 0;
        width: 98px; }
        .login-share .m .share .share-m li, .login-share .m .service123 .share-m li, .login-share .m .invite .share-m li {
          width: 78px;
          padding: 2px 10px; }
          .login-share .m .share .share-m li i, .login-share .m .service123 .share-m li i, .login-share .m .invite .share-m li i {
            display: inline-block;
            height: 21px;
            margin: 0 4px 0 0;
            vertical-align: text-bottom;
            width: 21px;
            background-repeat: no-repeat; }
          .login-share .m .share .share-m li a, .login-share .m .service123 .share-m li a, .login-share .m .invite .share-m li a {
            line-height: 21px;
            color: #9F9F9F; }
          .login-share .m .share .share-m li a:hover, .login-share .m .service123 .share-m li a:hover, .login-share .m .invite .share-m li a:hover {
            color: #e12605; }
        .login-share .m .share .share-m li.tencent i, .login-share .m .service123 .share-m li.tencent i, .login-share .m .invite .share-m li.tencent i {
          background: url(images/tencent.png); }
        .login-share .m .share .share-m li.sina i, .login-share .m .service123 .share-m li.sina i, .login-share .m .invite .share-m li.sina i {
          background: url(images/sina.png); }
        .login-share .m .share .share-m li.renren i, .login-share .m .service123 .share-m li.renren i, .login-share .m .invite .share-m li.renren i {
          background: url(images/renren.png); }
        .login-share .m .share .share-m li.qqzone i, .login-share .m .service123 .share-m li.qqzone i, .login-share .m .invite .share-m li.qqzone i {
          background: url(images/qqzone.png); }
        .login-share .m .share .share-m li.kaixin i, .login-share .m .service123 .share-m li.kaixin i, .login-share .m .invite .share-m li.kaixin i {
          background: url(images/kaixin.png); }
        .login-share .m .share .share-m li.douban i, .login-share .m .service123 .share-m li.douban i, .login-share .m .invite .share-m li.douban i {
          background: url(images/douban.png); }
    .login-share .m .ercodebig {
      float: left;
      margin-right: 5px;
      position: relative;
      cursor: pointer; }
      .login-share .m .ercodebig .ercodebig-t a {
        padding: 0 20px 0 0;
        line-height: 34px;
        font-style: normal;
        background: url(images/index/erweim.png) no-repeat right center; }
      .login-share .m .ercodebig .ercodebig-t .curr {
        color: #e12605; }
      .login-share .m .ercodebig .ercodebigm {
        position: absolute;
        top: 20px;
        right: 0;
        display: none;
        width: 278px;
        height: 340px;
        cursor: default; }
        .login-share .m .ercodebig .ercodebigm .block-dot {
          display: block;
          height: 6px;
          width: 238px;
          margin-top: 15px; }
          .login-share .m .ercodebig .ercodebigm .block-dot img {
            display: block;
            float: right; }
        .login-share .m .ercodebig .ercodebigm .ercodebig-m {
          background: #e12605;
          padding: 5px 0;
          height: 320px; }
          .login-share .m .ercodebig .ercodebigm .ercodebig-m .imgtip {
            padding: 6px 0 7px 11px;
            overflow: hidden;
            width: 256px;
            height: 256px; }
            .login-share .m .ercodebig .ercodebigm .ercodebig-m .imgtip img {
              width: 255px;
              height: 255px; }
          .login-share .m .ercodebig .ercodebigm .ercodebig-m .bottomtip {
            line-height: 24px;
            color: white;
            text-align: center;
            font-size: 14px; }

.sr-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 105px;
  text-align: center; }
  .sr-border .sr-t {
    width: 103px;
    height: 21px;
    background: url(images/index/srt.png);
    display: block;
    margin: 0 auto; }
  .sr-border ul {
    width: 99px;
    margin: 0 auto;
    background: #F5F5F5; }
    .sr-border ul li {
      width: 100%;
      height: 19px;
      padding: 4px 0; }
      .sr-border ul li a {
        width: 100%;
        text-align: left;
        text-indent: 17px;
        line-height: 19px;
        display: block;
        color: #898989; }
      .sr-border ul li a.curr,
      .sr-border ul li a:hover {
        background: #898989;
        color: #fff; }
  .sr-border .sr-b {
    width: 105px;
    height: 20px;
    display: block;
    background: url(images/index/srb.png); }

.ad-img3 {
  clear: both;
  padding-top: 25px; }

#king-top-box {
  position: absolute;
  text-align: left; }

.yz-king-title {
  background-color: #faf887;
  border: solid 1px #f89a19;
  height: 25px;
  line-height: 25px;
  z-index: 10;
  position: absolute;
  border-bottom: solid 1px #faf887;
  padding: 0 3px;
  text-align: center;
  cursor: pointer;
  color: #fc401a;
  display: block; }

.yz-king-child {
  width: 260px;
  position: absolute;
  top: 26px;
  border: solid 1px #f89a19;
  background-color: #faf887;
  padding: 3px;
  z-index: 0;
  left: -20px; }

.yz-king-child ul {
  background-color: #FFF;
  border: solid 1px #edc956;
  padding: 5px 0; }

.yz-king-child .kingvip {
  background: url(images/kingvip.png) 5px 1px no-repeat;
  text-indent: 75px; }

.yz-king-child .king {
  background: url(images/king.png) 5px 2px no-repeat;
  text-indent: 58px; }

.yz-king-child ul li {
  height: 20px;
  line-height: 20px; }

.yz-king-child ul li a {
  line-height: 20px !important; }

.fixtopline {
  height: 1px;
  overflow: hidden;
  background: #faf887;
  position: absolute;
  top: -1px;
  width: 40px; }

.gkfooter {
  padding: 28px 0 20px 0;
  margin: 10px 0 0 0;
  color: #666666;
  background-color: #fff;
  border-top: 2px solid #A2A1A9;
  overflow: hidden; }

/*相关产品*/
.yiztjproducts-warp {
  margin-bottom: 12px; }

.yiztjproducts-warp .relateproduct {
  padding: 0 11px; }

.yiztjproducts-warp .relateproduct h2 {
  border-bottom: solid 2px #e4e4e4;
  line-height: 35px;
  font-weight: bold;
  font-size: 14px; }

.yiztjproducts-warp .relateproduct .sectiondatabox {
  width: 600px; }

.yiztjproducts-warp .relateproduct .relatebox {
  margin-right: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  float: left;
  width: 100px;
  height: 120px;
  display: inline-block; }

.yiztjproducts-warp .relateproduct .relatebox .img {
  width: 99px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #D2D2D2; }

.yiztjproducts-warp .relateproduct .relateinfo5right {
  margin-right: 0; }

/*知识中心 热门指数排行*/
.knowledgelink .sidetitle {
  margin-bottom: 5px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #d8d8d8; }
.knowledgelink .new_p_module1 {
  padding: 12px 0 6px 0;
  height: 67px; }
  .knowledgelink .new_p_module1 .img {
    width: 67px;
    height: 67px;
    display: inline-block;
    float: left; }
    .knowledgelink .new_p_module1 .img img {
      width: 100%;
      height: 100%; }
  .knowledgelink .new_p_module1 ul {
    margin-left: 74px; }
    .knowledgelink .new_p_module1 ul li {
      width: 119px;
      height: 22px;
      overflow: hidden;
      line-height: 22px; }
      .knowledgelink .new_p_module1 ul li a {
        width: 123px;
        color: #5D5D5D;
        margin-left: 9px; }
  .knowledgelink .new_p_module1 .curr {
    background: url(images/index/currarrow.png) no-repeat left center; }
    .knowledgelink .new_p_module1 .curr a {
      color: #e12605; }
.knowledgelink .new_p_module2 {
  padding: 7px 0 7px 0; }
  .knowledgelink .new_p_module2 ul {
    line-height: 25px;
    color: #666;
    margin-left: 18px; }
    .knowledgelink .new_p_module2 ul li {
      list-style-type: disc; }
      .knowledgelink .new_p_module2 ul li a {
        color: #6F6F6F; }
        .knowledgelink .new_p_module2 ul li a:hover {
          color: #e12605; }

.orderlist .ordertitle {
  margin-bottom: 5px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #d8d8d8; }
.orderlist .orderul {
  padding: 6px 0 8px 0;
  width: 95%; }
  .orderlist .orderul li {
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    color: #6F6F6F; }
    .orderlist .orderul li a {
      color: #444444; }
      .orderlist .orderul li a:hover {
        color: #f93e1b; }
    .orderlist .orderul li .img1, .orderlist .orderul li .img2, .orderlist .orderul li .img3, .orderlist .orderul li .img4, .orderlist .orderul li .img5, .orderlist .orderul li .img6, .orderlist .orderul li .img7, .orderlist .orderul li .img8, .orderlist .orderul li .img9, .orderlist .orderul li .img10 {
      width: 12px;
      height: 12px;
      overflow: hidden;
      background: url(../../content/images/interest/toplisticon.png);
      display: inline-block;
      float: left;
      margin: 5px 7px 0 0; }
    .orderlist .orderul li .img2 {
      background: url(../../content/images/interest/toplisticon.png) 0 -12px; }
    .orderlist .orderul li .img3 {
      background: url(../../content/images/interest/toplisticon.png) 0 -23px; }
    .orderlist .orderul li .img4 {
      background: url(../../content/images/interest/toplisticon.png) 0 -35px; }
    .orderlist .orderul li .img5 {
      background: url(../../content/images/interest/toplisticon.png) 0 -47px; }
    .orderlist .orderul li .img6 {
      background: url(../../content/images/interest/toplisticon.png) 0 -59px; }
    .orderlist .orderul li .img7 {
      background: url(../../content/images/interest/toplisticon.png) 0 -71px; }
    .orderlist .orderul li .img8 {
      background: url(../../content/images/interest/toplisticon.png) 0 -83px; }
    .orderlist .orderul li .img9 {
      background: url(../../content/images/interest/toplisticon.png) 0 -96px; }
    .orderlist .orderul li .img10 {
      background: url(../../content/images/interest/toplisticon.png) 0 -107px; }

/*侧边推广咨询*/
.FlanksService td.info {
  border-color: #2c66d2 !important; }
.FlanksService td.info-bottom {
  border-color: #2c66d2 !important; }
.FlanksService div.Obtn {
  background-color: #2c66d2 !important; }
.FlanksService div.Obtn_R {
  background-color: #2c66d2 !important; }

/*资料下载*/
.doc-left .doc-left-border .ulDocClassList li:hover {
  border-left-color: #2c66d2 !important;
  background-color: #2c66d2 !important;
  border-bottom-color: #2c66d2 !important; }

.doc-left .doc-left-border .doc-switch-action .curr {
  background-color: #2c66d2 !important; }

.doc-right .doc-list-border .doc-list-head .download-tab .curr {
  background-color: #2c66d2 !important; }

