@CHARSET "UTF-8";
/************************************************************************************
公用样式
*************************************************************************************/
html, body, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, ul,
dd, dt, li, a, b, em, i, img, small, span {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* 设置图片100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* 将元素设为块元素 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
    padding: 0;
    margin: 0;
    color: #333333;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: .81em/150% ProximaNovaRegular, Arial, Helvetica, sans-serif, "宋体";
	background-color: #FFFFFF;
	color: #515151;
}
li {
	list-style: none;
	color: #666666;
	line-height: 140%;
}
a {
	color: #333333;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #FF0000;
}
p {
	margin: 0;
	padding: 0;
}

/* list */
ul, ol, li {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: ProximaNovaLight,Arial,sans-serif;
	color: #555555;
}
h1 {
	color: #0099CC;
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 26px;
    line-height: 125%;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* 复位WebKit的搜索输入风格 */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}


/************************************************************************************
header
*************************************************************************************/
#header {
	background: -moz-linear-gradient(top, #fff 0, #fefefe 60%, #f2f2f2 91%, #e1e1e1 100%
		);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff),
		color-stop(60%, #fefefe), color-stop(91%, #f2f2f2),
		color-stop(100%, #e1e1e1));
	background: -webkit-linear-gradient(top, #fff 0, #fefefe 60%, #f2f2f2 91%, #e1e1e1
		100%);
	background: -o-linear-gradient(top, #fff 0, #fefefe 60%, #f2f2f2 91%, #e1e1e1 100%);
	background: -ms-linear-gradient(top, #fff 0, #fefefe 60%, #f2f2f2 91%, #e1e1e1 100%);
	background: linear-gradient(top, #fff 0, #fefefe 60%, #f2f2f2 91%, #e1e1e1 100%);
	-pie-background: linear-gradient(#fff, #e1e1e1);
	border-bottom: 1px solid #ccc;
	height: 100px;
	width: 100%;
	z-index: 10;
	font-size: 12px;
}
#logo {
	height: 40px;
    margin: 0 auto;
    position: relative;
    max-width: 980px;
}
#logo .site-logo {
	left: 0;
    position: absolute;
    top: 4px;
}
#logo .site-logo a {
	display: block;
}
#logo .site-logo a img {
	width: 125px;
}
#logo .site-name {
	bottom: -44px;
    color: #666666;
    font: italic 100%/259% "Times New Roman",Times,serif;
    left: 40px;
    position: absolute;
}

#main-nav {
	display: block;
    margin: 0 auto;
    max-width: 980px;
}
#main-nav li {
	float: right;
    width: 11%;
}

#main-nav .wrap {
	padding: 3px;
	height: 40px;
    margin-top: 15px;
    display: block;
}
#main-nav li:hover .wrap, #main-nav .check {
	background: none repeat scroll 0 0 #036ca5;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#main-nav .wrap a {
	color: #666666;
	display: block;
    margin: 10px auto;
    text-align: center;
}
#main-nav li:hover a, #main-nav .wrap .acheck {
	color: #FFFFFF;
}

#search-container {
    font-family: Arial,sans-serif;
    font-size: 14px;
    height: 28px;
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 12px;
}
#searchtext {
	width: 350px;
	height: 24px;
	margin: 0;
	padding-left:4px;
	line-height:24px;
	vertical-align: middle;
	outline: medium none;
	border: 1px solid #CCCCCC;
	color: #666666;
}
#search-submit {
	position: absolute;
    right: 5px;
    top: 3px;
    vertical-align: middle;
}

/************************************************************************************
footer
*************************************************************************************/
#footer {
	clear:both;
	min-width: 980px;
	max-width: 980px;
	margin: 0 auto;
	padding-top: 50px;
}
#small-nav {
	text-align: center;
}
#small-nav li {
	display: inline-block;
	padding: 2px;
	*display:inline;      /* 只有ie6和ie7识别(IE6 7不识别inline-block)*/
	zoom:1;               /* 触发ie6和ie7下的haslayout */
}
#small-nav li a {
	color: #0099cc;
}
#small-nav li a:hover {
	color: red;
}
#copyright {
	margin: 0 auto;
	padding-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

/************************************************************************************
help
*************************************************************************************/
#help {
	height: 38px;
    position: fixed;
    right: 0.1%;
    top: 30%;
    width: 38px;
    z-index: 10000;
}
#help a {
	background: url("../images/help.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 100%;
    width: 100%;
}
#float-contact {
	width: 110px;
	right: 0.1%;
    top: 28%;
    display:none;
    position: fixed;
    border: 2px solid #9CDDF5;
    z-index: 10000;
    background-color: #FFFFFF;
}
#float-contact .close {
	float: right;
	width: 19px;
	height: 19px;
	margin-right: 3px;
	margin-top: 2px;
}
#float-contact .close a {
	width: 100%;
	height: 100%;
	display: block;
	background: url("../images/close.png") no-repeat scroll 0 0 transparent;
}
#float-contact .title {
	float: left;
	margin-left: 3px;
	margin-top:2px;
    font-size: 15px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    color: #6c6c6c;
}
#float-contact .instant {
	float: left;
    margin: 10px auto 0;
    text-align: center;
    width: 100%;
}
#float-contact .instant dd {
	padding: 3px 0;
}

/************************************************************************************
流动布局
*************************************************************************************/
@media screen and (max-width: 988px) {
	#footer {
		min-width: 780px;
		max-width: 780px;
	}
}

@media screen and (max-width: 788px) {
	#main-nav li {
		width: 13%;
	}
	#searchtext {
		 width: 200px;
	}
	#footer {
		min-width: 480px;
		max-width: 480px;
	}
}


/* 小于480px屏幕的情况，iphone横屏的时候就是这个宽度。 */
/* html = 禁用文字大小调整。 默认情况，iphone增大了字体大小，
这样更便于阅读。你可以使用 -webkit-text-size-adjust: none; */
@media screen and (max-width: 488px) {
	html {
        -webkit-text-size-adjust: none;
        font-size: 90%;
    }
    　/* 为了让图片尺寸变得更为弹性，可以简单的添加 max-width:100% 和 height:auto。
    	这种方式在IE7中正常工作，不能在IE8中工作，需要使用 width:auto\9 来解决这个问题。 */
    img {
	    max-width: 100%;
	    height: auto;
	    width: auto\9; /* ie8 */
	}
	#main-nav li {
		width: auto;
	}
	#searchtext {
		width: 98%;
	}
}

@media screen and (max-width: 322px) { 
	#logo .site-logo {
		display: none;
	}
	#logo .site-name {
		left: 5px;
		top: 5px;
		font-size: 128%;
		bottom: auto;
	}
	#main-nav {
		text-align: center;
	}
	#main-nav ul, #main-nav li {
		display: inline-block;
	}
}


/************************************************************************************
首页样式
*************************************************************************************/
#icontent {
	zoom:1 ;
}
.ad-content {
	float: left;
    position: relative;
    width: 100%;
}
#ad-image li {
	float: left;
	position: relative;
	display: list-item;
	width: 100%;
	margin-right: -100%;
}
#ad-image div {
	height: 450px;
	display: none;
	position: relative;
	min-width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
#ad-image h3 {
	color: #FFFFFF;
	float: left;
	font-size: 26px;
	font-weight: normal;
	left: 13px;
	line-height: 140%;
	position: absolute;
	top: 5px;
	width: 180px;
}
#rotation {
	bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}
#rotation li {
	display: inline-block;
    line-height: 140%;
    vertical-align: top;
    *display:inline;      /* 只有ie6和ie7识别(IE6 7不识别inline-block)*/
	zoom:1;               /* 触发ie6和ie7下的haslayout */
}
#rotation a {
	background: url("../images/lr-button.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 13px;
    margin: 0 5px;
    width: 13px;
}
#rotation a:hover {
	background-position: -14px 0;
}

#rotation a.check {
	background-position:-27px 0 ;
}
#article {
	min-width: 980px;
	max-width: 980px;
	margin: 0 auto;
	clear: both;
	padding-top: 40px;
}
#title-nav {
	background: #fdfdfd;
	background: -moz-linear-gradient(top, rgba(253, 253, 253, 1) 0,
		rgba(220, 220, 220, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253,
		253, 253, 1)), color-stop(100%, rgba(220, 220, 220, 1)));
	background: -webkit-linear-gradient(top, rgba(253, 253, 253, 1) 0,
		rgba(220, 220, 220, 1) 100%);
	background: -o-linear-gradient(top, rgba(253, 253, 253, 1) 0,
		rgba(220, 220, 220, 1) 100%);
	background: -ms-linear-gradient(top, rgba(253, 253, 253, 1) 0,
		rgba(220, 220, 220, 1) 100%);
	background: linear-gradient(to bottom, rgba(253, 253, 253, 1) 0,
		rgba(220, 220, 220, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd',
		endColorstr='#dcdcdc', GradientType=0);
	float: left;
    width: 100%;
}
#title-nav li {
	float: left;
    text-align: center;
    border-right: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    line-height: 50px;
    font-family: ProximaNovaRegular,Arial,sans-serif;
    font-size: 16px;
    width: 244px;
}
#title-nav li:hover {
	color: #0099cc;
	cursor: pointer;
}
#title-nav li.check {
	color: #fff;
	background: #8f8f8f;
	background: -moz-linear-gradient(top, rgba(98, 98, 98, 1) 0,
		rgba(143, 143, 143, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(98,
		98, 98, 1)), color-stop(100%, rgba(143, 143, 143, 1)));
	background: -webkit-linear-gradient(top, rgba(98, 98, 98, 1) 0,
		rgba(143, 143, 143, 1) 100%);
	background: -o-linear-gradient(top, rgba(98, 98, 98, 1) 0%,
		rgba(143, 143, 143, 1) 100%);
	background: -ms-linear-gradient(top, rgba(98, 98, 98, 1) 0,
		rgba(143, 143, 143, 1) 100%);
	background: linear-gradient(to bottom, rgba(98, 98, 98, 1) 0,
		rgba(143, 143, 143, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626262',
		endColorstr='#8f8f8f', GradientType=0);
}
#title-nav li.first {
	 border-left: 1px solid #BBBBBB;
	 width: 243px;
}
#title-content {
	clear: both;
}
#title-content li {
	display: none;
	float: left;
	margin-right: -100%;
	width: 100%;
}
#title-content li.first {
	display: list-item;
}
#t-content {
	background: #fff;
	background: -moz-linear-gradient(top, #e1e1e1 0, #f2f2f2 60%, #fefefe 91%, #fff 100%
		);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1),
		color-stop(60%, #f2f2f2), color-stop(91%, #fefefe),
		color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, #e1e1e1 0, #f2f2f2 60%, #fefefe 91%, #fff
		100%);
	background: -o-linear-gradient(top, #e1e1e1 0, #f2f2f2 60%, #fefefe 91%, #fff 100%);
	background: -ms-linear-gradient(top, #e1e1e1 0, #f2f2f2 60%, #fefefe 91%, #fff 100%);
	background: linear-gradient(top, #e1e1e1 0, #f2f2f2 60%, #fefefe 91%, #fff 100%);
	-pie-background: linear-gradient(#e1e1e1, #fff);
	float: left;
	border-top: 1px solid #FFFFFF;
}
#t-content div {
	width: 50%;
}
#t-content div p {
	color: #666666;
    font-size: 16px;
    line-height: 150%;
    margin: 20px;
    padding: 3px;
    text-indent: 2em;
}
#t-content .title {
	font-size: 25px;
    line-height: 125%;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #666666;
    margin: 20px;
    padding: 3px;
    text-align: center;
}
#t-content .content-l {
	float: left;
}
#t-content .content-r {
	float: right;
}

#sidebar {
	clear: both;
    margin: 0 auto;
    max-width: 980px;
    min-width: 980px;
    padding-top: 30px;
}
#widget {
	text-align: center;
}
#widget li {
	float: left;
	margin: 0 12px;
	*width:300px; /* IE7会占一整行 */
}
#widget li a {
	display: block;
}
#widget li a:hover {
	color: #0099cc;
}
#widget .text {
    max-height: 35px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    width: 290px;
}
#widget li img {
	width: 300px;
	max-height: 300px;
	border: 1px solid #FFFFFF; 
}
#widget li a:hover img {
	border: 1px solid #666666;
}

/* 流动布局 */
@media screen and (max-width: 988px) {
	#article, #sidebar {
		min-width: 780px;
		max-width: 780px;
	}
	#title-nav li {
		width: 194px;;
	}
	#title-nav li.first {
		width: 193px;
	}
	#widget li {
		margin: 0 16px;
	}
	
	#widget li img {
	    max-height: 225px;
	    max-width: 225px;
	}
	#widget .text {
	    width: 216px;
	}
}

@media screen and (max-width: 788px) {
	#article, #sidebar {
		min-width: 480px;
		max-width: 480px;
	}
	#title-nav li {
		width: 119px;;
	}
	#title-nav li.first {
		width: 118px;
	}
	#t-content .content-r {
		display: none;
	}
	#t-content div {
	    width: 100%;
	}
	#widget li {
		margin: 0 9px;
	}
	#widget li img {
	    max-height: 140px;
	    max-width: 140px;
	}
	#widget .text {
	    width: 132px;
	}
}

/* 小于480px屏幕的情况，iphone横屏的时候就是这个宽度。 */
/* html = 禁用文字大小调整。 默认情况，iphone增大了字体大小，
这样更便于阅读。你可以使用 -webkit-text-size-adjust: none; */
@media screen and (max-width: 488px) {
	.ad-content {
		display: none;
	}
	#article, #footer, #sidebar {
		min-width: 100%;
		max-width: none;
	}
	#title-nav li, #title-nav li.first {
		border: none;
		width: 25%;
	}
	#widget {
		float: none;
	}
	#widget li {
		float: none;
	}
}

.abimg {
	float: left; 
}

.abtext {
	float: left; 
	color: #939393;
	line-height: 24px;
	width: 260px;
	margin-top: 100px;
}

.ctstext {
	float: left;
	margin-left: 15px;
	color: #939393;
	line-height: 24px;
}
