#banner {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.hot-container {
  height: 80px;
  -webkit-box-shadow: 0 4px 35px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 35px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 35px 1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.hot-container ul li {
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 11px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  margin-top: 22px;
  margin-right: 12px;
  color: #fff;
}
.hot-container ul li.title {
  margin-left: 135px;
  background-color: #d6201f;
  font-weight: bold;
  font-weight: 16px;
}
.hot-container ul li:hover {
  background-color: #d6201f;
}
.hot-container ul li:hover a {
  color: #fff;
}
.hot-container ul li a {
  color: #666;
}
.tags-container {
  min-height: 300px;
  margin-top: 30px;
}
.tags-container li {
  float: left;
  position: relative;
  height: 235px;
  width: 285px;
  background-color: #fafafa;
  margin-bottom: 20px;
  margin-right: 20px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  overflow: hidden;
}
.tags-container li.tm-item-end {
  margin-right: 0px;
}
.tags-container li:hover .border-cont {
  display: block;
}
.tags-container li:hover .bottom {
  background-color: #d6201f;
  color: #fff;
  font-weight: bold;
}
.tags-container li .img-container {
  height: 178px;
  width: 285px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  background-color: #fafafa;
}
.tags-container li .img-container img {
  max-width: 285px;
  max-height: 178px;
}
.tags-container li .bottom {
  height: 57px;
  background-color: #e1e1e1;
  color: #434242;
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: table;
}
.tags-container li .bottom p {
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  /*设置文本水平居中*/
  padding: 0 20px;
}
.tags-container li .border-cont {
  width: 279px;
  height: 229px;
  border: 3px solid #d6201f;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}
/* pages */
.pagination a.current {
  background-color: #d6201f;
  border-color: #d6201f !important;
}
.pagination a:hover {
  border-color: #d6201f !important;
}
.news-container {
  height: 700px;
  background-color: #f2f2f2;
}
.news-container .content .title {
  margin: 45px 0;
  height: 30px;
  position: relative;
  width: 100%;
  display: inline-block;
  font-size: 10px;
  color: #000;
}
.news-container .content .title .kuai {
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #de1406;
  width: 10px;
}
.news-container .content .title span {
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  margin-left: 23px;
}
.news-container .content .cont-list {
  height: 300px;
  width: 100%;
}
.news-container .content .cont-list .cont-item {
  float: left;
  height: 100%;
  width: 380px;
  -webkit-box-shadow: 0 8px 10px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 8px 10px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 10px 5px rgba(0, 0, 0, 0.06);
  margin-right: 30px;
  background-color: #fff;
}
.news-container .content .cont-list .cont-item.last {
  margin-right: 0;
}
.news-container .content .cont-list .cont-item .i-title {
  width: 100%;
  height: 100px;
  background-position: top left;
  background-repeat: no-repeat;
  color: #fff;
  text-indent: center;
}
.news-container .content .cont-list .cont-item .i-title p {
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
}
.news-container .content .cont-list .cont-item .i-title p.f1 {
  font-weight: bold;
  font-size: 28px;
  padding-top: 21px;
}
.news-container .content .cont-list .cont-item ul {
  width: 374px;
  border: 3px solid #fff;
  border-top: none;
  height: 197px;
  display: inline-block;
}
.news-container .content .cont-list .cont-item ul li {
  width: 344px;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 18px;
  margin-top: 18px;
  white-space: nowrap;
}
.news-container .content .cont-list .cont-item ul li:first-child {
  margin-top: 34px;
}
.news-container .content .cont-list .cont-item ul li:hover a {
  color: #d3241f;
  font-weight: bold;
}
.news-container .content .cont-list .cont-item ul li a {
  color: #000;
  line-height: 18px;
  margin-left: 10px;
  font-size: 13px;
}
.news-container .content .cont-list .cont-item ul li .li {
  width: 18px;
  height: 18px;
  float: left;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}
.news-container .content .cont-list .cont-item:hover ul {
  border-color: #d3241f;
}
.news-container .content .tm_left_phone {
  margin-top: 97px;
}
.news-container .content .tm_left_phone p {
  font-size: 24px;
  color: #c21919;
  text-align: center;
}
.news-container .content .tm_left_phone p .strong {
  font-size: 28px;
  font-weight: bold;
}
.news-container .content .tm_left_phone .phone_cont {
  height: 60px;
  width: 600px;
  margin: 35px auto 0;
  -webkit-border-radius: 60px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 60px;
  -moz-background-clip: padding;
  border-radius: 60px;
  background-clip: padding-box;
  overflow: hidden;
  background-color: #fff;
}
.news-container .content .tm_left_phone .phone_cont #trademark_phone {
  height: 60px;
  width: 456px;
  background-color: #fff;
  float: left;
  text-indent: 50px;
  color: #666;
  border: none;
  font-size: 14px;
}
.news-container .content .tm_left_phone .phone_cont #do_trademark_phone {
  width: 144px;
  height: 60px;
  float: right;
  background-color: #c21919;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
