*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  /*
  max-width: 1920px;
  margin: 0 auto;
  */
  min-width: 1280px;
  color: #333;
  background: #fff;

}

html {
  overflow-x: hidden;
}

body,
input,
button,
select {
  font-family: "Microsoft YaHei", sans-serif;
  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;
}

.wp {

  width: 100%;
  max-width: 1740px;
  padding: 0px 70px;
  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-bet {
  display: flex;
  justify-content: space-between;
}

/*********导航********************/
.hd-bg {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;

  background: #fff;
  z-index: 998;
  transition: all .2s;
}

.lrf-head {

  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
}

.head {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 204px;
  height: 52px;
  display: block;
  background: url(../images/logo.png) 0 no-repeat;
  background-size: 100% 100%;

}

.nav-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: #414141;
}

.nav-box .tbc {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;

  font-size: 20px;
}

.nav-box .tbc a {
  display: block;
  line-height: 60px;
  position: relative;
  color: #414141;
  padding: 0 12px;
  margin: 0 24px;
}

.nav-box .tbc a::before {
  position: absolute;
  content: "";
  bottom: -19px;
  height: 4px;
  background: #414141;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: all 0.3s;
}

.nav-box .item.active:before,
.nav-box .item:hover:before {
  width: 90%;
}

.nav-box .item.active,
.nav-box .item:hover {
  font-weight: bold;
}

.nav-box .eng {
  display: flex;

}

.nav-box .eng a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #414141;
  margin: 0 12px 0 5px;
}

.nav-box .eng a.active,
.nav-box .eng a:hover {
  font-weight: bold;
  color: #000;
}

.index-head {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, 0.2);

}

.index-head .logo {
  background: url(../images/logo-new.png) 0 no-repeat;
  background-size: 100% 100%;
}

.index-head .nav-box,
.index-head .nav-box .eng a,
.index-head .nav-box .tbc a,
.index-head .nav-box .tbc a::before {
  color: #fff;
}
.index-head .nav-box .tbc a::before {
  background: #fff;
}
.lrf-head {
   position: fixed;
   height: 80px;
}
.lrf-head  .nav-box .tbc a::before {
  bottom: -9px;
}

/********************/
.foot-bg {
  background: #f6f6f6;
  border-top: 20px solid #f15a24;
  padding: 60px 0 50px;
}

.foot {
  display: flex;
  justify-content: space-between;

}
.foot-tbl {
  
 
}
.foot-tbl .tbc {
  color: #444444;
  font-size: 16px;
  line-height: 22px;
  margin-top: 12px;
}
.foot-tbl .tbc p {
  padding: 12px 0;
}
.foot-tbr {
  width: 60%;
}
.foot-tbr .foot-nav {
   display: flex;

}
.foot-tbr .foot-nav .tbt {
  color: #2c2c2c;
  font-weight: bold;
  font-size: 16px;
}
.foot-tbr .item {
  width: 60%;
}
.foot-tbr .kj-fnav {
  width: 40%;
}
.foot-tbr .foot-nav .tbc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.foot-tbr .foot-nav .tbc a {
  width: 30%;
  color: #474747;
  font-size: 16px;
  line-height: 34px;
}
.foot-tbr .foot-nav .tbc a:hover {
  color: #f15a24;
  text-decoration: underline;
}
.foot-tbr .kj-fnav .tbc a {
    width: 50%;
    padding-left: 22px;
    background: url(../images/fnav.png) 0 no-repeat;
}
/****************/
.icp {
  color: #858585;
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
}
.icp a {
  color: #858585;
}
/*****************************/
.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: #f15a24;
  color: #fff;
}

.fenye li:hover a,
.fenye li:hover span {
  color: #fff;
}

.fenye .active {
  background-color: #f15a24;
  color: #fff !important;
}

.fenye .active span {
  color: #fff;
}

/**********/
.info-t {
  line-height: 36px;
  font-size: 24px;
  color: #393939;
  margin-top: 36px;
  text-align: center;
}

.info-sp {
  color: #a8a8a8;
  border-bottom: 1px solid #eeeeee;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
}

.info-sp span {
  padding-left: 32px;
  color: #f15a24;
  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 #dcdcdc;
}

.sxpian .item {
  border: 1px solid #dcdcdc;
  padding: 15px 10px;
  width: 46%;
}

.sxpian .item a {
  display: block;
}

.sxpian .item a:hover {
  color: #f15a24;
}

.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;
}