/*
 * author : Canon
 * time : 2019-06-26
*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body {
	height: 100%;
	width: 100%;
	background-color: #fff;
}

body {
    font-family: "Microsoft YaHei";
    /* 解决浏览器多次点击出现蓝色选中样式 */
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none; */
}


body,
div,
span,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    font-family: "Microsoft YaHei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-family: 'Microsoft YaHei';
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
td,
i,
var {
	font-style: normal;
    font-weight: normal;
    font-family: "Microsoft YaHei";
}

a {
	text-decoration: none;
    cursor:pointer;
    color: #000000;
}

img {
	-ms-interpolation-mode: bicubic;
	border: none;
    vertical-align: middle;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select {
    border: none;
    font-family: "Microsoft YaHei";
}

input {
	vertical-align: middle;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder  {
    padding-left: 4px;
}


/* 小抓手 */
button,
input[type="button"],
input[type="submit"]{
	cursor:pointer;
}

.lf {
	float: left;
}

.rf {
	float: right;
}

.clearfix::before,
.clearfix::after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

.wrapper {
    width: 1200px;
    min-width: 1200px;
	margin: 0 auto;
}        

/* 阴影部分 */
.boxshadow {
    border: 1px solid #dddddd;
}

/* 导航中图片 */
.navcontent img {
    vertical-align: baseline;
}

/* 首页 - 返回上一级 - */
.toptitlenav {
	height: 45px;
    line-height: 45px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
	font-size: 14px;
    position: relative;
    margin-bottom: 20px;
}

.toptitlenav a {
    font-size: 14px;
    color:#0066cc;
}
/* 登录 - 退出 -- 按钮 */
.toptitlenav #exitBtn {
    display: inline-block;
    padding: 5px 10px;
    background-color: #eeeeee;
    color: #FF0000;
    font-size: 14px;
    border: 1px solid #ccc;
	font-weight: 700;
	position: absolute;
	right: 10px;
	top: 8px;
	border-radius: 3px;
}

/* 媒体查询 */
/* 顺序不能乱 */
/* @media (max-width: 767px) { 
	.wrapper {
		width:1000px;
		margin: 0 auto;
	}
} 
@media (min-width: 768px) { 
	.wrapper {
		width:1000px;
		margin: 0 auto;
	}
} 
@media (min-width: 992px) { 
	.wrapper {
		width:1200px;
		margin: 0 auto;
	}
}

@media (min-width: 1200px){ 
	.wrapper {
		width:1200px;
		margin: 0 auto;
	}
} */

