@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: none; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; -webkit-tap-highlight-color: transparent; }
body { font: 14px/1.8 "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", tahoma, "times new roman", helvetica, arial; color: #666; background-color: #fff; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul, li { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
em, i { font-style: normal; }
img { border: 0; }
input { outline: none; font-family: "Microsoft Yahei","微软雅黑","Hiragino Sans GB","冬青黑体",tahoma,"times new roman",helvetica,arial;}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; border-radius: 0; }
textarea { -webkit-appearance: none; border-radius: 0; outline: none;}
select{ outline: none;}
select::-ms-expand { display: none; }
::-moz-selection { background: #d76c00; color: #fff; text-shadow: none; }
::selection { background: #d76c00; color: #fff; text-shadow: none; }
a { text-decoration: none; blr: expression(this.onFocus=this.blur()); cursor: pointer; -webkit-transition: 0.3s; transition: 0.3s; }
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: none; }
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }
input, textarea, select, option { border: 0; background: none; outline: 0; font-size: 14px; padding: 0; margin: 0; }
select { appearance: none; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; -ms-appearance: none; }
h1, h2, h3, h4 { font-weight: normal; }
p + p, p + .lead { margin-top: 0; }
/* slick */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
/*slick end*/

.tt-table{ border-collapse: collapse; width: 760px; margin: 0px auto;}
.tt-table tr td{ border: 1px solid #333333; padding: 10px 20px; color: #333333;}
.fc{ text-align: center;}
.tt-table-t{ font-size: 24px;}
.tt-table-name{ padding-right: 15px; font-style: 16px;}
.tt-table-ml{ margin-left: 70px;}
.tt-table-btn { height: 45px; width: 140px; margin: 50px auto; background: #e3001e; color: #fff; cursor: pointer; font-size: 16px; border-radius: 3px; -webkit-transition: 300ms; transition: 300ms; }
.tt-table-btn:hover{ background-color: #BE1313;}

@media screen and (max-width: 860px) {
	.tt-table-res { width: 100%; border-bottom: 1px solid #000; }
	.tt-table-res tr td { display: block; width: 100%; border-bottom: 0px none; box-sizing: border-box; text-align: left; }
	.tt-table-res tr:nth-child(4) td:first-child, .tt-table-res tr:nth-child(5) td:first-child, .tt-table-res tr:nth-child(6) td:first-child, .tt-table-res tr:nth-child(7) td:first-child, .tt-table-res tr:nth-child(8) td:first-child, .tt-table tr:nth-child(9) td:first-child, .tt-table-res tr:nth-child(10) td:first-child { background-color: #ececec; }
	.tt-table-res .tt-table-ml { margin-left: 0; }
	.tt-table-res .tt-table-span { display: block; }
	.tt-table-res .tt-table-logo img { max-width: 70%; margin: 0px auto; }
	.tt-table-res .tt-table-t { font-size: 18px; font-weight: bold; }
}