*,
*:after,
*:before {
	-webkit-box-sizing: border-box;*behavior: url(#);
	box-sizing: border-box; *behavior: url(#);
}

html,
body,
* {
	font-family: "Microsoft YaHei" ! important;
}


/*布局*/

.g-hd {
	height: 173px;
	background: url(13647.png) center center;
	background-color: #d43837;
}
.g-bd {
	width: 1150px;
	margin: 0 auto;
	overflow: hidden;
}
.g-sd{
	width: 247px;
	float: left;
	background-color: #FFFFFF;
}
.g-mn{
	width: 885px;
	margin-left: 18px;
	float: left;
	background: #FFFFFF;
}
.g-ft {
	margin-top: 60px;
	padding: 30px 0;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	line-height: 30px;
	background-color: #df4a43;
}

.g-ft a {
	color: #FFFFFF;
}

.g-ft-wrap{
	background: url(13700.png) 203px center no-repeat;
	padding-left: 280px;
}

/*元件*/

.u-input {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #717171;
	border: 1px solid #d5d5d7;
	border-radius: 3px;
	padding-left: 20px;
	vertical-align: middle;
}
/****分页导航样式******/

.u-page {
	vertical-align: middle;
	font-size: 12px;
	overflow: hidden;
	margin: 20px 0;
	margin-right: -1px;
	border: 1px solid #d4d4d4;
}

.u-page-text{
	display: block;
	float: left;
	padding: 0 37px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: #5f5f5f;
	border-right: 1px solid #d4d4d4;
	background-color: #FFFFFF;
	text-align: center;
}
.u-page-num {
	display: block;
	float: left;
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: #5f5f5f;
	border-right: 1px solid #d4d4d4;
	background-color: #FFFFFF;
	text-align: center;
}
.u-page-btn {
	display: inline-block;
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: #5f5f5f;
	margin-right: 5px;
	border: 1px solid #d4d4d4;
	text-align: center;
	background-color: #f1f1f1;
	margin-left: 5px;
}

.u-page-num-current {
	color: #FFFFFF;
	background-color: #d93019;
}

.u-page-num-disabled {}

.u-page-input{
	border: 1px solid #d4d4d4;
	width: 64px;
	height: 31px;
	padding-left: 5px;
	margin-right: 10px;
	
}
.u-page-go{
	margin-left: 95px;
}
/*按钮*/
.btn {
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	overflow: visible; 
	padding: 0 .5em;
}

.btn:hover {
	opacity: 0.7;
}

.btn-lg {
	padding: 13px 33px;
	font-size: 16px;
}

.btn-sm {
	padding: 13px 40px;
	font-size: 16px;
}

.btn-xs {
	padding: 5px 9px;
	font-size: 14px;
}


/*按钮主题*/

.btn-primary {
	background: #FFFFFF;
	border: 1px solid #c0c1c3;
	color: #414141;
}

.btn-danger {
	background: #d93118;
	border: 1px solid #d93118;
	color: #FFFFFF;
}


/*辅助工具条*/

.m-wrap {
	width: 1150px;
	margin: 0 auto;
}

.m-tool {
	width: 100%;
	
	background: #f6f6f6;
}

.m-tool .cont {
	width: 1150px;
	margin: 0 auto;
	font-size: 14px;
	color: #666666;
	/*overflow: hidden;*/
}

.m-tool .cont a {
	display: inline-block;
	padding: 12px 18px;
	padding-left: 20px;
}

.m-tool .cont a:hover {
	text-decoration: underline;
}

.m-tool .cont a.fzt {
	background: url(13760.png) left center no-repeat;
}

.m-tool .cont a.wx {
	background: url(13759.png) left center no-repeat;
}

.m-tool .cont a.wb {
	background: url(13758.png) left center no-repeat;
}

/*banner*/

.banner {
	width: 1150px;
	margin: 0 auto;
	height: 117px;
	/*background: url(13605.jpg);*/
}


/*导航*/

.m-nav {
	width: 1150px;
	height: 101px;
	margin: 0 auto;
	border-left: 0;
	text-align: center;
	position: relative;
	margin-top: -56px;
}
.m-nav *{
	box-sizing: content-box;
}
.m-nav>.hd {
	border: 1px solid #922a2a;
	border-bottom: 0;
	overflow: hidden;
}

.m-nav>.hd>ul {
	float: left;
	width: 844px;
	height: 55px;
	border-right: 1px solid #922a2a;
	background: #b73535;
}

.m-nav>.hd>ul>li {
	float: left;
	padding: 18px 41px 19px 41px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

.m-nav>.hd>ul>li.current,
.m-nav>.hd>ul>li:hover {
	color: #d93117;
	background: #FFFFFF;
}

.m-nav>.hd .search{
	float: left;
	width: 303px;
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
	height: 54px;
	line-height: 54px;
	vertical-align: middle;
	background: #b73535;
}
.m-nav>.hd .search label{
	font-size: 14px;
	padding-right: 12px;
}
.m-nav>.hd .search input{
	display: inline-block;
	height: 29px;
	line-height: 29px;
	width: 153px;
	border: 0;
	background: #f9e1e1;
	padding-left: 5px;
	/*margin-right: -4px;*/
}
.m-nav>.hd .search button{
	display: inline-block;
	height: 29px;
	width: 56px;
	background: #fdadac;
	color: #b73535;
	border: 0;
}
.m-nav>.hd .search button:hover{
	opacity: 0.7;
}
.m-nav>.hd .cont{
	position: absolute;
	top: 56px;
	left: 0;
	width: 1150px;
}

.m-nav>.hd .cont ul {
	padding: 0;
	display: inline-block;
}

.m-nav>.hd .cont li {
	height: 42px;
	padding: 0 20px;
	line-height: 42px;
	font-size: 14px;
	float: left;
	color: #404040;
}

.m-nav>.hd .cont ul li a:hover,
.m-nav>.hd .cont ul li a.current {
	color: #d93118;
}

/*二级页所在位置*/
.m-loc{
	padding: 10px 0 10px 20px;
	border: 1px solid #c93a3a;
	border-left: 0;
	border-right: 0;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666666;
}
.m-loc span{
	color: #b73535;
}
.m-loc .tit{
	font-size: 14px;
	color: #666666;
}

/*频道页位置*/
.m-loc2{
	height: 74px;
	background: url(#) repeat-x top;
}
.m-loc2 span{
	display: inline-block;
	color: #707070;
	font-size: 14px;
	padding-top: 40px;
	padding-left: 20px;
}

/*二级页折叠导航*/
.m-foldmenu{
}
.m-foldmenu p{
	height: 62px;
	line-height: 62px;
	color: #FFFFFF;
	font-size: 22px;
	padding-left: 50px;
	background: url(13648.png) 20px center no-repeat;
	background-color: #d93019;
}
.m-foldmenu>ul{
	width: 247px;
	overflow: hidden;
	margin-right: 31px;
}
.m-foldmenu>ul>li{
	line-height: 52px;
	border: 1px solid #eeeeee;
	
	font-size: 16px;
	font-weight: bold;
	background-color: #fafafa;
	cursor: pointer;
	transition: all 0.1s;
	margin-bottom: 2px;
}
.m-foldmenu>ul>li>a{
	display: block;
	padding-left: 20px;
	color: #616060;
}
.m-foldmenu>ul>li.current,
.m-foldmenu>ul>li:hover,
.m-foldmenu>ul>li:hover>a,
.m-foldmenu>ul>li.current>a{
	background-color: #f5f5f5;
	color: #d93019;
}
/*二级页折叠导航子菜单*/
.m-foldmenu>ul>li ul{
	background: #FFFFFF;
}
.m-foldmenu>ul>li ul li{
	padding:2px ;
	border: 1px solid #eeeeee;
}
.m-foldmenu>ul>li ul li a{
	display: block;
	color: #616060;
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
}
.m-foldmenu>ul>li ul li:hover a,
.m-foldmenu>ul>li ul li.current a{
	color: #d93019;
}
/*二级页主内容区*/
.m-bd>.hd{
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
.m-bd .title{
	font-size: 22px;
	color: #616060;
	height: 62px;
	line-height: 62px;
	padding-left: 25px;
	float: left;
	background: url(13753.png) left center no-repeat;
}
.child-loc{
	background: #f9f9f9;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	color: #707070;
}
.m-bd .hd .loc{
	border: 0;
	font-size: 14px;
	color: #707070;
	float: right;
	margin: 20px 0 0 0;
}

/*回到顶部*/
.m-gotop{
	position: fixed;
	right: 50px;
	bottom: 80px;
	width: 108px;
	height: 108px;
	border: 1px solid #cccccc;
	text-align: center;
	background: url(13636.png) center center no-repeat;
	background-color: #f5f5f5;
	cursor: pointer;
}

/**二维码****/

#rwm.showrwm{
  background-image: url(13736.png);
  background-repeat: no-repeat;
  width: 160px;
  height: 160px;
  position: absolute;
  right: 0px;
  top: 32px;
  z-index: 9999;
}
#rwm.hiddenrwm{
  background-image: url(13736.png);
  background-repeat: no-repeat;
  width: 160px;
  height: 160px;
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 9999;
}