@charset "UTF-8";
/* 文本居中*/
.productList ul > li span, .caseList ul > li span, .caseList2 ul > li span, .partnerList ul > li span, .pictureFun ul > li span, .projectList ul > li span {
  text-align: center; }

/* 块元素*/
.innerDetail .detailTitle, .innerDetail .pubTime, .productList ul > li span, .caseList ul > li span, .caseList2 ul > li span, .partnerList ul > li span, .pictureFun ul > li span, .projectList ul > li span {
  display: block; }

/* 行内元素*/
/*左浮动*/
/*右浮动*/
/* 清除浮动*/
.productList ul, .caseList ul, .caseList2 ul, .partnerList ul, .pictureFun ul, .projectList ul {
  /* for IE6 IE7 */
  /*zoom: 1;*/ }
  .productList ul:after, .caseList ul:after, .caseList2 ul:after, .partnerList ul:after, .pictureFun ul:after, .projectList ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

/*上下居中*/
/*超出省略号*/
.productList ul > li span, .caseList ul > li span, .caseList2 ul > li span, .partnerList ul > li span, .pictureFun ul > li span, .projectList ul > li span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.productList ul > li:hover img, .caseList ul > li:hover img, .caseList2 ul > li:hover img, .partnerList ul > li:hover img, .pictureFun ul > li:hover img, .projectList ul > li:hover img {
  box-shadow: 2px 2px 10px #888; }

/* scss */
.msgForm p input, .msgForm p textarea {
  width: 100%;
  height: 30px;
  line-height: 30px;
  vertical-align: text-top;
  border: 1px solid #ccc;
  box-sizing: border-box; }

.msgForm p {
  position: relative;
  margin-bottom: 18px;
  padding-left: 4em;
  padding-right: 1em; }
  .msgForm p span {
    position: absolute;
    display: block;
    top: 0;
    left: 1em; }
  .msgForm p textarea {
    height: 100px; }
  .msgForm p.must_text:before {
    content: "*";
    color: #f99e00;
    position: absolute;
    right: 0;
    top: 0; }
  .msgForm p label.error {
    position: absolute;
    left: 3em;
    top: 30px;
    color: red; }
.msgForm .btn-box {
  text-align: center; }
  .msgForm .btn-box input.msg_btn {
    height: 30px;
    line-height: 30px;
    width: 90px;
    border-radius: 12px;
    border: 0;
    margin: 0 pxFrem(10);
    color: #fff;
    cursor: pointer;
    font-size: pxFrem(30); }
    .msgForm .btn-box input.msg_btn[type="button"], .msgForm .btn-box input.msg_btn[type="submit"] {
      background-color: #d10100; }
    .msgForm .btn-box input.msg_btn[type="reset"] {
      background-color: #6f6f6f; }
      .msgForm .btn-box input.msg_btn[type="reset"]:hover {
        background-color: #a2a2a2; }

.zoomPad {
  position: relative;
  z-index: 99;
  cursor: crosshair; }

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px; }

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair; }

.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5;*/
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101; }

.zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110; }

.zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110; }

.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60); }

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110; }

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101; }

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block; }

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
.clearfix-big {
  width: 320px;
  height: 188px;
  border: 2px solid #666; }
  .clearfix-big .showImg {
    width: 100%;
    height: 100%; }
  .clearfix-big .zoomPad {
    width: 100%;
    height: 100%; }

.clearfix-small li {
  width: 78px;
  height: 45px;
  border: 1px solid #666; }
  .clearfix-small li img {
    width: 100%;
    height: 100%; }

.inner-banner {
  height: 300px; }

.side {
  margin-right: 30px;
  width: 155px; }
.location {
  border-bottom: 1px dashed #e7e7e7;
  padding-bottom: 4px;
  margin-bottom: 20px; }
  .location .location_l {
    font-size: 18px;
    color: #3e3e3e; }
  .location .location_r {
    color: #3e3e3e;
    font-size: 12px;
    margin-top: 6px; }
    .location .location_r a {
      color: #3e3e3e; }
    .location .location_r .lastA {
      color: #d10100; }
.innerContent {
  min-height: 300px;
  color: #3e3e3e;
  line-height: 2;
  font-size: 14px; }
  .innerContent p {
    text-indent: 2em;
    margin-bottom: 3px; }
  .innerContent img {
    max-width: 100%;
    margin: 0 auto; }
div .nextBtn, div .prevBtn {
  margin-top: 15px; }
div .nextBtn {
  float: right; }
div .prevBtn {
  float: left; }

.innerDetail .detailTitle, .innerDetail .pubTime {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px; }
.innerDetail .detailTitle {
  color: #d10100;
  font-size: 20px; }
.innerDetail .pubTime {
  color: #666;
  font-size: 15px; }

.side-box .side-title {
  margin-bottom: 15px; }
  .side-box .side-title span {
    display: block;
    line-height: 1;
    color: #d10100;
    font-size: 20px;
    font-weight: bold; }
  .side-box .side-title small {
    display: block;
    font-size: 12px;
    color: #b2b2b2; }
.side-box .side-content p {
  font-size: 20px;
  line-height: 1.5; }

.side-nav .side-title small {
  margin-top: 6px; }
.side-nav .side-content ul li.fLi {
  min-height: 26px;
  line-height: 26px;
  border-radius: 10px;
  color: #3e3e3e;
  font-size: 14px;
  margin-top: 10px; }
  .side-nav .side-content ul li.fLi.on > a {
    background-image: url("../Images/nav_bg.jpg");
    background-size: auto 100%;
    color: #fff; }
  .side-nav .side-content ul li.fLi > a {
    position: relative;
    background-color: #e7e7e7;
    display: block;
    color: #3e3e3e;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 5px; }
    .side-nav .side-content ul li.fLi > a:hover {
      background-image: url("../Images/nav_bg.jpg");
      background-size: auto 100%;
      color: #fff; }
    .side-nav .side-content ul li.fLi > a:before {
      content: "";
      display: block;
      position: absolute;
      left: 6px;
      width: 9px;
      height: 26px;
      background: url("../Images/nav_icon.png") no-repeat center center; }
.side-nav .side-content ul .nLi {
  margin-bottom: 6px; }
  .side-nav .side-content ul .nLi > a {
    display: block;
    padding-left: 20px;
    padding-right: 5px;
    background: url("../Images/nLi.jpg") no-repeat 6px 9px; }
.side-nav .side-content .sub {
  display: none; }
  .side-nav .side-content .sub li {
    background: url(../images/left_a_bg.png) no-repeat 10px 5px;
    padding-left: 25px;
    color: #999; }
    .side-nav .side-content .sub li a {
      color: #999;
      font-size: 12px; }
      .side-nav .side-content .sub li a:hover {
        color: #d10100; }
    .side-nav .side-content .sub li.myon {
      color: #d10100; }
      .side-nav .side-content .sub li.myon a {
        color: #d10100; }

.side-info {
  margin-top: 15px; }
  .side-info .side-title {
    padding-left: 37px;
    min-height: 37px;
    background: url("../Images/phone.jpg") no-repeat 0 0;
    margin-bottom: 0; }
    .side-info .side-title span {
      font-size: 15px;
      line-height: 20px; }

.productList {
  width: 815px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }
  .productList ul {
    margin-left: -26px;
    margin-right: -26px; }
    .productList ul > li {
      float: left;
      width: 236px;
      margin-right: 26px;
      margin-left: 26px; }
  .productList ul > li img {
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    border: 1px solid #cacaca; }
  .productList ul > li span {
    height: 30px;
    line-height: 30px; }

.caseList {
  width: 815px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }
  .caseList ul {
    margin-left: -26px;
    margin-right: -26px; }
    .caseList ul > li {
      float: left;
      width: 236px;
      margin-right: 26px;
      margin-left: 26px; }
  .caseList ul > li img {
    width: 100%;
    height: 165px;
    box-sizing: border-box;
    border: 1px solid #cacaca; }
  .caseList ul > li span {
    height: 30px;
    line-height: 30px; }
  .caseList a {
    color: #3e3e3e; }
  .caseList li {
    margin-bottom: 20px; }

.caseList2 {
  width: 815px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }
  .caseList2 ul {
    margin-left: -53px;
    margin-right: -53px; }
    .caseList2 ul > li {
      float: left;
      width: 200px;
      margin-right: 53px;
      margin-left: 53px; }
  .caseList2 ul > li img {
    width: 100%;
    height: 283px;
    box-sizing: border-box;
    border: 1px solid #cacaca; }
  .caseList2 ul > li span {
    height: 30px;
    line-height: 30px; }
  .caseList2 a {
    color: #3e3e3e; }
  .caseList2 li {
    margin-bottom: 20px; }

.partnerList {
  width: 815px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }
  .partnerList ul {
    margin-left: -26px;
    margin-right: -26px; }
    .partnerList ul > li {
      float: left;
      width: 236px;
      margin-right: 26px;
      margin-left: 26px; }
  .partnerList ul > li img {
    width: 100%;
    height: 95px;
    box-sizing: border-box;
    border: 1px solid #cacaca; }
  .partnerList ul > li span {
    height: 30px;
    line-height: 30px; }
  .partnerList a {
    color: #3e3e3e; }
  .partnerList li {
    margin-bottom: 20px; }

.pictureFun {
  width: 815px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  margin-top: 20px; }
  .pictureFun ul {
    margin-left: -23px;
    margin-right: -23px; }
    .pictureFun ul > li {
      float: left;
      width: 240px;
      margin-right: 23px;
      margin-left: 23px; }
  .pictureFun ul > li img {
    width: 100%;
    height: 215px;
    box-sizing: border-box;
    border: 1px solid #cacaca; }
  .pictureFun ul > li span {
    height: 30px;
    line-height: 30px; }
  .pictureFun a {
    color: #3e3e3e; }
  .pictureFun li {
    margin-bottom: 20px; }

.projectList {
  width: 811px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 2px;
  overflow: hidden; }
  .projectList ul {
    margin-left: -45px;
    margin-right: -45px; }
    .projectList ul > li {
      float: left;
      width: 360px;
      margin-right: 45px;
      margin-left: 45px; }
  .projectList ul > li img {
    width: 100%;
    height: 266px;
    box-sizing: border-box;
    border: 1px solid #cacaca; }
  .projectList ul > li span {
    height: 30px;
    line-height: 30px; }

.newsList ul li {
  padding-left: 30px;
  background: url("../Images/triangle2.jpg") no-repeat 10px 20px;
  color: #3e3e3e;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e7e7e7; }
  .newsList ul li a {
    color: #3e3e3e; }
    .newsList ul li a:hover {
      color: #d10100; }
  .newsList ul li .newsTime {
    margin-left: 1em; }

.systemList li {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #e7e7e7; }
.systemList .imgBox {
  width: 240px;
  height: 215px;
  border: 1px solid #dad8da; }
  .systemList .imgBox img {
    width: 100%;
    height: 100%; }
.systemList .system_content {
  text-align: center; }
  .systemList .system_content .system_title {
    color: #d10100;
    font-size: 30px;
    line-height: 50px;
    margin-top: 25px; }
  .systemList .system_content small {
    font-size: 20px;
    color: #3e3e3e; }
  .systemList .system_content .system_btn {
    display: block;
    margin: 25px auto 0;
    width: 174px;
    height: 37px;
    line-height: 37px;
    font-size: 18px;
    color: #fff;
    border-radius: 2px;
    background: url("../Images/system_btn_bg.jpg"); }

.productDetail .productSmallImg .productTilt {
  text-align: center;
  color: #d10100;
  font-weight: bold; }
.productDetail .productSmallImg .productImg img {
  display: block;
  max-width: 80%;
  border: 1px solid #969696;
  margin: 0 auto; }
.productDetail_title {
  background-color: #d5d5d5;
  color: #d10100; }
  .productDetail_title span {
    display: inline-block; }
.productDetail .productIntroduction p {
  display: inline-block;
  color: #ec1b24; }
  .productDetail .productIntroduction p span {
    color: #000; }
.productDetail .productShow img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

/* lignhtBox */
#wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

#mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #292929;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none; }

.photo_border {
  width: 300px;
  height: 300px;
  position: fixed;
  left: 50%;
  margin-left: -150px;
  z-index: 1001;
  background: url(../Images/lightbox/loading.gif) no-repeat center center #fff;
  display: none;
  z-index: 1000;
  zoom: 1; }

.photo {
  position: relative;
  border: 5px solid #fff;
  border-radius: 3px;
  overflow: hidden; }

.photo_btn {
  display: block;
  position: absolute;
  height: 100%;
  width: 40%;
  top: 0;
  zoom: 1;
  background: url(../Images/lightbox/ie-bug.gif);
  cursor: pointer; }

.photo_pre_btn {
  left: 0; }

.photo_pre_btn_show {
  background: url(../Images/lightbox/prev.png) no-repeat;
  background-position: 10% center; }

.photo_next_btn {
  right: 0; }

.photo_next_btn_show {
  background: url(../Images/lightbox/next.png) no-repeat;
  background-position: 90% center; }

.caption {
  position: relative;
  top: -65px;
  width: auto;
  height: 60px;
  margin: 0 5px;
  display: block;
  background: rgba(126, 126, 126, 0.5); }

.index {
  padding-left: 10px;
  color: #000;
  height: 30px;
  line-height: 30px; }

.title {
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  color: #fff; }

.caption_close_btn {
  width: 27px;
  height: 27px;
  position: absolute;
  right: 10px;
  top: 13px;
  background: url(../Images/lightbox/close.png) no-repeat;
  cursor: pointer; }

.contactMap {
  width: 450px;
  height: 193px; }

.msgForm {
  width: 400px; }

.siteMap {
  margin-top: 30px;
  margin-bottom: 30px; }
  .siteMap span {
    font-size: 20px; }
  .siteMap ul {
    font-size: 18px;
    background-color: #f8f8f8;
    border: 1px solid #c9c9c9;
    margin-bottom: 20px; }
    .siteMap ul li {
      float: left;
      line-height: 160%;
      padding: 10px 20px; }

.divSplitPage {
  margin-top: 40px; }
  .divSplitPage .pageInformation {
    font-size: 14px;
    color: #231816; }

.MvcPagerCtrl a {
  display: inline-block;
  min-width: 15px;
  height: 23px;
  line-height: 23px;
  padding: 0 4px;
  border: 1px solid #6d6d6d;
  color: #6d6d6d;
  text-align: center; }
  .MvcPagerCtrl a.on {
    border-color: #d10100;
    background-color: #d10100;
    color: #fff; }

.pdt_info {
  padding: 0 30px; }
  .pdt_info dl {
    font-size: 18px;
    line-height: 24px; }
    .pdt_info dl dt {
      color: #d10100;
      float: left;
      clear: left;
      margin-bottom: 10px; }
    .pdt_info dl dd {
      min-height: 24px;
      color: #3e3e3e;
      min-height: 24px;
      overflow: hidden;
      margin-bottom: 10px; }

.parameter .parameter_title {
  border-bottom: 1px solid #d10100;
  margin-top: 25px; }
  .parameter .parameter_title span {
    position: relative;
    background-color: #d10100;
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    font-size: 18px; }
    .parameter .parameter_title span:after {
      content: "";
      position: absolute;
      left: 100%;
      bottom: 0;
      display: block;
      width: 19px;
      height: 36px;
      background: url("../Images/parameter_title.png") no-repeat 0 0; }
.parameter .parameter_content {
  margin-top: 25px; }

.bigImg img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.bigImg {
  width: 310px;
  position: relative;
  overflow: hidden; }

.bigImg .bd {
  border: 1px solid #858484;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden; }

.bigImg .bd ul {
  width: 100% !important;
  position: relative;
  height: 282px; }

.bigImg .bd li {
  width: 100% !important;
  height: 282px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bigImg .bd li a {
  display: block;
  height: 500px; }

.bigImg .hd {
  width: 100%;
  float: left;
  border: 1px solid #858484;
  box-sizing: border-box; }

.bigImg .hd ul {
  text-align: center;
  font-size: 0; }

.bigImg .hd ul li {
  position: relative;
  cursor: pointer;
  float: left;
  width: 20%;
  height: 50px;
  border: 1px solid #fff;
  font-size: 0; }
  .bigImg .hd ul li.on {
    border: 1px solid #d10100; }
  .bigImg .hd ul li img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto; }

/*jqzoom*/
ul#thumblist {
  height: 41px;
  overflow: hidden;
  margin: 10px -11px; }

ul#thumblist li {
  float: left;
  margin-right: 2px;
  width: 18%;
  margin: 0 10px; }

ul#thumblist li a {
  display: block;
  border: 1px solid #CCC; }

ul#thumblist li a.zoomThumbActive {
  border: 1px solid #1c6dc1; }

.clearfix-small-img {
  border-top: 1px solid #e5e5e5; }

.clearfix-box {
  width: 310px;
  border: 1px solid #e5e5e5;
  float: left; }

.clearfix-big-img {
  width: 100%;
  height: 240px;
  text-align: center;
  font-size: 0; }

.clearfix-big-img a {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 100%; }

.clearfix-big-img:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle; }

.clearfix-small-img li a {
  position: relative;
  width: 100%;
  padding-bottom: 61.6%; }

.clearfix-small-img li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.zoomWindow {
  left: auto !important;
  right: -210px; }

.zoomWrapperImage img {
  max-width: none; }
