@charset "utf-8";
@font-face {
  font-family: 'xhq';
  font-style: normal;
  font-weight: 400;
  src: local('xhq'), url(http://e.library.sh.cn/webfont/xhq.ttf) format('truetype');
}

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
A:link {
 TEXT-DECORATION: none
}
A:visited {
 TEXT-DECORATION: none
}
A:hover {
 TEXT-DECORATION: none
}
A:active {
 TEXT-DECORATION: none
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #F2F2F2;
/*	background: url(../img/css/bg.jpg) no-repeat;
	background-position: center;
	background-attachment: fixed;*/
	line-height: 1;
}
#library{
	width:100%;
	max-width:1000px;
	margin-right:auto;
	margin-left:auto;
}
#header{
	width:100%;
	max-width:1000px;
	height:120px;
	background-color: #FFF;	
}
#libname{
	height:88px;
}
#liblogo{
	width:200px;
	height:88px;
	font-family:xhq;
	line-height:88px;
	font-size:36px;
	padding-left:30px;
	float:left;
}
#libbar_l{
	width:220px;
	height:88px;
	float:right;
	
}
#libfuc{
	float:top;
	width:220px;
	height:30px;
	margin-top:0px;
}
#liblang{
	float:left;
	width:170px;
	height:30px;
	text-align:left;
}
#liblang ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#liblang ul li{
	position: relative;
	display: inline;
	float: left;
	padding-left:10px;
}
#liblang ul li a {
color: #999;
text-decoration: none;
}
#liblogin{
	float:left;
	width:50px;
	height:30px;
	line-height:30px;
	text-align: center;
}
#libsearch{
	height:30px;
	width:220px;
	margin-top:28px;
}
.search-text-box{
	moz-transition: 400ms width ease;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width;
	-webkit-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width;
	-o-transition-timing-function: ease;
	height: 21px;
	padding: 0 5px 2px 5px !important;
	width: 80px;
	background-color: transparent;
	border: 1px solid #A3A3A3;
	border-right: 0;
	color: #A0A0A0;
	float: right;
	font-family: 'MerriweatherRegular';
	font-size: 12px;	
}
.search-text-box:focus {
	width: 150px;
}
.search-submit-button{
	float: right;
	border: none;
	background: #404040 url(../img/css/icon-search.png) center center no-repeat;
	height: 25px;
	width: 25px;
	text-indent: -99999px;
	cursor: pointer;	
	margin-right:20px;
}
#nav{
	width:1020px;
	height:32px;
	background-color:#84C0F2;
	margin-left:-10px;
}
.triangle-l {
	border-color: transparent #84C0F2 transparent transparent;
	border-style:solid;
	border-width:10px;
	height:0px;
	width:0px;
	position: relative;
	left: -10px;
	top: 22px;
	z-index: -1; /* displayed under bubble */
}

.triangle-r {
	border-color: transparent transparent transparent #84C0F2;
	border-style:solid;
	border-width:10px;
	height:0px;
	width:0px;
	position: relative;
	left: 1010px;
	top: 0px;
	z-index: -1; /* displayed under bubble */
}
#menu{
	width:590px;
	margin-left:auto;
	margin-right:auto;
}
#wrap{
	width:100%;
	height:auto;
	max-width:1000px;
	min-height:600px;
	background-color:#FFF;
}
#wrap_toppic{
	width:100%;
	height:auto;
}
#wrap_toppic_pic{
	width:100%;
	height:auto;
}

#wrap_toppic_pic img{
	width:100%;
	height:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
.hp-tab-newprd {
	z-index:10;
	position: absolute;
	width:420px;
	height: 180px;
	margin-left: 20px;
	overflow: hidden;
	top: 250px;

}
.hp-tab-newprd .j-sw-nav {
	padding-top: 1px;
	width: 400px;
	height: 35px;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}
.j-sw-c ul p{
	background:#005B98;
	color:#FFF;
	font-size:16px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-radius: 5px 5px 0px 0px;
}
.j-sw-c ul form{
	padding-top:20px;
}
.hp-tab-newprd .j-sw-nav li {
	float: left;
	margin-left: 5px;
	list-style:none;
}
.hp-tab-newprd .j-sw-nav li a {
	position: relative;
	display: block;
	height: 35px;
	line-height: 1.91;
	padding: 0 5px;
	text-align: center;
	text-transform: uppercase;
	background: #84C0F2;
	color: #fefefe;
	font-weight: bold;
	word-wrap: break-word;
	overflow: hidden;
	outline: 0;
	cursor:pointer;
	border-radius: 5px 5px 0 0;
	line-height:35px;
	font-size:14px;
}
.newprd-s1, .newprd-s1 a {
	z-index: 20
}
.newprd-s2, .newprd-s2 a {
	z-index: 19
}
.newprd-s3, .newprd-s3 a {
	z-index: 18
}
.newprd-s4, .newprd-s4 a {
	z-index: 17
}
.newprd-s5, .newprd-s5 a {
	z-index: 16
}
.newprd-s6, .newprd-s6 a {
	z-index: 15
}
.newprd-s7, .newprd-s7 a {
	z-index: 14
}
.hp-tab-newprd .newprd-clip {
	background: #fff;
	height:145px;
	border-radius: 5px 5px 5px 5px;
}
.hp-tab-newprd .j-sw-nav .on {
	position: relative;
	z-index: 39
}
.hp-tab-newprd .j-sw-nav li a:hover, .hp-tab-newprd .j-sw-nav .on a {
	background: #005B98;
	z-index: 39;
	color: #fefefe;
	text-decoration: none;
	cursor: pointer;
}
.hp-tab-newprd .j-sw-c ul {
	zoom:1;
	overflow:hidden;
	width:940px;
}
.hp-tab-newprd .j-sw-c li {
	float: left;
	margin-top: 55px;
	margin-right: 6px;
	display:inline;
}
.hp-tab-newprd .j-sw-c li img {
	width: 175px;
	height: 228px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ccc
}
.hp-tab-newprd .j-sw-c ul .search-text-box{
	moz-transition: 400ms width ease;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width;
	-webkit-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width;
	-o-transition-timing-function: ease;
	height: 21px;
	padding: 0 5px 2px 5px !important;
	width: 150px;
	background-color: transparent;
	border: 1px solid #A3A3A3;
	border-right: 0;
	color: #A0A0A0;
	float: left;
	font-family: 'MerriweatherRegular';
	font-size: 12px;	
}
.hp-tab-newprd .j-sw-c ul .search-submit-button{
	float: left;
	border: none;
	background: #404040 url(../img/css/icon-search.png) center center no-repeat;
	height: 25px;
	width: 25px;
	text-indent: -99999px;
	cursor: pointer;	
	margin-right:20px;
}
.AccordionPanelContent form{
	padding-top:15px;
}
.AccordionPanelContent .search-text-box{
	moz-transition: 400ms width ease;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width;
	-webkit-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width;
	-o-transition-timing-function: ease;
	height: 21px;
	padding: 0 5px 2px 5px !important;
	width: 150px;
	background-color: transparent;
	border: 1px solid #A3A3A3;
	border-right: 0;
	color: #A0A0A0;
	float: left;
	font-family: 'MerriweatherRegular';
	font-size: 12px;	
}
.AccordionPanelContent .search-submit-button{
	float: left;
	border: none;
	background: #404040 url(../img/css/icon-search.png) center center no-repeat;
	height: 25px;
	width: 25px;
	text-indent: -99999px;
	cursor: pointer;	
	margin-right:20px;
}
.hp-tab-newprd-mini{
	display:none;
}
#wrap_content{
	width:100%;
	height:auto;
}
.content-box{
	position: relative;
	display:block;
	width:320px;
	height:auto;
	float:left;
	border-top: 3px solid #005B98;
	margin-left:10px;
	margin-top: 10px;
}
.content-box p{
	line-height:30px;
	font-family: "微软雅黑";
	font-size:24px;
	border-bottom: 1px dotted #005B98;
}
.content-box ul{
	height: auto;
	line-height:22px;
	font-size:14px;
	border-bottom: 1px dotted #005B98;
	overflow:hidden;
}

.content-box-large{
	position: relative;
	display:block;
	width:960px;
	height:160px;;
	float:left;
	border-top: 3px solid #005B98;
	margin-left:10px;
	margin-top: 10px;
	border-bottom:  3px solid #005B98;
}
.content-box-large ul{
	height: 45px;
	line-height:45px;
	font-size:16px;
	border-bottom: 1px dotted #005B98;
	overflow:hidden;
}
.content-box-large ul li{
	height:45px;
	line-height:45px;
	width:50px;
	float:left;
	list-style: none;
	border: thin #CCC solid;
	cursor: pointer;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.content-box-large ul li b{
	position:absolute;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	top: 4px;
	left: 55px;
	font-family: arail;
	font-weight: 500;
	color: white;
	text-align:center;
	background-image: url(http://gtms02.alicdn.com/tps/i2/T1fHyAFhRgXXcCXlfb-25-25.png);
}
.date_act{
	width:860px;
	height:115px;
	float:left;
}
.date_act ul{
	height: 20px;
	line-height:20px;
	font-size:14px;
	border-bottom: 1px dotted #005B98;
	overflow:hidden;
}
.date-info{
	width:80px;
	height:115px;
	float:left;
	text-align:center;
	border-left: 1px #CCCCCC solid;
	border-right:2px #CCC solid;
}
.date-info0{
	width:80px;
	height:30px;
	line-height:30px;
	font-size:14px;
	float:left;
}
.date-info1{
	width:80px;
	height:55px;
	line-height:55px;
	font-size:28px;
	font-weight:bold;
	float:left;
}
.date-info2{
	width:80px;
	height:30px;
	line-height:30px;
	font-size:14px;
	float:left;
}
#box4{
	clear:both;
}
.content-box_close{
	position:absolute;
	top:5px;
	right:5px;
	width: 20px;
	height: 20px;
	background: url('../img/css/baidu.png') no-repeat -224px -11px;
	cursor: pointer;
	
}













#bottom{
	width:100%;
	max-width:1000px;
	height: auto;
	background-color: #CCC;
	text-align:center;
	line-height:24px;
	font-size:16px;
	font-size: 14px;
	
}
#ewm{
	position:fixed;
	bottom:10px;
	right:10px;
	display:block;
}

.item_add{
	display: inline-block;
	position: fixed;
	right:50px;
	top:200px;
	width: 80px;
	height: 80px;
	outline: none;
	background: url("../images/x.png") no-repeat;
	_background-color: #B3D9F7;
	float: left;
	margin-bottom: 2px;
	z-index: 502;	
	cursor: pointer;
}
.item_add:hover {
}
#additem{
	display: none;
	position:fixed;
	width:110px;
	height:205px;
	right:32px;
	top:300px;
	background:#000;	
	border: 5px solid #84C0F2;
	z-index:999;
}
#additem_title{
	height: 30px;
	line-height: 30px;
	background: #EFEFEF;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	font-family: "微软雅黑";
	text-align: center;
	overflow: hidden;
	width: 110px;	
	border-radius: 0px 0px 5px 5px;
}
.additem_close{
	position:absolute;
	top:5px;
	right:5px;
	width: 20px;
	height: 20px;
	background: url('../img/css/baidu.png') no-repeat -224px -11px;
	cursor: pointer;
	
}
#additem p{
	width: 110px;
}
.pk-anchor-wrap {
	display: inline-block;
	height: 25px;
	line-height: 20px;
	vertical-align: middle;
}
.pk-anchor {
	font-family:"微软雅黑";
	font-size:12px;
	display: inline-block;
	float: left;
	height: 25px;
	line-height: 25px;
	width: 110px;
	outline: none;
	_display: block;
	color: #0360AF;
	text-align:center;
	cursor: pointer;
	background-image: url('../img/css/baidu.png');
	background-repeat:no-repeat;
	background-position:0px -5px;
}

@media (max-width: 1200px) {
}

@media (max-width: 1000px) {
#ewm{
	display:none;
}
#nav{
	width:100%;
	margin-left:0px;
}
.triangle-l {
	display:none;
}

.triangle-r {
	display:none;
}
.hp-tab-newprd {
	top: 150px;
}
#wrap_content{
	margin-top:10px;
	width:100%;
	height:auto;
}
.content-box{
	width:47%;
	height:auto;
	float:left;
	border-top: 3px solid #005B98;
	margin-left:2%;
	margin-top: 10px;
}
#box4{
	clear: none;
}

#box3{
	clear:both;
}
#box5{
	clear:both;
}

}
@media (max-width: 600px) {
#ewm{
	display:none;
}

#liblogo{
	width:100%;
	padding-left: 0px;
	text-align:center;
}
#libbar_l{
	width:100%;
	height:auto;
}
#libfuc{
	margin-left:auto;
	margin-right:auto;
}
#libsearch{
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
}
.search-text-box {
	width:150px;
}
#nav{
	width:100%;
	margin-left:0px;
	height:auto;
}
#menu{
	width:100%;	
}
#tiny li ul{
	margin-left:80px;	
}
.tiny_first {
	border-left: 0px solid #778 !important;
}
.ddsmoothmenu ul li ul li a{
	border-left: 1px solid gray;	
}
.ddsmoothmenu ul li{
z-index:100;
width:100%;
margin: 0;
padding: 0;
list-style-type: none;
}
.hp-tab-newprd{
	display:none;
}
.hp-tab-newprd-mini{
	display:block;
}
#wrap_content{
	margin-top:10px;
	width:100%;
	height:auto;
}
.content-box{
	width:96%;
	height: auto;
	float:left;
	border-top: 3px solid #005B98;
	margin-left:2%;
	margin-top: 10px;
}
#box4{
	clear: none;
}

#box3{
	clear: none;
}
#box5{
	clear: none;
}
.item_add{
	display:none;
}
.content-box_close{
	display: none;
}
#bdshare{
	top:0px !important;
}
