/* reset */
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

body {
	min-height: 100%
}

body {
	_height: 100%
}

body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre,
	code, fieldset, legend, form, input, select, textarea, button, p,
	blockquote, th, td, figure {
	margin: 0;
	padding: 0
}

body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre,
	code, fieldset, legend, form, p, blockquote, figure, header, footer,
	nav, article, section, aside, address, figcaption {
	*zoom: 1
}

li {
	list-style-type: none
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

iframe, frame, fieldset, img {
	border: 0 none
}

img {
	vertical-align: top
}

input[type=button], input[type=submit], input[type=reset] {
	cursor: pointer
}

button {
	cursor: pointer
}

input, textarea, button {
	-webkit-border-radius: 0;
	-webkit-appearance: none
}

input[type=radio] {
	-webkit-border-radius: 100%;
	-webkit-appearance: radio
}

input[type=checkbox] {
	-webkit-appearance: checkbox
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box
}

textarea {
	overflow: auto;
	resize: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption, th {
	text-align: left
}

th {
	font-weight: normal
}

em, cite, address, i {
	font-style: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

body, input, select, button, textarea {
	font-size: 14px;
	font-family: "PingFang SC", "Microsoft Yahei";
}

body {
	line-height: 1.5
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent
}

a {
	blr: expression(this.onFocus = this.blur ())
}

a * {
	*cursor: pointer
}

:focus {
	outline: none
}

.edit_con_original {
	line-height: 2;
	padding: 0 0;
	color: #333;
}

.edit_con_original ul {
	margin: inherit;
	padding: inherit;
	padding-left: 2em;
}

.edit_con_original ul li {
	list-style-type: disc;
	margin: auto;
}

.edit_con_original ol {
	margin: inherit;
	padding: inherit
}

.edit_con_original ol li {
	list-style-type: decimal;
	margin: auto;
}

.edit_con_original h1 {
	font-size: 2em;
	font-weight: bold
}

.edit_con_original h2 {
	font-size: 1.5em;
	font-weight: bold
}

.edit_con_original h3 {
	font-size: 1.17em;
	font-weight: bold
}

.edit_con_original h4 {
	font-size: 1em;
	font-weight: bold
}

.edit_con_original h5 {
	font-size: 0.83em;
	font-weight: bold
}

.edit_con_original h6 {
	font-size: 0.67em;
	font-weight: bold
}

.edit_con_original em {
	font-style: italic
}

.edit_con_original cite {
	font-style: italic
}

.edit_con_original address {
	font-style: italic
}

.edit_con_original i {
	font-style: italic
}

.edit_con_original table {
	border-collapse: separate;
	border-spacing: 2px
}

.edit_con_original img {
	max-width: 100%;
	height: auto;
}

.edit_con_original video {
	max-width: 100%;
	display: block;
	margin: auto;
}

/*所有后台编辑器区域都要引用 edit_con_original 类名*/

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before,
	.main:before, .footer:before {
	content: '';
	display: table
}

.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after,
	.footer:after {
	content: '';
	display: table;
	clear: both
}

.fixed, .clearfix, .cf, .header, .main, .footer {
	*zoom: 1
}

.clear, .cl {
	display: block !important;
	float: none !important;
	clear: both;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	max-height: none !important;
	min-height: 0 !important;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 none !important;
	font-size: 0 !important;
	line-height: 0 !important
}

.err_position {
	width: 100%;
	height: auto;
	background: url(../images/errors.png) center no-repeat;
}

/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
	display: none;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}

/*图片经过*/
.tran_scale {
	overflow: hidden;
	display: block;
}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img {
	-webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
	transition: opacity .4s ease-in, transform .6s linear;
}

.tran_scale:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

/*两端对齐*/
.justify {
	text-align: justify;
	text-justify: distribute-all-lines;
}
/*上下居中*/
.v-m-c {
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	position: absolute;
	left: 0;
	top: 50%;
}

/*左右居中*/
.l-m-c {
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	position: absolute;
	left: 50%;
	top: 0;
}

/*绝对居中*/
.a-m-c {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}

.animate {
	transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_slowx {
	transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_fast {
	transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_slow {
	transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_normal {
	transition: 0.5s all linear;
}

body, a {
	color: #4a4e50;
}

input, button, textarea {
	border: none;
	outline: none;
	background: none;
}

.wrap {
	width: 1400px;
	max-width: 100%;
	margin: auto;
}

.line24 {
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.line30 {
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.line32 {
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.ellipsis_p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ratio-img, .ratio-img img {
	width: 100%;
}

.bold {
	font-weight: bold;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media only screen and (max-width:1024px) {
	.wrap {
		max-width: 94%;
	}
	.line30, .line32 {
		line-height: 24px;
	}
}

/*font-size*/
.fnt_16 {
	font-size: 16px;
}

.fnt_18 {
	font-size: 18px;
}

.fnt_24 {
	font-size: 24px;
}

.fnt_30 {
	font-size: 30px;
}

@media only screen and (max-width:1440px) {
	.fnt_24 {
		font-size: 20px;
	}
	.fnt_30 {
		font-size: 24px;
	}
}

@media only screen and (max-width:1440px) {
	.fnt_30 {
		font-size: 22px;
	}
}

@media only screen and (max-width:1024px) {
	.fnt_16 {
		font-size: 14px;
	}
	.fnt_18 {
		font-size: 16px;
	}
	.fnt_24 {
		font-size: 18px;
	}
	.fnt_30 {
		font-size: 20px;
	}
}

@media only screen and (max-width:767px) {
	.fnt_16 {
		font-size: 14px;
	}
	.fnt_18 {
		font-size: 14px;
	}
	.fnt_24 {
		font-size: 16px;
	}
	.fnt_30 {
		font-size: 18px;
	}
}

.header_height {
	height: 130px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.header_top {
	padding: 22px 0 20px 0;
}

.header_top h1 {
	float: left;
	width: 284px;
	float: left;
}

.header_top h1 a {
	display: block;
}

.header_top h1 img {
	width: 100%;
}

.header_right {
	float: right;
	line-height: 34px;
}

.header_serach {
	width: 320px;
	background: #f2f2f2;
	border-radius: 20px;
	overflow: hidden;
}

.header_serach, .header_serach input, .header_serach button {
	height: 34px;
	line-height: 34px;
}

.header_serach input {
	float: left;
	box-sizing: border-box;
	padding-left: 20px;
	width: calc(100% - 50px);
	float: left;
}

.header_serach button, .search_button {
	float: right;
	width: 50px;
	text-align: center;
	color: #054380;
	cursor: pointer;
	float: right;
	font-size: 18px;
	cursor: pointer;
}

.search_button.on {
	opacity: 0.7;
}

.header_serach, .a_box, .language {
	float: left;
}

.a_box {
	padding-left: 25px;
}

.a_box em {
	padding: 0 10px;
}

.language dl {
	position: relative;
}

.language dt {
	padding-right: 15px;
	color: #022754;
	position: relative;
	cursor: pointer;
}

.language dt i {
	position: absolute;
	top: 0;
	right: 0;
}

.language dd {
	position: absolute;
	top: 100%;
	left: 0;
	width: 70px;
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	padding: 10px;
	box-sizing: border-box;
	display: none;
}

.header_bottom {
	background: #022754;
}

.nav {
	text-align: center;
}

.nav li {
	display: inline-block;
	position: relative;
}

.nav li>a {
	padding: 0 50px;
	display: block;
	line-height: 48px;
	color: #fff;
}

.nav li>span {
	display: none;
}

.nav_list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 9;
	background: #022754;
	padding: 10px 0;
	display: none;
}

.nav_list a {
	color: #fff;
	display: block;
}

.nav_list p {
	line-height: 44px;
	font-size: 16px;
}

.footer {
	background: #022754;
	margin-top: 90px;
}

.f_top {
	background: #011939;
	padding: 5px 0;
	overflow: hidden;
	line-height: 45px;
}

.f_top, .f_top a {
	color: #fff;
}

.f_link {
	float: left;
	overflow: hidden;
	width: calc(100% - 210px);
	padding: 12px 0;
	line-height: 24px;
}

.f_link span {
	float: left;
	width: 90px;
}

.f_link p {
	float: right;
	width: calc(100% - 90px);
	overflow: hidden;
}

.f_link p a {
	margin-right: 15px;
	float: left;
}

.f_message {
	float: right;
	text-align: center;
}

.f_message img {
	vertical-align: middle;
	margin-right: 8px;
}

.f_message a {
	display: block;
	width: 180px;
	height: 45px;
	background: url(../images/index_btn02.png) no-repeat center center;
	background-size: 100% 100%;
}

.f_bottom {
	
}

.footer_nav {
	width: calc(100% - 440px)
}

.footer_nav li {
	float: left;
	height: 260px;
}

.footer_nav li dl {
	padding: 30px 40px;
	padding-bottom: 0;
	border-right: 1px solid #1b3c64;
	height: 100%;
	box-sizing: border-box;
}

.footer_nav dt {
	margin-bottom: 10px;
}

.footer_nav dt a {
	color: #fff;
}

.footer_nav dd {
	line-height: 24px;
}

.footer_nav dd a {
	color: #b5cfee;
	opacity: 0.6;
}

.foot_re {
	float: right;
	padding-top: 65px;
	width: 410px;
}

.foot_p01 {
	margin-bottom: 20px;
}

.bah {
	margin-left: 20px;
}

.foot_p01, .foot_p01 a, .foot_p02 a {
	color: #465874;
}

.footer_share {
	overflow: hidden;
	margin-bottom: 30px;
}

.footer_share a {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: #5d7da4;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}

.foot_p02 a, .foot_p02 em {
	float: left;
}

.foot_p02 em {
	margin: 0 15px;
}

.search_button, .phone_box, .menu_button, .return_a, .menu_close {
	display: none;
}

.menu_button {
	float: right;
	margin-top: 8px;
	cursor: pointer;
	margin-left: 10px;
}

.menu_button i {
	display: block;
	width: 24px;
	height: 2px;
	background: #022754;
	margin-bottom: 6px;
}

.return_a {
	background: #02234a;
	margin-top: 40px;
}

@media only screen and (max-width:1024px) {
	.header_height {
		height: 65px;
	}
	.nav_list, .header_bottom {
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	}
	.a_box, .language {
		display: none;
	}
	.search_button, .phone_box, .menu_button, .return_a {
		display: block;
	}
	.menu_close {
		position: absolute;
		top: 10px;
		right: 10px;
		color: #fff;
		display: block;
		font-size: 20px;
		font-weight: bold;
		z-index: 9;
		cursor: pointer;
	}
	.phone_box>div {
		display: block;
	}
	.header_serach {
		width: 250px;
	}
	.header_top h1 {
		width: 180px;
	}
	.header_top {
		padding: 15px 0;
	}
	.header_serach {
		width: 0;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		right: 10px;
		top: 100%;
	}
	.header_serach.on {
		width: 250px;
		visibility: visible;
		opacity: 1;
	}
	.header_bottom {
		position: fixed;
		top: 0;
		left: auto;
		width: 50%;
		height: 100%;
		z-index: 9999
	}
	.nav li {
		display: block;
		display: table;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}
	.nav li>a, .nav_list p a {
		padding: 0 20px;
	}
	.a_box {
		padding-left: 20px;
		float: none;
		margin-bottom: 10px;
	}
	.a_box, .a_box a {
		color: #fff;
	}
	.a_box a {
		margin-right: 20px;
	}
	.a_box a:nth-of-type(2) {
		border: 0;
	}
	.a_box em {
		display: none;
	}
	.language {
		overflow: hidden;
		float: none;
		padding-left: 20px;
	}
	.language dt {
		display: none;
	}
	.language dd {
		position: static;
		display: block;
		background: none;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
		padding: 0;
		width: auto;
	}
	.language dd a {
		color: #fff;
	}
	.language dd p {
		float: left;
		margin-right: 20px;
	}
	.language dd p:last-child {
		border: 0;
		padding: 0;
		margin: 0;
	}
	.nav {
		text-align: left;
		font-size: 14px;
	}
	.nav li>a, .nav li>span, .nav_list p {
		line-height: 40px;
	}
	.phone_box {
		padding: 30px 0 20px 0;
	}
	.nav li>span {
		display: block;
		color: #fff;
		font-size: 26px;
		float: right;
		width: 50px;
		text-align: center;
	}
	.nav li>a {
		width: calc(100% - 50px);
		box-sizing: border-box;
		float: left;
	}
	.nav_list {
		position: fixed;
		top: 0;
		left: auto;
		right: -100%;
		width: 50%;
		height: 100%;
		display: block;
		font-size: 14px;
		text-align: left;
	}
	.nav_list p {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.header_bottom {
		opacity: 0;
		visibility: hidden;
		right: -100%;
	}
	.nav_list p {
		font-size: 14px;
	}
	.navbody .header_bottom {
		opacity: 1;
		visibility: visible;
		right: 0%;
	}
	.nav li.cur .nav_list {
		right: 0;
	}
}

@media only screen and (max-width:767px) {
	.header_serach.on {
		width: 100%;
		border-radius: 0;
		right: 0;
		background: #fff;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	}
}

/*weixin-box*/
.weixin-box {
	position: fixed;
	width: 260px;
	height: 240px;
	z-index: 100000;
	left: 50%;
	top: 50%;
	margin: -120px 0 0 -150px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #ddd;
}

.weixin-box .c {
	color: #000;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 0;
	font-size: 20px;
	font-style: normal;
	text-align: center;
	cursor: pointer;
	z-index: 2;
}

.weixin-box h2 {
	position: relative;
	line-height: 30px;
	font-size: 16px;
	padding-left: 10px;
}

.weixin-box .img {
	padding: 20px 10px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.weixin-box .img img {
	width: 115px;
	height: 115px;
}

.weixin-box p {
	padding: 15px 10px 0;
	text-align: center;
}

.weixin {
	position: fixed;
	width: 260px;
	height: 240px;
	z-index: 100000;
	left: 50%;
	top: 50%;
	margin: -120px 0 0 -150px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #ddd;
}

.weixin .c {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 0;
	font-size: 20px;
	font-style: normal;
	text-align: center;
	cursor: pointer;
	z-index: 2;
}

.weixin h2 {
	position: relative;
	line-height: 30px;
	font-size: 16px;
	padding-left: 10px;
}

.weixin .img {
	padding: 20px 10px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.weixin .img img {
	width: 115px;
	height: 115px;
}

.weixin p {
	padding: 15px 10px 0;
	text-align: center;
}
/*weixin-box*/
@media only screen and (max-width:1520px) {
	.footer_nav li dl {
		padding: 30px;
		padding-bottom: 0;
	}
}

@media only screen and (max-width:1440px) {
	.footer {
		margin-top: 50px;
	}
}

@media only screen and (max-width:1350px) {
	.footer_nav li dl {
		padding: 30px 20px;
		padding-bottom: 0;
	}
}

@media only screen and (max-width:1220px) {
	.footer_nav li {
		float: none;
		height: auto;
	}
	.footer_nav, .foot_re {
		float: none;
		width: 100%;
	}
	.footer_nav li dl {
		padding: 0;
		border: 0;
		overflow: hidden;
		padding: 15px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.footer_nav dt {
		float: left;
		width: 70px;
		margin: 0;
	}
	.footer_nav dd {
		float: right;
		width: calc(100% - 80px);
		overflow: hidden;
	}
	.footer_nav dd p {
		float: left;
		margin-right: 20px;
	}
	.foot_re {
		padding-top: 20px
	}
	.footer_share {
		margin-bottom: 20px
	}
	.foot_p01 {
		margin-bottom: 5px;
	}
	.f_bottom {
		overflow: hidden;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width:767px) {
	.footer {
		margin-top: 40px;
	}
	.f_top {
		padding: 20px 0;
	}
	.f_link, .f_message {
		float: none;
		width: 100%;
	}
	.f_link span, .f_link p {
		float: none;
		width: 100%;
	}
	.f_message a {
		margin: auto;
		width: 140px;
		height: 36px;
		line-height: 36px;
	}
	.f_link {
		padding: 0;
		padding-bottom: 10px;
	}
	.footer_nav dt, .footer_nav dd {
		float: none;
		width: 100%;
	}
	.footer_nav dd {
		padding-top: 5px;
	}
	.footer_share {
		margin-bottom: 10px;
	}
	.bah {
		display: block;
		margin: 0;
	}
	.foot_p02 em {
		margin: 0 5px;
	}
	.foot_p01, .foot_p02, .footer_share {
		text-align: center;
	}
	.foot_p02 a, .foot_p02 em {
		float: none;
		display: inline-block;
	}
	.footer_share a {
		margin: 0 2px;
		float: none;
	}
}

@media only screen and (min-width:1025px) {
	a {
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	}
	/* a:hover {
		color: #0072ff !important;
	} */
	.nav li>a:hover, .f_message a:hover {
		color: #fff !important;
		opacity: 0.9;
	}
	.footer a:hover {
		color: #fff !important;
	}
	.footer_share a:hover, .f_link p a:hover {
		opacity: 0.8;
	}
}

/*内页banner*/
.inbanner {
	position: relative;
	color: #fff;
}

.inbanner img {
	width: 100%;
}
/*.inbanner .txt{ top:auto; bottom:15%;}*/
.inbanner h2 {
	display: inline-block;
}

@media only screen and (max-width:1279px) {
	.inbanner {
		padding-top: 0;
	}
}

@media only screen and (max-width:767px) {
	.inbanner {
		height: 200px;
	}
	.inbanner img {
		display: none;
	}
}

/*分页*/
.page {
	vertical-align: middle;
	text-align: center;
	margin: 60px 0;
	color: #2F2F2F;
	font-size: 12px;
	height: 45px;
	line-height: 45px;
}

.page .inner {
	display: inline-block;
}

.page span em {
	color: #2F2F2F;
	font-family: Arial;
}

.page a {
	text-align: center;
	width: 45px;
	height: 45px;
	font-family: Arial;
	line-height: 45px;
	box-sizing: border-box;
}

.page i.dian {
	float: left;
	margin: 0 10px 0 15px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.page a.num {
	float: left;
	border: 1px solid #d2d2d2;
	background: #fff;
	color: #666666;
	margin: 0 1.5px;
	box-sizing: border-box;
}

.page a.on {
	background: #2b42a7 !important;
	color: #fff !important;
	border: 1px solid #2b42a7;
}

.page a.num:nth-child(2) {
	border-left: 1px solid #D8D8D8;
}

.page a.num:nth-child(2).on {
	border-left: 1px solid #2b42a7;
}

.page a.prev, .page a.next, .page a.prev_le, .page a.next_re {
	float: left;
	border: 1px solid #D8D8D8;
	margin: 0 8px;
	background: #fff;
}

.page a.prev_le, .page a.next_re {
	margin: 0 1.5px;
}

.page a.prev img, .page a.next img {
	vertical-align: middle;
	text-align: center;
	width: 7px;
	height: 9px;
	position: relative;
	top: -2px;
}

.page a.prev.disable, .page a.next.disable, .page a.prev_le.disable,
	.page a.next_re.disable {
	cursor: default;
}

.page a.prev.disable, .page a.next.disable, .page a.prev_le.disable,
	.page a.next_re.disable {
	opacity: 0.3;
}

.p_i {
	display: inline-block;
	position: relative;
	width: 45px;
	height: 22px;
	line-height: 22px;
	margin: 0 5px;
	padding: 0 2px;
	background: #fff;
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
}

.page input.txtnum {
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	font-family: Arial;
}

.page a.go {
	width: 45px;
	height: 22px;
	line-height: 22px;
	background: #d2d2d2;
	color: #fff !important;
	text-align: center;
	display: inline-block;
}

@media only screen and (min-width: 1025px) {
	.page a.num:hover {
		background: #2b42a7;
		color: #fff !important;
		border: 1px solid #2b42a7s;
	}
	.page a.go:hover {
		opacity: 0.9;
	}
}

@media only screen and (max-width: 767px) {
	.page span, .page a.go, .page a.num {
		display: none;
	}
	.page i.dian {
		margin: 0 0 0 5px;
		display: none;
	}
	.main {
		margin-top: 0px;
		padding-top: 0 !important;
	}
	.page a.num.on {
		display: block;
	}
}

.page a.num {
	color: #000;
}

.p_i {
	background: none;
	height: 45px;
	line-height: 45px;
	margin-left: 35px;
}

.page a.go {
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	float: right;
	font-size: 14px;
}

.page input.txtnum {
	text-align: center;
}

.page a.prev {
	background: url(../images/pagel.png) no-repeat center;
}

.page a.next {
	background: url(../images/pager.png) no-repeat center;
}

.page a.prev_le {
	background: url(../images/pagerr.png) no-repeat center;
}

.page a.next_re {
	background: url(../images/pagell.png) no-repeat center;
}
/*分页 end*/