@charset "UTF-8";
/* scss */
h2
{
    font-weight:bold;
    color: #237db2;
    font-size: 16px;
}
.productList ul li .imgBox, .projectList ul li .imgBox, .caseList ul li .imgBox {
  position: relative; }
  .productList ul li .imgBox img, .projectList ul li .imgBox img, .caseList ul li .imgBox img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.inner-side, .inner-content {
  margin-top: 5px; }

.detail .detailTitle {
  color: #227cb1;
  font-size: 22px;
  text-align: center; }
.detail .detailInfo {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
  text-align: center; }
.detail .content {
  margin-top: 20px; }

.deatilBtn {
  margin-top: 35px; }
  .deatilBtn .prevBtn, .deatilBtn .nextBtn {
    width: 40%;
    overflow: hidden;
    height: 40px;
    line-height: 40px; }
  .deatilBtn .prevBtn {
    float: left; }
  .deatilBtn .nextBtn {
    float: right; }

/* 内页banner */
.inner-banner {
  height: 320px; }
  .inner-banner .banner-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

/* 内页 content */
.inner-content {
  width: 730px;
  min-height: 696px; }
  .inner-content .content-header {
    padding: 0 10px;
    margin-bottom: 20px;
    height: 37px;
    line-height: 37px;
    background-color: #227cb1;
    color: #fff;
    font-size: 18px; }
    .inner-content .content-header .innerLocation {
      font-size: 14px; }
      .inner-content .content-header .innerLocation a {
        color: #fff; }
  .inner-content .inner-main {
    line-height: 1.8;
    color: #454545; }
    .inner-content .inner-main .inner-title {
      display: none; }
    .inner-content .inner-main img {
      max-width: 100%;
      margin: 0 auto 15px; }
    .inner-content .inner-main p {
      font-size: 14px;
      text-indent: 2em;
      line-height: 2; }

/* 内页侧导航 */
.inner-side {
  width: 260px; }

.category {
  background-color: #ebebeb;
  padding: 10px 0;
  overflow: hidden; }
  .category li {
    background-color: #ebebeb;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 200px;
    margin: 10px auto; }
    .category li a {
      display: block;
      width: 130px;
      height: 40px;
      line-height: 40px;
      background: #237db2 url(../images/Confi01.jpg) no-repeat 40px 15px;
      color: #fff;
      padding-left: 70px; }
    .category li:hover a, .category li.on a {
      background: #218bc9 url(../images/Confi01.jpg) no-repeat 40px 15px;
      color: #FF0; }

.side-box {
  margin-bottom: 30px; }
  .side-box .side-title {
    width: 260px;
    height: 60px;
    background: #237db2;
    text-align: center;
    line-height: 60px;
    color: #FFF;
    font-size: 20px; }
  .side-box .side-content {
    background-color: #ebebeb;
    padding: 15px;
    color: #666;
    line-height: 1.8; }
  .side-box .side-content span
  {
      display: block;
  }
    .side-box .side-content img {
      width: 100%; }
  .side-box .side-list {
    background-color: #ebebeb;
    padding: 15px;
    line-height: 1.8; }
    .side-box .side-list li {
      padding: 4px 0;
      margin: 4px 0; }
      .side-box .side-list li:before {
        content: "●"; }

/* 分页 */
.MvcPagerCtrl {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center; }
  .MvcPagerCtrl a {
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    padding: 5px;
    background-color: #e0e0e0;
    border: 2px solid #cdcdcd;
    margin: 0 4px; }
    .MvcPagerCtrl a:hover {
      background-color: #44a3db;
      color: #fff !important;
      border-color: #227cb1; }

/* 分页 end */
/* about */
.inner-about {
  color: #454545;
  padding: 0 30px 20px 30px; }

/* 产品列表页 */
.productList {
  width: 730px;
  margin-left: auto;
  margin-right: auto; }
  .productList ul {
    margin-left: -25px;
    margin-right: -25px; }
    .productList ul > li {
      float: left;
      width: 210px;
      margin-right: 25px;
      margin-left: 25px; }
  .productList ul li {
    margin-bottom: 30px; }
    .productList ul li > img {
      width: 100%;
      height: 128px; }
    .productList ul li .imgBox {
      width: 100%;
      height: 128px;
      border: 2px solid #A0A0A0;
      box-sizing: border-box; }
    .productList ul li span {
      display: block;
      height: 20px;
      line-height: 20px; }

/* 产品详情 */
/*产品详情*/
.pdtDetail {
  padding: 10px; }
  .pdtDetail .pdtName {
    font-size: 16px;
    font-weight: bold;
    border-bottom: #d9d9d9 dashed 1px;
    line-height: 30px;
    color: #227cb1; }
  .pdtDetail p {
    line-height: 30px;
    display: block; }
  .pdtDetail dt {
    float: left;
    clear: left; }

.imgLine {
  border-bottom: #cfcfcf dashed 1px; }

.ptdInfo {
  border-bottom: #227cb1 solid 2px;
  margin-top: 30px; }
  .ptdInfo .title {
    padding: 10px 20px 10px 20px;
    background-color: #227cb1;
    font-size: 16px;
    color: #ffffff;
    display: block;
    width: 65px; }

.pdtInfoImg {
  padding: 5px; }
  .pdtInfoImg img {
    max-width: 100%;
    margin: 6px auto; }

/* projectList */
.projectList {
  width: 730px;
  margin-left: auto;
  margin-right: auto; }
  .projectList ul {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .projectList ul > li {
      float: left;
      width: 220px;
      margin-right: 17.5px;
      margin-left: 17.5px; }
  .projectList ul li {
    margin-bottom: 20px; }
    .projectList ul li > img {
      width: 100%;
      height: 157px; }
    .projectList ul li .imgBox {
      width: 100%;
      height: 157px;
      border: 2px solid #ddd;
      box-sizing: border-box; }
    .projectList ul li span {
      display: block;
      text-align: center;
      height: 30px;
      line-height: 30px; }

.caseList {
  width: 730px;
  margin-left: auto;
  margin-right: auto; }
  .caseList ul {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .caseList ul > li {
      float: left;
      width: 220px;
      margin-right: 17.5px;
      margin-left: 17.5px; }
  .caseList ul li > img {
    width: 100%;
    height: 200px; }
  .caseList ul li .imgBox {
    width: 100%;
    height: 156px;
    border: 2px solid #000;
    box-sizing: border-box; }
  .caseList ul li span {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px; }

/* projectDetail */
.projectDetail .inner-title {
  font-size: 24px;
  text-align: center;
  line-height: 1.8;
  display: block !important; }

.news-list li {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed #ddd; }
