/* 全局样式 */
html {
	min-width: 1200px;
	width: 100%;
	-webkit-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 24px;
	background: #fff;
	min-height: 100%;
	font-family: 'Microsoft Yahei', 'å¾®è½¯é›…é»‘', Arial, sans-serif;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	color: black;
}

ul,
ul li,
ol,
li {
	list-style: none outside none;
}

img {
	vertical-align: middle;
	border: none;
}

i {
	font: inherit;
}

input,
select,
option {
	vertical-align: middle;
	border-radius: 0px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: none;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
strong {
	font-weight: normal;
}

select::-ms-expand {
	display: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	text-decoration: none;
	outline: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
	display: block;
	_height: 1px;
	clear: both;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
	margin: 0;
	padding: 0;
}

/*@font-face {
 font-family: 'fontnameRegular';
 src: url("Source Han Sans CN/SourceHanSansCN-Normal.otf");
 src: local('fontname Regular'),
        local('fontname'),
        url('fontname.woff') format('woff'),
        url('fontname.ttf') format('truetype'),
        url('fontname.svg#fontname') format('svg');
}  */
/* 头部公共样式 */
body {
	min-width: 1400px;
}

.main {
	overflow: hidden;
}

.w14 {
	width: 1400px;
	margin: 0 auto;
}

.header {
	height: 80px;
}

.header-lf {
	float: left;
	height: 100%;
	line-height: 80px;
	margin-left: 50px;
}

.header-logo {
	display: inline-block;
}

.header-gs {
	display: inline-block;
}

.header-rt {
	float: right;
	margin-right: 99px;
	height: 100%;
}

.header-rt li {
	height: 100%;
	line-height: 80px;
	display: inline-block;
	margin-right: 45px;
}

.tab-atv {
	position: relative;
}

.tab-atv:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 10px;
	background: red;
}

/* 底部公共样式 */
.footer {
	height: 300px;
	background-color: #333333;
	width: 100%;
	overflow: hidden;
}

.footer-lf {
	float: left;
	margin-top: 90px;
	margin-left: 70px;
	height: 120px;
	width: 500px;
	border: 1px solid #969696;
	vertical-align: middle;
	border-radius: 10px;
}

.footer-logo {
	display: inline-block;
	vertical-align: middle;
	width: 78px;
	margin: 20px 30px;
}

.footer-nav {
	padding: 10px 0px 10px 30px;
	border-left: 1px solid #969696;
	display: inline-block;
	vertical-align: middle;

}

.tel {
	font-size: 24px;
	color: #FFFFFF;
}

.address {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 10px;
}

.footer-rt {
	float: right;
	margin-right: 80px;
	height: 100%;
}

.footer-rt li {
	height: 100px;
	margin-top: 100px;
	line-height: 100px;
	display: inline-block;
	margin-right: 20px;
	color: #FFFFFF;
	font-size: 18px;
}

.footer-rt li a {
	color: #FFFFFF;
}

/* 分页组件 */
.page {
	margin: 80px auto;
	text-align: center;
}

.pagination {
	text-align: center;
	margin: 20px auto 10px;
	line-height: 200%;
	font-size: 14px;
}

.pagination>li {
	display: inline-block;
	color: black;
	padding: 4px 16px;
	background: #EEEEEE;
	border-radius: 5px;
	margin: 8px 3px 0;
}

.pagination>li>a {
	color: black;
}

.pagination>li>a:hover {
	color: #1d2088;
}

.pagination>li.active {
	background-color: #91a5e0;
}

.pagination>li.disabled {
	color: #aaa;
	background-color: #eee;
}
