* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
}

html,
body,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}

.flex-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.flex-con {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.flex-vertical {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.flex-horizontal {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.flex-justify-between {
	justify-content: space-between;
}

.flex-justify-around {
	justify-content: space-around;
}

.flex-justify-center {
	justify-content: center;
}

.flex-align-center {
	align-items: center;
}

.flex-justify-end {
	justify-content: flex-end;
}

img {
	border: none;
	text-decoration: none;
	font-size: 0;
	vertical-align: middle;
}

li {
	list-style: none;
}

/* input{box-shadow:none;border:none;border:1px solid #ccc;outline:none;width:100%;} */
button {
	border: none;
	outline: none;
}

/*1像素边框*/
.border-t,
.border-b {
	position: relative;
}

.border-t:before,
.border-b:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	background: #ddd;
	height: 0.02rem;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	/*-webkit-transform-origin: left bottom;transform-origin: left bottom;    */
}

.border-b:after {
	bottom: -1px;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.border-t:before {
	top: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

a {
	text-decoration: none;
	color: #777;
}

a:hover {
	color: #479239;
	text-decoration: none;
}

/*清除浮动*/
.clear:after {
	content: "";
	display: block;
	clear: both;
}

.clear {
	zoom: 1
}

.fl {
	float: left
}

.fr {
	float: right
}

/*显示隐藏*/
.hide {
	display: none
}

.show {
	display: block
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.navbar {
	margin-bottom: 10px;
}

.fontcon {
	font-size: 16px;
}

.fonttle {
	font-size: 24px;
}

.fontsmall {
	font-size: 14px;
}

.colorone {
	color: #fff;
}

.padclose {
	padding: 0;
}

.hiddenX {
	width: 100%;
	overflow: hidden;
}

/* .rightpad{padding-right:17px;} */

/* 头部 */
.navbar-default {
	background: #fff;
	border: none;
}

.logo {
	margin-left: -15px;
	margin-top: 4px;
}

.headul {
	margin-top: 18px;
	margin-right: -15px;
}

.headright a {
	padding: 10px 5px;
}

.headul>li:last-child a {
	padding: 10px 0 10px 5px;
}

.headul>li:nth-child(4) {
	margin-right: 50px;
}

.headul>li a {
	position: relative;
	font-size: 15px;
}

.headul>li a img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 58px;
	height: 7px;
}

.navbar-collapse {
	padding-right: 0;
	overflow: hidden;
}

.headphone {
	position: relative;
}

.phoneimg {
	width: 15px;
	height: 15px;
	position: relative;
	top: 0;
	bottom: 0;
	margin: auto;
}

.headul .mianfei {
	border: 1px solid #479239;
	color: #479239;
	border-radius: 6px;
	color: #fff;
	padding: 6px 8px;
	margin-top: 8px;
	margin-right: 20px;
}

.navbar-default .navbar-nav>li>a.mianfei {
	color: #479239
}

.navbar-default .navbar-nav>li>a.mianfei:hover {
	color: #fff;
	background: #479239;
}

.headul a.dengs {
	border-radius: 6px;
	color: #fff;
	padding: 7px 12px;
	margin-top: 8px;
	background: #479239;
}

.navbar-default .navbar-nav>li>a.dengs {
	color: #fff;
}

.navbar-default .navbar-nav>li>a.dengs:hover {
	background: #2b6e1e;
	cursor: pointer;
}

.guanyu {
	position: relative;
}

.headul .ours {
	display: block;
}

.tanchuang {
	position: absolute;
	top: 50px;
	left: 5px;
	z-index: 100;
	background: #fff;
	display: none;
}

.tanchuang li {
	border-bottom: 1px solid #ccc;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 10px;
	cursor: pointer;
}

.activs {
	color: #479239;
}

.ding {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
}

body {
	padding-top: 70px;
}





/* 底部 */
.foot {
	background: #535353;
	font-size: 14px;
	color: #ccc;
	padding-top: 64px;
	padding-bottom: 30px;
}

.alink a {
	color: #ccc;
}

.alink {
	margin-top: 22px;
}

.phonebox {
	border: 1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 12px 30px;
	margin-top: -14px;
}

.rightcon p,
.alink a {
	line-height: 28px;
}

.textjus {
	vertical-align: middle;
}

.btnbox {
	line-height: 34px;
}

.btnbox span {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 8px 12px;
}

.borright {
	border-right: 1px solid #ccc;
}

.banquan {
	border-top: solid 1px #ccc;
	background: #535353;
	color: #ccc;
	padding: 20px 0;
}

.fontset {
	font-size: 14px;
}

.btnbox a {
	color: #ccc;
}

/* 链接 */
.lianjie {
	background: #f5f5f5;
	height: 10%;
}

.lianjie .row {
	color: #323232;
}

.beihao {
	margin-top: 6px;
}

.botbox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 42px;
	margin: auto;
}

.tengxun_logo {
	width: 80px;
}

.navbar-brand {
	padding: 15px 6px;
}

@media screen and (max-width: 768px) {
	.logo {
		margin-left: 0;
	}

	.borright {
		border-right: none;
	}

	.phonebox {
		margin-top: 20px;
	}

	.addre {
		margin-top: 12px;
	}

	.beihao {
		margin-top: 4px;
	}

	.botbox {
		height: 62px;
	}

	.lianjie {
		background: #f5f5f5;
		height: 14%;
	}

	.headul li a img {
		display: none;
	}

	.headul li:nth-child(4) {
		margin-right: 0px;
	}

	.headul .mianfei {
		border: none;
		padding: 10px 15px;
		margin-top: 0;
		margin-right: 0;
	}

	.navbar-default .navbar-nav>li>a.mianfei {
		color: #777;
	}

	.headul a.dengs {
		padding: 10px 15px;
		background: transparent;
		margin-top: 0;
	}

	.navbar-default .navbar-nav>li>a.dengs {
		color: #777;
	}

	.tanchuang {
		position: static;
		background: #fff;
		display: none;
	}

	.tanchuang li {
		height: 36px;
		line-height: 36px;
		text-align: left;
		padding-left: 30px;
		cursor: pointer;
		border: none;
	}

	.activs {
		color: #479239;
	}

	.navbar-default .navbar-nav>li>a.dengs:hover {
		background: #fff;
	}

	.navbar-default .navbar-nav>li>a.mianfei:hover {
		color: #777;
		background: #fff;
	}

}

@media screen and (min-width:768px) and (max-width:992px) {
	.borright {
		border-right: none;
	}

	.phonebox {
		margin-top: 20px;
	}

	.addre {
		margin-top: 12px;
	}
}

.ding .container {
	padding: 0 100px;
}

@media screen and (max-width: 768px) {
	.ding .container {
		padding: 0 1em;
	}
}

.navbar-header {
	padding-bottom: 1em;
}
