@charset "UTF-8";

/* Scss Document */


/***************
TsingStone Info&Art Design Studio
the Academy of Arts & Design, Tsinghua University
Author:Jason Woo 
***************/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
figure,
figcaption,
code,
del,
dfn,
em,
button,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
tf,
tr,
th {
    border: 0px;
    padding: 0px;
    font-size: 100%;
    margin: 0px;
    font-family: ‘Franklin Gothic Medium’, ‘Arial Narrow’, Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
    word-break: break-word;
}



body {
    background: #ffffff;
    color: #444444;
    font-family: ‘Franklin Gothic Medium’, ‘Arial Narrow’, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px auto;
  /*  max-width: 1920px; */
    overflow-x: hidden;
}

input[type="text"],
input[type="password"],
textarea,
select {
    font-family: "Lora", serif, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    background-color: #FFFFFF;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

img {
    border: 0px;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}

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

a:hover {
    text-decoration: none;
}

ul,
li {
    list-style-type: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    visibility: hidden;
}

.relative {
    position: relative;
}

.clearfix {
    *display: table;
    *zoom: 1;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

.mainWrap {
    width: 1400px;
    margin: 0 auto;
}
.main_W{
	width: 1200px;
	margin: 0 auto;
}
.more {
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	margin-bottom: 70px;
}
.more img{
	width: 3.35%;
}
.borderno{
	border-top: none !important;
	padding-top: 0 !important;
}
.line{
	border-top: 1px solid #428ac9;
	margin: 40px auto;
}

