.fontBold{
  font-weight: bold;
}
.serviceUl.marginBottom10{
  margin-bottom: 10px;
}
.serviceUl.noMarginBottom{
  margin-bottom: 0;
}
.main .titleTxtCon{
  text-align: center;
  /* margin-top: 83px; */
  margin-top: 60px;
}
.main .titleTxtCon .titleTxt{
  font-size: 30px;
  /* line-height: 48px; */
  line-height: 30px;
  font-weight: bold;
  color: #c6092d;
  /* margin-bottom: 50px; */
  margin-bottom: 20px;
}
.main .titleTxtCon .titleText{
  font-size: 14px;
  line-height: 26px;
  color: #888; width:73%; margin:auto; text-align:left;
}
.main .col-2{
  width: 33.33%;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}
.main .col-2:last-child{
  border-right: none;
}
.main .serviceUl::before{
  content: "";
  display: none;
}
.main .contentList li{
  width: 100%;
  height: 500%;
}
.main .contentList .contentimg{
  float: left;
  width: 50%;
  height: 100%;
}
.main .contentList .leftimg{
  float: right;
}
.main .contentList .contentimg img{
  width: 100%;
  height: 100%;
}
.main .contentList .content{
  float: left;
  width: 50%;
  height: 100%;
}
.main .contentList .conright{
  float: right;
  padding: 140px 142px 0 49px;
  box-sizing: border-box;
}
.main .contentList .conleft{
  padding: 200px 89px 0 119px;
  box-sizing: border-box;
}
.main .contentList .content .contenttitle{
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 35px;
}
.main .contentList .content .contenttext{
  font-size: 16px;
  line-height: 30px;
  color: #939393
}
.main .afterSale{
  background: #f5f5f5;
  margin-top: 60px;
  padding: 60px 0;
  box-sizing: border-box;
  text-align: center;
}
.main .afterSale .saletitle{
  font-size: 30px;
  line-height: 30px;
  color: #333;
  margin-bottom: 20px;
}
.main .afterSale>p{
  /* font-size: 18px;
  color: #333; */
  font-size: 14px;
  line-height: 26px;
  color: #939393;
}
.main .afterSale .saleList{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.main .afterSale .saleList li{
  float: left;
  width: 25%;
  /* margin-top: 89px; */
  margin-top: 60px;
  border-right: 1px solid #dad8d6;
  padding: 0 17px;
  box-sizing: border-box;
}
.main .afterSale .saleList .nobor{
  border-right: none;
}
.main .afterSale .saleList li>i{
  font-size: 60px;
  color: #333;
}
.main .afterSale .saleList li >h5{
  font-size: 24px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}
.main .afterSale .saleList li >h6{
  font-size: 14px;
  line-height: 26px;
  color: #333;
}
@media screen and (max-width: 1300px){
  .main .contentList .conright{
    padding: 50px 142px 0 49px;
    box-sizing: border-box;
  }
  .main .contentList .conleft{
    padding: 100px 89px 0 119px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1200px){
  .main .contentList .content .contenttext{
    font-size: 14px;
    line-height: 22px;
    color: #939393
  }
  .main .contentList .conright{
    padding: 40px 30px 0 40px;
    box-sizing: border-box;
  }
  .main .contentList .conleft{
    padding: 80px 60px 0 60px;
    box-sizing: border-box;
  }
  .main .contentList .content .contenttitle{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px){
  .main .titleTxtCon{
    margin-top: 40px;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    text-align: justify;
  }
  .main .titleTxtCon .titleTxt{
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
  }
  .main .titleTxtCon .titleText{
    font-size: 14px;
    line-height: 20px;
    color: #939393; width:100%;
  }
  .main .col-2{
    width: 100%;
    border-right: none;
  }
  .main .col-2>.aLineBlock{
    display: block;
  }
  .serviceUl .col-2:nth-child(3n) {
      margin: 30px auto 0;
      padding: 30px 0 0 0;
      border-top: 1px solid #eee;
  }
  .main .contentList{
    margin-top: 10px;
  }
  .main .contentList li{
    width: 100%;
    height: auto;
  }
  .main .contentList .contentimg{
    float: none;
    width: 100%;
    height: auto;
  }
  .main .contentList .contentimg img{
    width: 100%;
    height: auto;
  }
  .main .contentList .conright,
  .main .contentList .conleft{
    padding: 0;
  }
  .main .contentList .content{
    float: none;
    width: 100%;
    height: 100%;
    padding: 25px 6% 40px 4%;
  }
  .main .contentList .content .contenttitle{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .main .contentList .content .contenttext{
    font-size: 14px;
    line-height: 20px;
    color: #939393
  }
  .main .afterSale{
    margin-top: 0;
    padding: 40px 0;
    box-sizing: border-box;
    text-align: center;
  }
  .main .afterSale .saletitle{
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    line-height: 20px;
  }
  .main .afterSale>p{
    font-size: 14px;
    line-height: 20px;
    color: #939393;
    padding: 0 12%;
    box-sizing: border-box;
  }
  .main .afterSale .saleList{
    max-width: 1200px;
    width: 100%;
    margin: 30px auto 0;
    overflow: hidden;
  }
  .main .afterSale .saleList li{
    float: left;
    width: 50%;
    margin-top: 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 26px 2% 10px ;
    box-sizing: border-box;
  }
  .main .afterSale .saleList .lastline{
    border-right:1px solid #eee;
    border-bottom: none;
  }
  .main .afterSale .saleList li:nth-child(even){
    border-right:none;
  }
  .main .afterSale .saleList li>i{
    font-size: 40px;
    color: #333;
  }
  .main .afterSale .saleList li >h5{
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-weight: bold;
    margin: 5px 0 9px 0;
  }
  .main .afterSale .saleList li >h6{
    font-size: 12px;
    line-height: 14px;
    color: #333;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 90%;
    margin: 0 auto;
  }
}