/*2019-12-16  css*/

@charset "utf-8";
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,
html {
	font-family: "微软雅黑", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	/* height: 100%; */
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
form {
	margin: 0;
	padding: 0;
}

td,
th {
	padding: 0;
}

img {
	border: 0;
	vertical-align: middle;
 	/* width: 100%;
 		height: 100%;  */
}

img {
	width: 100%;
}

h4,
h5,
h6 {
	font-size: 1em;
}

ul,
li {
	/*padding: 0;
	margin: 0;*/
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
		color: #000000;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	outline: none;
}

a {
	background-color: transparent;
	    color: #000;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

a:active,
a:hover {
	outline: 0;
}

.container-fluid {
	/*padding: 0px;*/
	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
}

.container {
	/*width: 1200px;*/
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

input {
	border: 0;
	outline: none;
}

.box:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	/*position: fixed;*/
	bottom: 0;
	top: 0;
	z-index: -1;
	background-color: red;
	border: 1px solid #ccc;
	border-width: 0 10px 0 0;
}

.move:hover {
	cursor: pointer;
}


/*浙商人物*/

.character-logo {
	width: 368px;
	    margin: 40px auto 30px;
}

.character-logo img,
.window-logo img {
	max-width: 100%;
}



/*最新资讯*/

.information {
	width: 210px;
	    margin: 40px auto 30px;
}