html {
    background-color: #222;
    /*
    min-height:100%;
    background:url(bg_pic02.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center center;
    background-size:cover;
    overflow-y:scroll;
    */
}
body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei","STHeiti", "SimSun", "STSong";
}
a {
    margin:0;
	padding:0;
	text-decoration: none;
	color: #1296db;
}
a:link {
	margin:0;
	padding:0;
	text-decoration: none;
	color: #1296db;
}
a:visited {
	margin:0;
	padding:0;
	text-decoration: none;
	color: #1296db;
}
a:hover {
	margin:0;
	padding:0;
	text-decoration: none;
	color: #F19914;
}
a:active {
	margin:0;
	padding:0;
	text-decoration: none;
	color: #F19914;
}
.page-box {
	width: 572px;
    height: 356px;
    min-height: 356px;
	overflow: hidden;
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.tx {
    width: 170px;
	height: 170px;
	margin: 0 auto;
	clear: both;
}
.tx img {
    position: relative;
	margin: 10px;
	padding:0;
	display: block;
	clear: both;
	width: 150px;
	height: 150px;
	border-radius: 50%; 
	box-shadow: 0px 0px  10px 1px #999;
}
.index-title {
	text-align: center;
	font-size: 28px;
	line-height: 30px;
	margin-top: 10px;
	font-weight: bold;
	color: #1296db;
	clear: both;
}
.svg-ico-box {
	width: 550px;
    height: 80px;
    overflow:hidden;
	margin: 50px 10px 10px 10px;
	clear: both;
	z-index: -999;
	font-size: 16px;
	text-align: center;
}
.svg-ico-box a{
    width: 48px;
    height: 80px;
    overflow:hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    display: block;
    float: left;
}
svg {
	width: 48px;
	height: 48px;
    margin-bottom: 7px;
    display: block;
    float: left;
}
svg:hover path{
    fill:#F19914;
    opacity: 1;
}

@media screen and (max-width: 960px) {
.page-box {
    width: 290px;
    height: 441px;
    min-height: 441px;
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.svg-ico-box {
    width: 290px;
    height: 170px;
}
.svg-ico-box a{
    margin-left: 10px;
    margin-right: 10px;
}
}
