/* LESS Document */
/* 清除浮动 */
/*常用颜色*/
/*常用字号*/
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*边框圆角*/
/* 圆角  */
/*配模式定位*/
/*下阴影*/
/*弹出窗口半透明灰*/
/*1200屏*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #cccccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* 背景自适应 */
.mainheader .protitle p strong {
  color: #b51108;
}
.mainheader .prosearch input[type="button"] {
  background: #b51108;
}
.mainheader .prophone {
  color: #b51108;
}
.mainnav {
  background: #b51108;
}
.mainnav ul {
  display: block;
}
.mainnav ul li.selecded a {
  background: #b51108;
}
.mainnav ul li a {
  background: #b51108;
}
.mainnav ul li a:hover {
  background: #6d0600;
}
.mainnav ul li ul li:hover a {
  background: #6d0600;
}
.diteal-banner {
  background: url(../images/2_03.jpg) no-repeat;
}
.diteal-banner h2 {
  padding: 53px 15px 50px 0;
}
@media (min-width: 1200px) {
  .diteal-banner h2 {
    margin: auto;
    width: 1200px;
    padding: 53px 150px 50px 0;
  }
}
.cer_Chfpstrength {
  *zoom: 1;
  padding: 40px 0px;
  box-sizing: border-box;
}
.cer_Chfpstrength:after {
  content: " ";
  clear: both;
  display: table;
}
.cer_Chfpstrength p {
  text-indent: 2em;
  line-height: 27px;
  margin-top: 25px;
}
.cer_Chfpstrength section {
  overflow-x: scroll;
}
.cer_Chfpstrength ul {
  *zoom: 1;
  width: 992px;
  margin: 45px auto auto;
}
.cer_Chfpstrength ul:after {
  content: " ";
  clear: both;
  display: table;
}
.cer_Chfpstrength li {
  float: left;
  box-sizing: border-box;
  width: 220px;
  font-size: 18px;
  margin-right: 25px;
}
.cer_Chfpstrength li img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .cer_Chfpstrength section {
    overflow: hidden;
  }
}
.cer_table0 {
  *zoom: 1;
  box-sizing: border-box;
  padding: 60px 10px 0px;
}
.cer_table0:after {
  content: " ";
  clear: both;
  display: table;
}
.cer_table0 p {
  margin-top: 25px;
}
.cer_table0 section {
  width: 100%;
  *zoom: 1;
  clear: both;
}
.cer_table0 section:after {
  content: " ";
  clear: both;
  display: table;
}
.cer_table0 h3 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 25px;
}
.cer_table0 table {
  margin: 20px auto 30px;
  background: #efeff0;
  width: 100%;
}
.cer_table0 table th,
.cer_table0 table td {
  border: 2px solid #FDC7C7;
  text-align: center;
  padding: 8px 5px;
  color: #666666;
}
.cer_table0 table tr:nth-child(1) {
  background: #f77f78;
}
.cer_table0 table tr:nth-child(1) th {
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
}
