:root {
	--mainColor: #910000;
}

html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font:normal 14px/1.5 'Microsoft YaHei','微软雅黑';
	color:#222;
	background: #f9f9f7;
}
.scL {float:left;}
.scR {float:right;}
.scC {clear:both;}
a {text-decoration: none; color: #222;}
pre {
	white-space: pre-wrap;       
	white-space: -moz-pre-wrap;  
	white-space: -pre-wrap;      
	white-space: -o-pre-wrap;    
	word-wrap: break-word;  
	font:normal 12px/1.5 'Microsoft YaHei','微软雅黑'; 
	color:#333;    
}

.sd {
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}


/*主宽度*/
.mw {
	width: 1200px;
	margin: auto;
}
/*顶条*/
.top {
	height: 38px;
	line-height: 38px;
	color: #e5e5e5;
	background: #333;
}
.top .phone {
	display: none;
}
.top .searchBar {
	display: none;
}
.top .searchBar input {
	display: inline-block;
	background: #555;
	border: 1px #6e6e6e solid;
	height: 24px;
	padding: 0 5px;
	box-sizing: border-box;
	vertical-align: middle;
	color: #fff;
}
.top .searchBar .btn {
	display: inline-block;
	width: 30px;
	height: 38px;
	cursor: pointer;
	background: url(../img/ic_search.png) center no-repeat;
	vertical-align: middle;
}

/*头部*/
.header {
	padding: 20px 0;
	background: #fff;
}
.header .logo {
	background: url(../img/logo.png) center left no-repeat;
	width: 425px;
	height: 80px;
}
.header .slogan {
	border-left: 1px #E5E5E5 solid;
	margin-left: 10px;
	padding-left: 10px;
	height: 60px;
	margin-top: 10px;
}
.header .slogan .main {
	font-size: 20px;
	color: #910000;
	font-weight: bold;
}
.header .slogan .sub {
	font-size: 16px;
}
.header .phone {
	height: 80px;
	line-height: 80px;
	font-size: 26px;
	color: #910000;
	background: url(../img/ic_phone.png) center left no-repeat;
	padding-left: 40px;
}
/*导航*/
.navs {
	background: #fff;
	padding-bottom: 10px;
}
.navs .nav {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
	min-width: 110px;
	text-align: center;
	cursor: pointer;
	margin-right: 20px;
	transition: .5s background-color;
	float: left;
	color: #222;
	text-decoration: none;
}
.navs .nav:hover {
	background: #910000;
	color: #fff;
	font-weight: bold;
}
.navs .nav.active {
	background: #910000;
	color: #fff;
	font-weight: bold;
}
/*底部*/
.footer {
	background: #f4f4f4;
	padding: 40px 0;
	margin-top: 20px;
}
.footer .info {
	background: url(../img/flogo.png) left 20px no-repeat;
	padding-left: 120px;
	margin-top: 15px;
}
.footer .info {
	margin-left: 20px;
	line-height: 2;
}
.footer .qrcode {
}
.footer .qrcode .code {
	width: 120px;
	height: 120px;
	background: url(../img/qrcode.jpg) center/contain no-repeat;
}
.footer .qrcode .label {
	margin-top: 10px;
	text-align: center;
}

/*版权*/
.footer .copy {
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
	color: #999;
}
.footer .copy a {
	padding-left: 20px;
	background: url(../img/ic_police.png) center left no-repeat;
	color: #999;
}


/*小banner*/
.banner1 {
	height: 300px;
	background: #ddd center/cover no-repeat;
	margin: 10px 0 20px 0;
}

/*左菜单*/
.leftMenu {
	width: 280px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.leftMenu .t {
	background: #910000;
	color: #fff;
	border-radius: 5px 5px 0 0;
	padding: 20px 40px;
}
.leftMenu .t .zh {
	font-size: 24px;
}
.leftMenu .t .en {
	font-size: 16px;
}
.leftMenu .d {
	padding: 10px 20px 20px 20px;
}
.leftMenu .d .item {
	color: #707070;
	height: 50px;
	line-height: 50px;
	display: block;
	cursor: pointer;
	position: relative;
	padding-left: 40px;
	border-bottom: 1px #e5e5e5 dashed;
}
.leftMenu .d .item::before {
	content: "";
	width: 5px;
	height: 50px;
	background: url(../img/ic_redPoint.png) center left no-repeat;
	position: absolute;
	left: 10px;
	top: 0;
}
.leftMenu .d .item::after {
	content: "";
	width: 5px;
	height: 50px;
	background: url(../img/ic_arrowRight.png) center left no-repeat;
	position: absolute;
	right: 10px;
	top: 0;
}
.leftMenu .d .active {
	font-weight: bold;
	color: #910000;
}
/*右菜单*/
.rightMain {
	background: #fff;
	width: 900px;
	min-height: 500px;
	padding: 0 20px;
	box-sizing: border-box;
}
.rightMain .t {
	border-bottom: 2px #e2e2e2 solid;
	position: relative;
}
.rightMain .t .tt {
	font-size: 24px;
	padding: 0 15px;
	height: 70px;
	line-height: 70px;
	border-bottom: 2px #910000 solid;
	display: inline-block;
}
.rightMain .t .path {
	height: 70px;
	line-height: 70px;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 0;
}
.rightMain .t .path a {
	text-decoration: none;
	font-weight: bold;
	color: #910000;
}
.rightMain .t .path a:hover {
	text-decoration: underline;
}
.rightMain .t .path .active {
	font-weight: normal;
	color: #333;
}
.rightMain .d {
	padding: 20px 20px;
	color: #666;
}


.pagination ul, .pagination li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.pagination {
	text-align: right;
	margin-top: 20px;
}

.pagination li {
	display: inline-block;
	margin-left: 10px;
}
.pagination li a,
.pagination li span {
	display: inline-block;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 5px;
}
.pagination li a {
	cursor: pointer;
	background: #ddd;
}
.pagination li a:hover,
.pagination li span {
	background: #910000;
	color: #fff;
}
.pagination li .total {
	background: none;
	color: #666;
}
.mw .d .page img {
	max-width: 85%;
}	