@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;
  }
}

.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: 30%;
}

.inner-banner2 img
{
    width: 100%;
}

/*内页导航*/

.innerNav {
  border-bottom: 1px solid #dcdcdc;
}

.side-nav {
  height: 54px;
  line-height: 54px;
  overflow: hidden;
}

.side-nav ul {
  text-align: center;
}

.side-nav li {
  position: relative;
  display: inline-block;
  margin-right: 2em;
  font-size: 16px;
}

.side-nav li a {
  display: block;
}

.side-nav li.on a,
.side-nav li:hover a {
  color: #247c46;
}

.side-nav .t {
  display: none;
}

.location {
  height: 60px;
  line-height: 60px;
  float: right;
  display: none;
}

.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 {
    display: block;
    float: none;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    text-align: left;
    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%;
  min-height: 400px;
}

.innerContent p {
  font-size: 14px;
  color: #242424;
  line-height: 1.8;
  margin-bottom: .5em;
}
.innerAbout{
  width: 85%;
  margin: 0 auto;
}
.innerAbout p {
  text-indent: 2em;
}

.innerContent img {
  max-width: 100%;
  margin: 0 auto;
}
.innerAbout video
  {
      display: block;
      margin: 0 auto;
      background: #000;
      width: 700px;
      height: 500px;
  }
@media (max-width: 768px) {
  .innerContent {
    padding: 0 1em;
  }
  .innerContent img {
    margin: 0 auto;
    float: none;
  }
  .innerAbout{
    width: 100%;
  }
  .innerAbout p {
    line-height: 2;
    text-indent: 2em;
  }
  .innerAbout video
  {
      max-width: 98%;
      max-height: 250px;
      
  }
}

/*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%;
  height: 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
{
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
}

.productList ul li
{
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom: 1px dashed #c9c9c9 ;
}
.productList ul li .iBox{
    float: left;
    width: 242px;
    height: 160px;
    margin-right: 20px;
}
.productList ul li .iBox img
{
    width: 100%;
    height: 100%;
}
.productList ul li .contBox
{
    overflow: hidden;
    height: 160px;
    position: relative;
}
.productList ul li .contBox .tit
{
    font-size: 20px;
}
.productList ul li .contBox .cont
{
    margin-top: 15px;
    font-size: 14px;
    color: #6d798c;
    line-height: 1.6;
    max-height: 67px;
    overflow: hidden;
}
.productList ul li .contBox .time
{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #6d798c;
}
@media (max-width: 768px) {
  .productList ul li
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    .productList ul li .iBox,
    .productList ul li .contBox
    {
        height: auto;
    }
    .productList ul li .iBox
    {
        width: 33%;
    }
    .productList ul li .iBox img
    {
        height: auto;
    }
    .productList ul li .contBox .cont,
    .productList ul li .contBox .time
    {
        display: none;
    }
    .productList ul li .contBox .tit
    {
        white-space: initial;
    }
}

/*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: 3%;
}

.projectList li .imgBox {
  width: 100%;
  padding-bottom: 68%;
}

.projectList li .imgBox img {
  width: 100%;
  height: 100%;
}

.projectList li span {
  font-size: 12px;
  color: #6e6e6e;
  height: 2em;
  line-height: 2em;
}

@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%;
  height: 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: #247c46;
  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;
  margin-top: 3%;
}

.innerContact .contactMap {
  float: right;
  width: 65%;
  height: 464px;
}

.innerContact .cont {
  float: left;
  width: 31%;
  padding: 2%;
}

.innerContact .cont .t {
  color: #d12318;
  font-size: 18px;
  margin-bottom: 10%;
}

@media (max-width: 768px) {
  .innerContact {
    margin: 0 -1em;
  }
  .innerContact .cont{
    width: 100%;
    box-sizing: border-box;
  }
  .innerContact .cont .t{
    margin-bottom: 3%;
  }
  .innerContact .contactMap
  {
    width: 100%;
    float: none;
    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;
  margin: 0 .5em;
}

.MvcPagerCtrl a.on {
  background-color: #0e112f;
  color: #fff;
}


/*企业文化*/

.innerCulture {
  background-color: #f1f4f9;
}

.innerCulture .img,
.innerCulture .cont {
  width: 50%;
  float: left;
}

.innerCulture .cont {
  padding: 2%;
  box-sizing: border-box;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .innerCulture .img,
  .innerCulture .cont {
    width: 100%;
    float: none;
  }
}

.innerDetail .videoBox {
  position: relative;
  margin: 0 auto;
  margin-bottom: 2em;
}

.innerDetail .videoBox video {
 display: block;
  width: 900px;
  height: 500px;
  max-width: 100%;
  max-height: 60vw;
  margin: 10px auto;
}
.videoDetail iframe{
  display: block;
  width: 900px;
  height: 500px;
  max-width: 100%;
  max-height: 60vw;
  margin: 10px auto;
}
@media (max-width: 768px) {
}

/*上下页按钮*/

.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;
}

.msgForm input[type=text],
.msgForm 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>div {
  position: relative;
  margin-bottom: 18px;
  padding-left: 4em;
  padding-right: 1em;
  font-size: 14px;
}

.msgForm>div span {
  position: absolute;
  display: block;
  top: 0;
  left: 1em;
}

.msgForm textarea {
  height: 100px;
}

.msgForm .must_text:before {
  content: "*";
  color: #f99e00;
  position: absolute;
  right: 0;
  top: 0;
}

.msgForm 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: #247c46;
}

.msgForm .btn-box input.msg_btn[type="reset"] {
  background: url("../Images/reset-bg.jpg");
  background-size: auto 100%;
}

.msgForm .btn-box input.msg_btn[type="button"]:hover,
.msgForm .btn-box input.msg_btn[type="submit"]:hover {
  background: #45ab6c;
}

/*流程*/
.process {
  background-color: #fafafa; 
  padding-bottom: 2%;
  overflow: hidden;
  margin-top: 2%;
}
.process .cont{
  overflow: hidden;
}
.process .cont ul{
  margin-right: -40px;    
}
.process .cont li{
  float: left;
  font-size: 25px;
  width: 1.5em;
  margin-right: 40px;
}
.process .cont li.img{
  margin-right: 0;
  margin-top: 0;
  margin-left: -40px;  
  width: 89px;
}
.process .cont li.even{
  margin-top: 84px;
}
.process .cont li img{
  width: 100%;
}
.process .cont li i{
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  background-color: #000;
  color: #abcd03;
}
.process .cont li span{
  display: block;
  width: 1em;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .process .cont ul{
    margin-right: 0;
  }
  .process .cont li {
    width: 25%;
    margin-right: 0;
    padding-right: 1em;
    box-sizing: border-box;
    line-height: 1.5em;
    margin-bottom: .5em;
  }
  .process .cont li.img{
    display: none;
  }
  .process .cont li i{
    float: left;
  }
  .process .cont li span{
    float: left;
    width: auto;
    margin-left: .5em;
  }
  .process .cont li.even{
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .process .cont li{
    font-size: 22px;
  }
  .process .cont li {
    width: 50%;
  }
}


.target{
  background: url('../Images/target-bg.jpg') no-repeat 8em 0;
  min-height: 323px;
}
@media (max-width: 768px) {
  .target{
    background-size: 60% auto;
    background-position: 0 5em;
  }
}



/*projectList*/

.iHonor {
  overflow: hidden;
  background-color: #f5f5f5;
  margin-top: 3%;
  padding-bottom: 2%;
}

.iHonor ul {
  margin: 0 -1%;
}

.iHonor li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  padding: 0 1%;
  margin-bottom: 2%;
}

.iHonor li .imgBox {
  width: 100%;
  padding-bottom: 68%;
  background-color: #fff;
}

.iHonor li .imgBox img {
  max-width: 100%;
  max-height: 100%;
}


.iHonor .more
{
    text-align: center;
}

.iHonor .more a
{
    display: inline-block;
    font-size: 14px;
    color: #bf000a;
    padding: 0 1.4em;
    line-height: 2em;
    border: 1px solid #b9b9b9;
    border-radius: 6px;
    background-color: #fff;
}


@media (max-width: 768px) {
  .iHonor ul {
    margin: 0 -1%;
  }
  .iHonor li {
    width: 50%;
    padding: 0 2%;
    margin-bottom: 4%;
  }
  .iHonor li:nth-child(n+9){
    display: none;
  }
  .iHonor li span {
    font-size: 14px;
    height: 2em;
    line-height: 2em;
  }
}


.joinList li{
  width: 46%;
  padding: 0 2%;
  float: left;
  margin-bottom: 2%;
}
.joinList li .t{
  font-size: 30px;
  color: #247d44;
  border-bottom: 1px solid #247d44;
  padding-bottom: 0.4em;
  margin-bottom: 0.5em;
}
.joinList li .c{
  font-size: 14px;
  color: #474747;
  line-height: 1.8;
}
.joinList li:nth-child(2n+1){
  clear: left;
}

.joinInfo
{
    border: 1px solid #ccc;
    padding: 1em;
    color: #777;
}
.joinInfo p
{
    color: #777;
}
@media (max-width: 768px) {
  .joinList li{
    width: 100%;
    margin-bottom: 6%;
  }
}


.customer .cont {
  position: relative;
  overflow: hidden;
  padding-top: 2%;
}

.customer .cont li {
  float: left;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

.customer .cont li .imgBox {
  width: 100%;
  padding-bottom: 36.5%;
  border: 1px solid #939095;
}
.customer .cont li .imgBox img{
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .customer .cont li {
    width: 50%;
  }
}


.projectDeatil 
{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}


/* formBox */
.formBox
{
    max-width: 600px;
    margin: 0 auto;
}


/* portal */
.portal
{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;    
}
.portal-t
{
    font-size: 30px;
    text-align: center;
    margin-bottom: 1em;
}
.portal > div
{
    margin-bottom: 25px;    
}
.portal > div > label
{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}
.portal input
{
    border: 1px solid #ccc;
}
.portal input[type=text],
.portal select
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.portal .iCheckbox label
{
    font-weight: bold;
    font-size: 15px;
    margin-right: 10px;
}
.portal .iCheckbox label input[type=checkbox],
.portal .iCheckbox label input[type=radio]
{
    vertical-align: middle;
}
.portal .iCheckbox label span
{
    vertical-align: middle;
}
.portal label.error
{
    display: none;
    color: red;
}
.portal input[type=submit]
{
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #adadad;
    border-radius: 4px;
    background-color: #fff;
}
.portal input[type=submit]:hover
{
    background-color: #e6e6e6;
    border-color: #adadad;
}


