﻿/*内页公共部分*/
/* 内容页样式 */

/*.innerSide {
  float: left;
  margin-right: 35px;
  width: 232px;
}*/

.inner-main {
  margin-bottom: 4%;
}

.innerContent {
  min-height: 300px;
  overflow: hidden;
}

.detailTitle {
  font-size: 26px;
  text-align: center;
  margin-bottom: 1em;
}

.pubTime {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 4%;
}

.iCont {
  font-size: 16px;
  line-height: 1.8;
}

.iCont p {
  text-indent: 2em;
  margin-bottom: 1em;
  color: #666;
}

.iCont img {
  display: block;
  margin: 0 auto 0.5em;
  max-width: 100%;
}

@media (max-width: 768px) {
  .innerContent {
    padding: 15px 15px 0;
  }
  .mContent {
    margin: 0 -15px;
  }
  .detailTitle {
    font-size: 22px;
  }
  .inner-main
  {
      margin-top: 0;
  }
}

/*分页控件*/
.MvcPagerCtrl
{
	font-family: 微软雅黑;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
}

.MvcPagerCtrl a
{
	color: #ffffff;
    border: #ec0000 solid 1px;
    background-color: #ec0000;
    text-decoration: none;
	font-size: 16px;
	width: 49%;
	padding: 5px 20px;
}

.MvcPagerCtrl a:hover
{
	color: rgb(0, 0, 0);
	border: 1px solid #ec0000;
    background-color: #ec0000;
}
/*分页控件结束*/

/* 当前位置 */

.location {
  font-size: 14px;
  border-bottom: solid 1px #c5c5c5;
  line-height: 30px;
  color: #666;
  padding: 15px 0;
  margin-bottom: 4%;
}

.location-main {
  float: left;
}

.location-main:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../Images/location.png") no-repeat center center / contain;
  vertical-align: middle;
}

.location a {
  margin: 0 .2em;
  color: #666;
}

.location span {
  color: #444;
}

.locationSearch {
  float: right;
  font-size: 0;
  height: 30px;
}

.locationSearch input {
  height: 30px;
  font-size: 14px;
  font-family: "微软雅黑";
  border: 1px solid #b3b3b3;
  padding: 2px 10px;
  color: #b3b3b3;
  background-color: #eeeeee;
  box-sizing: border-box;
}

.locationSearch input.locationKeyword {
  border-radius: 30px 0 0 30px;
  border-right: none;
  width: 200px;
}

.locationSearch input.location_submit {
  border-radius: 0 30px 30px 0;
  cursor: pointer;
}

.locationSearch input.location_submit:hover {
  border-color: #b80000;
  color: #b80000;
}

@media (max-width: 768px) {
  .location {
    display: none;
  }
  .locationSearch {
    float: none;
    display: none;
  }
}

/* 当前位置end */


/*内页导航*/

.side-box {
  width: 100%;
  border: 3px solid #fff;
  padding: 2px;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.side-box .t {
  background-color: #fff;
  color: #000;
  padding: 3%;
  text-align: center;
  line-height: 1.4;
  display: none;
}

.side-box .t span {
  display: block;
  font-size: 24px;
}

.side-box .t small {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.side-box .t i {
  display: none;
}

.side-nav>ul {
  text-align: center;
}

.side-nav>ul>li {
  display: inline-block;
  width: auto;
  min-width: 6em;
  margin: 0.5% 1%;
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  white-space: nowrap;
  border: 1px solid #8f8f8f;
}

.side-nav>ul>li a {
  display: block;
  color: #666;
  padding: 0 5px;
}

.side-nav>ul>li:hover,
.side-nav>ul>li.on {
  background-color: #b80000;
  border-color: #b80000;
}

.side-nav>ul>li:hover a,
.side-nav>ul>li.on a {
  color: #fff;
}

.side-box.side-info {
  border-color: #3b3b3b;
}

.side-box.side-info .t {
  background-color: #3b3b3b;
}

.side-info .side-content {
  padding: 10px;
  font-size: 14px;
  line-height: 1.8;
  background-color: #b80000;
  color: #fff;
}

.side-info .side-img img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  /*.innerSide{
    float: none;
    width: 100%;
    margin-right: 0;
  }*/
  .searchCtrl {
    display: none;
  }
  .side-info {
    display: none;
  }
  .side-box {
    border: none;
    padding: 0;
    background-color: #fff;
    margin-bottom: 5%;
  }
  .side-box .t {
    display: block;
    background-color: #fff;
    color: #b80000;
    line-height: inherit;
  }
  .side-box .t small {
    display: none;
  }
  .side-nav {
    line-height: 45px;
    position: relative;
    overflow: visible;
    border-bottom: 1px solid #dcdcdc;
  }
  .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 15px;
    font-size: 18px;
  }
  .side-nav .t i {
    display: block;
    position: absolute;
    right: .15rem;
    height: 100%;
    top: 0;
    padding: 0 .4rem 0 10px;
    color: #b80000;
    border-left: 1px solid #e6d8d8;
    font-size: 16px;
  }
  .side-nav .t i:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 100%;
    vertical-align: middle;
    background: url("../Images/arrow-down.png") no-repeat center center / contain;
    margin-left: 10px;
  }
  .side-box .t span {
    font-size: 18px;
  }
  .side-nav>ul {
    display: none;
    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: 5;
  }
  .side-nav>ul>li
  {
      float: left;
    display: block;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dashed #dcdcdc;
    text-align: left;
    background-color: #fff;
    color: #000;
    padding: 0;
    font-size: 15px;
  }
  .side-nav ul li a
  {
      display: block;
  }
  .side-nav>ul>li:hover, .side-nav>ul>li.on
  {
      background-color: transparent;
  }
  .side-nav>ul>li:hover a, .side-nav>ul>li.on a
  {
      color: #b80000;
  }
}

/*文章类型样式*/
.detail
{
    padding-bottom: 20px;
}
.prevAndNext span {
    display: block;
}
.prevAndNext a
{
    color: #ec0000;
    font-size: 16px;
}

article .title
{
    font-size: 40px;
    text-align: center;
    color: #ec0000;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
}

article .content
{
    font-size: 16px;
}

article .content h2
{
    font-weight: bold;
    margin-bottom: 20px;
    font-family: SimSun;
}

article .content p
{
    text-indent: 2em;
    color: #010101;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
    font-family: SimSun;
}

article .content img
{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

article .infos
{
    text-align: center;
    margin-bottom: 15px;
}

article .infos span
{
    padding: 0px 10px;
}

article .infos .tagsList
{
    text-align: left;
    margin-top: 10px;
}

article .infos .tagsList li
{
    display: inline-block;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin-right: 5px;
    margin-left: 5px;
}

article .infos .tagsList li a
{
    display: block;
    color: #969696;
}

article .infos .tagsList li:first-child
{
    font-weight: bold;
    color: #969696;
}

@media (max-width: 768px)
{
    .detail .prevAndNext a
    {
        font-size: 15px;
    }
    
    .detail .prevAndNext span
    {
        display: block;
        padding: 10px;
    }
    
    article .infos span
    {
        display: block;
        padding: 10px 0px;
    }
    
    article .infos .tagsList li
    {
        text-align: center;
    }
    
    article .title
    {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    article .content,
    .contactBox
    {
        padding: 0px 10px;
        font-size: 15px;
    }
    
    article .content p
    {
        font-size: 15px;
    }
}

/*相关推荐*/
.relativeInfo
{
    margin-bottom: 20px;
}

.relativeInfo .titleBar
{
    line-height: 50px;
    background: #909090;
}

.relativeInfo .titleBar span
{
    display: block;
    font-size: 30px;
    padding: 0px 20px;
    background: #ec0000;
    width: 122px;
    color: #fff;
}

.relativeInfo ul
{
    border: #909090 solid 1px;
}

.relativeInfo li
{
    width: 25%;
    line-height: 30px;
    font-size: 16px;
    float: left;
    padding-left: 10px;
    padding-right: 20px;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 768px)
{
    .relativeInfo .titleBar
    {
        line-height: 30px;
    }

    .relativeInfo .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        background: #ec0000;
        width: 72px;
    }
    
    .relativeInfo ul
    {
        border: none;
    }

    .relativeInfo li
    {
        width: 50%;
        box-sizing: border-box;
    }
}

/*内页公共部分*/

/*关于我们*/
.modularTitle
{
    text-align: center;
    font-size: 36px;
    margin-top: 40px;
    font-weight: bold;
    color: #ec0000;
}

.modularText
{
    margin: 25px auto 35px auto;
    width: 620px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    overflow: hidden;
}

@media (max-width: 768px) 
{
    .modularTitle
    {
        font-size: 25px;
        margin: 15px auto 15px auto;
    }
    
    .modularText
    {
        display: none;
    }
}


/*关于我们*/

/*联系我们*/

.innerContact {
  margin-bottom: 8%;
  position: relative;
}
.innerContact .contactBox{
  float: left;
  width: 33%;
  box-sizing: border-box;
}
.innerContact .contactBox:before{
  content: "";
  position: absolute;
  display: block;
  width: 1px ;
  height: 100%;
  top: 0;
  background-color: #000;
}
.innerContact .contactBox.info{
  padding-right: 4%;
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}
.innerContact .contactBox.info:before{
  left: 33%;
}
.innerContact .contactBox.code:before{
  left: 66%;
}
.innerContact .contactBox.tel:before{
  display: none;
}
.innerContact .contactBox.code{
  padding-left: 4%;
  padding-right: 4%;
  text-align: center;
}
.innerContact .contactBox.tel{
  padding-left: 4%;
  padding-right: 4%;
  color: #b80000;
  text-align: center;
}
.innerContact .contactBox.tel .telBox{
  display: inline-block;
  text-align: left;
}
.innerContact .contactBox.tel span{
  display: block;
  font-size: 20px;
  margin-top: 20px;
}
.innerContact .contactBox.tel i{
  display: block;
  font-size: 36px;
  line-height: 1;
  margin-top: 10px;
}
.innerContact .contactBox.code img{
  display:block;
  margin: 0 auto;
}

.contactMap {
  width: 100%;
  height: 348px;
}

.contactIndexMap {
  float: left;
  width: 56%;
  height: 348px;
}

.innerLeave {
  float: right;
  width: 40%;
}

.contactMapLeave .navigation
{
    font-size: 15px;
    display: none;
    margin-bottom: 20px;
}

@media (max-width: 768px)
{
    .contactIndexMap,
  .innerLeave {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  .innerContact .contactBox.info{
    float: none;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .innerContact .contactBox.code,
  .innerContact .contactBox.tel{
    width: 48%;
    display: inline-block;
    float: none;
    vertical-align: bottom;
  }
  .innerContact .contactBox:before{
    display: none;
  }
  .innerContact .contactBox.tel span{
    font-size: 14px;
  }
  .innerContact .contactBox.tel i{
    font-size: 18px;
  }
  .innerContact .contactBox.code span i{
    display: block
  }
    .contactMapLeave .navigation
    {
        display: block;
    }
    
    .contactMapLeave .navigation
    {
        display: block;
        line-height: 40px;
        text-align: center;
        background: #ec0000;
        color: #fff;
    }
}

/*售后服务*/
.service
{
    margin-bottom: 30px;
}

.service .content
{
    padding: 0px;
}

.service li
{
    width: 50%;
    height: 370px;
    float: left;
    overflow: hidden;
}

.service li:nth-child(3)
{
    float: right;
}

.service .itemTitle
{
    font-size: 36px;
    color: #ec0000;
    font-weight: bold;
    margin-top: 60px;
}

.service .itemSummary
{
    font-size: 18px;
    line-height: 30px;
    margin-top: 40px;
}

.service .text
{
    padding: 0px 40px;
    background: #f2f2f2;
}

@media (max-width: 768px)
{
    .service
    {
        margin-bottom: 0px;
    }
    
    .service li
    {
        width: 100%;
        height: initial;
        overflow: hidden;
    }
    
    .service li:nth-child(3)
    {
        float: right;
    }
    
    .service .itemTitle
    {
        font-size: 17px;
        margin-top: 20px;
    }
    
    .service .itemSummary
    {
        font-size: 15px;
        margin-top: 20px;
    }
    
    .service .text
    {
        padding: 0px 20px 20px 20px;
    }
}

/*新闻列表*/

.newsList li {
  margin-bottom: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #666;
}
.newsList li a{
  color: #666;
}
.newsList li .imgBox {
  float: left;
  width: 402px;
  height: 242px;
  margin-right: 3%;
}

.newsList li .imgBox img {
  width: 100%;
  height: 100%;
}

.newsList li .cont {
  overflow: hidden;
  color: #222;
  position: relative;
}
.newsList li .cont .newsBottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.newsList li .cont .newsTime {
  float: left;
  font-size: 18px;
}

.newsList li .cont .newsMore {
  float: right;
}
.newsList li .cont .newsMore a{
  padding: .5em 1em;
  background-color: #b80000;
  color: #fff;
  border-radius: 2em;
  display: block;
  line-height: 1;
  font-size: 16px;
}
.newsList li .cont .newsTitle {
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
}

.newsList li .cont .newsTitle a {
  color: #000;
}

.newsList li .cont .newsTitle a:hover {
  color: #8e0100;
}

.newsList li .cont .newDetail {
  font-size: 14px;
  padding-top: 3%;
  padding-bottom: 45px;
  margin-top: 3%;
  line-height: 1.6em;
  max-height: 6em;
  line-height: 2em;
  overflow: hidden;
  border-top: 2px dotted #999;
}

@media (max-width: 768px) {
    .newsList li {
        border-bottom: 1px dashed #e6e6e6
    }
  .newsList li .cont {
    height: 84px;
  }
  .newsList li {
    position: relative;
  }
  .newsList li .imgBox {
    width: 140px;
    height: 84px;
  }
  .newsList li .cont .newsMore {
    display: none;
  }
  .newsList li .cont .newsTime.style2 {
    float: none;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
  }
  .newsList li .cont .newsTitle {
    line-height: 1.6em;
    max-height: 3.2em;
    overflow: hidden;
    font-weight: normal;
  }
  .newsList li .cont .newDetail {
    display: none;
  }
    .newsList li .cont .newsTitle {
        font-size: 18px;
    }
}

/*工程*/
.projectList
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.projectList ul
{
    border-bottom: #dcdcdc solid 1px;
}

.projectList li
{
    float: left;
    width: 31%;
    margin: 1%;
}

.projectList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #efefef;
}


.projectList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin-top: 5px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    background-color: rgba(0,0,0,.6);
}
@media (max-width: 768px) 
{
    .projectList li
    {
        width: 48%;
    }
    
    .projectList li span
    {
        font-size: 14px;
    }
}


/*case*/
.caseList
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.caseList ul
{
    border-bottom: #dcdcdc solid 1px;
}

.caseList li
{
    float: left;
    width: 31%;
    margin: 1%;
}

.caseList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #efefef;
}


.caseList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin-top: 5px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    background-color: rgba(0,0,0,.6);
}
@media (max-width: 768px) 
{
    .caseList li
    {
        width: 48%;
    }
    
    .caseList li span
    {
        font-size: 14px;
    }
}

/*产品*/
.prodctTypeList
{
    margin-top: 20px;
    text-align: center;
}

.prodctTypeList li
{
    display: inline-block;
    width: auto;
    min-width: 6em;
    margin: 0.5% 1%;
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    white-space: nowrap;
    border: 1px solid #8f8f8f;
}

.prodctTypeList li a
{
    display: block;
    color: #666;
    padding: 0 5px;
}

.prodctTypeList li a:hover
{
    background-color: #b80000;
    border-color: #b80000;
    color: #fff;
}

.productList
{
    margin-top: 30px;
    margin-bottom: 20px;
}

.productList ul
{
    border-bottom: #dcdcdc solid 1px;
}

.productList li
{
    float: left;
    width: 31%;
    margin: 1%;
}

.productList .imgBox
{
    width: 100%;
    padding-bottom: 55%;
    overflow: hidden;
    background: #efefef;
}


.productList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin-top: 5px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    background-color: rgba(0,0,0,.6);
}

@media (max-width: 768px) 
{    
    .prodctTypeList li
    {
        width: 50%;
    }
    
    .prodctTypeList li a
    {
        line-height: 40px;
        font-size: 16px;
    }
    
    .productList
    {
        margin-top: 0px;
    }

    .productList li
    {
        width: 48%;
    }
    
    .productList li span
    {
        font-size: 14px;
    }
}



/*产品详情*/

.bigImgList {
  width: 100%;
  position: relative;
  border: 1px solid #e5e5e5;
  margin-right: 20px;
  float: left;
}

.bigImgList li .imgBox {
  width: 100%;
  padding-bottom: 40%;
  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;
}


h1.pdtName {
  color: #b80000;
  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: #b80000;
  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: #b80000;
  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;
  }
    h1.pdtName {
        margin-top: 20px;
        font-size: 24px;
    }
}
/*产品详情*/
.productDetail
{
    margin-top: 30px;
    margin-bottom: 20px;
}

.productDetail h1
{
    color: #ec0000;
    font-size: 30px;
    border-bottom: #c3c3c3 dashed 2px;
    padding: 30px 0px 20px 0px;
    font-weight: bold;
}

.productDetail .productImg
{
    width: 750px;
    height: 520px;
    display: table;
    overflow: hidden;
}

.productDetail .productImg .imgBox
{
    display: table-cell;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: #efefef;
}

.productDetail .productImg img
{
    max-height: 100%;
    max-width: 100%;
    display: inline;
}

.productParameter
{
    width: 415px;
}

.productParameter .paraName
{
    color: #ec0000;
    display: inline;
    font-weight: bold;
}

.productParameter ul
{
    margin-top: 25px;
    margin-bottom: 20px;
    overflow: hidden;
}

.productParameter li
{
    font-size: 18px;
    margin-bottom: 15px;
}

.productDetail .contactBox
{
    margin-top: 20px;
}

.productDetail .contactBox a
{
    font-size: 24px;
    padding: 15px 20px;
    background: #ed0000;
    text-align: center;
    color: #fff;
}

.productDetail .productDetailInfo
{
    margin-top: 50px;
}

.productDetailInfo .titleBar
{
    line-height: 50px;
    background: #909090;
}

.productDetailInfo .titleBar span
{
    display: block;
    font-size: 30px;
    padding: 0px 20px;
    background: #ec0000;
    width: 122px;
    color: #fff;
}

.productDetailInfo .tagsList
{
    margin: 20px 10px;
}

.productDetailInfo .tagsList li
{
    display: inline-block;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin-right: 5px;
    margin-left: 5px;
}

.productDetailInfo .tagsList li a
{
    display: block;
    color: #969696;
}

.productDetailInfo .tagsList li:first-child
{
    font-weight: bold;
    color: #969696;
}

.productDetailInfo .content p
{
    text-indent: 2em;
    color: #010101;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 25px;
}

.productDetailInfo .content img
{
    max-width: 100%;
    margin: 0 auto;
}

.praiseInfo
{
    margin-top: 50px;
}

.praiseInfo .titleBar
{
    line-height: 50px;
    background: #909090;
}

.praiseInfo .titleBar span
{
    display: block;
    font-size: 30px;
    padding: 0px 20px;
    background: #ec0000;
    width: 122px;
    color: #fff;
}

.praiseInfo .praiseItem
{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #e5e5e5 dashed 2px;
}

.praiseInfo .praiseList
{
    margin-top: 50px;
}

.praiseInfo .customerImg
{
    float: left;
}

.praiseInfo .praise
{
    width: 1030px;
    float: right;
}

.praiseInfo .customer
{
    font-size: 24px;
    color: #ed0000;
    font-weight: bold;
    border: #e5e5e5 solid 1px;
    padding: 15px 10px;
    white-space: normal;
}

.praiseInfo .evaluation
{
    color: #ed0000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.praiseInfo .replyBox
{
    margin-top: 20px;
    padding: 7px;
    border: #e5e5e5 dashed 1px;
}

.praiseInfo .reply
{
    background: #e5e5e5;
    padding: 5px;
    color: #0060ff;
    font-size: 24px;
}

.praiseInfo .reply .serviceIcon
{
    float: left;
    margin-right: 10px;
}

.praiseInfo .reply .replyText
{
    margin-top: 20px;
    float: left;
}

@media (max-width: 768px) 
{
    .productDetail .productImg
    {
        width: 100%;
        height: 60vw;
    }
    
    .productDetail h1
    {
        font-size: 16px;
    }
    
    .productParameter
    {
        padding: 0px 10px;
        width: 100%;
        
    }
    
    .productParameter li
    {
        font-size: 15px;
    }
    
    .productDetail .contactBox
    {
        text-align: center;
    }
    
    .productDetail .contactBox a
    {
        font-size: 15px;
        padding: 10px 15px;
    }
    
    .productDetail .productDetailInfo
    {
        margin-top: 30px;
    }
    
    .productDetail .tagsList li
    {
        text-align: center;
    }
    
    .productDetailInfo .titleBar
    {
        line-height: 30px;
    }

    .productDetailInfo .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        background: #ec0000;
        width: 72px;
    }
    
    .productDetailInfo ul
    {
        border: none;
    }

    .productDetailInfo li
    {
        width: 100%;
    }
    
    .productDetailInfo .content p
    {
        font-size: 15px;
    }
    
    .praiseInfo
    {
        margin-top: 30px;
    }
    
    .praiseInfo  .titleBar
    {
        line-height: 30px;
    }

    .praiseInfo  .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        background: #ec0000;
        width: 72px;
    }
    
    .praiseInfo  ul
    {
        border: none;
    }

    .praiseInfo  li
    {
        width: 100%;
    }
    
    .praiseInfo .customerImg
    {
        width: 25%;
    }
    
    .praiseInfo .praise
    {
        width: 75%;
        padding: 0px 10px;
    }
    
    .praiseInfo .customer
    {
        font-size: 16px;
    }
    
    .praiseInfo .evaluation
    {
        font-size: 15px;
    }
    
    .praiseInfo .reply .replyText
    {
        font-size: 15px;
        margin-top: 10px;
    }
    
    .praiseInfo .reply .serviceIcon
    {
        width: 40px;
    }
}


/*join-support*/
.join-support 
{
    overflow: hidden;
}
.join-support ul
{
    margin: 0 -60px;
}
.join-support li
{
    float: left;
    width: 33.3%;
    padding: 0 60px;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.join-support li .t
{
    position: relative;
    font-size: 20px;
    color: #333;
    padding-bottom: 1em;
    border-bottom: 1px solid #999999;
}
.join-support li .t:before
{
    position: absolute;
    content: "";
    display: block;
    width: 2em;
    height: 3px;
    left: 0;
    bottom: 0;
    margin-bottom: -2px;
    background-color: #b80000;
}
.join-support li .cont
{
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-top: 2em;
}

@media (min-width: 769px) 
{
    .join-support li:nth-child(3n+1)
    {
        clear: left;
    }
}
@media (max-width: 768px) 
{
    .join-support ul
    {
        margin: 0 -15px;
    }
  .join-support li
  {
      width: 50%;
      padding: 0 15px;
      margin-bottom: 30px;
  }
  .join-support li:nth-child(2n+1)
    {
        clear: left;
    }
    .join-support li:nth-child(9)
    {
        width: 100%;
    }
    .join-support li .t
    {
        font-size: 18px;
    }
    .join-support li .cont
    {
        margin-top: 1em;
    }
}
/*join-support end*/

/*join-condition*/
.join-condition
{
    margin-top: 6%;
}
.join-condition .img
{
    float: right;
    margin-left: 40px;
    width: 50%;
    padding-bottom: 40%;
    background: url("../Images/join-condition.jpg") no-repeat center center / 100% auto;
}
.join-condition .img img
{
    width: 100%;
}
.join-condition .cont
{
    overflow: hidden;
    color: #666;
}
.join-condition .cont .t
{
    font-size: 20px;
    line-height: 1.6em;
}
.join-condition .cont ul
{
    margin-top: 20px;
}
.join-condition .cont li
{
    font-size: 14px;
    line-height: 2em;
}
@media (max-width: 768px) 
{
    .join-condition .img
    {
        float: none;
        margin-left: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .join-condition .cont .t
    {
        font-size: 16px;
    }
    .join-condition .cont li
    {
        font-size: 12px;
    }
}
/*join-condition end*/
/*join-process*/
.join-process
{
    margin-top: 6%;
}
.join-process .join-list
{
    width: 50%;
    float: left;
}
.join-process .join-list ul
{
    margin-right: -8%;
}
.join-process li
{
    width: 15%;
    margin-right: 10%;
    float: left;
    margin-bottom: 7%;
}
.join-process li .imgBox
{
    width: 100%;
    padding-bottom: 100%;
    border: 6px solid #cccccc;
    background-color: #999999;
    border-radius: 50%;
}
.join-process li .imgBox img
{
    max-width: 60%;
    max-height: 60%;
}
.join-process li .imgBox:before
{
    content: "";
    position: absolute;
    display: block;
    width: 30%;
    height: 100%;
    background: url("../Images/join-process-icon.png") no-repeat right center / contain;
        left: 100%;
    top: 0;
    margin-left: 16%;
}
.join-process li span
{
    color: #666;
    display: block;
    text-align: center;
    padding: 6px;
    width: 100%;
    font-size: 12px;
        margin-top: 4%;
}
.join-process li:nth-child(n+5) .imgBox:before
{
    background-image: url("../Images/join-process-icon2.png");
}
.join-process li:nth-child(4) .imgBox:before
{
    background: url("../Images/join-process-icon3.png") no-repeat center center / contain;
    height: 30%;
    width: 100%;
    top: 100%;
    left: 0;
    margin-left: 0;
    margin-top: 3em;
}
.join-process li:nth-child(8) .imgBox:before
{
    display: none;
}
.joinForm
{
    float: right;
    width: 46%;
}
.joinForm label
{
    display: block;
    width: 44%;
    margin: 0 3% 2%;
    float: left;
}
.joinForm .notAfter label
{
    width:94%;
}
.joinForm label span
{
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 2;
}
.joinForm label input
{
    width: 90%;
    font-size: 14px;
    height: 2.5em;
    line-height: 2.5em;
    padding: .5em;
    box-sizing: border-box;
    
}
.joinForm .notAfter label textarea
{
    display: block;
    width: 96%;
    line-height: 2em;
    height: 8em;
    padding: .5em;
    box-sizing: border-box;
}
.joinForm .btn-box {
    text-align: center;
}
.joinForm .btn-box input.msg_btn {
  height: 30px;
  line-height: 30px;
  width: 90px;
  border-radius: 12px;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.joinForm .btn-box input.msg_btn[type="button"], .joinForm .btn-box input.msg_btn[type="submit"] {
    background: #b80000;
}
.joinForm .btn-box input.msg_btn[type="button"]:hover, .joinForm .btn-box input.msg_btn[type="submit"]:hover {
    background: #fb3f3f;
}
@media (max-width: 768px) 
{
.join-process .join-list,
.joinForm
{
    float: none;
    width: 100%;
}
.joinForm label input,
.joinForm .notAfter label textarea
{
    width: 100%;
}

}
/*join-process end*/
