
h1 {
	border-bottom: 1px solid #333;
	font-size: 32px;
	color: #fff;
	padding-bottom: 12px;
}
h2 {
	margin: 10px 0;
	color: #333;
	font-size: 16px;
}
h3 {
	margin: 0;
	width: 100%;
	font-size:22px;
	color:#666;/*  background-image: linear-gradient(bottom, rgb(72,163,177) 14%, rgb(67,149,162) 57%);
  background-image: -o-linear-gradient(bottom, rgb(72,163,177) 14%, rgb(67,149,162) 57%);
  background-image: -moz-linear-gradient(bottom, rgb(72,163,177) 14%, rgb(67,149,162) 57%);
  background-image: -webkit-linear-gradient(bottom, rgb(72,163,177) 14%, rgb(67,149,162) 57%);
  background-image: -ms-linear-gradient(bottom, rgb(72,163,177) 14%, rgb(67,149,162) 57%);*/
}
h3 a {
	background: url("sprite.png") 15px 13px no-repeat;
	display: block;
	padding: 10px;
	padding-left: 32px;
	margin: 0;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #e0e0e0;
}
h3 a:hover {
	color: #2ad2c9;
}
h3:hover {
	background:#2ad2c9;
}
h3.open {
/*	background: rgb(67,149,162);*/
}
h3.open a {
	background-position: 13px 0;
 
}

h3 + div {
	padding: 10px;
}
/*h2 + div,
.example {  overflow: hidden;
  background: #fff;

 border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;*/
/* margin-bottom: 20px;*/
}
/* Pre hide sections with JavaScript on
--- */
h3+div {
	display: none;
}
/* CSS3 Animation example
--- */
#css3-animated-example h3 + div {
	height: 0px;
	padding: 0px;
	overflow: hidden;
	background: #000;
	display: block!important;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#css3-animated-example .content {
	padding: 10px;
}
#css3-animated-example h3.open + div {
/*	height: auto;*/
	background: #aaffff;
}
/* Event example
--- */
pre#event-log {
	background: #fafacc;
	padding: 10px;
	display: block;
}

/* Responsive design
--- */
@media screen and (max-width: 1056px) {
body {
	width: 672px;
}
.c2 {
	margin-right: 0;
	margin-bottom: 0;
}
}
 @media only screen and (max-width: 704px), only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
body {
	width: 320px;
}
.c1 {
	margin-right: 0;
	margin-bottom: 0;
}
h1 {
	font-size: 28px;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.7);
}
}
 @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
body {
	padding: 0 12px;
}
}
#custom-show-hide-example h2 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-left: 0;
}
#custom-show-hide-example p {
	padding: 10px 0;
	line-height: 25px;
	margin-left: 0;
}
#globallink_left h2:hover {
	color: #D8E6F1;
}
#globallink_left p {
	width: 200px;
	line-height: 5px;
}
#globallink_left h2 {
	width: 200px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #D9D9D9;
}
#globallink_left h2 + div {
	padding: 0;
}
.youjiantou2 {
	width: 0px;
	height: 0px;
	line-height: 0px;
	border-width: 4px 0 4px 6px;
	border-style: dashed dashed dashed solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	display: block;
	float: left;
	margin: 8px 5px 0 0;
}
