﻿@charset "UTF-8";
/*富文本（about）title*/

.oTitle2 {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .oTitle {
    max-width: 60% !important;
    margin-left: 0 !important;
    margin-bottom: 4% !important;
  }
}

/*内页title*/

.innerTitle {
  text-align: center;
  margin-bottom: 3%;
}

.innerTitle .ch {
  font-size: 24px;
  color: #c0151f;
}

.innerTitle .en {
  font-size: 24px;
  color: #8d8d8d;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .innerTitle .ch {
    font-size: 18px;
  }
  .innerTitle .en {
    font-size: 14px;
  }
}

.detailTitle {
  font-size: 26px;
  text-align: center;
  margin-bottom: 1em;
}

.pubTime {
  display: block;
  color: #666;
  font-size: 16px;
  text-align: center;
  margin-bottom: 5%;
}

.content {
  font-size: 16px;
  line-height: 2;
}

.content p {
  text-indent: 2em;
}

@media (max-width: 768px) {
  .detailTitle {
    font-size: 20px;
  }
  .pubTime {
    font-size: 14px;
  }
}

/*banner*/

.inner-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.inner-banner .cont {
  padding-bottom: 16.66%;
}

/*内页导航*/

.innerNav {
  border-bottom: 1px solid #dcdcdc;
}

.iNav {
  float: left;
}

.side-nav {
  line-height: 40px;
  padding: 10px 0;
  overflow: hidden;
}

.side-nav li {
  position: relative;
  float: left;
  margin-right: 2em;
}

.side-nav li:before {
  content: "";
  visibility: hidden;
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e60019;
}

.side-nav li:after {
  content: "";
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent #e60019;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
}

.side-nav li:before,
.side-nav li:after {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.side-nav li:hover:before,
.side-nav li:hover:after,
.side-nav li.on:before,
.side-nav li.on:after {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.side-nav li a {
  display: block;
}

.side-nav .t {
  display: none;
}

.location {
  height: 60px;
  line-height: 60px;
  float: right;
}

.location a {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  margin: 0 4px;
}

.location a.home {
  font-size: 0;
  background: url('../Images/home.jpg') no-repeat center center / contain;
  width: 20px;
}

@media (max-width: 768px) {
  .iNav,
  .location {
    float: none;
  }
  .location,
  .side-nav ul {
    display: none;
  }
  .side-nav {
    height: 50px;
    line-height: 50px;
    position: relative;
    overflow: visible;
  }
  .side-nav .t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1em;
    font-size: 18px;
  }
  .side-nav .t i {
    display: block;
    width: 0;
    height: 0;
    border-width: 0.5em 0.5em 0;
    border-style: solid;
    border-color: #333 transparent transparent;
    /*灰 透明 透明 */
  }
  .side-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1px;
    width: 100%;
    background-color: #fff;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    z-index: 2;
  }
  .side-nav ul li {
    float: none;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    border-bottom: 1px dashed #dcdcdc;
  }
  .side-nav ul li:last-child {
    border-bottom: none;
  }
  .side-nav li:before,
  .side-nav li:after {
    display: none;
  }
}

.innerContent {
  margin-top: 4%;
}

.innerAbout p {
  font-size: 14px;
  color: #242424;
  line-height: 1.8;
}

.innerContent img,
    .innerContent video  {
    display: block;
    margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 768px) {
  .innerContent {
    padding: 0 1em;
  }
  .innerContent img {
    float: none;
  }
  .innerAbout p {
    line-height: 2;
    text-indent: 2em;
  }
}

/*caseList*/

.caseList {
  overflow: hidden;
}

.caseList ul {
  margin: 0 -1%;
}

.caseList li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  padding: 0 1%;
  margin-bottom: 2%;
}

.caseList li .imgBox {
  width: 100%;
  padding-bottom: 65%;
}

.caseList li .imgBox img {
  width: 100%;
}

.caseList li span {
  font-size: 18px;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  background-color: #dcdcdc;
  overflow: hidden;
}

@media (max-width: 768px) {
  .caseList ul {
    margin: 0 -1%;
  }
  .caseList li {
    width: 50%;
    padding: 0 2%;
    margin-bottom: 4%;
  }
  .caseList li span {
    font-size: 14px;
    height: 2em;
    line-height: 2em;
  }
}

/*proudctList*/

.productList {
  overflow: hidden;
}

.productList ul {
  margin: 0 -1%;
}

.productList li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  padding: 0 1%;
  margin-bottom: 2%;
}

.productList li .imgBox {
  width: 100%;
  padding-bottom: 49%;
}

.productList li .imgBox img {

}

.productList li span {
  font-size: 18px;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  background-color: #dcdcdc;
}

@media (max-width: 768px) {
  .productList ul {
    margin: 0 -1%;
  }
  .productList li {
    width: 50%;
    padding: 0 2%;
    margin-bottom: 4%;
  }
  .productList li span {
    font-size: 14px;
    height: 2em;
    line-height: 2em;
  }
}

/*projectList*/

.projectList {
  overflow: hidden;
}

.projectList ul {
  margin: 0 -1%;
}

.projectList li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  padding: 0 1%;
  margin-bottom: 2%;
}

.projectList li .imgBox {
  width: 100%;
  padding-bottom: 65%;
}

.projectList li .imgBox img {
  width: 100%;
}

.projectList li span {
  font-size: 18px;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  background-color: #dcdcdc;
}

@media (max-width: 768px) {
  .projectList ul {
    margin: 0 -1%;
  }
  .projectList li {
    width: 50%;
    padding: 0 2%;
    margin-bottom: 4%;
  }
  .projectList li span {
    font-size: 14px;
    height: 2em;
    line-height: 2em;
  }
}

/*videoList*/

.videoList {
  overflow: hidden;
}

.videoList ul {
  margin: 0 -1%;
}

.videoList li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  padding: 0 1%;
  margin-bottom: 2%;
}

.videoList li .imgBox {
  width: 100%;
  padding-bottom: 65%;
}

.videoList li .imgBox img {
  width: 100%;
}
.videoList li .imgBox i {
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,.6) url(../Images/v.png) no-repeat center center;
}

.videoList li span {
  font-size: 18px;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  background-color: #dcdcdc;
  overflow: hidden;
}

@media (max-width: 768px) {
  .videoList ul {
    margin: 0 -1%;
  }
  .videoList li {
    width: 50%;
    padding: 0 2%;
    margin-bottom: 4%;
  }
  .videoList li span {
    font-size: 14px;
    height: 2em;
    line-height: 2em;
  }
}

/*newsList*/

.newsList li {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  font-size: 18px;
  height: 84px;
  line-height: 84px;
  margin-bottom: 2%;
}

.newsList li .num {
  float: left;
}

.newsList li .num i {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  background-color: #e60b11;
  text-align: center;
  color: #fff;
  margin-right: 1em;
}

.newsList li .newsTime {
  margin-left: 1em;
}

@media (max-width: 768px) {
  .newsList li {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .newsList li .num i {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
  }
}

.innerContact {
  background-color: #f1f1f1;
}

.innerContact img {
  width: 55%;
  float: left;
}

.innerContact .cont {
  overflow: hidden;
  padding: 4%;
  font-size: 16px;
  color: #6b6b6b;
  line-height: 2;
}

.innerContact .cont .t {
  font-size: 24px;
  color: #e60b11;
  margin-bottom: 4%;
}

.innerMap {
  background-color: #f1f1f1;
  margin-top: 3%;
}

.innerMap .contactMap {
  float: right;
  width: 65%;
  height: 464px;
}

.innerMap .leave {
  overflow: hidden;
  padding: 2%;
}

.innerMap .leave .t {
  color: #d12318;
  font-size: 18px;
  margin-bottom: 10%;
}

.msgForm p input,
.msgForm p textarea {
  width: 100%;
  height: 30px;
  line-height: 30px;
  vertical-align: text-top;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.msgForm p {
  position: relative;
  margin-bottom: 18px;
  padding-left: 4em;
  padding-right: 1em;
  font-size: 14px;
}

.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: url("../Images/submit-bg.jpg");
  background-size: auto 100%;
}

.msgForm .btn-box input.msg_btn[type="reset"] {
  background: url("../Images/reset-bg.jpg");
  background-size: auto 100%;
}

@media (max-width: 768px) {
  .innerContact,
  .innerMap {
    margin: 0 -1em;
  }
  .innerContact .cont {
    font-size: 12px;
  }
  .innerMap .contactMap,
  .innerContact img {
    width: 100%;
    float: none;
  }
  .innerContact .cont .t {
    font-size: 18px;
  }
  .innerMap .contactMap {
    height: 300px;
  }
}

/*发展历程*/

.course ul {
  display: none;
  border-left: 1px solid #c0151f;
}

.course li {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  position: relative;
}

.course li .t {
  color: #c0151f;
  font-size: 18px;
  line-height: 30px;
}

.course li .c {
  font-size: 12px;
}

.course li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
  background-color: #c0151f;
  border-radius: 50%;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .course .courseImg {
    display: none;
  }
  .course ul {
    display: block;
  }
}

/*产品详情*/

.bigImgList {
  width: 100%;
  position: relative;
  border: 1px solid #e5e5e5;
  margin-right: 20px;
  float: left;
  background-color: #d0d0d0;
}

.bigImgList li .imgBox {
  width: 100%;
  padding-bottom: 46%;
  position: relative;
}

.bigImgList li .imgBox img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bigImgList .prev,
.bigImgList .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 3;
}

.bigImgList .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.bigImgList .prev:hover,
.bigImgList .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.pdtDetail h1 {
  font-size: 24px;
  color: #1051c8;
}

.pdtDetail dt {
  float: left;
  clear: left;
  margin-right: 10px;
}

.pdtDetail dd {
  float: left;
}

.MvcPagerCtrl {
  text-align: center;
  font-size: 20;
}

.MvcPagerCtrl a {
  padding: .1em 0.5em;
  border: 1px solid #0e112f;
  font-size: 16px;
}

.MvcPagerCtrl a.on {
  background-color: #0e112f;
  color: #fff;
}

h1.pdtName {
  color: #c0151f;
  font-size: 26px;
  border-bottom: #d9d9d9 dashed 1px;
  height: 30px;
  line-height: 30px;
  padding-bottom: 1em;
  text-align: center;
}
.ptdInfo{
  position: relative;
  margin-top: 30px;
  margin-bottom: 24px;
}
.ptdInfo:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #c0151f;
  z-index: -1;
}
.pdtDetail{
  border-bottom: 1px solid #ddd;
  margin-bottom: 2%;
}
.pdtDetail li{
  width: 25%;
  float: left;
  margin-right: 1em;
  padding-bottom: 2%;
}

.ptdInfo span.title {
  padding: 5px 10px;
  background-color: #c0151f;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}

.buyPdt {
  background-color: #f0f0f0;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-indent: 1em;
  color: #1051c8;
  font-size: 16px;
}

.buyPdt .pdtTitle {
  color: #1051c8;
  line-height: 40px;
}

.msgForm {
  width: 400px;
  max-width: 100%;
}

.msgForm p {
  text-indent: 0 !important;
}

.msgForm p.notPadding {
  padding: 0;
}

@media (max-width: 768px) {
  .bigImgList {
    width: 100%;
  }
  .pdtDetail li{
    width: 100%;
    float: none;
  }
}

/* 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 {
  cursor: pointer;
  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); }


/*企业文化*/
.innerCulture{
  background-color: #f1f4f9;
}
.innerCulture .img,
.innerCulture .cont{
  width: 50%;
  float: left;
}
.innerCulture .even .img,
.innerCulture .even .cont{
  float: right;
}
.innerCulture .cont{
  padding: 2% 2% 0 2%;
  box-sizing: border-box;
  line-height: 1.8;
}
@media (max-width: 768px) {
    .innerCulture .img,
    .innerCulture .cont,
    .innerCulture .even .img,
    .innerCulture .even .cont{
      width:100%;
      float: none;
    }
    .innerCulture .cont{
        padding: 2%;
    }
}


.innerDetail .videoBox{
  position: relative;
  width: 853px;
  max-width: 100%;
  height: 480px;
  margin: 0 auto;
  background-color: #000;
  margin-bottom: 2em;
}
.innerDetail .videoBox video{
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
    .innerDetail .videoBox{
      width: 90%;
      height: 0;
      padding-bottom: 51%;
    }
    .innerDetail .videoBox video{
      position: absolute;
      top: 0;
      left: 0;
    }
}

/*上下页按钮*/
.prevNextBtn{
	border-top: solid 1px #999;
	margin: 20px 0 20px 15px;
	padding: 15px 0;
}

.prevNextBtn .btn{
	display: block;
	color: #999;
  line-height: 1.8;
  font-size: 16px;
}
.prevNextBtn a
{
	color: #999;    
}



.aboutUs .l{
    float: left;
    width: 50%;
    padding-right: 15px;
}
.aboutUs .r{

    box-sizing: border-box;
    color: #666;
}
    .aboutUs .r .t {
        margin-bottom: 54px;
    }
    .aboutUs .r .t .b{
        font-size: 25px;
        margin-bottom: 10px;
    }
    .aboutUs .r .t .s{
        font-size: 14px;
    }
    .aboutUs .r p {
        margin-bottom: 30px;
        line-height: 2;
        color: #666;
    }
@media (max-width: 768px) {
    .aboutUs .l,
    .aboutUs .r
     {
        float: none;
        width: 100%;
    }
    .aboutUs .l {
        padding-right: 0;
    }
    .aboutUs .r {
        margin-top: 30px;
    padding: 0;
    }
     .aboutUs .r p {
        margin-bottom: 15px;
    }
     .aboutUs .r .t {
        margin-bottom: 20px;
    }
}