
/*footer*/

.footer {
    padding: 10px 0 30px 0;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    margin-top: 20px;
    /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAABGdB…SZWFkeXHJZTwAAAAVSURBVHjaYmRgYGgAYgYmBigACDAABzYAhF5Jw1YAAAAASUVORK5CYII=');*/
    position: relative;
    top: 20px;
    background-repeat: repeat;
    font-size: 11px;
    color: #ccc;
    background-color: #717171;
}
.footer a {
    color: #ccc;
    font-weight: bold;
    padding-bottom: 1px;
    text-decoration: none;
    margin-left: 25px;
}

.contentbox {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    overflow: hidden;
}
.row {
    overflow: hidden;
}

.footer li {
    display: list-item;
    text-align: -webkit-match-parent;
    float: left;
}

/*header*/
.desktop{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
    line-height: 1;
    float: left;
    height: 20px;
    background:url(../img/logo.png) no-repeat;
    padding: 10px 0 0 60px;
    font-weight: bold;
    
}

.identityarea a {
    color: #fff;
    width: auto;
    text-decoration: none;
}

.identityarea a:hover {
    text-decoration: underline;
}


.languagearea
{
	float: right;
	font-weight: normal;
	background: transparent;
	margin-top: 10px;
    margin-right: 5px;
    border: none;
    border-radius: 2px;
    color: white;
    text-align: center;
    outline：none;
    cursor: pointer;
}

.bannerhead{
	float: left;
	height: 8%;
	position: relative;
	top:10px;
	border-radius: 10px;
	width: 100%;
}
.bannerhead img{
	border-radius: 10px;
	width: 100%;
}
.intro p{
	position: relative;
	color:#FFFFFF;
	font-family: arial;
	font-size: 1.2rem;
	line-height: 1.5rem;
	top:-40px;
}
.intro h2{
	position: relative;
	color:#FFFFFF;
	font-family: arial;
	font-weight: bolder;
	z-index:3;
	padding: 3% 0 10% 0;
	font-size: 1.5rem;
	cursor: text;	
}

.intro{
	float: left;
	height: 80%;
	width: 70%;
	position: absolute;
	top:7%;
	padding-left: 20px;
	overflow: hidden;
}
.introbg{
	float: left;
	height: 80%;
	width: 70%;
	position: absolute;
	top:7%;
	padding-left: 20px;
/*	left:10%;*/	
	background: #333333;
	border-radius: 0 10px 10px 0;
	filter:alpha(Opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

.share{
	font-size: 1.2rem;
	font-family: arial;
	height: 30px;
	width: 100%;
	position: relative
	bottom:-20px;
}
.share a{
	position: relative;
	left:50%;
	line-height: 1;
    height: 30px;
    text-decoration: none;
    padding-left: 40px;
    background: url(../img/share.png) no-repeat;
    background-size: auto 1.1rem;
    background-position: left center;
    vertical-align: middle;
}
* {
  margin: 0; padding: 0;
}
body {
  font-size: 100%;
  background: url(../img/body_background.png) repeat-x #E3E3E3;
  font: normal 70%/120% arial,helvetica,sans-serif;
  color: #333;
}
/*accordion style*/
.accordion {
	position: relative;
  width: 100%;
  top: 20px;
/*  height:*/
  overflow-y: auto;
}
.accordion h1, h2, h3, h4 {
  cursor: pointer;
}
.accordion h2, h3, h4 {
  font-family: arial;
}
.accordion h1 {
  padding: 15px 60px;
  background-color: #F2F2F2;
  font-family: "arial";
  font-size: 1.2rem;
  font-weight: normal;
  color: #333333;
  filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
  -moz-background-size:1.2rem 1.2rem;
  background-size: 1.5rem;
  background-position: 20px center;

}
.accordion h1:hover {
	background-color: #00A5E8;
	color: #FFFFFF;
}
.accordion h1:first-child {
  border-radius: 10px 10px 0 0;
}
.accordion h1:last-of-type {
  border-radius: 0 0 10px 10px;
}
.accordion h1:not(:last-of-type) {
  border-bottom: 2px solid #D9D9D9;
}
.accordion h2:not(:last-of-type) {
  border-bottom: 2px dotted #E6E6FA;
}
.accordion div, .accordion p {
  display: none;
}
.accordion h2 {
  padding: 5px 75px;
  background-color: #F6F6F6;
  font-size: 1.0rem;
  color: #333;
  font-weight: lighter;
  line-height: 1.5rem;
}
.accordion h2:hover {
  background-color: #00A5E8;
  color: #FFFFFF;
}
.accordion h3 {
  padding: 5px 30px;
  background-color: #d7d7d8;
  font-size: 0.9rem;
  color: #ddd; 
}
.accordion h3:hover {
  background-color: #a93142;
}
.accordion h4 {
  padding: 5px 35px;
  background-color: #ffc25a;
  font-size: .9rem;
  color: #af720a; 
}
.accordion h4:hover {
  background-color: #e0b040;
}
.accordion p {
  padding: 15px 80px;
  background-color: #E6E6FA;
  font-family: arial;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.3rem;
}
.accordion .opened-for-codepen {
  display: block;
}
.accordion a{
	color: #0066B3;
    text-decoration: none;
}
.accordion a:hover{
	text-decoration: underline;
}