* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}
* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

.main {
	width: 100%;
	height: auto;
	overflow: hidden;
}
/* 头部导航css */
.header {
	width: 100%;
	height: 80px;
	border-top: 4px solid #0091FF;
	background: #fff;
}

.header-main {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
	display: inline-block;
    vertical-align: middle;
    width: 93px;
    height: 70px;
    padding-top: 10px;
    margin-right: 150px;
}

.header-nav {
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
}

.header-nav-ul {
	display: inline-block;
	vertical-align: middle;
}

.header-nav-li {
	display: inline-block;
	vertical-align: middle;
	padding: 21px 0 23px 0;
	/* border-bottom:2px solid #fff; */
	margin-right: 78px; 
}

.header-nav-li.active {
	border-bottom: 2px solid #0091FF;
}

/* .header-nav-li:hover { 
	border-bottom: 2px solid #0091FF;
} */

.header-nav-li a {
	font-size: 18px;
	color: #0091FF;
	font-weight: "微软雅黑";
}

.header-link {
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
}

.header-link-ul {
	display: inline-block;
	vertical-align: middle;
}

.header-link-li {
	padding: 21px 30px 23px 0;
	float: left;
}

.header-link-li:last-child {
	padding-right: 0;
}

.header-link-li a {
	padding: 7px 12px;
	border: 1px solid #0091FF;
	border-radius: 4px;
	color: #0091FF;
	font-size: 16px;
}
/* 底部 */
.foot {
	width: 100%;
	height: 208px;
	background: #444;
}

.foot-main {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.foot-main-up {
	width: 100%;
	height: 80px;
	padding: 29px 0 16px 0;
	border-bottom: 1px solid #575757;
}

.foot-main-up-logo {
	display: inline-block;
	vertical-align: middle;
	width: 121px;
	height: 80px;
}

.foot-main-up-logo img {
	width: 100%;
	height: 100%;
}

.foot-main-up-name {
	display: inline-block;
	vertical-align: top;
	padding: 25px 0 0 10px;
}

.foot-company-name {
	display: block;
	color: #fff;
	font-size: 20px;
	font-family: 微软雅黑;
}

.foot-company-text {
	display: block;
	color: #bbb;
	font-size: 16px;
	font-family: 微软雅黑;
	padding-top: 8px;
}

.foot-main-up-right {
	display: inline-block;
	vertical-align: top;
	float: right;
	padding-top: 44px;
}

.foot-main-up-right-li {
	display: inline-block;
	padding: 0 30px;
	border-right: 1px solid #bbb;
}

.foot-main-up-right-li:last-child {
	border-right: none;
	padding-right: 0;
}

.foot-main-up-right-li a {
	font-size: 14px;
	color: #bbb;
	font-family: 微软雅黑;
}

.foot-main-down {
	width: 100%;
	height: 23px;
	padding: 30px 0 29px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.foot-tel {
	background: url("/assets/index/images/foot-tel.png")no-repeat left center;
}

.foot-main-down-ul {
	height: 23px;
}

.foot-main-down-ul span {
	padding-left: 36px;
	font-size: 14px;
	color: #bbb;
}

.foot-email {
	background: url("/assets/index/images/foot-email.png")no-repeat left center;
}

.foot-address {
	background: url("/assets/index/images/foot-address.png")no-repeat left center;
}
/*分页*/
.pagePer {
    width: 656px;
    height: 35px;
    margin: 0 auto;
	margin-top:30px;
    margin-bottom: 100px;
    text-align: center;
    display: flex;
    align-items: center;
}
#page ul{
    margin: 0 auto;
}
#page li {
    display: inline-block;
    min-width: 28px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #ffffff;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#page li.xl-disabled {
    /*opacity: .5;*/
    cursor: no-drop;
}

#page li.xl-disabled:hover {
    background-color: #fff !important;
    border: 1px solid #eee !important;
    color: #666 !important;

}

#page li.xl-active {
    background-color: #3089ff;
    border-color: #3089ff;
    color: #FFF
}

#page li:hover {
    background-color: #3089ff !important;
    border-color: #3089ff;
    color: #FFF
}

#page li.xl-jumpText {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    opacity: 1;
}

#page li.xl-jumpText:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

#page li.xl-jumpButton {
    padding: 0 5px;
}

#xlJumpNum {
    width: 48px;
    height: 28px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 0 10px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

#page .xl-pageNum {
    border: 0;
    background: 0;
    color: #666;
    cursor: no-drop;
    pointer-events: none;
}

#page li.xl-pageNum:hover {
    background-color: #fafafa !important;
    color: #666;
}