@charset "utf-8";
/* CSS Document */
/*@font-face{
	font-family:'syht';
	src: url(../font/syht.otf);
}*/
@font-face{
	font-family:'Roboto';
	src: url(../font/Roboto.ttf);
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	cursor: url(../image/cur.png), default;
}
a:hover {
	text-decoration: none;
	cursor: url(../image/hcur.png), default;
}

body{
	color: #000;
	font-size: 15px;
	font-family:'Roboto','Source Han Sans SC','syht',arial;
	background: #fff;
}

body,div,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;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

input,button,textarea,select,optgroup,option,button {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: none;
	border: none;
}

input,button,textarea,select {
	*font-size: 100%;
}

input,select {
	vertical-align: middle;
}

i,em {
	font-style: normal;
}

select,input,button,textarea,button {
	font: 99% arial,helvetica,clean,sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

dl,dt {
	font-weight: normal;
}

a {
	color: #666;
	text-decoration: none;
}

a:focus,input, button, textarea, select {
	outline: 0;
}

a:hover {
	text-decoration: none;
}

.no-select {
	-webkit-touch-callout: none;
 /* iOS Safari */
	-webkit-user-select: none;
   /* Chrome/Safari/Opera */
	-khtml-user-select: none;
     /* Konqueror HTML */
	-moz-user-select: none;
       /* Firefox */
	-ms-user-select: none;
        /* Internet Explorer/Edge */
	user-select: none;
            /* Non-prefixed version, currently supported by most modern browsers */
}

* {
	scrollbar-width: none;
}

::-webkit-scrollbar {
	width: 7.5px;
	height: 6px;
	background-color: #f0f0f0;
	padding:10px;
}

::-webkit-scrollbar-thumb {
	background-color: #b1b1b1;
	border-radius: 15px
}

::-webkit-scrollbar-thumb:hover {
	background-color: #777
}

::-webkit-scrollbar-thumb{
	background: #4096FF;
}
html::-webkit-scrollbar {
    display: none
}
body::-webkit-scrollbar {
    display: none
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.imgfd {
	overflow: hidden;
}

.imgfd img {
	transition: all 0.5s ease;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	display: block;
	vertical-align: middle;
}

.imgfd:hover img {
	transform: scale(1.1);
}

.wrap {
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-left:20px;
	padding-right:20px;
	box-sizing: border-box;
}

td {
	display: table-cell;
	vertical-align: inherit;
	border: 1px solid #666;
	padding: 10px;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 2px;
	width: 100%;
}

tr td:nth-child(1) {
	background: #d9edf7;
}

.firstRow td:nth-child(1) {
	background: #d9edf7;
}