@charset "utf-8";
/***************
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,image,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: inherit; 
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight:normal;
}


body {
	/* background:#d70c18 ; */
	color: #444;
	line-height: 20px;
	font-size: 12px;
	font-family:"Lucida Sans Unicode","Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;
	margin: 0px;
}


input,textarea,select
{
	font-family: "Lucida Sans Unicode","Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size:12px;
	outline:none;
}

.content
{
	background:#fff;
	min-width:320px;
}

img {
	border: 0px;
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic;
}

a {
	text-decoration: none;
	color:#333;
}

a:hover
{
	text-decoration:none;
	color:#c4626a;
}

ul, li {
	list-style-type:none;
}
.left {
	float: left;
}
.right {
	float: right;
}

.clearfix:after {
	display:block;
	content:'';
	clear:both;
	height:0px;
	visibility: hidden;
}

.yahei{
	font-family:"\5FAE\8F6F\96C5\9ED1";
}


h1,h2,h3,h4
{
	font-family:"\5FAE\8F6F\96C5\9ED1";
}

.relative
{
	position:relative;
}

.clearfix {
*display:table;
*zoom:1;
}

.clear
{
	clear:both;
	overflow:hidden;
	height:0;	
}

*::selection {
    background:#ffc000;
    color: #FFFFFF;
    text-shadow: none;
}

*::-moz-selection
{
    background:#ffc000;
    color: #FFFFFF;
    text-shadow: none;
}


.ie6
{
	text-align:center;
	font-size:14px;
	background:#FC6;
	line-height:60px;
}

.ie6 span
{
	float:right;
	margin-right:30px;
	cursor:pointer;
}


.blankspace
{
	height:1.5em;
	overflow:hidden;
	margin:0;
	padding:0;
	clear:both;
}

/*comm used header,content,footer*/

.mainWrap {
	width:1000px;
	margin:auto;
	min-width:320px;
}

.header{
	background:#fff url(../images/bg.jpg) repeat-x top
}

.header .topLine {
    border-top: 7px solid #e50012;
}

.header .topWrap
{
	height:102px;
}

.header .logo {
	float:left;
	_display:inline;
	margin-top:20px;
}

.header .search
{
	float:right;
	_display:inline;
}

.header .search
{
	float:right;
	_display:inline;
	margin-top: 33px;
}

.header .search .ext
{
	padding:16px 0 10px 0;
	text-align:right;
}

.header .search .ext a
{
	color:#4d1379;
	text-align:right;
}

.header .search .inp
{
	height:18px;
	width:140px;
	border:1px solid #b1b1b1;
	padding:5px;
	float:left;
	_display:inline;
	border-right:0;
	-webkit-appearance:none
}

.header .search .btn {
    background: #c4626a;
    height: 30px;
    padding: 0 8px;
    line-height: 29px;
    text-align: center;
    border: 0;
    float: left;
    font-size: 16px;
    _display: inline;
    color: #fff;
    cursor: pointer;
    width: 38px;
    height: 30px;
    padding: 0;
    background: #e50012 url(../images/search.png) no-repeat center center;
}

.header .search .btn:hover
{
	background-color:#c00211;
}

.header .nav
{
	border-top:1px solid #dedede;
}

.header .nav .menu
{
	display:none;
}


.header .nav li
{
	float:left;
	_display:inline;
	padding:5px 2px 5px 3px;
	position:relative;
	z-index:999;
	zoom:1;
}

.header .nav li a {
    display: block;
    line-height: 42px;
    font-size: 15px;
    color: #333;
    padding: 0 10px;
    position: relative;
}

.header .nav li a.hover,.header .nav li a:hover,.header .nav li a.hover
{
	/* background:#c4626a; */
	background: url(../images/navli_bg.png);

	color:#fff;
}

.header .nav li a i {
    padding: 0;
    width: 10px;
    height: 5px;
    display: inline-block;
    background: url(../images/thuicon-angle-down.png) 0px 0px no-repeat;
    /* position: absolute; */
    /* top: 20px; */
    /* right: 0px; */
    /* z-index: 4; */
    margin-left: 2px;
    /* margin-top: 3px; */
    position: relative;
    right: -5px;
    top: -2px;
}
.header .nav li a:hover i,.header .nav li a.hover i {
	background: url(../images/thuicon-angle-down_h.png) 0 0 no-repeat;
}


#nav ul
{
	/* background:#e2181e;
	opacity: 0.85;
	filter:Alpha(opacity=85); */
	background: url(../images/navli_bg.png);
	position:absolute;
	/* top:42px; */
	top: 47px;
	width:180px;
	z-index:2;
	padding:5px 0;
	display:none;
}

#nav ul.last
{
	right:2px;
}


#nav ul li
{
	float:none;
	display:block;
	padding:0;
	margin:0;
	
}

#nav ul li a
{
	line-height:38px;
	font-size:14px;
	color:#fff;
	padding:0 0 0 20px;
}

#nav ul li a:hover
{
	background:#c00211;
}


.content
{
	padding-bottom:160px;
}

.content .thuimg 
{
	text-align:center;
}

.content .thuimg .thuimgWrap
{
	min-width:1000px;
	overflow:hidden;
	background:url(../images/loading.gif) no-repeat center center;
	*height:400px;
}




.footWrap
{
	background:#e0e0e0;
	padding:40px 0;
}

.footWrap li {
    width: 110px;
    float: left;
    _display: inline;
}

.footWrap h4 
{
	padding-bottom:8px;
}

.footWrap h4 a
{
	font-size:15px;
	color:#22132d;
}

.footWrap h4 a:hover
{
	color:#c4626a;
}
.footWrap a
{
	color:#585858;
	display:block;
	line-height:24px;
	text-align:center;
}

.footWrap a:hover
{
	color:#c4626a
}

.copyrights
{
	color:#a5a2a7;
	padding:20px 0;
	line-height:22px;
	background-color: #d70c18;
}

.copyrights .info
{
	float:left;
}

.copyrights .info span
{
	padding-right:24px;
}

.copyrights .icp
{
	float:right;
}
.copyrights .copy
{
	color:#6f6a74;
	display:block;
}
.copyrights .copy_in {
    width: 770px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}




/*plugin*/

._plugMasklayer {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
	filter:alpha(opacity=80);
	 _position: absolute;
    position:fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
	bottom:0;
}

._plugLayer {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    left: 50%;
    top: 50%;
	border:1px solid #609;
    _position: absolute;
	position:fixed;
    z-index: 9999;
}



@media screen and (max-width:800px) {
	
	body{line-height: 18px;}

	.mainWrap
	{
		width: 760px;
	}
	.header .nav li
	{
		padding:5px 2px 5px 2px;
	}
	.header .nav li a
	{
		font-size:12px;
		padding:0 9px;
	}
	
	#nav ul
	{
		width:150px;
	}
	
	#nav ul li a
	{
		font-size:12px;
		line-height:32px;
		padding: 0 0 0 14px;
	}
	
	.content
	{
		padding-bottom: 100px;
	}
	
	.footWrap li
	{
		width:190px;
		height:200px;
	}
	
	.copyrights
	{
		text-align:center;
	}
	
	.copyrights .info
	{
		float:none;
		display:block;
	}
	
	
	.copyrights .icp
	{
		float:none;
		display:block;
	}
	

}


@media screen and (max-width:640px) {
	
	.mainWrap
	{
		width: 100%;
	}
	
	.header .topWrap
	{
		position:relative;	
	}
	

	.header .logo
	{
		float:none;
		margin:auto;
		display:block;
		position:absolute;
		top:50px;
		left:50%;
		margin-left:-100px;
	}
	
	.header .search
	{
		float:none;
		position:absolute;
		width:100%;
		top:0px;
		background:#c4626a;
		margin: 0;
		padding-bottom: 7px;
	}
	
	.header .search .ext
	{
		float:right;
		padding:4px 30px 10px 0;
	}
	.header .search .ext a
	{
		color:#fff;
	}
	
	form#searchForm {
	    width: 80%;
	    margin: 0 auto;
	    overflow: hidden;
	}
	.header .search .inp {
	    border: 0;
	    /* margin-left: 20px; */
	    height: 14px;
	    width: 84%;
	}
	
	.header .search .btn
	{
		background-color:#a6010e;
		height:24px;
		line-height:24px;
		font-size:14px;
	}
	
	.header .topWrap
	{
		height: 130px;
	}
	
	.header .nav
	{
		background:#efefef;
		border:0;
	}
		
	.header .nav .menu
	{
		display:block;
		line-height:44px;
		font-size:18px;
		padding:0 20px;
		cursor:pointer;
		color:#22132d;
	}
	.header .nav .menu .menuicon {
	    float: right;
	    color: #22132d;
	    width: 50px;
	    height: 44px;
	    background: url(../images/menuicon.jpg) no-repeat center right;
	}
	
	.header .nav ul
	{
		display:none;
	}
	
	.header .nav li
	{
		float:none;
		padding:0;
		border-top:1px solid #ddd;
		background:#fff;
		overflow:hidden;
	}
	
	.header .nav li a
	{
		font-size:15px;
		text-indent:20px;
	}
	
	.header .nav li a .thuicon-angle-down
	{
		display:none;
	}
	
	.content
	{
		padding-bottom: 50px;
	}
	
	
	.footWrap
	{
		padding:14px 0;
	}
	
	.footWrap li
	{
		width:25%;
		height:auto;
	}
	
	.footWrap a
	{
		display:none;
	}
	
	.footWrap h4 a
	{
		display:block;
		font-size:12px;
		line-height:30px;
	}
	
	.footWrap h4
	{
		padding-bottom:0;
	}
	
	.copyrights
	{
		text-align:center;
	}
	
	.copyrights .info
	{
		float:none;
		display:block;
		padding:0 30px;
	}
	
	.copyrights .info span
	{
		display:block;
		padding:0;
	}
	
	.copyrights .icp
	{
		float:none;
		display:block;
	}
	.copyrights .copy_in {
	    width: 90%;
	    margin: 0 auto;
	    text-align: center;
	    /* line-height: 27px; */
	}
	
}

@media screen and (max-width:360px) {
	.content { 
		padding-bottom: 30px;
	}
		
}

@media screen and (max-width:320px) {

	.header .logo img{
		width:150px;
	}
	
	.header .logo {
		margin-left:-80px;
	}
	
	.header .topWrap
	{
		height:110px;
	}
	
	.header .search .inp
	{
		width:100px;
	}

	.header .nav .menu
	{
		line-height:40px;
		font-size:16px;
	}


}


/*action*/
.fadein
{
	transition:all .3s ease-in;
}