@charset "UTF-8";
.margin-tb-20{
	margin: 20px auto;
}
.wrap-left{
	width: 200px;
}
.wrap-left a{
	position: relative;
	padding: 20px 26px 20px 0;
	display: block;
	text-align: right;
}
.wrap-left a i{
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	top: 24px;
	right: -8px;
	background-color: #ddd;
}
.wrap-left a i.active{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #eb6685;
}
.wrap-left a.active{
	color: #eb6685;
}
.wrap-right{
	padding: 20px 0 0 40px;
	width: 949px;
	border-left: 1px solid #ddd;
}
.wrap-right h1{
	padding: 0 0 0 10px;
	font-size: 18px;
	font-weight: normal;
	border-left:6px solid #eb6685; 
}
.content{
	padding: 20px 0;
	text-align: center;
}
.content p{
	margin: 0 0 10px 0;
	text-indent: 32px;
	line-height: 24px;
	font-size: 14px;
	text-align: left;
}
.content img {
    width: 800px;
    height: auto;
    border-radius: 6px;
    margin: 0 0 20px 0;
}
.company{
	font-size: 22px;
	padding: 20px 0;
}
.other{
	line-height: 32px;
}

.title{
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.title h1{
	margin: 0 0 20px 0;
}
h2,h3{
	text-align: center;
}



























