*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "mynum";
  src: url("../font/barlowregular.woff2") format("woff2"),
    url("../font/barlowregular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_han_sans_cnlight';
  src: url('../font/sourcehansanscn-light.woff2') format('woff2'),
       url('../font/sourcehansanscn-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
body {
  /*
  max-width: 1920px;
  margin: 0 auto;
  */
  min-width: 1280px;
  color: #333;
  background: #fff;
  font-family: "source_han_sans_cnlight", "Microsoft YaHei", sans-serif;
}

html {
  overflow-x: hidden;
}

body,
input,
button,
select {
  font-size: 14px;
  border: none;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b0b0b0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}

select::-ms-expand {
  display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="text"],
input[type="tel"],
button {
  -webkit-appearance: none;
  appearance: none;
  font-family: "Microsoft YaHei";
  outline: none;
}

select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  font-weight: 500;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0px;
}

address,
caption,
cite,
code,
dfn,
th,
var,
em,
i {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style-image: none;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  font-weight: 100;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "\0020";
  visibility: hidden;
  height: 0;
}

/* my通用样式 */
.fl {
  float: left;
}

.fr {
  float: right;
}

.abs {
  position: absolute;
}

.rel {
  position: relative;
}

.center {
  margin: 0px auto;
}

.cli {
  overflow: hidden;
}

.wp2 {
  width: 100%;
  max-width: 1740px;
  padding: 0px 70px;
  margin: 0px auto;
}
.wp {
  width: 1200px;
  margin: 0px auto;
}

.yfont {
  color: #e85821;
}

.bfont {
  color: #13bfd9;
}

.lfont {
  color: #6db005;
}

.pfont {
  color: #f9607e;
}

.gfont {
  color: #999;
}

.fred {
  color: #d71a11;
}

.mt5 {
  margin-top: 5px;
}

.mt15 {
  margin-top: 15px;
}

.ml0 {
  margin-left: 0px;
}

.ml10 {
  margin-left: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.pd25 {
  padding-top: 25px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr0 {
  margin-right: 0;
}

.b0 {
  border: none;
}

.bg0 {
  background: none;
}

.cli {
  overflow: hidden;
}

.tb-box {
  overflow: hidden;
}

.black {
  color: #000;
}

.tb-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
}

.tb-box:hover img {
  transform: scale(1.1);
  transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
  -webkit-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
  -o-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
}

/*******公用样式#006fee*****************/

#space {
  width: 100%;
  height: 400px;
  z-index: 19;
}

/**************************************************/
.flex {
  display: flex;
  justify-content: space-between;
}

/*********导航********************/
.hd-bg {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 99999;
  transition: all 0.2s;
}

.head {
  position: relative;
  z-index: 99999;
  width: 1300px;
}

.logo {
  width: 253px;
  height: 47px;
  display: block;
  background: url(../images/logo.png) 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 990;
}
.lrf-head {
  position: fixed;
  height: 80px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.lrf-head .logo,
.bar-show .logo {
  background: url(../images/logo1.png) top center no-repeat;
  background-size: 100% 100%;
}
.lrf-head .hdr-btn,
.bar-show .hdr-btn {
  border: 3px solid #000;
  color: #000;
}
.lrf-head .hdr-btn span,
.bar-show .hdr-btn span {
  background: #000;
}

.head .hd-tbr {
  position: relative;
  display: flex;
}
/******************/

.hdr-btn {
  width: 56px;
  height: 56px;
  position: relative;
  border: 3px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 50px;
  margin: 0 10px;
  color: #fff;
  transition: all .3s;
}
.hdr-btn:hover {
  transform: translate(3px,3px);
}
.hdr-btn span {
  height: 2px;
  background: #fff;
  position: absolute;
  left: 16px;
  transition: 0.8s;
}

.nav-bar .line1 {
  width: 20px;
  top: 16px;
}

.nav-bar .line2 {
  width: 12px;
  top: 25px;
}

.nav-bar .line3 {
  width: 17px;
  top: 34px;
}

.nav-bar.active span {
  width: 25px;
}

.nav-bar.active .line1,
.nav-bar.active .line3 {
  top: 24px;
  left: 14px;
}

.nav-bar.active .line2 {
  transform: translateX(100%);
  opacity: 0;
}

.nav-bar.active .line1 {
  transform: rotate(225deg) translateZ(0);
}

.nav-bar.active .line3 {
  transform: rotate(-225deg) translateZ(0);
}
/************************/
.nav-box {
  position: fixed;
  top: 0vh;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 0 0 100% 100%;
  background: #fff;
  transition: .5s all ease-in-out;

}
.bar-show .nav-box {
  height: 200vh;
  top: 0;
  pointer-events: all;
  
}
body.hidd {
  overflow: hidden;
  height: 100vh;
}
.nav-container {
  position: absolute;
  width: 1300px;
  height: 100vh;
  top: 0;
  left: 50%;
  margin-left: -650px;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  display: none;
}
.bar-show .nav-container {
  display: flex;
}
.nav-wrapper .nav-item {
  font-size: 18px;
  color: #000;
  line-height: 40px;
  opacity: 0;
  position: relative;
  top: 200px;
 
}
.nav-wrapper .nav-item .num {
  font-size: 24px;
  font-weight: bold;
}
.nav-wrapper .nav-item .h1 {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
}
.nav-wrapper .nav-item .tbc a {
  display: block;
}
.nav-wrapper .nav-item .h1 a:hover {
  color: #e72129;
}
.nav-wrapper .nav-item .tbc a:hover,
.nav-wrapper .nav-item .tbc a:active {
  color: #e72129;
}
.bar-show .nav-wrapper .nav-item {
  animation: navmove 1s forwards;
}
.bar-show .nav-wrapper .nav-item:nth-child(2) {
  animation: navmove 1.2s forwards;
}
.bar-show .nav-wrapper .nav-item:nth-child(3) {
  animation: navmove 1.4s forwards;
}
.bar-show .nav-wrapper .nav-item:nth-child(4) {
  animation: navmove 1.6s forwards;
}
.bar-show .nav-wrapper .nav-item:nth-child(5) {
  animation: navmove 1.8s forwards;
}
.bar-show .nav-wrapper .nav-item:nth-child(6) {
  animation: navmove 2s forwards;
}

@keyframes navmove {
  0% {
    opacity: 0;
    top: 200px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes navmove2 {
  0% {
    opacity: 0;
    bottom: 0;
  }
  100% {
    opacity: 1;
    bottom: 60px;
  }
}
.social-btn {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  bottom: 0;
}
.bar-show .social-btn {
  animation: navmove2 2s forwards;
}
.social-btn .app-item {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  margin: 0 10px;
  position: relative;
  transition: all .3s;
}
.social-btn .app-item:hover {
   transform: translate(3px,3px);
}
.social-btn .app-item.app-weixin {
  background: url(../images/wei1.png) center no-repeat;
}
.social-btn .app-item.app-weixin img {
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
  right: 56px;
  bottom: 56px;
  box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
  transition: all .3s;
}
.social-btn .app-item.app-weixin:hover img {
  width: 160px;
  height: 160px;
  opacity: 1;
}
.social-btn .app-item.app-weibo {
  background: url(../images/wei2.png) center no-repeat;
}
.social-btn .app-item.app-weixin:hover {
  border: 2px solid rgba(0, 0, 0, 1);
  background: url(../images/wei12.png) center no-repeat;
}
.social-btn .app-item.app-weibo:hover {
  border: 2px solid rgba(0, 0, 0, 1);
  background: url(../images/wei22.png) center no-repeat;
}
/********************/
.foot-bg {
  background: url(../images/foot-bg.jpg) top center no-repeat;
  background-size: 100% 100%;
  padding: 70px 0 60px;
  margin-top: 60px;
}

.foot {
  display: flex;
  justify-content: space-between;
}
.foot-tbl .tbt {
   font-size: 18px;
   line-height: 32px;
   color: #fff;
   margin-top: 15px;
}
.foot-tel {
  font-size: 34px;
  font-family: "mynum";
  color: #fff;
}
.foot-tbl .tbc {
  color: #444444;
  font-size: 16px;
  line-height: 22px;
  margin-top: 12px;
}
.foot-tbl .tbc p {
  padding: 12px 0;
}
.foot-nav {
  width: 580px;
  display: flex;
  justify-content: space-between;
}

.foot-nav .tbt {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.foot-nav .tbc a {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}
.foot-nav .tbc a:hover {
  color: #e72129;
  text-decoration: underline;
}

.foot-tbr {
  width: 175px;
}
.foot-tbr .tbt {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
  background: url(../images/fwei3.png) right center no-repeat;
  padding-right: 20px;
  line-height: 32px;
}
.fwei {
  display: flex;
}
.fwei .item {
  width: 52px;
  height: 52px;
  position: relative;
  margin-right: 18px;
  cursor: pointer;
  transition: all .3s;
}
.fwei .item:hover {
  transform: translate(5px,5px);
}
.fwei .weixin-item {
  background: url(../images/fwei.png) no-repeat;
}
.fwei .weibo-item {
  background: url(../images/fwei2.png) no-repeat;
}
.fwei .weixin-item img{
  position: absolute;
  right: 100%;
  top: 0;
  width: 0px;
  height: 0px;
  transition: all .3s;
}
.fwei .weixin-item:hover img {
  width: 160px;
  height: 160px;
}
.foot-add {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.foot-add .more-btn {
  margin-top: 0;
  border: 1px solid #fff;
  width: 222px;
  padding: 0 18px;
  display: flex;
  justify-content: space-between;
}
.foot-add .more-btn em {
  color: #fff;
}
/****************/
.icp {
  color: #fff;
  font-size: 16px;
  line-height: 52px;

}
.icp a {
  color: #fff;
}
.foot-lrf {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 999999;
}
.foot-lrf .item {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  display: block;
  margin-top: 10px;
  text-align: center;
  padding-top: 66px;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.foot-lrf .item.zxitem {
  background:#000 url(../images/foot-lrf1.png) center 20px no-repeat;
}
.foot-lrf .item.zxitem2 {
  background:#000 url(../images/foot-lrf2.png) center 20px no-repeat;
}
.foot-lrf .lrf-tel {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 20px;
  width: 170px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  background: #000;
  font-weight: bold;
  transition: all .3s;
  border-radius: 10px 0 0 10px;
}
.foot-lrf .zxitem2:hover .lrf-tel {
  right: 100%;
  opacity: 1;
}
/*****************************/
.fenye {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.fenye li {
  display: inline-block;
  width: auto;
  text-align: center;
  line-height: 28px;
  height: 30px;
  margin-left: 7px;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #dcdcdc;
}

.fenye li a,
.fenye li span {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  font-size: 16px;
  color: #333;
}

.fenye li:hover {
  background-color: #ca232b;
  color: #fff;
}

.fenye li:hover a,
.fenye li:hover span {
  color: #fff;
}

.fenye .active {
  background-color: #ca232b;
  color: #fff !important;
}

.fenye .active span {
  color: #fff;
}

/**********/
.info-t {
  line-height: 36px;
  font-size: 24px;
  color: #111;
  margin-top: 36px;
  text-align: center;
}

.info-sp {
  color: #21180e;
  border-bottom: 1px solid #ddd;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
}

.info-sp span {
  padding-left: 32px;
  color: #ca232b;
  display: inline-block;
  line-height: 26px;
  margin-right: 45px;
}

.info-sp span i {
  color: #a8a8a8;
}

.info-sp .date {
  background: url(http://www.honmian.cn/static/home/images/date.jpg) 0 no-repeat;
}

.info-sp .scan {
  background: url(http://www.honmian.cn/static/home/images/scan.jpg) 0 no-repeat;
}

.info-c {
  font-size: 16px;
  line-height: 32px;
  margin-top: 30px;
  color: #494949;
  overflow: hidden;
}

.info-c img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}

.info-c table {
  width: 100%;
}

.info-c table td {
  border: 1px solid #000;
}

.info-fenx {
  height: 60px;
  background: #ffffff;
  text-align: center;
}

.info-fenx span {
  position: relative;
  top: 10px;
}

.info-fenx a {
  float: none !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  padding-left: 0px !important;
  margin: 0 2px !important;
  position: relative;
  top: 16px;
}

.sxpian {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}

.sxpian .item {
  border: 1px solid #ddd;
  padding: 15px 10px;
  width: 48%;
}

.sxpian .item a {
  display: block;
}

.sxpian .item a:hover {
  color: #ca232b;
}

.one {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
