*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  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 {
 
  min-width: 1280px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-family: "source_han_sans_cnlight", "Microsoft YaHei", sans-serif;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #fff;
}

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;
}


/* my通用样式 */
.wp {
  width: 1440px;
  margin: 0 auto;
}
.wp2 {
  width: 100%;
  padding: 0px 30px;
}
.w100 {
  width: 100%;
}
.hidden {
  display: none;
}
.fb {
  display: flex;
  justify-content: space-between;
}
.fc {
  display: flex;
  justify-content: center;
}
.fx {
  display: flex;
}
.ftlc {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.abs {
  position: absolute;
}

.rel {
  position: relative;
}

.cli {
  overflow: hidden;
}
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  background-color: #c30d23;
  color: white;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}
.sbtn{
  display: inline-block;
  padding: 0.45rem 1.2rem;
  border: none;
  border-radius: 4px;
  background-color: #c30d23;
  color: white;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}
.btn:hover,.sbtn:hover {
  background-color: #c30d23;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.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;
}
.tlc {
  text-align: center;
}
.f24 {
  font-size: 24px;
}

.f20 {
  font-size: 20px;
}
.f16 {
  font-size: 16px;
}
.zfont {
  color: #c30d23;
}

.mt0 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}

.ml0 {
  margin-left: 0px;
}

.ml10 {
  margin-left: 10px;
}

.mr0 {
  margin-right: 0;
}

.b0 {
  border: none;
}

.bg0 {
  background: none;
}

.tb-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  display: block;
}

.tb-box:hover img {
  transform: scale(1.05);
  transform: rotate(0deg) scale(1.05, 1.05) skew(0deg) translate(0, 0);
  
}

/*******公用样式#006fee*****************/



/*********导航********************/
.hd-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 99;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.logo {
  width: 203px;
  height: 54px;
  display: block;
  background: url(../images/logo.jpg) no-repeat;
  background-size: auto 54px;
  margin: 18px 0 0 40px;
}

.head-nav {

}
.head-nav .item {
  position: relative;
  padding: 0 10px;
  margin: 0 10px;
}
@media (max-width: 1000px) {
  .head-nav .item {
  
    margin: 0 3px;
  }
  
}



.head-nav .item .head-a {
  line-height: 90px;
  font-size: 18px;
  display: block;
}
.head-nav .item .head-a::before {

}
.head-nav .item:hover .head-a,.head-nav .item.active .head-a  {
  color: #c30d23;
  font-weight: bold;
}
.head-nav .item .head-drop {
  position: absolute;
  width: 110px;
  padding: 10px 0;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  margin-left: -55px;
  top: 70px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  line-height: 30px;
  text-align: center;
  transition: all .3s;
  color: #444;
  border-radius: 0 0 10px 10px;
}
.head-nav .item .head-drop a {
  display: block;
}
.head-nav .item .head-drop a:hover {
  background: #eee;
}
.head-nav .item:hover .head-drop {
  height: auto;
  opacity: 1;
  visibility: visible;
  top: 90px;
}
/*********/
.head-soso {
  width: 90px;
  height: 90px;
  position: relative;
  background: url(../images/soso.png) center no-repeat;
 
}
.head-soso:hover {
  background: url(../images/soso2.png) center no-repeat;
}
.soso-drop {
  position: absolute;
  right: 0;
  top: -20px;
  opacity: 0;
  visibility: hidden;
  padding-top: 90px;
  width: 240px;
  transition: all .3s;
}
.soso-inp {

  width: 240px;
  height: 50px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 0 14px;
  
 
}
.head-soso:hover .soso-drop {
  opacity: 1;
  visibility: visible;
  top: 0px;
}
.soso-sub {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  background: none;
  border: none;
  cursor: pointer;
}
.langu {
  width: 90px;
  height: 90px;
  position: relative;
  background:#c30d23 url(../images/lang.png) center no-repeat;
  background-size: 50px auto;
  cursor: pointer;
}
.langu-drop {
  
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    top: 70px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    line-height: 30px;
    padding: 10px;
    text-align: center;
    transition: all .3s;
    color: #444;
    border-radius: 0 0 10px 10px;

    
  }
  .langu-drop a{
    display: block;
    border-bottom: 1px solid #dcdcdc;
    font-size:16px;
  }
  .langu-drop a:last-child {
    border: none;
  }
  .langu-drop a:hover {
    color: #c30d23;
    font-weight: bold;
  }

  .langu:hover .langu-drop{
    opacity: 1;
    visibility: visible;
    top: 90px;
  }
/******************/


/********************/
.foot-bg {
  background: #3a3a3a;
  padding: 40px 0 0px;
 
}

.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;
  margin: 12px 0;
  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: 60%;
  display: flex;
  justify-content: space-between;
}

.foot-nav .h1 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.foot-nav a {
  color: #c6c6c6;
  display: block;
  line-height: 36px;
  text-align: center;
}
.foot-nav a:hover {
  color: #c30d23;
  text-decoration: underline;
}

.foot-tbr {
  width: 175px;

}
.foot-tit {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.foot-tit  .tbh1 {
  font-size: 20px;
}
.foot-wei {
  display: flex;
  margin-top: 30px;
}
.foot-wei .item {
  width: 140px;
  position: relative;
  margin-right: 20px;
  color: #a5a5a5;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.foot-wei img {
  width: 130px;
  height: 130px;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
}
.foot-add {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.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: #c6c6c6;
  font-size: 16px;
  margin-top: 20px;
  line-height: 70px;
  border-top: 1px solid #707070;
  text-align: center;
}
.icp a {
  color: #c6c6c6;
}
.foot-lrf {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 990;
}
.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;
}
.foot-lrf .qr-wei {
  position: absolute;
  opacity: 0;
  right: 0;
  top: -50px;
  width: 200px;
  height: 200px;
  transition: all .3s;
}
.foot-lrf .zxitem:hover .qr-wei {
  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;
}

.info-sp {
  color: #21180e;
  border-bottom: 1px solid #ddd;
  line-height: 60px;
  font-size: 16px;
}

.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;
}
.back-btn {
  margin-top: 20px;
  display: block;
  width: 150px;
  height: 46px;
  background: url(../images/jt51.png) 18px no-repeat;
  border: 1px solid #dcdcdc;
  color: #222;
  line-height: 44px;
  padding-left: 65px;
  position: relative;
}
.back-btn::before {
  content: "";
  position: absolute;
  left: 46px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #dcdcdc;
}
.back-btn:hover {
  background: #ca232b  url(../images/jt41.png) 18px no-repeat;
  color: #fff;
}
.back-btn:hover::before {
  background: #fff;
}
.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;
}
