body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
header,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
	margin: 0;
	padding: 0
}

body {
	font-family: \5FAE\8F6F\96C5\9ED1, arial, tahoma, simsun, sans-serif;
	color: #444;
	background-color: #fff;
	font-size: 12px;
	position: relative;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

hr {
	border: 0;
	height: 1px;
	background-color: #D9D9D9;
}

ul,
li,
ol {
	list-style: none;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

button,
input {
	border: 0;
	background: 0;
	-webkit-appearance: none;
	outline: 0
}

a {
	-webkit-touch-callout: none;
	text-decoration: none;
	color: #444;
	outline: 0
}

a:hover {
	text-decoration: none;
}

em,
i {
	font-style: normal
}

em {
	color: #ff7200
}

label {
	cursor: pointer;
}

//*{ box-sizing:border-box; -ms-word-break:break-all;word-break:break-all;-ms-word-wrap:break-word;word-wrap:break-word;}
img {
	vertical-align: bottom;
}


/*====================== mouse =======================*/

.cp {
	cursor: pointer;
}

.cd {
	cursor: default;
}

.cna {
	cursor: not-allowed;
}


/*====================== position =======================*/

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.bc {
	margin-left: auto;
	margin-right: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*html .clearfix {
	height: 1%;
	zoom: 1;
}

.clearfix {
	display: block;
	zoom: 1;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.vb {
	vertical-align: bottom;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.abs-right {
	position: absolute;
	right: 0
}

.zoom {
	zoom: 1;
}

.hidden {
	visibility: hidden;
}

.none {
	display: none;
}

.ib {
	display: inline-block;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.banner {
	width: 1000px;
	margin: 0 auto;
}

.header {
	height: 78px
}

.header .logo {
	display: inline-block;
	margin-top: 14px
}

.header .logo {
	width: 220px;
	height: 48px;

}

.header .menu {
	position: relative
}

.header .menu ul li {
	float: left;
	/*width: 65px;
	height: 78px;*/
	text-align: center;
	overflow: hidden;
	font-size: 16px;
	/*line-height: 78px;*/
	color: #444;
	margin: 0 2px;
	cursor: pointer;
	padding-bottom: 1px;
}

.header .menu ul a {
	display: block;
	/*width: 100%;
	height: 100%;*/
	padding: 28px 25px;
}

.header .menu ul .txtchange a {
	color: #fc6b2d;
}

.header .menu .colorChange {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 65px;
	/*padding: 0 5px;*/
	height: 2px;
	background: #fc6b2d
}

.footer {
	background: #f8f8f8;
	padding: 1px 15px;
	position: relative;
}

.footer .foot-txt {
	margin-top: 40px;
	overflow: hidden;
	font-size: 12px
}

.footer .foot-txt p {
	font-weight: bolder;
	margin: 0 7px
}

.footer .foot-txt .txt-down {
	width: 850px;
	margin-top: 20px;
	position: relative
}

.footer .foot-txt .txt-down .txt-icon {
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 5px;
	right: -18px;
	cursor: pointer;
	background: #000;
	background: url(../images/updown.png) no-repeat 0 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='../images/updown.png');
	background-size: 16px 32px
}

.footer .foot-txt .txt-down .txt-icon1 {
	width: 16px;
	height: 16px;
	background: #ccc;
	position: absolute;
	bottom: 5px;
	right: -18px;
	cursor: pointer;
	background: url(../images/updown.png) no-repeat 0 -16px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='../images/updown.png');
	background-size: 16px 32px
}

.footer .foot-txt .txt-down .txt-title a {
	display: inline-block;
	color: #666;
	margin: 0 7px;
	line-height: 20px
}

.footer .foot-txt .txt-down .txt-title a:hover {
	color: #fc6b2d
}

.footer .foot-txt .txt-down .txt-tp {
	white-space: normal nowrap;
	height: 60px;
	overflow: hidden
}

.footer .foot-txt .txt-down .txt-bt {
	display: none
}

.footer .foot-txt a {
	margin-top: 20px
}

.footer .foot-txt .footImg {
	width: 57px;
	height: 80px;
	background: url(../images/footLogo.png) no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='../images/footLogo.png');
}

.footer .aboutMe {
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 26px;
	color: #a8a8a8;
	text-align: center
}

.footer .aboutMe a {
	color: #a8a8a8
}