*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #e0e0e0;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
article,header,footer,.main,section{
	display: block;	
}
a{
	text-decoration: none;
}
ul,li{
	list-style-type: none;
}
header,header a:link,header a:visited{
	color: #fff;
}
.container{
	width: 1030px;
	margin-left: auto;
	margin-right: auto;
}
header{
	width: 940px;
	height: 130px;
	padding: 30px 45px;
	background-color: #333;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.header-qrcode{
	width: 130px;
	height: 130px;
}
.header-qrcode img{
	width: 100%;
}

.title h1{
	font-size: 72px;
	padding: 5px 0;
}
.title h2{
	font-size: 20px;
}
.title h1,.title h2{
	margin: 5px 0;
	line-height: 1
}
address{
	margin-left:15px;
}
address ul{
	list-style-type: none;
}
address ul li{
	padding: 4px 4px 4px 28px;
	font-style: normal; 
}
address a{
	color: #FFF;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
address a:hover{
	color:#A3D3D1;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
.main-content{
	display: block;
	padding-bottom: 40px;
	background-color: #fff;
}
article{
	padding: 20px 5px 0 15px;
}
.part{
	margin-bottom: 30px;
}
.round-logo{
	display: inline-block;
	background-color: #000;
	border-radius: 50%
}
.i-logo{
	position: relative;
	width: 100%;
}
.round-logo{
	display: inline-block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: teal;
	text-align: center;
}
.round-logo i{
	color: #fff;
	margin-top: 7px;
}
.i-logo p{
	float: left;
	width: 400px;
	margin-top: 5px;
	margin-left: 20px;
	padding-left: 20px;
	background-color: #000;
	color: #fff;
	line-height: 1.3;
	font-weight: 600;
	border-radius: 4px;
}
.i-logo p span,.i-logo p span a{
	float: right;
	margin-right: 10px;
	color: #fff;
}
.plink{
	float: right;
}
.title-h{
	display: inline-block;
	overflow-y: hidden;
}
.title-en{
	clear: left;
	color: teal;
	font-variant: small-caps;
}
.art-main{
	width: 460px;
	margin-left: 20px;
}
.part-title{
	margin:10px 0 0 10px;
}
.list-content{
	margin:15px 30px 20px 14px;
	width: 400px;
}
dt,dd{
	display: inline-block;
	font-weight: 700;
}
.progress{
	float: right;
	width: 300px;
	height: 20px;
	margin-right: 20px;
	background-color: #000;
	border-radius: 4px;
}
.progress-bar{
	height: 20px;
	background-color: teal;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.progress-label{
	margin-left: 85%;
	color: #fff;
}		
.list-content li{
	position: relative;
	margin-left: 15px;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: 1.3;
}
.list-content i{
	position: absolute;
	margin-top: 2px;
	margin-left: -18px;
	line-height: 1.3;
}
strong{
	color: teal;
	font-size: 19px;
	margin: 0 2px;
}
h4 strong{
	color: teal;
	font-size: 17px;
}
#back-to-top{
	display: none;
	position: fixed;
	right: 15px;
	bottom: 80px;
	background-color: transparent;
	cursor: pointer;
}
footer{
	text-align: center;
	margin: 15px auto;
}