.content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden; }
  .content .listLeft {
    width: 25%;
    height: auto;
    margin-top: 40px;
    float: left; }
    .content .listLeft > ul {
      background: #f3f5f6; }
      .content .listLeft > ul > li {
        border-bottom: 1px solid #eaeced;
        padding: 10px 24px;
        position: relative; }
        .content .listLeft > ul > li.title {
          background: #0099af;
          color: white;
          font-weight: bold;
          font-size: 22px;
          font-weight: 600;
          line-height: 24px; }
        .content .listLeft > ul > li a {
          color: #444;
          font-size: 16px; }
        .content .listLeft > ul > li ul {
          width: 200px;
          padding: 25px 0 25px 33px;
          box-sizing: border-box;
          position: absolute;
          top: 0;
          left: 110%;
          background: white;
          border: 1px solid #eaeced;
          display: none;
          opacity: 0;
          z-index: 1; }
          .content .listLeft > ul > li ul li {
            padding: 10px; }
            .content .listLeft > ul > li ul li:hover {
              text-decoration: underline; }
    .content .listLeft h2 {
      font-size: 20px;
      font-weight: 600;
      height: 40px;
      line-height: 40px;
      margin-top: 30px;
      margin-bottom: 20px;
      border-bottom: 3px solid #e6e8e9;
      color: #0099af;
      display: block;
      position: relative;
      text-transform: uppercase; }
      .content .listLeft h2 span {
        display: block;
        width:90px;
        font-size:22px;
        height:40px;
        line-height:40px;
        border-bottom: 3px solid #0099af;
        margin-right:auto;
        margin-left:0;
}
    .content .listLeft .infoList ul li {
      line-height: 2;
      font-size: 16px;
      color: #666666; }
  .content .listRight {
    width: 75%;
    padding-left: 30px;
    box-sizing: border-box;
    float: left;
	margin-top:40px;}
    .content .listRight .listNav {
      height: 40px;
      line-height: 40px; }
      .content .listRight .listNav a {
        font-size: 16px;
        color: #444; }
        .content .listRight .listNav a::after {
          content: '>';
          display: inline-block;
          width: 30px;
          text-align: center; }
    .content .listRight .listBanner {
      background-image: url("../images/lanmubeijing.jpg");
      height: 260px;
      background-size: 100% 100%;
      padding: 60px;
      margin-bottom: 20px;
      box-sizing: border-box;
      font-size: 14px;
      color: #444; }
    .content .listRight .proList > ul {
      overflow: hidden; }
      .content .listRight .proList > ul li {
        width: 25%;
        padding: 20px;
        float: left;
        box-sizing: border-box;
        font-size: 14px;
        color: #444444; }
        .content .listRight .proList > ul li a {
          color: #444444;
          position: relative;
          display: block; }
          .content .listRight .proList > ul li a img {
            display: block;
            width: 100%; }
          .content .listRight .proList > ul li a.title {
            line-height: 2; }
          .content .listRight .proList > ul li a.btn {
            border-radius: 10px;
            color: #444444;
            display: inline-block;
            font-size: 14px;
            padding: 4px 9px 4px 30px;
            border: 1px solid #e6e8e9;
            transition: all .5s;
            background: url("../images/car.png") no-repeat 5px center/18px; }
          .content .listRight .proList > ul li a .more {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.5);
            display: none; }
            .content .listRight .proList > ul li a .more span {
              width: 0;
              height: 0;
              display: block;
              border-radius: 25px;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              transition: all .5s;
              background: #992e2e url("../images/more.png") no-repeat center/30px; }
        .content .listRight .proList > ul li p {
          line-height: 2; }
        .content .listRight .proList > ul li:hover .btn {
          color: white;
          background: #444444 url("../images/car_1.png") no-repeat 5px center/18px; }
        .content .listRight .proList > ul li:hover .more {
          display: block; }
          .content .listRight .proList > ul li:hover .more span {
            width: 50px;
            height: 50px; }
    .content .listRight .proList .pageList {
      margin-top: 50px; }
      .content .listRight .proList .pageList ul {
        display: block;
        text-align: center; }
        .content .listRight .proList .pageList ul li {
          display: inline-block; }
          .content .listRight .proList .pageList ul li a {
            display: block;
            color: #444444;
            border: 1px solid #0099af;
            padding: 5px 10px;
            transition: all .5s; }
            .content .listRight .proList .pageList ul li a:hover {
              background: #0099af;
              color: white; }
            .content .listRight .proList .pageList ul li a.this {
              background: #0099af;
              color: white; }
  .content .listNav {
    height: 40px;
    line-height: 40px; }
    .content .listNav a {
      font-size: 14px;
      color: #444; }
      .content .listNav a::after {
        content: '>';
        display: inline-block;
        width: 20px;
        text-align: center; }
  .content .productBox {
    }
    .content .productBox > img {
      width: 25%;
      display: block;
      float: left; }
    .content .productBox .productList {
      width: 75%;
      float: left;
      padding: 0 20px;
      box-sizing: border-box; }
      .content .productBox .productList > p {
        line-height: 2; }
        .content .productBox .productList > p:nth-of-type(2) {
          color: #0099af; }
      .content .productBox .productList #proBtn {
        width: 135px;
        box-sizing: border-box;
        padding: 10px 16px 10px 46px;
        font-size: 16px;
        line-height: 1.3333333;
        border-radius: 6px;
        color: white;
        display: block;
        background: #0099af url("../images/car_1.png") no-repeat 10px center/30px;
        cursor: pointer;
        margin-top: 30px;
        margin-left: auto;
        margin-right: 0; }
  .content .otherInfo {
    overflow: hidden; }
    .content .otherInfo .company {
      width: 25%;
      float: left; }
      .content .otherInfo .company h2 {
        font-size: 22px;
        font-weight: 600;
        height: 40px;
        line-height: 40px;
        margin-top: 30px;
        margin-bottom: 20px;
        border-bottom: 3px solid #e6e8e9;
        color: #0099af;
        display: block;
        position: relative;
        text-transform: uppercase; }
        .content .otherInfo .company h2 span {
          display: block;
    width: 90px;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid #0099af;
    margin-right:auto;
    margin-left:0;
}
      .content .otherInfo .company ul li {
        line-height: 2;
        font-size: 14px;
        color: #666666; }
.content .otherInfo .company ul li img{
	width:200px;
}
    .content .otherInfo .proDetail {
      width: 75%;
      float: left;
      padding: 0 30px;
      box-sizing: border-box; }
      .content .otherInfo .proDetail .proNav {
        border-bottom: 3px solid #e6e8e9; }
        .content .otherInfo .proDetail .proNav h2 {
          display: inline-block;
          color: #444;
          height: 40px;
          line-height: 40px;
          margin-top: 30px;
          margin-right: 30px;
          cursor: pointer; }
.content .otherInfo .proDetail .proNav h2 span{
	line-height:40px;
}
          .content .otherInfo .proDetail .proNav h2 span.this {
            display: inline-block;
            border-bottom: 3px solid #0099af; }
      .content .otherInfo .proDetail .proContent .proListContent {
        display: none;
        padding: 30px 0; }
        .content .otherInfo .proDetail .proContent .proListContent:nth-of-type(1) {
          display: block; }
      .content .otherInfo .proDetail .proXg > ul {
        overflow: hidden; }
        .content .otherInfo .proDetail .proXg > ul li {
          width: 25%;
          padding: 20px;
          float: left;
          box-sizing: border-box;
          font-size: 14px;
          color: #444444; }
          .content .otherInfo .proDetail .proXg > ul li a {
            color: #444444;
            position: relative;
            display: block; }
            .content .otherInfo .proDetail .proXg > ul li a img {
              display: block;
              width: 100%; }
            .content .otherInfo .proDetail .proXg > ul li a.title {
              line-height: 2; }
            .content .otherInfo .proDetail .proXg > ul li a.btn {
              border-radius: 10px;
              color: #444444;
              display: inline-block;
              font-size: 14px;
              padding: 4px 9px 4px 30px;
              border: 1px solid #e6e8e9;
              transition: all .5s;
              background: url("../images/car.png") no-repeat 5px center/18px; }
            .content .otherInfo .proDetail .proXg > ul li a .more {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              background: rgba(0, 0, 0, 0.5);
              display: none; }
              .content .otherInfo .proDetail .proXg > ul li a .more span {
                width: 0;
                height: 0;
                display: block;
                border-radius: 25px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                transition: all .5s;
                background: #992e2e url("../images/more.png") no-repeat center/30px; }
          .content .otherInfo .proDetail .proXg > ul li p {
            line-height: 2; }
          .content .otherInfo .proDetail .proXg > ul li:hover .btn {
            color: white;
            background: #444444 url("../images/car_1.png") no-repeat 5px center/18px; }
          .content .otherInfo .proDetail .proXg > ul li:hover .more {
            display: block; }
            .content .otherInfo .proDetail .proXg > ul li:hover .more span {
              width: 50px;
              height: 50px; }
  .content .arcticle li {
    transition: all .5s;
    position: relative; }
    .content .arcticle li a {
      transition: all .5s; }
    .content .arcticle li:nth-of-type(1) {
      background: #0099af;
      font-size:20px;
      color: white; }
      .content .arcticle li:nth-of-type(1)::after {
        content: '';
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-left-color: #0099af;
        position: absolute;
        right: -16px;
        top: 50%;
        margin-top: -8px; }
    .content .arcticle li span {
      display: block;
      border: 8px solid transparent;
      border-left-color: #0099af;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -8px;
      opacity: 0;
      transition: all .5s; }
    .content .arcticle li:hover {
      background: #0099af; }
      .content .arcticle li:hover a {
        color: white; }
      .content .arcticle li:hover span {
        opacity: 1;
        right: -16px; }
  .content #arcList li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 0; }
    .content #arcList li h2 {
      font-weight: normal; }
      .content #arcList li h2 a {
        color: #666;
        font-size: 20px; }
        .content #arcList li h2 a:hover {
          text-decoration: underline; }
    .content #arcList li p {
      margin: 0 0 15px;
      font-size: 14px;
      color: #666; }
  .content .arContent .title {
    font-size: 14px;
    color: #666; }
  .content .arContent .arDecoration {
    background: #f7f7f7;
    color: #666;
    padding: 30px 45px;
    font-size: 18px;
    margin: 20px 0; }
  .content .arContent .arInfo {
    color: #666;
    line-height: 2;
    text-indent: 2em;
    font-size: 14px; }
  .content .arContent .page {
    margin: 30px 0;
    font-size: 14px;
    color: #666; }
    .content .arContent .page p {
      padding: 10px;
      background: #f7f7f7;
      margin: 5px 0; }
      .content .arContent .page p a {
        display: inline-block;
        color: #666;
        text-decoration: underline; }
  .content .arContent .proXg > ul {
    overflow: hidden; }
    .content .arContent .proXg > ul li {
      width: 25%;
      padding: 20px;
      float: left;
      box-sizing: border-box;
      font-size: 14px;
      color: #444444; }
      .content .arContent .proXg > ul li a {
        color: #444444;
        position: relative;
        display: block; }
        .content .arContent .proXg > ul li a img {
          display: block;
          width: 100%; }
        .content .arContent .proXg > ul li a.title {
          line-height: 2; }
        .content .arContent .proXg > ul li a.btn {
          border-radius: 10px;
          color: #444444;
          display: inline-block;
          font-size: 14px;
          padding: 4px 9px 4px 30px;
          border: 1px solid #e6e8e9;
          transition: all .5s;
          background: url("../images/car.png") no-repeat 5px center/18px; }
        .content .arContent .proXg > ul li a .more {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.5);
          display: none; }
          .content .arContent .proXg > ul li a .more span {
            width: 0;
            height: 0;
            display: block;
            border-radius: 25px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: all .5s;
            background: #992e2e url("../images/more.png") no-repeat center/30px; }
      .content .arContent .proXg > ul li p {
        line-height: 2; }
      .content .arContent .proXg > ul li:hover .btn {
        color: white;
        background: #444444 url("../images/car_1.png") no-repeat 5px center/18px; }
      .content .arContent .proXg > ul li:hover .more {
        display: block; }
        .content .arContent .proXg > ul li:hover .more span {
          width: 50px;
          height: 50px; }
