﻿/* 标签属性 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td,hr,button,article,aside,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body, html {
	width: 100%;
	height: 100%;
	font-family: "microsoft yahei";
}
img{	
	border: 0;
	vertical-align:middle;
}
ol, ul, li {
	list-style: none;
}
input{
	border: none;
	outline:medium;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	font-family: "microsoft yahei";
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.global-width {
	width: 1150px;
	margin: 0 auto;
}
/* 定位 */
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.pf {
	position: fixed;
}
/* 层级 */
.zindex--1{
	z-index: -1;
}
.zindex-0{
	z-index: 0;
}
.zindex-1{
	z-index: 1;
}
.zindex-2{
	z-index: 2;
}
/* 浮动 */
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.overflow-hidden {
    overflow: hidden;
}
/* display */
.hide {
	display: none;
}
.show {
	display: block;
}
.dis-inline {
	display: inline-block;
}
.dis-flex {
	display: flex;
}
.overflow-hidden {
	overflow: hidden;
}
.border-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* 宽高100% */
.width-100 {
	width: 100%;
}
.height-100 {
	height: 100%;
}
	
/* 文本位置 */
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
/* 文本属性 */
.font-bold {
	font-weight: bold;
}
.font-normal {
	font-weight: normal;
}
.color-000 {
	color: #000;
}
.color-222 {
	color: #222;
}
.color-333 {
	color: #333;
}
.color-666 {
	color: #666;
}
.color-999 {
	color: #999;
}
.color-fff {
	color: #fff;
}
/*字体大小*/
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px;
}
.font-22 {
	font-size: 22px;
}
.font-24 {
	font-size: 24px;
}
.font-26 {
	font-size: 26px;
}
.font-28 {
	font-size: 28px;
}
.font-30 {
	font-size: 30px;
}
/* 下外边距 */
.margin-bottom-5 {
	margin-bottom: 5px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-25 {
	margin-bottom: 25px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
/* 鼠标悬浮效果 */
.cursor-pointer:hover {
	cursor: pointer;
}




/*底部*/
.thisfoot{width: 100%; margin: 0 auto; background:#172686;color:#fff;}
.thisfoot a:link,.thisfoot a:visited{color:#fff;}
.foot{ margin:0 auto; width:100%; max-width:1000px; height:100px; line-height:26px;font-family:"宋体"; 
	font-size:14px; color:#fff; text-align:center;  padding-top:30px; padding-bottom:20px; margin-top:13px; position:relative;}
.foot2{ width:80px; height:80px; position:absolute; left:20px; top:30px;}
.foot3{ width:80px; height:80px; position:absolute; right:50px; top:40px;}







