html,body {
	font-family: 'Microsoft YaHei', sans-serif;
	overflow-x: hidden;
}
img {
	margin: auto;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
}
a, .text-default {
	color: rgb(228,30,57);
}
.space-top {
	padding-top: 50px;
    line-height: 1.8;
}
.owl-prev {
	background: rgb(228,30,57);
}
.header {
	background: rgb(228,30,57);
	border-bottom: 0 none;
}
.fixed-header-on .header.fixed {
	background: rgba(228,30,57,0.95);
	padding: 0;
	border-bottom: 1px solid #f5f5f5;
}
.fixed-header-on .header .navbar.navbar-default {
	margin: 4px 0 5px;
}
.header.header-small {
	padding: 0;
}
.header-left {
	background: #fff;
}
.header-small .logo img {
	max-height: none;
	height: 61px;
	margin: auto;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-weight: normal;
}
.navbar.navbar-default {
	background: rgb(228,30,57);
	border: 0 none;
}
.tp-bullets.preview4 .bullet:hover, .tp-bullets.preview4 .bullet.selected {
	border: 5px solid rgba(228,30,57, 1) !important;
}
.section {
	padding: 10px 0;
}
.logo-footer img {
	margin: 0;
}
.image-box h3.title {
	font-size: 16px;
}
.image-box p {
	font-size: 12px;
	line-height: 1.5;
}
.image-box span {
	font-size: 12px;
}
.footer-content,.nav-pills > li > a,.subfooter {
	font-size: 12px;
}
.footer {
	padding: 0;
}
.footer h2 {
	font-size: 16px;
	margin-top: 60px;
	margin-bottom: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
@media (max-width: 767px) {.navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid #C5132B;
}}

/* 分页
---------------------------------- */
.pagination {
	margin: 20px 0 40px;
	text-align: left;
}
.pagination a,
.pagination span {
	padding: 0;
	margin: 0 5px 0 0;
	border-bottom: none;
	font-size: 12px;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-decoration: none;
}
.pagination a,
.pagination a:first-child,
.pagination a:last-child,
.pagination span {
	padding: 10px 15px;
	border: 1px solid #f3f3f3;
	line-height: 1;
	background-color: #fafafa;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #666666;
}
.pagination a:hover {
	background-color: transparent;
	color: #ffffff;
	background-color: rgb(228,30,57);
	border-color: rgb(228,30,57);
}
.pagination .current,
.pagination .current:hover,
.pagination .current:focus {
	color: #ffffff;
	background-color: rgb(228,30,57);
	border-color: rgb(228,30,57);
	line-height: 1;
}
.blogpost .post-info {
	background-color: rgb(228,30,57);
}




/* reset 20170504 */
.navbar-collapse{
	text-align: center;
}
@media (min-width: 768px){
	.navbar-right {
	    float: none !important;
	    display: inline-block;
	    vertical-align: top;
	}
}
.navbar-default .navbar-nav > li > a{
	font-size: 15px;
	padding: 0 25px 0 24px;
	line-height: 60px;
	height: 61px;
	overflow: hidden;
}
.navbar-default li ul {
	position: absolute;
	display: none;
	width: 100%;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	float: left;
	border-radius: 15px;
	border: 0px solid #fff;
	transition: display ease .5s;
	cursor:pointer;
	z-index: 1005;
}

.navbar-default li ul li {
	font-weight: 500;
	height: 50px;
	width: 100%;
	color: #000;
	margin: 0;
	padding: 0;
	float: left;
	cursor：pointer;
	list-style: none;
}

.navbar-default li ul li a {
	font-weight: 500;
	line-height: 50px;
	color: #000;
	margin: 0;
	padding: 0;
	cursor：pointer;
	display: block;
	width: 100%;
	font-size: 14px;
}

.navbar-default li ul li:first-child {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.navbar-default li ul li:last-child {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.navbar-default li ul li:hover {
	background: #d7122b;
	color: #fff;
}
.navbar-default li ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.navbar-default li:hover ul {
	display: block;
}

.header-left{
	height: 61px !important;
}
.fixed-header-on .header .navbar.navbar-default,
.header-small .navbar.navbar-default{
	margin: 0 !important;
}


.footer{
	color:#eeeeee;
}
.subfooter {
	text-align: center;
    padding: 19px 0;
    color:#eeeeee;
}
.footer-content .nav-pills > li > a{
	color:#eee;
	padding: 2px 0;
}
.logo-footer {
    margin: 25px 0 14px;
}
.footer h2 {
	font-size: 17px;
	margin-top: 98px;
	margin-bottom: 12px;
	color:#eee;
}
.footer .nav-pills.nav-stacked > li > a:after{
	color:#eee;
}
.fa-mail:before{
    content: "\f003";
}
.list-icons li i{
	width: 20px;
}
.wx-qrcode{
	display: inline-block;
	padding: 0 20px;
	line-height: 2;
}




