*,
*: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: #0c0e14;
  font-family: "source_han_sans_cnlight", "Microsoft YaHei", sans-serif;
}

html {
  overflow-x: hidden;
}

body,
input,
button,
select {
  font-size: 14px;
  border: none;
  font-family: "source_han_sans_cnlight", "Microsoft YaHei", sans-serif;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b0b0b0;
  font-family: "source_han_sans_cnlight", "Microsoft YaHei", sans-serif;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b0b0b0;
  font-family: "source_han_sans_cnlight", "Microsoft YaHei", sans-serif;
}

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: 998;
  transition: all 0.2s;
}

.head {
  position: relative;
  z-index: 997;
  width: 1400px;
}


.lrf-head {
  position: fixed;
  height: 100px;
  background: #08040e;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.lrf-head .logo,
.bar-show .logo {

}
.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 {

  padding: 50px 0 0px;
  margin-top: 60px;
}
.foot-logo {
  height: 40px;
  display: block;
  margin-right: 40px;
}
.foot {
  display: flex;
  position: relative;
  width: 1400px;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 48px;
  color: #70707b;
}
.foot .footline {

    width: 100%;
    height: 1px;
    background: #848588;
    position: absolute;
    left: 0;
  
}
.foot .footline.line1 {
  top: 0px;
 
}
.foot .footline.line2 {
  bottom: 0;
}
.foot .footline::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  display: block;
  width: 5%;
  height: 1px;
  background: #00eaff;
  box-shadow: 5px 5px 50px rgba(0, 234, 255, 0.7);
 
}
.foot .footline.line1::before {
  animation: shimmer3 10s infinite ease-in-out;
}
.foot .footline.line2::before {
  animation: shimmer4 10s infinite ease-in-out;
}


@keyframes shimmer3 {
  0% { left: 0; }
  50% { left: 95%; }
  100% { left: 0;}
}
@keyframes shimmer4 {
  0% { left: auto; right: 0; }
  50% {left: auto; right: 95%; }
  100% {left: auto; right: 0;}
}



.foot-tbl .tbt {
   font-size: 18px;
   line-height: 32px;
   color: #fff;
   margin-top: 15px;
}
.foot-tel {
  font-size: 20px;
  font-family: "mynum";
  color: #fff;
  margin-left: 6px;
}
.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;
}


.fwei {
  display: flex;
  margin-left: 40px;
}
.fwei .item {
  width: 48px;
  height: 48px;
  position: relative;
  border: 1px solid #3d3d3e;
  border-radius: 100%;
  margin-right: 18px;
  cursor: pointer;
  transition: all .3s;
}
.fwei .item:hover {
  transform: translate(5px,5px);
}
.fwei .weixin-item {
  background: url(../images/fo1.png) center no-repeat;
  background-size: 28px 28px;
}
.fwei .weibo-item {
  background: url(../images/fo2.png) center no-repeat;
  background-size: 28px 28px;
}
.fwei .mail-item {
  background: url(../images/fo3.png) center no-repeat;
  background-size: 28px 28px;
}
.fwei .weixin-item:hover {
  background: #07C160 url(../images/fo1.png) center no-repeat;
  background-size: 28px 28px;;
  border: 1px solid #07C160;
}
.fwei .weibo-item:hover {
  background: #E6162D url(../images/fo2.png) center no-repeat;
  background-size: 28px 28px;;
  border: 1px solid #E6162D;
}

.fwei .mail-item:hover {
  background: #0084FF url(../images/fo3.png) center no-repeat;
  background-size: 28px 28px;;
  border: 1px solid #0084FF;
}



.fwei .weixin-item img{
  position: absolute;
  right: 110%;
  bottom: 0;
  width: 0px;
  height: 0px;
  transition: all .3s;
  max-width: 200px;
  background: #fff;

  border-radius: 8px;
}
.fwei .weixin-item:hover img {
  width: 160px;
  height: 160px;
  padding: 8px;
}
.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: #919397;
  font-size: 16px;
  padding: 30px 0;
  width: 1400px;
  margin: 0 auto;

}
.icp a {
  color: #919397;
}
.foot-lrf {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 990;
  width: 100px;
}
.foot-lrf .item {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: block;
  margin-top: 20px;

  position: relative;
  box-shadow: 0 0 10px rgba(0, 234, 255, 0.7);
  cursor: pointer;
}
.foot-lrf .item.zxitem {
  background:#1d98f4 url(../images/fo1.png) center 18px no-repeat;
  background-size: 40px 40px;
  padding: 60px 30px 0;
  height: 170px;
  line-height: 24px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.foot-lrf .item.totop {
  background:#1d98f4 url(../images/totop.png) center no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
  
.foot-lrf .lrf-tel {
  position: absolute;
  opacity: 0;
  right: 0;
  top: -120px;
  width: 350px;
  height: 540px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  background: url(../images/foot-tel.png) left top no-repeat;
  font-weight: bold;
  transition: all .3s;
  border-radius: 10px 0 0 10px;
  opacity: 0;
  visibility: hidden;
   transition: all .3s;
}
.foot-lrf .zxitem:hover .lrf-tel {
  visibility: visible;
  opacity: 1;
  right: 100%;
}
.foot-lrf .qq2 {
   padding: 150px 0 0 60px;
}
.foot-lrf .qqitem {
  background: url(../images/qq.jpg) 0 no-repeat;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 44px;
  padding-left: 40px;
  text-align: left;
}
.foot-lrf .qq-wei {
   width: 220px;
   background: #f1f6fd;
   padding: 10px 10px 0;
   margin: 15px 0 0 60px;
   line-height: 50px;
   border-radius: 20px;
   color: #2b2b2b;
}
.foot-lrf .qq-wei img{
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
}
/*******************/
.shade-bg {
	position: fixed;
	z-index: 996;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}
.tanc-box {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 998;
  width: 709px;
  height: 672px;
	padding: 285px 0 0 258px;
	background: url(../images/show-box.png) no-repeat;
  display: none;
}
.tanc-box img {
  width: 200px;
  height: 200px;
  display: block;
}
.tanc-box .tbt {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin: 45px 0 0 20px;
}
/*****************************/
.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;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  
  color: #fff;
}

.fenye li a,
.fenye li span {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  font-size: 16px;
  color: #fff;
}

.fenye li:hover {
  background-color: #00eaff;
  color: #fff;
}

.fenye li:hover a,
.fenye li:hover span {
  color: #fff;
}

.fenye .active {
  background-color: #00eaff;
  color: #fff !important;
}

.fenye .active span {
  color: #fff;
}

/**********/
.info-box {
  width: 1400px;
  margin: 0 auto;
}
.info-t {
  line-height: 36px;
  font-size: 24px;
  color: #fff;
  margin-top: 36px;
  text-align: center;
}

.info-sp {
  color: #fff;
  border-bottom: 1px solid #777;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
}

.info-sp span {
  padding-left: 32px;
  color: #00eaff;
  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: 50px;
  color: #fff;
  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;
  display: flex;
  justify-content: space-between;
}

.sxpian .item {
  border: 1px solid #ddd;
  padding: 15px 10px;
  width: 48%;
}

.sxpian .item a {
  display: block;
  color: #fff;
}

.sxpian .item a:hover {
  color: #00eaff;
}
.back-btn {
  margin-top: 20px;
  display: block;
  width: 150px;
  height: 46px;
  border: 1px solid #fff;
  background: url(../images/back.png) 0 no-repeat; 
  color: #fff;
  line-height: 44px;
  padding-left: 65px;
}
.back-btn:hover {
  background: #00eaff  url(../images/back.png) 0 no-repeat;
}
/**************/
.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;
}


/********tb0714***********/
 /* 自定义光标 */
 .cursor-dot {
  width: 12px;
  height: 12px;
  background: linear-gradient(45deg, #8B5CF6, #00eaff);
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  top: 0;
  box-shadow: 0 0 15px rgba(0, 234, 255, 0.7);
  transition: all 0.15s ease;
  transform-origin: center;
  border-radius: 100%;
}

.cursor-outline {
  width: 10px;
  height: 10px;
  background: rgba(139, 92, 246, 0.7);
  position: fixed;
  pointer-events: none;
  z-index: 9998;
  transition: all 0.3s ease;
  border-radius: 100%;
  display: none;
}

.cursor-outline.hover {
  width: 45px;
  height: 45px;
  background: none;
  border-color: rgba(0, 234, 255, 0.9);
  box-shadow: 0 0 25px rgba(236, 72, 153, 0.5);
  display: none;
}

.cursor-dot.hover {
  transform: scale(1.2) rotate(45deg);
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.9);
}

/* 粒子效果容器 */
#particles-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 99997;
}
/**************/
.foot-tbr {
  position: absolute;
  right: 0;
  top: 36px;
  line-height: 40px;
  display: flex;
  color: #70707b;
}
.dropdown {
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  border: 1px solid #70707b;
  margin-left: 15px;
  background: url(../images/jt2.png) 116px no-repeat;
}

.dropdown-content {
 
}

.dropdown:hover {
  border: 1px solid #fff;
}


.dropdown-content {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 160px;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
}

.dropdown-content a {
  color: black;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #00eaff;
  color: #fff;
}

.dropdown:hover .dropdown-content{
  display: block;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}
/******************/

