body {
	margin: 0;
	padding:44px 0 0;
	/*_padding-top: 98px !important;
	_margin-top: 80px !important;*/
	background: #fff;
}
.border-radius{	
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.border-round{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;	
}
.rotate90{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.g1200 {
	width: 1200px;
	margin: 0 auto;
}
a:hover{
	text-decoration: none;
}
/*顶部*/
.header{
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 99999;
	left: 0;
}
/*h顶部登录及搜索*/
.header-info {
	width: 1200px;
	margin: 0 auto;
	line-height: 44px;
	position: relative;
    overflow: hidden;
}
.header-info-rt{
	float: right;
	font-size: 14px;
	font-weight: 600;
}

.header-sch-ipt{
	width: 200px;
}

.header-sch-btn{
    position: relative;
    left: -36px;
    top: -1px;
    border: none;
    background: none;
    font-size: 18px;
    z-index: 1;
}

.header-info-rt> a{
	margin-right: 15px;
}

.header-info-lt{
	float: left;
	font-size: 22px;
	font-weight: 600;
}

/*导航栏*/
.nav {
	background: #333;
	height: 50px;
	border-top: 1px solid #7b7472;
}

.nav-ct {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}

.nav-logo {
	position: absolute;
	left: -10px;
	top: -10px;
}

.nav-bd {
	float: right;
	line-height: 50px;
    font-size: 18px;
}
.nav-bd> li{
	float: left;
	position: relative;
}

.nav-bd> li> a {
    padding: 12px 25px;
    color: #fff;
	*float: left;
	*padding: 0 25px;
}

.nav-bd> li> a.active {
	background: #6a686a;
}

.nav-bd> li a:hover {
	text-decoration: none;
}
.scd-nav{
	display: none;
	position: absolute;
	top: 50px;
	left: 13px;
	z-index: 2;
	width: 142px;
	padding: 0 12px;
	margin-left: -40px;
	*margin-left: -13px;
	border: 1px solid #dddddd;
	background: #fff;
}
.scd-nav:before{
	content: " ";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 60px;
}
.scd-nav> li{
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}
.scd-nav> li> a{
	font-size: 18px;
	color: #333;
}
.scd-nav> li:hover> a{
	color: #fe3700;
}
.nav-bd> li:hover .scd-nav {
	display: block;
}

/*banner*/
.banner.flexslider {
	height: 600px;
	margin: 0;
	border: none;
	position: relative;
}

.banner.flexslider .slides li {
	height: 600px;
	background-size: auto 600px!important;
}

.banner .flex-control-nav {
	bottom: 40px;
	z-index: 5;
}

/*.banner .flex-control-paging li a {
	width: 8px;
	height: 8px;
	background: #fff;
	opacity: 0.6;
}

.banner .flex-control-paging li a:hover {
	background: #fff;
	opacity: 1;
}

.banner .flex-control-paging li a.flex-active {
	background: #fff;
	opacity: 1;
}
*/


/*底部关注微信*/
.weichart {
	background: #403f42;
	height: 428px;
	text-align: center;
}

.weichart .tit {
	font-size: 27px;
	color: #fff;
	padding-top: 50px;
	font-weight: bold;
}

.weichart .tip {
	background: url(../images/bulb.png) no-repeat center top;
	font-size: 20px;
	height: 42px;
	margin: 24px 0 27px;
}
.UISitemap{
	margin-top: 0;
}