/* 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;
}
@media (min-width: 1200px) {
  .class-nav {
    width: 1200px;
    margin: 0 auto;
    margin-top: 77px;
  }
}
.pc_title {
  display: block;
  height: 36px;
  background: url(pc_title-1.png) center center no-repeat;
  background-size: auto 100%;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
}
.wrap2 {
  padding: 35px 10px 0;
  max-width: 1200px;
  margin: auto;
  *zoom: 1;
}
.wrap2:after {
  content: " ";
  clear: both;
  display: table;
}
.docs {
  text-indent: 2em;
  line-height: 26px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .wrap2 {
    padding: 50px 10px 0;
  }
  .docs {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .wrap2 {
    padding: 75px 10px 0;
  }
  .docs {
    font-size: 18px;
    line-height: 36px;
    margin-top: 40px;
  }
}
.pc_best ul {
  margin-top: 30px;
  overflow: hidden;
  *zoom: 1;
}
.pc_best ul:after {
  content: " ";
  clear: both;
  display: table;
}
.pc_best ul li {

  margin:auto auto;
}
.pc_best ul li img {
  
}
@media (min-width: 768px) {
  .pc_best ul {
    margin-top: 40px;
  }
}
.pc_innovation ul li {
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.pc_innovation ul li p {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}
.pc_power ul li {

}
.pc_power ul li a {
  display: block;
  text-align: center;
}
.pc_power ul li a img {

}
.pc_power ul li a h3 {
  font-size: 20px;
  font-weight: bold;
}
.pc_power ul li a p {
  font-size: 20px;
  margin-top: 3px;
}
.pc_platform ul {
  margin: 30px auto 0;
  *zoom: 1;
  max-width: 600px;
  overflow: hidden;
}
.pc_platform ul:after {
  content: " ";
  clear: both;
  display: table;
}
.pc_platform ul li {
  width: 199.8px;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.pc_platform ul li div {
  height: 275px;
}
.pc_platform ul li img {

}
.pc_platform ul li p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .pc_platform {
    *zoom: 1;
  }
  .pc_platform:after {
    content: " ";
    clear: both;
    display: table;
  }
  .pc_platform .docs {
    display: block;
    width: 50%;
    float: left;
    padding-right: 40px;
    box-sizing: border-box;
    line-height: 40px;
  }
  .pc_platform ul {
    float: left;
  }
}
.pc_platform2 ul {
  margin: 30px auto 0;
  max-width: 980px;
  overflow: hidden;
}
.pc_platform2 ul li {
  width: 979px;
}
.pc_platform2 ul li img {
  width: 100%;
}
@media (min-width: 980px) {
  .pc_platform2 {
    padding-bottom: 70px;
  }
  .pc_platform2 ul {
    margin-top: 40px;
  }
}
.pc_sale {
  padding: 40px 10px 40px;
  background: #dcdddd;
  box-sizing: border-box;
}
.pc_sale h2 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  max-width: 1200px;
  margin: 0 auto 10px;
  text-align: left;
}
.pc_sale .pc_t {
  overflow: auto;
  max-width: 1200px;
  margin: auto;
  background: -webkit-linear-gradient(#ea5414, #bf0008);
  background: -moz-linear-gradient(#ea5414, #bf0008);
  background: -ms-linear-gradient(#ea5414, #bf0008);
  background: -o-linear-gradient(#ea5414, #bf0008);
  background: linear-gradient(#ea5414, #bf0008);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 10px 30px;
  box-sizing: border-box;
}
.pc_sale table {
  width: 100%;
  min-width: 460px;
  text-align: center;
}
.pc_sale table tr {
  color: #fff;
}
.pc_sale table tr th {
  width: 33.3333%;
  font-size: 22px;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.pc_sale table tr td {
  font-size: 18px;
  border-bottom: 1px dashed #fff;
  padding: 5px 0;
}
.pc_sale em {
  display: block;
  max-width: 1200px;
  margin: 10px auto 0;
}
.pc_sale em span {
  font-weight: bold;
}
.pc_sale .onlinezx {
  display: block;
  width: 150px;
  height: 45px;
  background: #b51108;
  color: #ffffff;
  border: none;
  font-size: 16px;
  margin: 35px auto auto;
}
.pc_sale .onlinezx:hover {
  background: #6d0600;
}
@media (min-width: 980px) {
  .pc_sale {
    padding-bottom: 50px;
  }
  .pc_sale em {
    font-size: 16px;
  }
}
.yearlist {
  *zoom: 1;
  overflow-x: scroll;
  padding: 0 10px;
  margin: 40px auto;
}
.yearlist:after {
  content: " ";
  clear: both;
  display: table;
}
.yearlist h2 {
  max-width: 1200px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 10px;
}
.yearlist table {
  font-size: 14px;
  width: 1200px;
  margin: auto;
  margin-top: 20px;
}
.yearlist table th,
.yearlist table td {
  text-align: center;
  padding: 6px 0;
  border: 1px solid #cccccc;
}
.yearlist table th {
  background: #ffffff;
}
.yearlist table .on th {
  background: #f8f8f8!important;
  padding: 20px 0;
  color: #feb402;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .yearlist {
    padding: 0;
    margin-top: 60px;
    overflow-x: inherit;
  }
}


