@charset "utf-8";

/** 全局reset **/

body,
header,
footer,
section,
div,
span,
p,
img,
a,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
em,
i,
b,
u,
del,
menu,
nav,
fieldset,
legend,
article,
aside,
details,
figcaption,
hgroup,
pre,
code,
from,
blockquote,
th,
td,
tr,
hr,
table,
img,
figure,
button,
input,
textarea {
	padding: 0;
	margin: 0;
	/*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;*/
	/*user-select: none;*/
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: Microsoft Yahei, Helvetica, Arial;
}

body {
	background-color: #fff;
}

input,
textarea {
	-webkit-user-select: auto !important;
	user-select: auto !important;
}

:focus {
	outline: none;
}

img {
	vertical-align: middle;
	border: 0 none;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

section {
	display: block;
	margin: 0 auto;
}

header,
footer {
	margin: 0 auto;
	width: 100%;
}

em,
i {
	font-style: normal;
}

html,
body {
	width: 100%;
	height: 100%;
}

button,
input {
	border: 0 none;
}

u,
del {
	text-decoration: none;
}


/* webkit引擎的浏览器取消默认样式 */

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="password"],
input[type="text"],
button {
	-webkit-appearance: none;
	outline: none;
}


/*自定义右侧边栏*/

ul.fssnav {
	background-color: rgba(44, 44, 44, .2);
	padding: 30px 10px;
	border-radius: 30px;
}
ul.fssnav>li{
	display: block;
    /*width: 14px;*/
    height: 13px;
    margin: 7px;
    position: relative;
}
ul.fssnav>li {
	margin: 25px 7px!important;
}
/*ul.fssnav>li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}*/

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    /*padding-left: 12px;
    padding-right: 12px;*/
}
.row {
    /*margin-left: -12px;
    margin-right: -12px;*/
}
.clearfix:after,
.clearfix:before,
.container:before,.row:after, .row:before {
	content: " ";
	display: table;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 icomoon;
    text-rendering: auto;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    line-height: inherit;
    vertical-align: bottom;
}
.col-md-3{
	width: 25%;
}
.col-md-4{
	width: 33.33%;
}
.col-md-12{
	width: 100%;
}