h2.ss-subtitle{
    padding: 40px 0px;
    font-size: 52px;
    text-transform: uppercase;
    color: #F68713;
	position: relative;
	font-family:Microsoft Yahei;
}


.ss-links{
	position: fixed;
	left: 10px;
	top: 166px;
	width: 25%;
	z-index: 100;
}


.ss-container{
    width: 100%;
    position: relative;
    text-align: left;
    float: left;
	overflow: hidden;
	padding-bottom: 500px;
}
.ss-container h2{
    font-size: 180px;
    text-transform: uppercase;
    color: #F68713;
font-weight:normal!important;
	padding: 0px 0px;
	line-height: 150px;
}

.ss-row{
    width: 100%;
    clear: both;
    float: left;
    position: relative;
	padding: 50px 0!important;
	border-bottom:1px solid #eee;
}
.ss-left, .ss-right{
    float: left;
    position: relative;
}
.ss-right{
    padding-left: 2%!important;
	width:55%;
}
.ss-right img{
	width:100%!important;
}
.ss-left{
    text-align: left;
    float: left;
    padding-right: 2%;
	width:45%;
}
.ss-circle{
    border-radius: 50%;
    overflow: hidden;
    display: block;
    text-indent: -9000px;
    text-align: left;
    -webkit-box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
    -moz-box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
    box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
	background-size: cover;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: center center;
	position: static;
}
.ss-small .ss-circle{
	width: 100px;
	height: 100px;
}
.ss-medium .ss-circle{
	width: 200px;
	height: 200px;
}
.ss-large .ss-circle{
	width: 300px;
	height: 300px;
}
.ss-circle-deco:before{
	width: 29%;
	height: 0px;
	border-bottom: 5px dotted #ddd;
	border-bottom: 5px dotted rgba(17, 17, 22, 0.3);
	-webkit-box-shadow: 0px 1px 1px #fff;
	-moz-box-shadow: 0px 1px 1px #fff;
	box-shadow: 0px 1px 1px #fff;
	position: absolute;
	top: 50%;
	content: '';
	margin-top: -3px;
}
.ss-circle-deco:after{
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
.ss-left .ss-circle-deco:before{
    right: 2%;   
}
.ss-right .ss-circle-deco:before{
    left: 2%;   
}
.ss-left .ss-circle-deco:after{
	right: 0;
	border-right: 10px solid #F68713;
}
.ss-right .ss-circle-deco:after{
	left: 0;
	border-left: 10px solid #F68713;
}
.ss-left .ss-circle{
    float: right;
    margin-right: 30%;
}
.ss-right .ss-circle{
    float: left;
    margin-left: 30%;
}

.ss-container .ss-medium h3{
	margin-top: 0px;
}
.ss-container .ss-large h3{

}

.ss-container h3 span{
    color: #333;
    font-size: 22px;
	line-height:36px;
	font-weight:normal;
    display: block;
    padding-bottom: 5px;
	margin:20px 0;
}
.ss-container h3{
    font-size: 28px;
    color: #333;
    display: block;
	font-weight:bold;
	line-height:44px;
}

@media only screen and (max-width: 768px){
.ss-left{
width:100%;
}

.ss-right {
    padding-left: 0%!important;
    width: 100%;
}
.ss-container h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #F68713;
    font-weight: normal!important;
    padding: 0px 0px;
    line-height: 50px;
	font-family:Microsoft Yahei;
}
.ss-container h3 {
    font-size: 20px;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 30px;
	font-family:Microsoft Yahei;
}
.ss-container h3 span {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    display: block;
    padding-bottom: 5px;
    margin: 20px 0;
}
h2.ss-subtitle {
    padding: 40px 0px;
    font-size: 32px;
    text-transform: uppercase;
    color: #F68713;
    position: relative;
}
.ss-row{
    width: 100%;
    clear: both;
    float: left;
    position: relative;
	padding: 30px 0!important;
	border-bottom:1px solid #eee;
}
}