/* Add here all your css styles (customizations) */

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Microsoft YaHei', '宋体', Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

.header-v6 .navbar-nav > li > a {
	color: #687074;
	font-size: 16px;
}

p {
	font-size: 1.1em;
	line-height: 180%;
}

.footer-v1 .footer {
	padding: 20px 0;
}

.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover {
	border-color: #72c02c;
	background: #FFF;
}

.sidebar-nav-v1 li a {
	padding: 0px 0px 0px 20px;
}

.sidebar-nav-v1 li.active a h4 {
	color: #72c02c;
}

.sidebarmeun {
	padding: 10px 0px 0px 0px;
}

.linehight {
	padding: 5px 0px 0px 0px;
}

.news-v3-in {
	padding-top: 0px !important;
}

.padding-important {
	padding-top: 6px !important;
}

.list-unstyled li {
	padding-top: 10px;
}

.navbar-brand {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hnRotate i,
p,
h2 {
	transition: 0.3s cubic-bezier(0.46, 0.21, 0.7, 0.7);
	-o-transition: 0.3s cubic-bezier(0.46, 0.21, 0.7, 0.7);
	-ms-transition: 0.3s cubic-bezier(0.46, 0.21, 0.7, 0.7);
	-mz-transition: 0.3s cubic-bezier(0.46, 0.21, 0.7, 0.7);
	-webkit-transition: 0.3s cubic-bezier(0.46, 0.21, 0.7, 0.7);
}

.hnRotate:hover i {
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-mz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.hnRotate:hover p {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-mz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.hnRotate:hover h2 {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-mz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}