﻿/*dede58.com 做最好的织梦整站模板下载网站*/

body {
	font-family: Microsoft Yahei, xdlgo, Arial;
}

article.main {
	transition: .3s;
}

body.on article.main {
	-webkit-filter: blur(10px);
	filter: blur(10px);
	transition: .2s .3s;
}


/*banner*/

.apple-banner {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.swiper-container {
	will-change: transform;
}

p.banner-p {
	line-height: 68px;
	font-size: 56px;
	/*font-family: xdlgob;*/
}

.swiper-slide a.a-1 {
	margin-top: 22px;
}


/*跳转按钮样式*/

a.a-1 {
	display: inline-block;
	position: relative;
	width: 180px;
	height: 55px;
	line-height: 55px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #004ea2;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-o-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
}

a.a-1:hover {
	background: #0060c7;
}

a.a-1:active {
	top: 1px;
}

.a-back {
	margin-top: 45px;
	text-align: center;
}


/*.btn-circle*/

.btn-circle {
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}


/*.btn-circle:active {    transform: translateY(1px);}*/

.btn-circle-hover,
.btn-circle-click {
	position: absolute;
	z-index: 2;
	display: block;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: 0;
	height: 0;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	background: -moz-radial-gradient(#fff, transparent);
	background: -o-radial-gradient(#fff, transparent);
	background: radial-gradient(#fff, transparent);
	opacity: .1
}

.btn-circle-hover {
	opacity: 0;
}

.btn-circle-click {
	/*background: #99000c;*/
	background: #ee9d84;
}

header {
	height: 84px;
	-webkit-overflow-scrolling: touch;
}

.header-in {
	max-width: 1200px;
	margin: auto;
	left: 0;
	top: 0;
	z-index: 999999;
	/*border-bottom: 1px solid #e6e0e0;*/
	height: 84px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header-l {
	display: inline-block;
	margin-left: 5.73%;
	margin-top: 1%;
	vertical-align: top;
}

.header-r {
	display: inline-block;
	/*float: right;*/
	margin: 1.5rem 0 0 4rem;
	;
	font-size: 0;
	vertical-align: top;
}

.m-close {
	display: none;
	cursor: pointer;
}

.header-r-nav,
.header-r-lang {
	display: inline-block;
	vertical-align: top;
}

.header-r-nav {
	margin-top: 15px;
}

.header-r-nav>ul {
	font-size: 0;
}

.header-r-nav>ul>li {
	display: inline-block;
	position: relative;
	/*margin-right: 44px;*/
	/*margin-right: 71px;*/
	/*margin-right: 3.7vw;*/
	margin-right: 1.8vw;
	line-height: 16px;
	font-size: 16px;
	vertical-align: top;
}

.header-r-nav>ul>li:last-child {
	margin-right: 0;
}

.header-r-nav>ul>li>a {
	padding: 0 18px 0 0;
	position: relative;
	display: inline-block;
	height: 50px;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.header-r-nav>ul>li>a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 32px;
	width: 0;
	height: 3px;
	background: #fff;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}

.header-r-nav>ul>li>a:hover::before,
.header-r-nav>ul>li.cur>a::before {
	width: 100%;
}

.sub-menu {
	position: absolute;
	top: 50px;
	left: 50%;
	padding-top: 24px;
	padding-bottom: 24px;
	/*min-width: 224px;*/
	min-width: 180px;
	background: #222;
}

.header-r-nav>ul>li:hover .sub-menu {}

.sub-menu>a {
	display: block;
	font-size: 15px;
	line-height: 36px;
	/*color: #888;*/
	color: #9A9A9A;
	text-indent: 20px;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.sub-menu>a>span {
	display: inline-block;
	width: 58%;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	text-indent: 0;
}

.sub-menu>a:hover {
	color: #fff;
}

.sub-menu>a::after {
	content: '>';
	position: relative;
	font-family: arrow;
	float: right;
	line-height: 36px;
	display: inline-block;
	margin: 0 20px 0 0;
}

.search,
.lang-sel {
	display: inline-block;
	vertical-align: top;
}

.lang-sel-m {
	display: none;
}

.search {
	position: relative;
	padding-right: 14px;
	margin-top: 6px;
	cursor: pointer;
}

.search input[type="text"] {
	position: absolute;
	left: -49px;
	top: -10px;
	z-index: 99;
	padding-left: 0;
	padding-right: 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #cacaca;
	width: 0;
	height: 35px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: .6s .1s;
	background: #fff;
	opacity: 0;
}

.search.on input[type="text"] {
	padding-left: .5em;
	padding-right: 30px;
	width: 195px;
	opacity: 1;
	transition: .6s;
}

.search button {
	position: absolute;
	left: -30px;
	top: -8px;
	z-index: 199;
	border: 0;
	width: 33px;
	height: 33px;
	outline: none;
	cursor: pointer;
	background: transparent;
	transition: .6s .1s;
}

.search.on button {
	left: 112px;
	transition: .6s .05s;
}

.lang-sel {
	font-size: 0;
	margin-left: 35px;
	/*border-left: 1px solid #cacaca;*/
}

.lang-sel::before {
	content: '';
	display: block;
	position: absolute;
	left: -16px;
	top: 7px;
	width: 1px;
	height: 17px;
	background: #cacaca;
}

.lang-sel a {
	display: inline-block;
	margin-left: 12px;
	width: 30px;
	height: 30px;
	line-height: 29px;
	font-size: 12px;
	/*font-family: Arial;*/
	font-family: Microsoft Yahei;
	color: #fff;
	text-align: center;
	background: #999;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: top;
	-o-transition: .3s, transform 0s;
	-moz-transition: .3s, transform 0s;
	transition: .3s, transform 0s;
}

.lang-sel a:first-child {
	margin-left: 0;
}

.lang-sel a:hover,
.lang-sel a.on {
	background: #014fa2;
}

.lang-sel a:active {
	transform: translateY(1px);
}

footer {
	background: #040404;
}

.footer-t {
	position: relative;
	height: 224px;
}

.footer-t-l,
.footer-t-r {
	display: inline-block;
	vertical-align: top;
}

.footer-logo {
	margin-top: 64px;
	margin-bottom: 117px;
}

.footer-share {
	position: relative;
	font-size: 0;
}

.footer-share a {
	margin-right: 15px;
}

.f-share-qrcode {
	position: absolute;
	left: 0;
	bottom: 52px;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
	visibility: hidden;
	transition: .5s .25s;
}

a.a-share-wx:hover .f-share-qrcode {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	transition: .5s .05s;
}

.footer-t-r {
	float: right;
	margin-top: 59px;
}

.footer-nav {
	margin-top: 66px;
	margin-bottom: 59px;
}

.footer-nav>ul {
	font-size: 0;
}

.footer-nav>ul>li {
	display: inline-block;
	margin-right: 41px;
	line-height: 16px;
	font-size: 16px;
	vertical-align: top;
}

.footer-nav>ul>li a {
	color: #999;
	/*opacity: .8;*/
	-o-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}

.footer-nav>ul>li a:hover {
	color: #fff;
}

.footer-qrcode {
	margin-top: 52px;
	font-size: 0;
	text-align: right;
}

.qrcode-one {
	display: inline-block;
	margin-left: 33px;
	vertical-align: top;
	text-align: center;
}

.qrcode-one:first-child {
	margin-left: 0;
}

.qrcode-one p {
	margin-top: 21px;
	line-height: 12px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	color: #fff;
	opacity: .32;
}


/*页脚邮箱提交*/

.footer-email {
	text-align: right;
}

.footer-email h3 {
	margin-bottom: 30px;
	line-height: 32px;
	font-size: 32px;
	/*font-family: xdlgob;*/
	color: #004ea2;
}

.footer-email .email-set {
	position: relative;
	border: 1px solid #4f4f4f;
	width: 370px;
	height: 40px;
	line-height: 40px;
	text-align: left;
}

.footer-email .email-set input[type="text"] {
	padding-left: 48px;
	padding-right: 71px;
	border: 0;
	width: 100%;
	font-size: 15px;
	font-family: Microsoft YaHei;
	color: #bbb;
	background: transparent;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-email .email-set input::-webkit-input-placeholder {
	/*WebKit browsers*/
	color: #a9a9a9;
}

.footer-email .email-set input::-moz-input-placeholder {
	/*Mozilla Firefox*/
	color: #a9a9a9;
}

.footer-email .email-set input::-ms-input-placeholder {
	/*Internet Explorer*/
	color: #a9a9a9;
}

.footer-email .email-set .email-logo {
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 17px;
}

.footer-email .email-set .email-logo img {
	vertical-align: top;
}

.footer-email .email-set button {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	outline: none;
	cursor: pointer;
}

.footer-b {
	border-top: 1px solid #2f2f2f;
	/*height: 124px;*/
}

.footer-b .container {
	position: relative;
}

.footer-b-l,
.to-top {
	display: inline-block;
	vertical-align: top;
}

.footer-b-l {
	margin-top: 37px;
	margin-bottom: 37px;
}

.footer-b-l p {
	margin-bottom: 8px;
	line-height: 20px;
	font-size: 12px;
	/*font-family: xdlgo;*/
	/*font-family: arial;*/
	color: #999;
	opacity: .7;
}

.footer-b-l p:last-child {
	margin-bottom: 0;
}

.footer-b-l p a {
	color: #999;
}

.footer-b-l p a:hover {
	text-decoration: underline;
}

.to-top {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 0;
	background: rgba(0, 0, 0, .37);
	cursor: pointer;
	-o-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
}

.to-top:hover {
	background: rgba(0, 0, 0, .6);
}

.to-top span {
	margin-right: 10px;
	font-size: 24px;
	color: #4f4f4f;
	vertical-align: top;
	transition: color .3s;
}

.to-top:hover span {
	color: #fff;
}

.to-top i {
	display: inline-block;
	position: relative;
	top: 5px;
	width: 33px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	background: #323232;
	border-radius: 5px;
	vertical-align: top;
	transition: background .3s;
}

.to-top:hover i {
	background: #484848;
}


/*作者日期*/

.news-one-belongs {
	line-height: 14px;
	font-size: 0;
}

.author {
	margin-right: 19px;
	font-size: 12px;
}

.author::before {
	content: ' ';
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 5px;
	width: 10px;
	height: 11px;
	background-image: url(../img/i-author.png);
	background-repeat: no-repeat;
	-moz-background-size: 10px 11px;
	-o-background-size: 10px 11px;
	background-size: 10px 11px;
	background-position: center;
}

.views {
	font-size: 12px;
}

.views::before {
	content: ' ';
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 5px;
	width: 14px;
	height: 10px;
	background-image: url(../img/i-views.png);
	background-repeat: no-repeat;
	-moz-background-size: 14px 10px;
	-o-background-size: 14px 10px;
	background-size: 14px 10px;
	background-position: center;
}

.time {
	float: right;
	font-size: 14px;
}

@media (max-width: 1450px) {
	.header-l {
		margin-left: 4%;
	}
	.header-r {
		margin-right: 4%;
	}
	.header-r-nav {}
	.header-r-nav>ul>li {
		margin-right: 50px;
		margin-right: 2.3vw;
	}
	.search input[type="text"] {
		left: -19px;
		top: -10px;
	}
	.search.on input[type="text"] {
		padding-left: .5em;
		padding-right: 30px;
		width: 130px;
	}
	.search button {
		left: -30px;
		top: -8px;
	}
	.search.on button {
		left: 77px;
	}
}

@media (max-width: 1300px) {
	.header-r-nav>ul>li {
		margin-right: 1.8vw;
	}
}

@media (min-width: 1200px) {
	.sub-menu {
		z-index: -999;
		-webkit-transform: translateX(-63%) scale(.96);
		-moz-transform: translateX(-63%) scale(.96);
		-o-transform: translateX(-63%) scale(.96);
		transform: translateX(-63%) scale(.96);
		opacity: 0;
		visibility: hidden;
		-o-transition: .4s .05s;
		-moz-transition: .4s .05s;
		transition: .4s .05s;
	}
	.header-r-nav>ul>li:hover .sub-menu {
		-webkit-transform: translateX(-50%) scale(1);
		-moz-transform: translateX(-50%) scale(1);
		-o-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
		opacity: 1;
		visibility: visible;
		z-index: 999;
	}
	.footer-to-top {
		display: none;
	}
	.search-nav-m {
		display: none;
	}
}

@media (max-width: 1200px) {
	header {
		position: relative;
		z-index: 99999;
		height: 110px;
		background: #fff;
	}
	.header-in {
		height: 110px;
	}
	.header-l {
		margin-top: 26px;
	}
	.lang-sel-m {
		display: inline-block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 11%;
	}
	.lang-sel::before {
		display: none;
	}
	.m-close {
		display: block;
		position: absolute;
		right: 4%;
		top: 50%;
		transform: translateY(-50%);
		z-index: 999;
		width: 36px;
		height: 26px;
	}
	.m-close i {
		position: absolute;
		display: block;
		right: 0;
		top: 50%;
		margin-top: -2px;
		width: 100%;
		height: 4px;
		background: #FFF;
		opacity: 1;
		transition: .4s;
	}
	body.on .m-close i {
		opacity: 0;
		width: 0;
	}
	.m-close::before,
	.m-close::after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		transition: .6s;
		background: #FFF;
	}
	body.on .m-close::before,
	body.on .m-close::after {}
	.m-close::before {
		top: 0;
		transform-origin: 50% 50% 0;
	}
	.m-close::after {
		bottom: 0;
		transform-origin: 50% 50% 0;
	}
	body.on .m-close::before {
		top: 50%;
		transform: translateY(-50%) rotate(-135deg);
	}
	body.on .m-close::after {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%) rotate(135deg);
	}
	.search-nav-m {
		position: relative;
		margin-bottom: 16px;
	}
	.search-nav-m input[type="text"] {
		padding-left: 1em;
		padding-right: 70px;
		border: 0;
		width: 100%;
		height: 50px;
		font-size: 18px;
		font-family: Microsoft YaHei;
		background: #eee;
		border-radius: 8px;
		outline: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.search-nav-m button {
		position: absolute;
		border: 0;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		outline: none;
		background: transparent;
	}
	.search-nav-m button img {
		width: 25px;
	}
	.header-r-nav,
	.header-r-lang {
		display: block;
	}
	.header-r-lang {
		display: none;
	}
	.header-r-nav>ul>li {
		margin: 0;
	}
	.header-r-nav {
		margin: 0 0 20px 0;
	}
	.header-r {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: -1;
		margin-top: 0;
		width: 100%;
		background: #fff;
	}
	body.on .header-r {}
	.header-r-in {
		padding-top: 20px;
		padding-bottom: 26px;
		margin: 0 auto;
		width: 86.7%;
		max-height: calc(100vh - 80px);
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header-r-nav>ul>li {
		display: block;
		margin-top: 0;
		margin-bottom: 0;
		line-height: 18px;
		font-size: 18px;
	}
	.header-r-nav>ul>li>a {
		position: relative;
		height: auto;
		line-height: 4.8rem;
	}
	.header-r-nav>ul>li:last-child>a {
		border-bottom: 0;
	}
	.header-r-nav>ul>li>a::before {
		display: none;
	}
	.header-r-lang {
		text-align: center;
	}
	.sub-menu {
		display: none;
		position: relative;
		left: 0;
		top: 0;
		z-index: 999;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		padding-top: 5px;
		padding-bottom: 0px;
		background: #fff;
		opacity: 1;
		visibility: visible;
	}
	.sub-menu>a:hover {
		color: #0150a3
	}
	.sub-menu>a::after {
		display: none;
	}
	.header-r-nav>ul>li>a.a-sub.on::after {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.header-r-nav>ul>li>a.a-sub::after {
		display: inline-block;
		/*position: absolute;*/
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		float: right;
		margin-left: 20px;
		margin-top: 25px;
		width: 16px;
		height: 16px;
		line-height: 4.8rem;
		font-size: 2rem;
		color: #ccc;
		font-family: arrow;
		text-align: right;
	}
	.sub-menu>a {
		padding-bottom: 13px;
		/* line-height: 24px; */
		line-height: 18px;
		font-size: 16px;
	}
	.footer-t {
		padding-top: 40px;
		padding-bottom: 110px;
		text-align: center;
		height: auto;
	}
	.footer-nav {
		display: none;
	}
	.footer-t-r {
		float: none;
	}
	.footer-qrcode {
		margin: 0;
	}
	.footer-share {
		position: absolute;
		bottom: 36px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
		text-align: center;
	}
	.footer-share a {
		margin-right: 8px;
		margin-left: 8px;
	}
	.f-share-qrcode {
		left: 50%;
		bottom: 52px;
		-webkit-transform: translate(-50%, 15px);
		-ms-transform: translate(-50%, 15px);
		-o-transform: translate(-50%, 15px);
		transform: translate(-50%, 15px);
	}
	a.a-share-wx:hover .f-share-qrcode {
		-webkit-transform: translate(-50%, 0px);
		-ms-transform: translate(-50%, 0px);
		-o-transform: translate(-50%, 0px);
		transform: translate(-50%, 0px);
	}
	.footer-b {
		padding-top: 20px;
		padding-bottom: 20px;
		height: auto;
		text-align: center;
	}
	.footer-b-l {
		margin-top: 0;
		margin-bottom: 0;
	}
	.footer-b-l p {
		margin-bottom: 0;
	}
	.to-top {
		display: none;
	}
	.footer-to-top {
		border-bottom: 1px solid #2f2f2f;
		height: 72px;
		line-height: 72px;
		text-align: center;
	}
	.footer-to-top span {
		font-size: 27px;
		color: #4f4f4f;
	}
	.footer-to-top i {
		position: relative;
		top: -4px;
		margin-left: 4px;
	}
	/*页脚邮箱*/
	.footer-t-r {
		margin-top: 0;
	}
	.footer-email {
		text-align: center;
	}
}

@media (max-width: 62em) {
	.footer-b {}
	.footer-qrcode {}
}

@media (max-width: 48em) {
	.lang-sel-m {
		right: 14%;
	}
	a.a-1 {
		width: 146px;
		height: 46px;
		line-height: 46px;
	}
	.swiper-slide a.a-1 {
		margin-top: 17px;
	}
	.a-back {
		margin-top: 30px;
	}
	/*页脚邮箱*/
	.footer-t {
		padding-top: 35px;
		padding-bottom: 100px;
	}
	.footer-email h3 {
		margin-bottom: 30px;
		line-height: 35px;
		font-size: 35px;
	}
	.footer-share {
		position: absolute;
		bottom: 31px;
		z-index: 10;
	}
}

@media (max-width: 400px) {
	.footer-email .email-set {
		width: 100%;
	}
}

@media (max-width: 34em) {
	header {
		height: 66px;
	}
	.header-in {
		height: 66px;
	}
	.header-r-in {
		padding-top: 15px;
		padding-bottom: 26px;
	}
	.header-l {
		margin-top: 25px;
	}
	.logo img {
		width: 150px;
	}
	.lang-sel-m {
		right: 18%;
	}
}


/*手机兼容???客户不喜欢*/


/*@media (max-width: 34em) {	header {		height: 80px;	}	.header-in {		height: 80px;	}	.header-r-in {	    padding-top: 5px;	    padding-bottom: 18px;	}	.header-l {	    margin-top: 17px;	}	.logo img {		width: 150px;	}	.lang-sel-m {	    right: 18%;	}	.header-r-nav {	    margin: 0;	}	.header-r-nav > ul > li {	    line-height: 15px;	    font-size: 15px;	}	.header-r-nav > ul > li > a {	    padding-top: 9px;	    padding-bottom: 9px;	}	.sub-menu {		padding-top: 5px;	}	.sub-menu > a {	    padding-top: 4px;	    padding-bottom: 4px;	    line-height: 14px;	    font-size: 14px;	}	.search-nav-m {	    margin-bottom: 10px;	    height: 40px;	}	.search-nav-m input[type="text"] {	    height: 40px;		font-size: 15px;	}	.search-nav-m button {        right: 15px;	    top: 20px;	}}*/

@font-face {
	font-family: xdlgo;
	src: url('../fonts/GOTHIC.TTF')
}

@font-face {
	font-family: xdlgob;
	src: url('../fonts/gothicb.ttf')
}

@font-face {
	font-family: arrow;
	src: url('../fonts/st-arrow.ttf')
}

.abx-about20 {
	line-height: 180%;
}

.abx-about20 p {
	text-align: left;
	color: #333
}


/*pages*/

.pagination-wrapper {
	clear: both;
	padding: 1em 0 2em 0;
	text-align: center;
}

.pagination {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
	list-style: none;
	display: inline;
	float: left;
	line-height: 1em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
}

.pagination li a {
	display: inline-block;
	padding: .5em .8em;
	background-color: #f9f9f9;
	color: #999;
}

.pagination li a:link {
	background: #fff;
	color: #4C78A5;
}

.pagination li a:hover {
	text-decoration: none;
}

.pagination li a:link:hover {
	color: #000;
}

.pagination li.thisclass {
	background-color: #f9f9f9;
	color: #999;
}

.pagination li:first-child {
	border-left-width: 1px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child {
	border-radius: 0 3px 3px 0;
}

.pagination .pageinfo {
	color: #444;
}

.zhezhao{
	background: #073a97;
	width:360px;
	height: 240px;
	position: absolute;
	float: left;
	filter:alpha(Opacity=50);-moz-opacity:0.3;opacity: 0.3;
}

.zhezhao:hover{
	filter:alpha(Opacity=00);-moz-opacity:0.0;opacity: 0.0;
	-o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
}

/*发展历程新页面*/
.img100{width: 100%; display: block;}
.auto{ height: auto; overflow: hidden;}
@media (max-width: 1200px) {
	.newlc_1{width: 100%; margin: auto;}
	.newlc_2{width: 100%;}
	.newlc_3{width: 100%;}
	.newlc_7 h2{ height: auto; overflow: hidden; padding: 0 0 8px 0; border-bottom: solid 2px #e7e7e7; width: 100%; }
	.newlc_7 h2 img{width: 50%; display: block; float: left;}
	.newlc_77 h2{ height: auto; overflow: hidden; padding: 0 0 8px 0; border-bottom: solid 2px #e7e7e7; width: 100%; }
	.newlc_77 h2 img{width: 25%; display: block; float: left;}
	.newlc_8{font-size: 16px; color: #1e7fb8; margin: 15px;}
	.newlc_9 p{ margin: 0 0 20px 0; font-size: 14px; line-height: 30px; text-indent: 2em; color: #878787;}
	.newlc_11{width: 45%; float: left;}
	.newlc_10{padding: 15px;}
	.newlc_9{width: 92%; margin: auto;}
	.newlc_12{width: 50%; float: left;}
	.newlc_13{width: 12px; min-height: 1080px; background: #0d6ca8; border-radius: 5px; float: left;}
	.newlc_11 .newlc_17{height: 30px; line-height: 30px; display: block; float: right; font-size: 22px; color: #0d6ca8;}
	.newlc_11 .newlc_18{width:6%; margin: 5px 2% 0 0; height: 10px;border-radius: 2px; float: left; display: block; }
    .newlc_19{ height: 20px; line-height: 20px; float: left; display: block; font-size: 14px; }	
	.newlc_16{margin: 0 0 8px 0; }
	.cr_blue{background: #0d6ca8;}
	.cr_yellow{background: #e56b14;}
	.newlc_12 .newlc_17{height: 30px; margin: 0 2% 0 0; line-height: 30px; display: block; float: left; font-size: 22px; color: #0d6ca8;}
    .newlc_12 .newlc_18{width:6%; margin: 5px 2% 0 13%; height: 10px;border-radius: 2px; float: left; display: block; }
    .newlc_19{width: 100%; max-width: 400px; float: left; height: auto; overflow: hidden;}
	.newlc_H{height: 30px; width: 100%;}
	.newlc_H2{height: 60px; width: 100%;}
	.newlc_4{margin: 20px;}
}

@media (min-width: 1200px) {
	.newlc_1{width: 1200px; margin: auto;}
	.newlc_2{width: 60%; float: left;}
   .newlc_22{width: 100%; float: left;}
	.newlc_3{width: 40%; float: right;}
	.newlc_7 h2{ height: auto; overflow: hidden; padding: 0 0 8px 0; border-bottom: solid 2px #e7e7e7; width: 80%; }
	.newlc_7 h2 img{width: 40%; display: block; float: left;}
	.newlc_8{font-size: 16px; color: #1e7fb8; margin: 15px 0 25px 0;}
	.newlc_9 p{ margin: 0 0 20px 0; font-size: 14px; line-height: 25px; text-indent: 2em; color: #878787; text-align: left;}
	.newlc_11{width: 45%; float: left;}
	.newlc_9{width: 95%;}
	.newlc_12{width: 45%; float: left;}
	.newlc_13{width: 12px; min-height: 1080px; background: #0d6ca8; border-radius: 5px; float: left;}
	.newlc_11 .newlc_17{height: 30px; line-height: 30px; display: block; float: right; font-size: 22px; color: #0d6ca8;}
	.newlc_11 .newlc_18{width:10px; margin: 5px 15px 0 0; height: 10px;border-radius: 2px; float: left; display: block; }
    .newlc_19{ height: 20px; line-height: 20px; float: left; display: block; font-size: 14px; width: 100%; max-width: 400px}	
	.newlc_16{margin: 0 0 8px 0;}
	.cr_blue{background: #0d6ca8;}
	.cr_yellow{background: #e56b14;}
	.newlc_12 .newlc_17{height: 30px; margin: 0 15px 0 0; line-height: 30px; display: block; float: left; font-size: 22px; color: #0d6ca8;}
    .newlc_12 .newlc_18{width:10px; margin: 5px 10px 0 50px; height: 10px;border-radius: 2px; float: left; display: block; }
    .newlc_19{width: 245px; float: left; height: auto; overflow: hidden;}
	.newlc_H{height: 30px; width: 100%;}
	.newlc_H2{height: 60px; width: 100%;}
	.newlc_4{margin: 0 0 33px 0;}
	.ptlist-huoban2{background: url(../img/projectline.png) no-repeat center top; min-height:650px;}
	.huoban{background: url(about/huobanbg.jpg) no-repeat center top; min-height:650px;}
	
	
}

/*11.10新增联系背景*/

	
.newlca0927{ font-size: 14px;width: 200px}





