* { margin: 0; padding: 0; box-sizing: border-box; font-size: 14px;vertical-align:top;}
*, ::after, ::before { box-sizing: border-box;}

body { background-color: #F6F6F6; min-width: 1200px;
  -webkit-touch-callout: none; /*系统默认菜单被禁用*/
  -webkit-user-select: none; /*webkit浏览器*/
  -khtml-user-select: none; /*早起浏览器*/
  -moz-user-select: none; /*火狐浏览器*/
  -ms-user-select: none; /*IE浏览器*/
  user-select: none; /*用户是否能够选中文本*/
}
input,select {
  -webkit-user-select:auto; /*webkit浏览器*/
  user-select: auto; /*用户是否能够选中文本*/
}
a { text-decoration: none;}
img {max-width: 100%;}
section { margin: 0 auto;}
ul, li { list-style-type: none; }

.container {
	margin: 0 auto;
	width: 1170px;
}

.br2 {
	border-radius: 2px;
}

.one_line {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

/*网站顶部导航*/
#web_top {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	width: 100%;
	line-height: 28px;
}

#web_top img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.top {
	position: relative;
}

.top_logo {
	background-image: url(../images/banner_1.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-size: 100%;
}

.top_logo img {
	margin-top: 80px;
	display: inline-block;
}

.menu {
	width: 100%;
	height: 90px;
	background-color: #D50100;
}

.menu_item {
	color: #F8D4BA;
	text-align: center;
	width: 12.5%;
	height: 90px;
	font-size: 16px;
	float: left;
}

.menu_item>img {
	height: 36px;
	width: 36px;
	display: block;
	margin: 12px auto 8px auto;
}

.menu_item:hover, .menu_item.active {
	background-color: red;
	color: #F8D4BA;
}
/*轮播*/
.slider-item {
	background-color: #454746;
	color: #FFFFFF;
	padding: 4px 8px;
	border-radius: 3px;
}

.slider-item-selected {
	background-color: #FF7002;
}

#page {
	margin: 1rem auto;
	width: 700px;
}

.content_tiitle {
	line-height: 34px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding: 1rem 2rem;
	margin-bottom: 1rem;
}

#article {
	padding: 1rem 3rem;
	line-height: 28px;
	background-color: #FFFFFF;
	float: left;
	width: 100%;
}
/*底部*/
.footer {
	background-color: #A30001;
	color: #FFFFFF;
}

.footer>.container {
	padding: 2rem 0px;
}
.footer>.container>p{display: block;margin-top: 1rem;}
.footer>.container>p a{color: #fff;vertical-align: top;margin-left: 6px;}
.footer>.container>p a:HOVER{color: blue;}
.footer_left { width: 550px; display: inline-block;}

.footer_left img { vertical-align: sub;}

.footer_left>p {
	line-height: 28px;
	font-size: 14px;
}
.footer_left>h3{font-size: 16px;margin-bottom: 1rem;}
.footer_right {
	height: 170px;
	float: right;
	width: 350px;
	vertical-align: top;
}

.footer_right img {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 30px;
}
/*主页*/
