/* CSS Document */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -mos-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
input,
textarea,
button {
  outline: none;
}
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
hr {
  border: none;
}
.l {
  float: left;
}
.r {
  float: right;
}
.tow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container,
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
  clear: none;
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*顶部*/
.header_top {
  width: 100%;
  height: 85px;
}
.header_top_left {
  width: 368px;
  height: 60px;
  float: left;
  margin-top: 10px;
}
.header_top_left img {
  width: 100%;
}
.header_top_right {
  width: 427px;
  height: 100%;
  float: right;
}
.header_top_right img {
  height: auto;
  display: block;
  float: left;
}

.header_top_right ul {
  float: left;
  margin-left: 20px;
  height: 36px;
  line-height: 36px;
  width: 120px;
  border: 1px solid #d01924;
  margin-top: 25px;
  overflow: hidden;
}
.header_top_right ul a {
  display: block;
  width: 50%;
  float: left;
  height: 36px;
  text-align: center;
  font-size: 15px;
  color: #333;
}
.header_top_right ul a.on {
  background: #d01924;
  color: #fff;
}

/* 导航栏 */
.header_nav {
  height: 56px;
  width: 100%;
  background: rgba(226, 22, 29, 0.49);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.nav {
  width: 100%;
  height: 56px;
}
.nav .nLi {
  float: left;
  position: relative;
  display: inline;
  height: 56px;
  width: 133px;
  text-align: center;
}
.nav .nLi h3 {
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
}
.nav .nLi h3 p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-top: 5px;
  position: relative;
  z-index: 9;
}
.nav .nLi h3 span {
  font-size: 12px;
  font-family: "Arial";
  color: #fff;
  line-height: 20px;
  display: block;
  position: relative;
  z-index: 9;
}
.nav .nLi h3 a {
  font-size: 16px;
  color: #000000;
  display: block;
  width: 100%;
  height: 100%;
}
.nav li.active h3:after {
  content: "";
  width: 144px;
  height: 73px;
  position: absolute;
  top: -11px;
  left: 0;
  background: url(../image/active.png) no-repeat center;
  z-index: 1;
}
.nav .nLi:hover h3:after {
  content: "";
  width: 144px;
  height: 73px;
  position: absolute;
  top: -11px;
  left: 0;
  background: url(../image/active.png) no-repeat center;
  z-index: 1;
}
.nav .sub {
  display: none;
  left: 50%;
  top: 56px;
  position: absolute;
  line-height: 26px;
  width: 150px;
  z-index: 999;
  background: #ddd;
  margin-left: -75px;
}
.nav .sub li {
  zoom: 1;
  border-bottom: 1px solid #eeeeee;
  height: 40px;
  line-height: 40px;
  background: #eeeeee;
  text-align: center;
}
.nav .sub li p {
  width: 100%;
  float: left;
  margin: 0px;
}
.nav .sub li span {
  float: right;
}
.nav .sub a {
  display: block;
  padding: 0 10px;
  color: #434343;
  font-size: 14px;
  height: 100%;
}
.nav .sub a:hover {
  color: #c4151c;
}

/* 首页:banner */
.banner {
  width: 100%;
  height: 875px;
  position: relative;
}
.banner .slideBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.banner .slideBox .hd {
  position: absolute;
  right: 50%;
  margin-right: -40px;
  bottom: 90px;
  z-index: 1;
  overflow: hidden;
  height: 22px;
}
.banner .slideBox .hd ul {
  float: left;
  overflow: hidden;
  zoom: 1;
}
.banner .slideBox .hd ul li {
  float: left;
  margin-right: 15px;
  width: 12px;
  height: 12px;
  background: #ddd;
  cursor: pointer;
  border-radius: 50%;
}
.banner .slideBox .hd ul li.on {
  background: #fff;
}
.banner .slideBox .bd {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.banner .slideBox .bd ul {
  width: 100%;
  height: 100%;
}
.banner .slideBox .bd li {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  zoom: 1;
}
.banner .slideBox .bd li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/*电话*/
.index_lian {
  width: 100%;
  height: 130px;
  background: url(../image/search_bjs.png) no-repeat top center;
  padding-top: 10px;
  position: relative;
  z-index: 9;
}
.lx_dhs {
  width: auto;
  float: left;
  color: #fff;
  font-size: 16px;
}
.lx_dhs span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.lx_search {
  width: 356px;
  height: 35px;
  float: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 10px;
}
.lx_search input[type="text"] {
  width: 289px;
  height: 100%;
  float: left;
  background: none;
  border: 0;
  float: left;
  font-size: 14px;
  color: #bfbfbf;
  padding: 0px 10px;
}
.sosuo {
  float: left;
  font-size: 16px;
  color: #fff;
  border: 0;
  background: none;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  height: 34px;
  width: 60px;
}

/*关于我们*/
.index_about {
  width: 100%;
  height: 905px;
  background: url(../image/about_bjs.jpg) no-repeat bottom center;
  margin-top: -85px;
  padding-top: 100px;
}
.index_about .index_news_t h3:before {
  right: 240px;
}
.index_about .index_news_t h3:after {
  left: 240px;
}
.index_about_top {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}
.index_about_jj {
  width: 570px;
  height: auto;
  float: left;
}
.index_about_jj dl {
  width: 100%;
  height: 42px;
  overflow: hidden;
}
.index_about_jj dl dt {
  width: 40px;
  height: 42px;
  float: left;
}
.index_about_jj dl dd {
  width: 512px;
  height: 42px;
  float: right;
  border-bottom: 1px solid #e1e1e1;
  font-size: 24px;
  color: #333333;
}
.in_about {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}
.in_about a {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  width: 100%;
  height: 168px;
  text-indent: 2rem;
  display: block;
}
.abou_more {
  width: 116px;
  height: 36px;
  border: 1px solid #c4151c;
  color: #c4151c;
  text-align: center;
  line-height: 36px;
  float: right;
  font-size: 14px;
  margin-top: 68px;
}
.abou_more:hover {
  background: #c4151c;
  color: #fff;
}
.index_video {
  width: 600px;
  height: 413px;
  float: right;
  position: relative;
}
.index_video img {
  width: 100%;
  height: auto;
  display: block;
}
.in_wh {
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: url(../image/wh_bjs.png) no-repeat left center;
  padding: 0px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.in_wh p {
  font-size: 26px;
  color: #fff;
  background: url(../image/xiangxia.png) no-repeat right center;
  float: left;
  padding-right: 40px;
}
.in_wh span {
  font-size: 16px;
  color: #fff;
  float: left;
  margin-left: 40px;
}
.index_about_bottom {
  width: 100%;
  height: 150px;
  background: #fff;
  border: 1px solid rgba(196, 21, 28, 0.5);
  border-radius: 25px;
  padding-top: 32px;
  margin-top: 28px;
}
.index_about_bottom dl {
  width: 295px;
  height: auto;
  float: left;
  background: url(../image/num_xs.png) no-repeat right center;
  text-align: center;
}
.index_about_bottom dl dt {
  font-size: 14px;
  color: #333333;
  height: 60px;
  line-height: 60px;
}
.index_about_bottom dl dt span {
  font-size: 58px;
  color: #333333;
}
.index_about_bottom dl dd {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
}
.index_about_bottom dl:last-child {
  background: none;
}

/*弹出视频*/
.video_bj {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 888;
  display: none;
}
.video_xx {
  width: 600px;
  height: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -190px;
  z-index: 999;
}
.close {
  width: 100%;
  height: 40px;
  text-align: right;
  background: rgba(0, 0, 0, 0.5);
}
.close img {
  width: 32px;
  height: 32px;
  margin-top: 4px;
  margin-right: 10px;
}
.video-box {
  width: 100%;
  height: 360px;
}
.sj_video {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}

/*产品*/
.index_prodcut {
  width: 100%;
  height: 960px;
  background: url(../image/product_bjs.jpg) no-repeat center;
  padding-top: 65px;
}
.in_pro_b {
  width: 100%;
  height: auto;
  text-align: center;
}
.in_pro_b span {
  color: #999;
  opacity: 0.3;
  display: block;
  text-align: center;
  font-size: 55px;
  font-weight: bold;
}
.in_pro_b h3 {
  width: auto;
  display: table;
  margin: -35px auto 0;
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.in_pro_b h3:after {
  content: "";
  width: 248px;
  height: 4px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 218px;
  background: url(../image/r_xs.png) no-repeat;
}
.in_pro_b h3:before {
  content: "";
  width: 248px;
  height: 4px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 218px;
  background: url(../image/l_xs.png) no-repeat;
}
.in_pro_b p {
  width: 100%;
  height: auto;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.index_prodcut_left {
  width: 420px;
  height: auto;
  float: left;
  margin-top: 110px;
}
.index_prodcut_left a p {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  width: 100%;
  height: 146px;
  margin: 30px 0 60px;
}
.index_prodcut_left span {
  width: 113px;
  height: 35px;
  background: #e2161d;
  display: block;
  text-align: center;
  line-height: 35px;
  color: #fff;
}
.index_prodcut_left h3 {
  font-size: 28px;
  color: #fff;
}
.index_prodcut_left span:hover {
  color: #e2161d;
  background: #fff;
}
.index_prodcut_right {
  width: 707px;
  text-align: left;
  float: right;
  margin-top: 53px;
}
.slideGroup .parHd {
  height: auto;
  line-height: 54px;
  width: 212px;
  float: left;
}
.slideGroup .parHd ul {
  float: left;
  width: 100%;
}
.slideGroup .parHd ul li {
  width: 100%;
  height: 54px;
  background: rgba(255, 255, 255, 0.23);
  margin-bottom: 20px;
}
.slideGroup .parHd ul li a {
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}
.slideGroup .parHd ul li.on {
  background: rgba(226, 22, 29, 0.41);
}
.parBd {
  width: 490px;
  height: auto;
  float: right;
}
.slideGroup .slideBox {
  overflow: hidden;
  zoom: 1;
  position: relative;
  padding-bottom: 10px;
}
.slideGroup .sPrev,
.slideGroup .sNext {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 999;
}
.slideGroup .sNext {
  right: 0;
  background: rgba(255, 255, 255, 0.2) url(../image/p_right.png) no-repeat
    center;
}
.slideGroup .sPrev {
  left: 0;
  background: rgba(255, 255, 255, 0.2) url(../image/p_left.png) no-repeat center;
}
.slideGroup .sPrev:hover,
.slideGroup .sNext:hover {
}
.slideGroup .parBd ul {
  overflow: hidden;
  zoom: 1;
}
.slideGroup .parBd ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0px;
}
.parBd_pic {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.parBd_pic img {
  max-width: 100%;
}
.slideGroup .parBd ul li p {
  width: 400px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0px auto;
}

/*优势*/
.index_youshi {
  width: 100%;
  height: 960px;
  background: url(../image/youshi_bjs.jpg) no-repeat center;
  padding-top: 70px;
  overflow: hidden;
  margin-bottom: 72px;
}
.index_youshi_left {
  width: 366px;
  height: 741px;
  background: url(../image/youshi_left.png) no-repeat center;
  overflow: hidden;
  float: left;
  margin-top: 33px;
}
.youshi_left_t {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0 20px;
  margin-top: 50px;
}
.youshi_left_t h3 {
  font-size: 28px;
  color: #ffffff;
  opacity: 0.78;
}
.youshi_left_t dl {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
  margin-left: 20px;
}
.youshi_left_t dl dt {
  font-size: 52px;
  color: #fff;
  float: left;
}
.youshi_left_t dl dd {
  font-size: 20px;
  color: #fff;
  opacity: 0.78;
  margin-top: 30px;
  margin-left: 10px;
  float: left;
}
.index_youshi_left ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}
.index_youshi_left ul li {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.index_youshi_left ul li a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
}
.index_youshi_left ul li:hover a {
  background: #fff;
  color: #c4151c;
}
.index_youshi_right {
  width: 834px;
  float: right;
  margin-top: 40px;
}
.in_youshi_t {
  width: 100%;
  height: 105px;
  text-align: right;
  background: url(../image/xz_bjs.png) no-repeat bottom;
}
.in_youshi_t h3 {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 10px;
}
.in_youshi_t p {
  font-size: 35px;
  color: #e2161d;
  font-weight: bold;
}
.index_youshi_right ul {
  width: 700px;
  height: auto;
  float: left;
  margin-top: 33px;
  float: right;
}
.index_youshi_right ul li {
  width: 290px;
  height: 235px;
  float: left;
  margin-bottom: 56px;
}
.index_youshi_right ul li:nth-child(2n) {
  float: right;
}
.index_youshi_right ul li h3 {
  font-size: 20px;
  color: #333333;
  margin: 20px 0;
}
.index_youshi_right ul li p {
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  height: 104px;
}
.index_youshi_right ul li img {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  width: 57px;
  height: 57px;
  display: block;
}
.index_youshi_right ul li:hover img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*新闻*/
.index_news {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index_news_t {
  width: 100%;
  height: auto;
  text-align: center;
}
.index_news_t span {
  color: #999;
  opacity: 0.3;
  display: block;
  text-align: center;
  font-size: 55px;
  font-weight: bold;
}
.index_news_t h3 {
  width: auto;
  display: table;
  margin: -35px auto 0;
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.index_news_t h3:after {
  content: "";
  width: 248px;
  height: 4px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 218px;
  background: url(../image/r_xs.png) no-repeat;
}
.index_news_t h3:before {
  content: "";
  width: 248px;
  height: 4px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 218px;
  background: url(../image/l_xs.png) no-repeat;
}
.index_news_t p {
  width: 100%;
  height: auto;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.index_nav {
  width: auto;
  height: auto;
  overflow: hidden;
  display: table;
  margin: 30px auto;
}
.index_nav a {
  width: 116px;
  height: 40px;
  border: 1px solid #c4151c;
  font-size: 16px;
  float: left;
  text-align: center;
  color: #c4151c;
  line-height: 40px;
  margin: 0px 30px;
}
.index_nav a:hover {
  background: #c4151c;
  color: #fff;
}
.index_news_left {
  width: 612px;
  height: auto;
  float: left;
}
.index_news_left ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index_news_left ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 17px;
}
.index_news_left ul li .index_ntime {
  width: 74px;
  height: 76px;
  background: #c4151c;
  text-align: center;
  float: left;
}
.index_ntime span {
  font-size: 52px;
  color: #fff;
  opacity: 0.6;
  display: block;
  line-height: 50px;
}
.index_ntime p {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  line-height: 26px;
}
.index_xinfo {
  width: 530px;
  height: auto;
  float: right;
  padding-top: 8px;
}
.index_xinfo h3 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
}
.index_xinfo p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index_news_right {
  width: 575px;
  float: right;
}
.in_news_pic {
  width: 282px;
  height: 263px;
  float: left;
  overflow: hidden;
}
.in_news_pic img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}
.in_news_xx {
  width: 270px;
  height: auto;
  float: right;
  padding-top: 30px;
}
.in_news_xx h3 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
}
.in_news_xx span {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #999999;
  display: block;
  margin-top: 10px;
}
.in_news_xx p {
  width: 100%;
  height: 56px;
  line-height: 28px;
  font-size: 14px;
  color: #666666;
  display: block;
  margin-top: 20px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.in_news_xx i {
  width: 107px;
  height: 38px;
  background: #c4151c;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  display: block;
  font-style: normal;
  margin-top: 20px;
}
.index_news_left ul li:hover h3,
.index_news_left ul li:hover .index_xinfo p {
  color: #c4151c;
}
.index_news_right:hover img {
  transform: scale(1.05);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.05);
  -webkit-transform: all 1s ease 0s;
}
.index_news_right:hover h3,
.index_news_right:hover span,
.index_news_right:hover p {
  color: #c4151c;
}
.in_news_xx i:hover {
  border: 1px solid #c4151c;
  color: #c4151c;
  background: none;
}
.index_news_bottom {
  width: 100%;
  height: 442px;
  background: url(../image/news_bjs.jpg) no-repeat center;
  margin-top: 40px;
  padding-top: 54px;
}
.index_news_bleft {
  width: 580px;
  height: auto;
  float: left;
}
.index_news_bright {
  width: 580px;
  height: auto;
  float: right;
}
.sideMenu {
  height: auto;
  overflow: hidden;
}
.sideMenu .sideMenu_div {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}
.sideMenu .sideMenu_div p {
  width: 400px;
  height: 100%;
  float: left;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sideMenu .sideMenu_div span {
  width: auto;
  height: 40px;
  color: #fff;
  float: right;
  font-size: 14px;
  line-height: 40px;
}
.sideMenu .sideMenu_div.on {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 8px;
}
.sideMenu ul {
  display: none;
  width: 100%;
  height: 60px;
  margin-top: 8px;
}
.sideMenu ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.sideMenu ul li p {
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  height: 52px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*友情链接*/
.index_links {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index_links p {
  font-size: 16px;
  color: #333333;
  float: left;
  line-height: 60px;
  margin-right: 20px;
}
.index_links a {
  font-size: 14px;
  color: #333;
  float: left;
  margin-right: 15px;
}
.index_links_info {
  width: 1063px;
  height: auto;
  float: left;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
}
.index_links a:hover {
  color: #004c9b;
}

/*底部*/
.footer {
  width: 100%;
  height: 372px;
  background: url(../image/f_bjs.jpg) no-repeat center;
  display: block;
  overflow: hidden;
  padding-top: 26px;
}
.footer_top {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.f_logo {
  width: 415px;
  height: 62px;
  display: block;
  margin: 0px auto;
}
.footer_top_nav {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}
.footer_top_nav a {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  line-height: 35px;
  float: left;
  width: 150px;
}
.footer_top_nav a:hover {
  opacity: 1;
}
.footer_center {
  width: auto;
  height: auto;
  overflow: hidden;
  background: #434343;
  margin-top: 10px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.footer_left {
  width: 310px;
  height: auto;
  float: left;
  margin-left: 10px;
  margin-top: 32px;
}
.footer_left p {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  line-height: 32px;
}
.footer_input {
  width: 375px;
  float: left;
  margin-left: 50px;
}
.footer_input h3 {
  font-size: 18px;
  color: #fefefe;
  line-height: 40px;
  text-align: center;
}
.footer_input_top {
  width: 100%;
  height: 30px;
}
.footer_input_top input[type="text"] {
  width: 182px;
  height: 33px;
  float: left;
  color: #fefefe;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  padding: 0px 10px;
  font-size: 14px;
}
.footer_input_top .fs {
  float: right !important;
}
.footer_input textarea {
  width: 100%;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  background: none;
  resize: none;
  color: #fefefe;
  margin-top: 8px;
}
.footer_input_bottom {
  width: 100%;
  height: 30px;

}
.footer_input_bottom input[type="text"] {
  width: 100px;
  height: 33px;
  float: left;
  color: #fefefe;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  padding: 0px 10px;
  font-size: 14px;
}
.footer_input_bottom img {
  width: 100px;
  height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fefefe;
  font-size: 14px;
  background: none;
  margin-top: 0px;
  margin-left:15px;
}
.footer_input_bottom .fs {
  float: right !important;
}

.tijiao {
  width: 92px;
  height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fefefe;
  font-size: 14px;
  background: none;
  margin-top: 0px;
  margin-left:15px;
  padding:0;
  float: right;
}
.tijiao:hover {
  background: #c4151c;
  color: #fff;
  cursor: pointer;
}
.footer_right {
  width: auto;
  float: right;
  margin-top: 40px;
}
.footer_right dl {
  width: 113px;
  height: auto;
  float: left;
  margin-right: 10px;
}
.footer_right dl dt {
  width: 113px;
  height: 113px;
  overflow: hidden;
  margin: 0px auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
}
.footer_right dl dt img {
  width: 100%;
  height: auto;
}
.footer_right dl dd {
  font-size: 14px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  opacity: 0.8;
}
.dl_last {
  margin-right: 0 !important;
}
.copy {
  clear: both;
  width: 100%;
  height: 48px;
  color: #999999;
  font-size: 12px;
  line-height: 48px;
  background: #313131;
}
.copy_l {
  float: left;
  font-size: 12px;
  color: #999;
}
.copy_l a {
  color: #999;
}
.copy_l a:hover {
  color: #006f5e !important;
}
.footer_zhichi {
  width: auto;
  height: 48px;
  float: right;
}
.footer_zhichi p {
  width: auto;
  float: left;
  margin-right: 20px;
  color: #999s;
  line-height: 48px;
}
.footer_zhichi .pt {
  width: 121px;
  height: 18px;
  background: url(../image/yhx.png) no-repeat;
  margin-top: 16px;
  margin-right: 10px;
}
.footer_zhichi .js {
  width: 121px;
  height: 18px;
  background: url(../image/yhx.png) no-repeat;
  margin-top: 17px;
}
.footer_zhichi .pt:hover {
  background: url(../image/yhx_hover.png) no-repeat;
}
.footer_zhichi .js:hover {
  background: url(../image/yhx_hover.png) no-repeat;
}
.footer_zhichi span {
  float: left;
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}
.footer_zhichi i {
  float: left;
}

/*客服*/
.lxfx {
  height: auto;
  position: fixed;
  right: 0px;
  top: 250px;
  width: 77px;
  z-index: 999;
}
.lxfx li a {
  color: rgb(255, 255, 255);
  display: block;
  height: 47px;
  margin-top: 9px;
  width: 300px;
  font-size: 14px;
}
.leftlx {
  float: left;
  height: 47px;
  width: 77px;
}
.lxfx li span {
  border-left: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  float: left;
  font-size: 20px;
  height: 24px;
  line-height: 22px;
  margin-top: 8px;
  padding-left: 8px;
}
.fix_ewm {
  border: 5px solid rgb(255, 255, 255);
  display: none;
  height: 120px;
  left: -145px;
  position: absolute;
  top: -40px;
  width: 120px;
}
.lxfx li i {
  display: block;
  height: 27px;
  margin: 0 auto;
  text-align: center;
  width: 30px;
  background: url(../image/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
  background-position: 0 -25px;
}
.lxfx li i.icon-ly {
  background-position: 4px -53px;
}
.lxfx li i.icon-wx {
  background-position: -34px 4px;
}
.lxfx li i.icon-wb {
  background-position: -30px -22px;
}
.lxfx li i.icon-top {
  background-position: -30px -49px;
  height: 32px;
}

.lxfx li p {
  line-height: 12px;
  text-align: center;
}
.lxfx li {
  background: #c8000a;
  height: 62px;
  margin-bottom: 1px;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  width: 77px;
  float: left;
}

/*内页banner*/
.nyban {
  width: 100%;
  height: 300px;
  position: relative;
}
.caseban {
  background: url(../image/caseban.jpg) no-repeat center;
  height: 300px;
}
.newsban {
  background: url(../image/newsban.jpg) no-repeat center;
  height: 300px;
}
.proban {

  height: 300px;
}
.contban {
  background: url(../image/contban.jpg) no-repeat center;
  height: 300px;
}
.aboutban {
  background: url(../image/aboutban.jpg) no-repeat center;
  height: 300px;
}
.spban {
  background: url(http://www.hhxfqc.com/templates/hhxf/images/spban.jpg)
    no-repeat center;
  height: 300px;
}
.lcban {
  background: url(http://www.hhxfqc.com/templates/hhxf/images/lcban.jpg)
    no-repeat center;
  height: 300px;
}
.yxban {
  background: url(http://www.hhxfqc.com/templates/hhxf/images/yxban.jpg)
    no-repeat center;
  height: 300px;
}
.hrban {
  background: url(../image/hrban.jpg) no-repeat center;
  height: 300px;
}
.ysban {
  background: url(http://www.hhxfqc.com/templates/hhxf/images/ysban.jpg)
    no-repeat center;
  height: 300px;
}
.xiashuban {
  background: url(../image/xiashuban.jpg) no-repeat center;
  height: 300px;
}
.zhengshuban {
  background: url(../image/zhengshuban.jpg) no-repeat center;
  height: 300px;
}

/* 内页通用:左侧分类 */
.post_dw {
  color: #fff;
  font-size: 14px;
  text-align: right;
  width: 1200px;
  position: absolute;
  bottom: 30px;
  right: 50%;
  margin-right: -600px;
  z-index: 9;
}
.post_dw a {
  color: #fff;
}

.mainl-fl > h3 {
  width: 250px;
  margin-left: -1px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  background: #c8000a;
  color: #fff;
}
.main-l {
  border-top: none;
  width: 250px;
  margin-top: -66px;
  border-top: none;
  position: relative;
  z-index: 9;
}
.mianlfl-li > a > p {
  color: #393939;
  font-size: 16px;
  float: left;
  line-height: 52px;
}
.mianlfl-li > a > span {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  border: 2px solid #c8000a;
  float: left;
  margin-left: 10px;
  margin-top: 25px;
  margin-right: 13px;
}
.mianlfl-li {
  clear: both;
}
.mianlfl-li > a {
  display: block;
  margin: 0 auto;
  width: 225px;
  height: 52px;
  border-bottom: 1px solid #e5e5e5;
}
.mainl-fl > ul {
  padding-top: 10px;
}
.mianlfl-li > .active p {
  color: #c8000a;
}
.mianlfl-li > .active span {
  background: #c8000a;
}
.mianlfl-li:hover a > span {
  background: #c8000a;
}
.mianlfl-li:hover a > p {
  color: #c8000a;
}
.zxzx-l {
  background: url(http://www.hhxfqc.com/templates/hhxf/images/zxzx-bg.jpg)
    no-repeat;
  height: 95px;
  width: 217px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
.zxdc-l {
  background: url(http://www.hhxfqc.com/templates/hhxf/images/zxwj-bg.jpg)
    no-repeat;
  height: 95px;
  width: 217px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.zxzx-l > a > h3,
.zxdc-l > a > h3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 25px;
}
.zxzx-l > a > p,
.zxdc-l > a > p {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.mainl-fl2 {
  margin-top: 20px;
  border: 1px solid #d5d5d5;
  padding-bottom: 10px;
}
.mainl-fl1 {
  border: 1px solid #d5d5d5;
  border-top: none;
}
.mianl-tel {
  padding: 0 15px;
  margin-top: 25px;
  line-height: 28px;
}
.mianl-tel > p,
.mianl-tel > p a {
  color: #626262;
  font-size: 16px;
}

.mianl-tel > h3 {
  color: #c8000a;
  font-size: 24px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black,
    " sans-serif";
}
.mianl-tel > h3:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  display: inherit;
  margin-top: 8px;
}
.mianl-tel > div > p {
  color: #535353;
  font-size: 15px;
  line-height: 26px;
}
.mianl-tel > div {
  padding-top: 8px;
}
.mianl-tel > span {
  color: #c8000a;
  font-size: 24px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black,
    " sans-serif";
}
/*内页通用：单页面*/
.main-r {
  width: 920px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.main-title > h3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #c8000a;
}
.main-title > p {
  color: #dcdcdc;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
}
.main-title > p:after {
  width: 52px;
  height: 2px;
  content: "";
  display: inherit;
  background: #c8000a;
  margin: 0 auto;
  margin-top: 15px;
}
.mianr-mid {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.mianr-mid > p {
  line-height: 36px;
  font-size: 16px;
  color: #555;
}
.mianr-mid img {
  max-width: 98%;
  padding-left:10px;
  
}

/*内页通用新闻资讯*/
.nynews-l {
  margin-top: 30px;
  width: 585px;
}
.nynewst-div {
  width: 187px;
  height: 152px;
  overflow: hidden;
  margin-top: 29px;
  margin-left: 7px;
}
.nynewst-div > img {
  width: 100%;
  transition: 0.6s;
}
.nynews-top {
  width: 100%;
  height: 172px;
  transition: 0.3s;
  border: 1px solid #d5d5d5;
}
.nynews-top .r > h3 {
  color: #555555;
  font-size: 16px;
  margin-top: 30px;
  transition: 0.3s;
}
.nynews-top .r > p {
  color: #a1a1a1;
  font-size: 14px;
  transition: 0.3s;
}
.nynews-top .r > span {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 40px;
  transition: 0.3s;
}
.nynews-top .r {
  width: 320px;
  margin-right: 50px;
}
.nynews-li {
  border-bottom: 1px dashed #d5d5d5;
  overflow: hidden;
}
.nynews-li > span {
  border: 2px solid #c8000a;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  float: left;
  margin-top: 20px;
  margin-right: 6px;
  position: relative;
  left: 0;
  transition: 0.3s;
}
.nynews-li > a {
  float: left;
  line-height: 52px;
  width: 76%;
  color: #1b1b1b;
  font-size: 16px;
  position: relative;
  left: 0;
  transition: 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nynews-li > p {
  float: right;
  line-height: 52px;
  color: #626262;
  font-size: 14px;
  position: relative;
  right: 0;
  transition: 0.3s;
}
.nynews-li a:hover {
  left: 15px;
  color: #c8000a;
}
.nynews-li:hover > span {
  left: 15px;
  background: #c8000a;
}
.nynews-li:hover > p {
  right: 15px;
  color: #c8000a;
}
.nynews-top:hover .nynewst-l > img {
  transform: scale3d(1.1, 1.1, 1);
}
.nynews-top:hover {
  background: #c8000a;
  border: 1px solid #c8000a;
}
.nynews-top:hover .l > h3 {
  color: #fff;
}
.nynews-top:hover .l > p {
  color: #fff;
}
.nynews-top:hover .l > span {
  color: #fff;
}
.news-bot {
  margin-bottom: 40px;
}
.intitle-top > h3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #0c46c6;
}
.intitle-top > p {
  font-size: 18px;
  color: #707070;
  text-align: center;
  line-height: 40px;
}
.ny-news {
  margin-top: 40px;
  margin-bottom: 70px;
  overflow: hidden;
}
.main-title > h3 > span {
  color: #c8000a;
}
.nynewst-l {
  width: 148px;
  height: auto;
  overflow: hidden;
  float: left;
}
.nynewst-l > img {
  width: 100%;
  transition: 0.6s;
}
.nynews-top > a {
  display: block;
  padding: 16px;
}
.nynews-top > a > .l {
  width: 370px;
  margin-left: 15px;
}
.nynews-top > a > .l > h3 {
  color: #535353;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  line-height: 30px;
  width: 100%;
  height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nynews-top > a > .l > span {
  color: #898989;
  font-size: 14px;
  display: block;
  line-height: 36px;
}
.nynews-top > a > .l > p {
  color: #898989;
  font-size: 14px;
  line-height: 24px;
}

/*内页：疑问解答*/
.mianr-mid .infaq-li {
  margin-right: 18px;
  margin-bottom: 18px;
}
.mianr-mid > img {
  display: table;
  margin: 0 auto;
}
.mianr-mid > h4 {
  background: #c8000a;
  color: #c8000a;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
}

/*内页：新闻资讯*/
.in-news {
  margin-top: 60px;
  background: url(http://www.hhxfqc.com/templates/hhxf/images/innews-bg.jpg)
    no-repeat center;
  background-position: bottom;
}
.news-title h3 {
  color: #c8000a;
}
.news-title span {
  width: 442px;
  line-height: 80px;
  color: #c8000a;
  font-size: 33px;
  text-align: center;
  font-weight: bold;
}
.news-title span p {
  color: #c8000a !important;
  font-size: 33px;
  text-align: center;
  font-weight: bold;
  padding-top: 13px;
}
.news-title p {
  color: #626262;
}
.title h3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.title span {
  display: block;
  width: 442px;
  height: 80px;
  margin: 0 auto;
}
.newsli-l {
  width: 180px;
  height: auto;
  background: #333;
  transition: 0.6s;
}
.newsli-l img {
  width: 100%;
  height: auto;
  display: block;
}
.newsli-l span {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  color: #fff;
  border-bottom: 1px solid #444;
  width: 100px;
  margin: 0 auto;
  padding-bottom: 13px;
  transition: 0.6s;
  display: block;
}
.newsli-l p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  padding-top: 10px;
}
.newsli-r {
  width: 740px;
  background: #f5f5f5;
  padding: 30px 20px;
  height: 100%;
  overflow: hidden;
}
.news-li {
  clear: both;
  margin-bottom: 20px;
  display: table;
  overflow: hidden;
  background: #f5f5f5;
}
.newsli-r h3 {
  font-size: 20px;
  line-height: 30px;
  transition: 0.6s;
  width: 100%;
  height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
}
.newsli-r p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 12px;
  width: 100%;
  height: 48px;
  overflow: hidden;
  color: #333;
}
.news-li:hover .newsli-l {
  background: #c8000a;
}
.news-li:hover .newsli-l span {
  border-bottom: 1px solid #fff;
}
.news-li:hover .newsli-r h3 {
  color: #c8000a;
}
.news-li:hover .newsli-r p {
  color: #c8000a;
}
.ny_news_h1 {
  width: 100%;
  text-align: center;
  clear: both;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.ny_news_h1 h1 {
  font-size: 24px;
  color: #555;
}
.ny_news_xxs {
  width: 100%;
  line-height: 30px;
  color: #999;
  height: 30px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  clear: both;
  font-size: 14px;
}
.ny_news_show {
  margin-bottom: 70px;
}

/*下载*/
.xiazai-li {
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.xiazai-l {
  width: 130px;
  height: auto;
  transition: 0.6s;
}
.xiazai-l img {
  width: 100%;
  height: auto;
  display: block;
}
.xiazai-r {
  width: 770px;
  height: auto;
  margin-left: 20px;
}
.xiazai-r h3 {
  font-size: 18px;
  line-height: 45px;
  transition: 0.6s;
  width: 100%;
  height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  width: 100%;
  height: 45px;
}

/*内页：联系方式*/
.contact .l {
  width: 590px;
}
.contact .r {
  margin-top: 15px;
}
.contact .l > h3 {
  font-size: 24px;
  font-weight: bold;
  color: #444;
  padding-bottom: 20px;
}
.contact .l p {
  color: #444;
}
.contact .l h3 {
  color: #444;
}
.contact .ewm-li > div {
  background: #fff;
  border: 1px solid #d5d5d5;
}
.contact .foottb-r h3 {
  color: #444;
}
.contact .foottb-r p {
  color: #444;
  text-align: center;
}
.contact .foottb-r > p:before {
  background: #d5d5d5;
}
.keyword_light p,
.nycont-bot p {
  line-height: 36px;
  font-size: 16px;
  color: #555;
}
.ewm-li {
  float: left;
  margin-left: 10px;
}
.ewm-li div {
  background: url(http://www.hhxfqc.com/templates/hhxf/images/erm_bg.png)
    no-repeat;
  width: 128px;
  height: 128px;
}
.ewm-li div > img {
  display: block;
  margin: 0 auto;
  width: 104px;
  padding-top: 12px;
}

.keyword_light img {
  max-width: 100%;
  height: auto;
}

/*产品*/
.inproli-div {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.inproli-div > img {
  width: 100%;
  height: 100%;
  transition: 0.6s;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}
.goods-li {
  float: left;
  margin-right: 29px;
  cursor: pointer;
  margin-bottom: 70px;
  position: relative;
  width: 287px;
}
.goods-li h3 {
  position: absolute;
  left: 0;
  border: 0;
  right: 0;
  text-align: center;
  color: #555;
  font-size: 15px;
  line-height: 40px;
  z-index: 2;
}
.goods-li:hover .inproli-div > img {
  transform: scale3d(1.1, 1.1, 1);
}
.pro_buy {
  width: 140px;
  height: 40px;
  border-radius: 5px;
  background: #c8000a;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  display: block;
  margin-left: 8px;
}
.goods-li:nth-child(3n) {
  margin-right: 0;
}
.st_tree {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0px 10px;
}
.st_tree a {
  text-decoration: none;
}
.st_tree a:hover {
  color: #c8000a;
}
.st_tree ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.st_tree ul li {
  color: #393939;
  font-size: 16px;
  float: left;
  line-height: 52px;
  width: 100%;
  height: 52px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.st_tree ul ul li {
  padding-left: 10px;
}
.st_tree ul li ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.st_tree ul li ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 35px;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
}
.st_tree ul li ul li a {
  color: #393939;
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: block;
}
.st_tree ul ul li a {
  color: #393939;
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: block;
}
.st_tree ul ul li.active a {
  color: #c8000a;
}
.st_tree ul ul li:hover a {
  color: #c8000a;
}

.st_tree .folder {
  background: url(http://www.hhxfqc.com/templates/hhxf/images/st_jt.png)
    no-repeat left center;
  background-size: 5%;
  padding: 0 0 0 20px;
}
.st_tree .open,
.st_tree .on {
  background: url(http://www.hhxfqc.com/templates/hhxf/images/st_jt.png)
    no-repeat left center;
  background-size: 5%;
  padding: 0 0 0 20px;
}
.st_tree .open a,
.st_tree .on a {
  color: #c8000a;
}

/*历程*/
.ny_events_ul {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ny_events_ul::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #c8000a;
  z-index: 1;
  top: 0;
  left: 170px;
}
.ny_events_ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.timer_shaft_left {
  float: left;
  font-size: 24px;
  width: 180px;
  text-align: center;
  position: relative;
  line-height: 48px;
}
.timer_shaft_left::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 22px;
  width: 11px;
  height: 11px;
  border: 1px solid #c8000a;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}
.timer_shaft_right {
  float: left;
  line-height: 35px;
  padding-left: 30px;
  padding-top: 10px;
  color: #666;
  max-width: 80%;
}

/*荣誉资质*/
.docs-pictures {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.honor-li {
  width: 218px;
  height: 258px;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.honorli-div {
  width: 100%;
  height: 238px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.honorli-div img {
  width: 100%;
    height: 238px;
  display: block;
}
.honor-li:nth-child(4n) {
  margin-right: 0;
}
.honor-li h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.error404{
	height:auto;
	width:auto;
	font-size:20px;
	alignment-adjust:middle;
	}
.error404 img{
height:auto;
	width:auto;
	text-align:center;
	align:center;
	}	
@media screen and (max-width: 1220px) {
  body {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -moz-transform: scale(0.9);
  }
}
