html,
body,
a,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var {
	margin: 0;
	padding: 0;
}

input:focus,
select:focus {
	outline: 0;
}

textarea {
	padding: 0 10px;
	outline: none;
	resize: none;
}

.hide {
	display: none
}

.fl {
	float: left
}

.fr {
	float: right
}

em,
b,
strong,
i,
label {
	font-style: normal;
}

ul,
li,
ol {
	list-style: none;
}

a,
a:link {
	text-decoration: none;
	font-size: 14px;
}

a:active,
a:hover {
}

a:focus {
	outline: none;
}

html {
	height: 100%;
}

body {
	font-family: 'Microsoft YaHei';
	font-size: 14px;
}
body{
	
}

/*超出出现省略号*/

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*通用清除浮动*/

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}


/*通用清除浮动*/

img {
	border: none;
	vertical-align: middle;
}
/*首页*/

body,
html {
	height: 100%;
}

.container {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	min-height: 100%;
	padding-bottom: 106px;
	margin-bottom: -106px;
	background:#f3f3f3 url(../img/banner.png)no-repeat top center;
}
.section1200{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.headertop{
	height: 99px;
	background: url(../img/headtop.png)no-repeat center;
}
.logobox{
	float: left;
	height: 99px;
	line-height: 99px;
}
.logobox img,.logolabel img{
	vertical-align: middle;
}
.logolabel{
	float: left;
	height: 99px;
	line-height: 99px;
	margin-left: 15px;
}
.menu_listbox{
	float: right;
	height: 99px;
}
.my_userftion{
	padding-top:22px;
	text-align: right;
}
.my_userftion .my_tsg{
	display: inline-block;
	width: 112px;
	height: 26px;
	line-height: 24px;
	background-image: linear-gradient(90deg, 
		#ff966e 0%, 
		#ff5e63 100%);
	border-radius: 13px;
	text-align: center;
}
.my_userftion .my_tsg span{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
}
.my_userftion .my_tsg u{
	display: inline-block;
	width: 11px;
	height: 13px;
	background: url(../img/tsg_icon.png)no-repeat center;
	margin-right: 7px;
	vertical-align: middle;
}
.menu_listbox .menuList{
	height: 50px;
}
.menu_listbox .menuList li{
	float: left;
	line-height: 50px;
	padding: 0px 15px;
}
.menu_listbox .menuList li a{
	box-sizing: border-box;
	height: 50px;
	font-size: 16px;
	color: #000000;
	display: inline-block;
	position: relative;
}
.menu_listbox .menuList li a.cur{
	font-weight: bold;
	/* border-bottom:4px solid #f16146; */
}
.menu_listbox .menuList li a.cur:after{
	content: ' ';
	display:block;
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0px;
	background-color: #f16146;
	border-radius: 2px;
}
.menu_listbox .menuList li:first-child{
	padding-left: 0px;
}
.menu_listbox .menuList li:last-child{
	padding-right: 0px;
}
/* footer */
.footer{
	max-width: 1920px;
	margin: 0 auto;
	box-sizing: border-box;
	height: 106px;
	background-color: #494949;
	font-size: 14px;
	line-height: 30px;
	color: #3d3d3d;
	text-align: center;
	padding-top: 20px;
	padding-bottom:30px ;
	position: relative;
	z-index: 1;
}
.footer p{
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}