<br />
<b>Warning</b>:  mkdir(): No space left on device in <b>/www/wwwroot/T1.COM/func.php</b> on line <b>127</b><br />
<br />
<b>Warning</b>:  file_put_contents(./cachefile_yuan/hnzhev.com/img/51/36a81/fa78c.css): failed to open stream: No such file or directory in <b>/www/wwwroot/T1.COM/func.php</b> on line <b>115</b><br />
﻿@charset "utf-8";

/* reset */
html {
	height:auto;
	overflow-x: hidden;
	font-family: "arial black";
}
body {
	height:auto;
	overflow-x: hidden;
}

body {
	height: 100%
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
	*zoom: 1
}

li {
	list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

iframe,
frame,
fieldset,
img {
	border: 0 none
}

img {
	vertical-align: top
}

input[type=button],
input[type=submit],
input[type=reset] {
	cursor: pointer
}

button {
	cursor: pointer
}

input,
textarea,
button {
	-webkit-border-radius: 0;
	-webkit-appearance: none
}

input[type=radio] {
	-webkit-border-radius: 100%;
	-webkit-appearance: radio
}

input[type=checkbox] {
	-webkit-appearance: checkbox
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box
}

textarea {
	overflow: auto;
	resize: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th {
	text-align: left
}

th {
	font-weight: normal
}

em,
cite,
address,
i {
	font-style: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

body,
input,
select,
button,
textarea {
	font-size: 14px;
	font-family: Microsoft Yahei, Arial;
	*font-weight: normal
}

body {
	line-height: 1.17;
	font-weight: normal
}

a,
em,
header,
section,
footer {
	text-decoration: none;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	color: #000;
}

a:hover {
	color: #000;
}
.tab-content a:focus,
.tab-content a:active {
	outline: none;
	text-decoration: none;
}
a,
li,
span {
	blr: expression(this.onFocus=this.blur())
}

a * {
	*cursor: pointer
}

:focus {
	outline: none
}


/* 导航栏样式 */
.navbar-inverse {
 height: 75px;
 display: flex;
}
.navbar-l {
	float: left;
	margin-left: 60px;
	position: relative;
	z-index: 1;
	top: -1px;
	width: 200px;
	height: 75px;
	line-height: 75px;
}
.navbar-l img{
	width: 100%;
}
.navbar-r {
	padding-right: 94px;
	position: relative;
	float: right;
	width: 340px;
	height: 75px;
	z-index: 1;
	display: flex;
	align-items: center;
}
.navbar-r a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: space-around;
	color: #000000;
	font-weight: bold;
}
.navbar-r a:hover {
	color: #000;
	text-decoration: none;
}

.navbar-r .form-control:focus {
  border-color: #6b6a6a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(145, 146, 143, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(145, 146, 143, .6);
}
.nav-d {
	width: 100%;
	display: flex;
	justify-content: center;
}
.content-box {
	margin-top: 75px;
}

/* 底部样式 */
 footer {
	  width: 100%;
	  height: 250px;
	  background: url(../images/bg2.jpg) no-repeat;
	  background-position: center center;
	  overflow: auto;
	  position: relative;
  }
  .footer-bg {
	  width: 100%;
	  height: 5px;
	  background-color: #535353;
  }
  .footer-box {
	  width: 100%;
  }
  .footer-item {
	width: 100%;
	display: flex;
  }
  .footer-left {
	  flex: 1;
	  width: 100%;
  }
  .footer-items {
	  height: 60px;
	  display: flex;
	  align-items: center;
	  margin-bottom: 80px;
  }
  .footer-title {
	  display: block;
	  width: 210px;
	  height: 100%;
	  background-color: #535353;
	  color: #fff;
	  text-align: center;
	  line-height: 60px;
	  font-size: 18px;
	  font-family: auto;
	  margin-right: 12px;
  }
  .footer-list {
	  font-size: 16px;
	  color: #535353;
	  padding: 10px 12px;
  }
  .footer-l-b {
	 color: #535353; 
  }
  .footer-right {
	  width: 100px;
	  padding-top: 36px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	  position: relative;
  }
  .footer-ewm {
	  height: 90px;
	  width: 90px;
  }
  .footer-ewm img {
	  width: 90px;
	  height: 90px;
  }
  .footer-guanzhu {
	 display: flex;
	  justify-content: space-around;
	  align-items: center;
	  width: 100%;
	  height: 50px;
  }
  .footer-wx img,
  .footer-wb img{
	  width: 25px;
  }
  .big-wx ,
  .big-wb {
	  position: absolute;
	 right: -14px;
	  top: 10px;
	  width: 150px;
	  height: 150px;
	  display: none;
	  background-color: #fff;
	  text-align: center;
	  line-height: 150px;
  }
  .big-wx>img,
  .big-wb>img {
	  width: 120px;
  }
  .close-wx {
	 height: 25px;
	 width: 25px;
	 position: absolute;
	 right: 0px;
	 top: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
  }
  .close-wx img {
	 width: 25px;
	 height: 25px;
  }
   .fl {
	   display: flex;
	   justify-content: center;
	   align-items: center;
	   flex-direction: column;
   }
   .btn-bg-black {
	   background-color: #000000;
	   color: #fff;
   }
    .navbar-r .btn:hover {
		color: #fff;
	}
	.top-btn {
		position: fixed;
		right: 1px;
		bottom: 100px;
		width: 40px;
		height: 40px;
		background-color: #9D9D9D;
		border-radius: 5px;
		font-size: 20px;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#navbar>ul {
		width: 100%;
		height: 75px;
	}
   #navbar>ul>li {
	   width: 14%;
	   height: 100%;
	   max-width: 160px;
   }
    #navbar ul>li a {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 2px 4px;
		position: relative;
	}