/*手机头部*/
.mc_header {
	display: none;
	height: 61px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
	padding: 0 20px;
	border-bottom: 1px solid #eee;
}

.mc_header_con {
	height: 60px;
	overflow: hidden;
}

.mc_logo {
	line-height: 60px;
	height: 60px;
	width: 100%;
	padding: 0 40px;
	margin: 0 -30px;
	text-align: center;
	float: left;
}

.mc_logo img {
	width: auto;
	max-width: 100%;
	max-height: 36px;
}

.mc_nav {
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 90;
	overflow: hidden;
	float: left;
	margin-top: 20px;
	cursor: pointer;
}

.mc_nav span {
	width: 100%;
	height: 2px;
	background: #000;
	display: block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.mc_nav span:nth-child(1) {
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mc_nav span:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mc_nav span:nth-child(3) {
	position: absolute;
	bottom: 5px;
	left: 0;
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mc_nav.click span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mc_nav.click span:nth-child(2) {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.mc_nav.click span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mc_sousuo {
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 99;
	overflow: hidden;
	background-position: center;
	background-image: url(../images/sh_ico.png);
	background-size: 22px auto;
	background-repeat: no-repeat;
	float: left;
	margin-top: 15px;
}


.mc_nav_con {
	background: #000;
	padding: 20px;
	display: none;
	position: fixed;
	top: 61px;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	padding-top: 60px;
	margin-top: -60px;
}

.mc_nav_con ul {
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	padding-top: 20px;
}

.mc_nav_con ul>li {
	position: relative;
	border-bottom: 1px solid #2b2b2b;
}

.mc_nav_con ul>li>a {
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 50px;
	display: block;
}

.mc_nav_con ul>li>span {
	width: 35px;
	height: 30px;
	background: url(../images/tongyongjiantou_bai.png) no-repeat center;
	background-size: 40px;
	position: absolute;
	right: 0;
	top: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 99;
}

.mc_nav_con ul>li>span.click {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mc_nav_erji {
	background: #1E1E1E;
	display: none;
}

.mc_nav_erji .mc_nav_erji_li {
	border-top: 1px dashed #2b2b2b;
}

.mc_nav_erji .mc_nav_erji_li:last-child {
	border-top: 0px dashed #2b2b2b;
}

.mc_nav_sanji_li {
	padding-left: 15px;
}

.mc_nav_siji_li {
	padding-left: 15px;
}

.mc_nav_wuji_li {
	padding-left: 15px;
}

.mc_nav_erji a {
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	display: block;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mc_sousuo_con {
	background: #004896;
	position: fixed;
	top: 60px;
	width: 100%;
	left: 0;
	z-index: 999;
	font-size: 0;
	display: none;
}

.mc_sousuo_con_fl {
	width: 100%;
	padding-right: 50px;
	margin-right: -50px;
}

.mc_sousuo_con_shuru {
	font-size: 16px;
	height: 40px;
	height: 40px;
	color: #fff;
	background: none;
	width: 100%;
	padding: 0 20px !important;
	border: 0;
	border-right: 1px solid #fff;
	outline: none;
	position: relative;
	z-index: 99;
}

.mc_sousuo_con_shuru:focus {
	border-right-color: #fff !important;
}

.mc_sousuo_con_shuru::-webkit-input-placeholder {
	color: #fff;
}

.mc_sousuo_con_tijiao {
	width: 50px;
	height: 40px;
	background: none !important;
	border: 0 !important;
	background: url(../images/nav_sousuo.png) no-repeat center !important;
	background-size: 20px !important;
}

@media(max-width:991px) {
	#pc_header {
		display: none;
	}

	.mc_header {
		display: block;
	}
}

@media(max-width:768px) {
	.mc_header {
		padding: 0 15px;
	}
}

/*悬浮右侧栏*/
#toolbar {
	position: fixed;
	z-index: 9999;
	right: 8px;
	bottom: 20%;
}

#toolbar li {
	margin-bottom: 3px;
	font-size: 0;
	width: 57px;
	height: 57px;
	right: 0;
	position: relative;
}

#toolbar li a {
	display: block;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
	background: #292e39;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
	font-size: 0;
}

#toolbar li .icon-font_i {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	background-color: #d9d9d9;
}

#toolbar li .icon-phone {
	background: #d9d9d9 url(../images/zuocelandianhua_hei.png) no-repeat center;
	background-size: 25px;
}

#toolbar li .icon-ewm {
	background: #d9d9d9 url(../images/zuocelanerweima_hei.png) no-repeat center;
	background-size: 30px;
}

#toolbar li .icon-message {
	background: #d9d9d9 url(../images/zuocelanliuyan_hei.png) no-repeat center;
	background-size: 30px;
}

#toolbar li .icon-top {
	background: #d9d9d9 url(../images/tongyongjiantou_hei.png) no-repeat center;
	background-size: 50px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);

}

#toolbar li .wz {
	display: inline-block;
	line-height: 57px;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
	position: absolute;
	z-index: 1;
	padding: 5px;
	background: #292e39;
	width: 110px;
	right: 120%;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

#toolbar li.ewm .ewm-box p {
	margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
	max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
	content: '';
	position: absolute;
	right: -5px;
	bottom: 20px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #292e39;
	border-right: none;
}

#toolbar li.ewm:hover .icon {
	background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

#toolbar li.backtop {
	cursor: pointer;
}

#toolbar li.backtop .iconfont {
	color: #fff;
	background-color: #292e39;
}

#toolbar li:hover a {
	width: 200px;
}

#toolbar li:hover .icon-font_i {
	background-color: #292e39;
}

#toolbar li:hover .icon-phone {
	background: #292e39 url(../images/zuocelandianhua_bai.png) no-repeat center;
	background-size: 25px;
}

#toolbar li:hover .icon-ewm {
	background: #292e39 url(../images/zuocelanerweima_bai.png) no-repeat center;
	background-size: 30px;
}

#toolbar li:hover .icon-message {
	background: #292e39 url(../images/zuocelanliuyan_bai.png) no-repeat center;
	background-size: 30px;
}

#toolbar li:hover .icon-top {
	background: #292e39 url(../images/tongyongjiantou_bai.png) no-repeat center;
	background-size: 50px;
}

@media (max-width: 991px) {
	#toolbar {
		display: none;
	}
}

/*内页导航*/
.asny_nav {
	margin: 4% 0 0;
}

.asny_nav ul {
	font-size: 0;
	text-align: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.asny_nav ul>li {
	display: inline-block;
	width: 16.666666%;
	margin: 5px 0;
	position: relative;
}

.asny_nav ul>li>a {
	font-size: 17px;
	line-height: 60px;
	color: #4f4f52;
	display: block;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f8f8f8;
	border-right: 1px solid #dedede;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.asny_nav ul>li:nth-child(6n)>a {
	border-right: 1px solid rgba(0, 0, 0, 0);
}

.asny_nav ul>li:last-child>a {
	border-right: 1px solid rgba(0, 0, 0, 0);
}

.asny_nav ul>li>a.active {
	background: #004896;
	color: #fff;
	border-color: #004896;
}

.asny_nav ul>li:hover>a {
	background: #004896;
	color: #fff;
	border-color: #004896;
}

.asny_nav_erji {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 100%;
	background: #f7f7f7;
	display: none;
}

.asny_nav_erji_li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 45px;
	color: #818181;
	border-top: 1px dashed #ccc;
}

.asny_nav_erji_li a:hover {
	color: #004896;
}

.asny_nav_erji_li:nth-child(1) a {
	border-top: 0;
}

.asny_nav ul>li:hover .asny_nav_erji {
	display: block;
}

@media(max-width:1366px) {
	.asny_nav ul>li>a {
		line-height: 50px;
		font-size: 16px;
	}
}

@media(max-width:991px) {
	.asny_nav {
		display: none;
	}
}


/*内页banner*/
.nybanner {
	position: relative;
}

.nybanner .img img{
	width: 100%;
}

.nybanner_tongyong{
	margin-bottom: 3%;
}

@media(max-width:991px){
	.nybanner_tongyong{
		margin-bottom: 0;
	}
}

/*位置*/
.com_bread{
	padding: 1.5rem 0;
	display: none;
}

.com_bread h3{
	font-size: 16px;
	line-height: 2;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.com_bread a{
	color: #999;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.com_bread a:last-child{
	color: #333;
}

.com_bread a:hover{
	color: #004896;
}

@media(max-width:1200px){
	.com_bread{
		padding: 20px 0;
	}
}

@media(max-width:768px){
	.com_bread{
		padding: 15px 0;
	}
}

@media(max-width:468px){
	.com_bread{
		padding: 12px 0;
	}

	.com_bread h3{
		font-size: 15px;
	}
}

/*内页导航*/
.page_general_pc_navigation{
	padding: 1.5rem 0;
	display: none;
}

.page_general_pc_navigation_li{
	margin-right: 2rem;
}

.page_general_pc_navigation_li>a{
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #666;
	padding-bottom: 10px;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.page_general_pc_navigation_li>a::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #004896;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page_general_pc_navigation_li.active>a,.page_general_pc_navigation_li:hover>a{
	color: #004896;
}

.page_general_pc_navigation_li.active>a::before,.page_general_pc_navigation_li:hover>a::before{
	width: 100%;
}

@media(max-width:1280px){
	.page_general_pc_navigation_li>a{
		font-size: 17px;
	}
}

@media(max-width:1200px){
	.page_general_pc_navigation{
		padding: 20px 0;
	}
}

@media(max-width:991px){
	.page_general_pc_navigation{
		display: none;
	}
}

@media(max-width:768px){
	.page_general_pc_navigation{
		padding: 15px 0;
	}

	.page_general_pc_navigation_li>a{
		font-size: 16px;
	}
}

@media(max-width:468px){
	.page_general_pc_navigation{
		padding: 12px 0;
	}
}

/*左侧栏*/
.ny_pagecon {
	padding: 4% 0;
}

@media(max-width:991px) {
	.ny_pagecon {
		padding: 4% 0;
	}
}

@media(max-width:768px) {
	.ny_pagecon {
		padding: 30px 0;
	}
}

@media(max-width:468px) {
	.ny_pagecon {
		padding: 25px 0;
	}
}

.page-wrap-right-con {
	font-size: 16px;
	line-height: 2;
	color: #333;
}

.page-wrap-right-con_dy img {
	max-width: 100%;
	width: auto !important;
	height: auto;
}

/*单页表格--开始*/
.page-wrap-right-con_dy table{
	width: 100%;
	margin: 0 auto;
}

.page-wrap-right-con_dy table td{
	padding:5px 10px;
}

@media(max-width:768px){
	.page-wrap-right-con_dy .biaogewaikuang{
		overflow: scroll;
	}

	.page-wrap-right-con_dy table{
		width: 738px;
	}
}
/*单页表格--结束*/



.page-wrap-right {
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	overflow: hidden;
}

@media (min-width: 992px) {
	.page-wrap-left {
		float: left;
		width: 260px;
		margin-right: 3%;
		position: relative;
		z-index: 80;
		display: none;
	}

	.page-wrap-right {
		overflow: hidden;
		width: 100%;
		float: right;
	}
}

.aspg-left-box {
	margin-bottom: 20px;
}

.aspg-left-title {
	background: #004896;
	padding: 15px 20px;
	position: relative;
}

.aspg-left-title h3 {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	z-index: 9;
	text-align: center;
}

.aspg-left-title span {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	display: block;
	position: relative;
	margin-top: 10px;
	padding-top: 8px;
}

.aspg-left-title span::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 20px;
	height: 3px;
	background: #fff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.aspg-left-con {
	border: 1px solid #d2d2d2;
	border-top: none;
}

.latest-news {
	padding: 10px 0;
}

.latest-news li {
	padding: 8px 15px;
	font-size: 14px;
}

.latest-news li a {
	display: block;
	line-height: 1.5;
	color: #5a5a5a;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.latest-news li a:before {
	content: '+';
	font-weight: bold;
	margin-right: 5px;
	font-size: 16px;
}

.latest-news li a:hover {
	color: #004896;
}

.latest-news li a:hover:before {
	color: #004896;
}

.page-wrap-contact {
	padding: 10px 0;
	font-size: 14px;
}

.page-wrap-contact h4 {
	padding: 4px 15px 12px;
	font-size: 16px;
	color: #000000;
}

.page-wrap-contact p {
	border-top: 1px solid #eee;
	position: relative;
	margin-bottom: 0;
	padding: 11px 15px;
	color: #2f2f2f;
}

.page-message-img img {
	width: 100%;
}

.page-mob-tool {
	position: fixed;
	right: 5px;
	bottom: 100px;
	z-index: 9999;
}

.page-mob-tool li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
}

.page-mob-tool li:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #000;
	opacity: .7;
}

.page-mob-tool li i {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 50;
}

.page-mob-tool li .icon-dots-horizontal {
	background: url(../images/tongyonggengduo_bai.png) no-repeat center;
	background-size: 30px;
}

.page-mob-tool li .icon-top {
	background: url(../images/tongyongjiantou_bai_xiangshang.png) no-repeat center;
	background-size: 25px;
}

@media (min-width: 992px) {
	.page-mob-tool {
		display: none;
	}
}

/* 手机站 左侧导航弹出特效 */
.asmob-left-close-btn {
	display: none;
}

@media (max-width: 991px) {

	.asmob-menu-click {
		position: fixed;
		width: 100vw;
		overflow-y: scroll;
		top: 0;
		left: 100%;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 999999;
		height: 100vh;
		background: rgba(0, 0, 0, 0.7);
	}

	.asmob-menu-click .aspg-left-news,
	.asmob-menu-click .aspg-left-contact,
	.asmob-menu-click .page-message-img {
		display: none;
	}

	.asmob-menu-click .asmob-left-close-btn {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		border: 1px solid #fff;
		text-align: center;
		background: rgba(0, 0, 0, .5) url(../images/chadiao.png) no-repeat center;
		background-size: 25px;
		z-index: 999;
	}

	.asmob-menu-click .aspg-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 90vh;
		padding: 5vh 0;
	}

	.asmob-menu-click .aspg-left .aspg-left-menu {
		width: 90%;
		background: #fff;
	}

	.asmob-menu-click.click {
		left: 0;
	}
}

/*左侧导航*/
.aspg-left-nav>li {
	position: relative;
	border-bottom: 1px solid #eeeeee;
}

.aspg-left-nav>li:last-child {
	border-bottom: none;
}

.aspg-left-nav>li>a {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #2e2e2e;
	padding: 15px 40px 15px 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspg-left-nav>li>a.active {
	color: #004896;
}

.aspg-left-nav>li .first-nav-btn {
	position: absolute;
	z-index: 99;
	width: 30px;
	height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background: url(../images/tongyongjiantou_hei.png) no-repeat center;
	background-size: 40px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-left-nav>li .first-nav-btn.cur {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.aspg-left-nav>li:hover>a,
.aspg-left-nav>li.clicked>a {
	color: #004896;
}

.aspg-left-nav>li:hover .first-nav-btn,
.aspg-left-nav>li.clicked .first-nav-btn {
	color: #004896;
}

.aspg-left-nav .aspg-left-subnav {
	display: none;
	padding: 0 10px;
}

.aspg-left-nav .aspg-left-subnav>li {
	border-top: 1px dashed #eeeeee;
}

.aspg-left-nav .aspg-left-subnav>li>a {
	padding: 10px 20px;
	display: block;
	line-height: 20px;
	color: #818181;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspg-left-nav .aspg-left-subnav>li>a.active {
	color: #004896;
}

.aspg-left-nav .aspg-left-subnav>li>a:hover {
	color: #004896;
}

.aspg-left-nav .aspg-left-subnav>li.clicked>a {
	color: #004896;
}

.aspg-left-nav .aspg-left-threenav>li>a {
	padding: 5px 10px;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

.aspg-left-nav .aspg-left-threenav>li>a:before {
	content: '\2014   ';
}

.aspg-left-nav .aspg-left-threenav>li>a:hover {
	color: #004896;
}

.aspg-left-nav .aspg-left-threenav>li.clicked>a {
	color: #004896;
}

@media (max-width: 991px) {
	.aspg-left-nav .aspg-left-threenav {
		display: block;
	}
}

/*分页*/
.pglist {
	text-align: center;
	margin-top: 3%;
	color: #333333;
	line-height: 26px;
	font-size: 14px;
}

.pglist1 li {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	font-family: "Microsoft YaHei", Arial;
	line-height: 26px;
	margin: 0 5px;
	cursor: pointer;
}

.pglist1 li a,.pglist1 li span{
	color: #333;
	display: block;
	padding: 0 8px;
	border: 1px solid #0a4484;
}

.pglist1 li.active a,.pglist1 li:hover a,.pglist1 li .current,.pglist1 li:hover span{
	color: #fff;
	background: #004896;
	border-color: #004896;
}
@media(max-width:991px) {
	.pglist{
		font-size: 0;
		line-height: 0;
		margin-top: 20px;
	}
}
@media(max-width:468px) {
	.pglist1 li {
		margin: 0 2px;
	}
}

/*内页新闻*/
.aspg-news-list {
	font-size: 0;
}

.aspg-news-list li{
	width: 50%;
	display: inline-block;
	vertical-align: bottom;
	border: 1px solid #0a4484;
}

.aspg-news-list li:nth-child(2n){
	border-left-color: rgba(0,0,0,0);
}

.aspg-news-list li:nth-child(n+3){
	margin-top: 2%;
}

.aspg-news-list li a{
	padding: 5%;
}

.aspg-news-list li .img{
	width: 53%;
	overflow: hidden;
}

.aspg-news-list li .img img{
	width: 100%;
}

.aspg-news-list li .img .img_con{
	padding: 37.5% 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-news-list li .wz{
	width: 42%;
	min-height: 100%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.aspg-news-list li .wz .wz_title{
	font-size: 18px;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}


.aspg-news-list li .wz .wz_title span{
	font-size: 18px;
	line-height: 1.5;
	color: #000;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 93%,#004896 0%);
	background-size: 0 100%;
	background-repeat: no-repeat;
}

.aspg-news-list li .wz .wz_data{
	font-size: 15px;
	line-height: 1.2;
	color: #999;
	margin-top: 10px;
}

.aspg-news-list li:hover .img .img_con{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.aspg-news-list li:hover .wz .wz_title span{
	background-size: 100% 100%;
	color: #004896;
}

@media (max-width:1366px){
	.aspg-news-list li .wz .wz_title span,.aspg-news-list li .wz .wz_title{
		font-size: 17px;
	}
}

@media (max-width:768px){
	.aspg-news-list li{
		width: 100%;
	}

	.aspg-news-list li:nth-child(2n){
		border-left-color: #f1f1f1;
	}

	.aspg-news-list li:nth-child(n+3){
		margin-top: 0;
	}

	.aspg-news-list li:nth-child(n+2){
		border-top: 0;
	}

	.aspg-news-list li a{
		padding: 4%;
	}

	.aspg-news-list li .wz .wz_title span,.aspg-news-list li .wz .wz_title{
		font-size: 16px;
	}

	.aspg-news-list li .wz .wz_data{
		font-size: 14px;
	}
}

@media (max-width:468px){
	.aspg-news-list li a{
		padding: 15px;
	}

	.aspg-news-list li .img{
		width: 100%;
	}

	.aspg-news-list li .wz{
		width: 100%;
		margin-top: 10px;
	}
}

/*留言*/
.ny_liuyanbiaoge {
	border: 1px solid #0a4484;
	padding: 3%;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	background: #f8f8f8;
}

.message-form {
	display: block;
	background: #f8f8f8;
	padding: 6%;
}

.message-form li {
	overflow: hidden;
}

.message-form li:nth-child(n+2) {
	margin-top: 15px;
}

.message-form li h3 {
	font-size: 15px;
	line-height: 36px;
	color: #666;
	float: left;
	width: 80px;
	position: relative;
	z-index: 9;
}

.message-form li h3 span {
	color: red;
	margin-right: 5px;
}

.ny_liuyanshurukuang {
	width: 100%;
	padding-left: 90px;
	margin-left: -90px;
	float: right;
}

.message-form li input {
	width: 100%;
	height: 36px;
	padding: 0 12px;
	font-size: 14px;
	color: #333;
	line-height: 34px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
}

.message-form .nyxuanze {
	overflow: hidden;
}

.message-form .nyxuanze h3 {
	font-size: 15px;
	line-height: 36px;
	color: #666;
	/*font-weight: bold;*/
	float: left;
	width: 90px;
}

.message-form .nyxuanze h3 span {
	color: red;
	margin-right: 5px;
}

.message-form .nyxuanze .nyxuanze_xuan {
	font-size: 14px;
	line-height: 36px;
	/*font-weight: bold;*/
	vertical-align: middle;
	float: left;
	color: #666;
}

.message-form li textarea {
	font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
	width: 100%;
	height: 128px;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 34px;
	color: #666;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
}

.message-form li input::-webkit-autofill {
	-webkit-text-fill-color: #666 !important;
	transition: background-color 5000s ease-in-out 0s;
}

.message-form li input::placeholder {
	color: #666;
}

.nyliuyan_tijiao {
	margin-top: 15px;
}

.nyliuyan_tijiao input {
	width: 128px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background: #004896;
	border: 0;
	outline: none;
	border-radius: 8px;
	margin-left: 90px;
	cursor: pointer;
}

@media(max-width:991px) {
	.message-form {
		margin-left: 0;
		margin: 0 auto;
	}
}

@media(max-width:768px) {
	.message-form {
		width: 100%;
		max-width: 100%;
		padding: 25px;
	}

	.ny_liuyanbiaoge {
		padding: 15px;
	}
}

@media(max-width:468px) {
	.ny_liuyanbiaoge {
		padding: 10px;
	}

	.message-form {
		padding: 15px 15px;
	}

	.message-form li h3 {
		width: 100%;
		margin-bottom: 5px;
	}

	.ny_liuyanshurukuang {
		padding-left: 0;
		margin-left: 0;
	}

	.message-form .nyxuanze .nyxuanze_xuan {
		width: 100%;
	}

	.message-form li input {
		width: 100%;
	}

	.message-form li textarea {
		width: 100%;
	}

	.nyliuyan_tijiao input {
		margin-left: 0;
		display: block;
		margin: 0 auto;
	}
}

/*案例中心*/
.aspg-case-list {
	font-size: 0;
}

.aspg-case-list li {
	display: inline-block;
	vertical-align: bottom;
	width: 32%;
	margin-right: 2%;
	text-align: center;
	position: relative;
}

.aspg-case-list li:nth-child(3n) {
	margin-right: 0;
}

.aspg-case-list li:nth-child(n+4) {
	margin-top: 2%;
}

.aspg-case-list li .img {
	overflow: hidden;
	position: relative;
}

.aspg-case-list li .img::before {
	content: '';
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}

.aspg-case-list li img {
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.aspg-case-list li .img .img_con{
	padding: 37.5% 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.aspg-case-list li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.aspg-case-list li:hover .img .img_con{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.aspg-case-list li .wz {
	position: absolute;
	left: 0;
	bottom: 5%;
	z-index: 10;
	width: 100%;
	text-align: left;
	padding: 0 5%;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-case-list li .wz h3 {
	font-size: 1.45rem;
	line-height: 1.5;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspg-case-list li .wz h4 {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

.aspg-case-list li .wz1 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
	padding: 5%;
	text-align: center;
	background: rgba(0,72,150,.8);
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-case-list li .wz1 .wz1_nnn {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.aspg-case-list li .wz1 .wz1_nnn .wz1_nnn_n1 {
	width: 100%;
}

.aspg-case-list li .wz1 .wz1_nnn .xiantiao1::before,
.aspg-case-list li .wz1 .wz1_nnn .xiantiao1::after {
	content: '';
	width: 0;
	height: 1px;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	left: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.aspg-case-list li .wz1 .wz1_nnn .xiantiao1::before {
	top: 0;
}

.aspg-case-list li .wz1 .wz1_nnn .xiantiao1::after {
	bottom: 0;
}

.aspg-case-list li .wz1 .wz1_nnn .xiantiao2::before,
.aspg-case-list li .wz1 .wz1_nnn .xiantiao2::after {
	content: '';
	width: 1px;
	height: 0;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	top: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.aspg-case-list li .wz1 .wz1_nnn .xiantiao2::before {
	left: 0;
}

.aspg-case-list li .wz1 .wz1_nnn .xiantiao2::after {
	right: 0;
}

.aspg-case-list li .wz1 h3 {
	font-size: 1.45rem;
	line-height: 1.5;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspg-case-list li .wz1 h4 {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	margin-top: 5px;
}

.aspg-case-list li .wz1 h5 {
	width: 25px;
	height: 25px;
	margin: 0 auto;
	margin-top: 15px;
	background: url(../images/img/page_case_list_more.png) no-repeat center;
	background-size: cover;
}

.aspg-case-list li:hover .wz {
	opacity: 0;
}

.aspg-case-list li:hover .wz1 {
	opacity: 1;
}

.aspg-case-list li:hover .wz1 .wz1_nnn .xiantiao1::before,
.aspg-case-list li:hover .wz1 .wz1_nnn .xiantiao1::after {
	width: 100%;
}

.aspg-case-list li:hover .wz1 .wz1_nnn .xiantiao2::before,
.aspg-case-list li:hover .wz1 .wz1_nnn .xiantiao2::after {
	height: 100%;
}

@media(max-width:1280px) {
	.aspg-case-list li .wz h3{
		font-size: 22px;
	}

	.aspg-case-list li .wz1 h3{
		font-size: 22px;
	}
}


@media(max-width:991px) {
	.aspg-case-list li {
		width: 49%;
		margin-right: 2%;
	}

	.aspg-case-list li .wz h3{
		font-size: 20px;
	}

	.aspg-case-list li .wz1 h3{
		font-size: 20px;
	}

	.aspg-case-list li:nth-child(3n) {
		margin-right: 2%;
	}

	.aspg-case-list li:nth-child(2n) {
		margin-right: 0;
	}

	.aspg-case-list li:nth-child(n+3) {
		margin-top: 2%;
	}
}

@media(max-width:768px) {
	.aspg-case-list li .wz h3{
		font-size: 18px;
		font-weight: bold;
	}

	.aspg-case-list li .wz1 h3{
		font-size: 18px;
		font-weight: bold;
	}

	.aspg-case-list li .wz h4 {
		font-size: 15px;
	}

	.aspg-case-list li .wz1 h4 {
		font-size: 15px;
	}
}

@media(max-width:468px) {
	.aspg-case-list li {
		width: 100%;
		margin-right: 0 !important;
	}

	.aspg-case-list li:nth-child(n+2) {
		margin-top: 15px;
	}
}

/*产品中心*/
.aspg-product-list{
	font-size: 0;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}

.aspg-product-list li{
	display: inline-block;
	vertical-align: bottom;
	width: 32%;
	margin-right: 2%;
	background: #f8f8f8;
	border: 1px solid  rgba(0,0,0,0.03);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-product-list li:nth-child(3n){
	margin-right: 0;
}

.aspg-product-list li:nth-child(n+4){
	margin-top: 2%;
}

.aspg-product-list-device li{
	width: 49%!important;
	margin-right: 2%!important;
}

.aspg-product-list-device li:nth-child(2n){
	margin-right: 0!important;
}

.aspg-product-list-device li:nth-child(n+3){
	margin-top: 2%!important;
}

.aspg-product-list li .img {
	overflow: hidden;
}

.aspg-product-list li .img img{
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-product-list li .img .img_con{
	padding: 37.5% 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-product-list li:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.aspg-product-list li:hover .img .img_con{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.aspg-product-list li .wz{
	padding: 5%;
	position: relative;
}

.aspg-product-list li .wz::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #004896;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-product-list li .wz .wz_ft h3{
	font-size: 1.45rem;
	line-height: 1.3;
	color: #5a5a5a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-product-list li .wz .wz_ft h4{
	font-size: 16px;
	line-height: 1.5;
	color: #5a5a5a;
	height: 3em;
	overflow: hidden;
	margin-top: 3%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.aspg-product-list li .wz .wz_fb{
	margin-top: 6%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.aspg-product-list li .wz .wz_fb .wz_title{
	font-size: 16px;
	line-height: 1.5;
	color: #004896;
}


.aspg-product-list li .wz .wz_fb .wz_ico{
	width: 22px;
	height: 22px;
	margin-left: 10px;
	background-image: url(../images/img/index_banner_btnr.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 6px;
	background-color: #004896;
	border-radius: 50%;
	position: relative;
	left: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-product-list li:hover .wz .wz_fb .wz_ico{
	left: 5px;
}

.aspg-product-list li:hover{
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	-o-transform: translateY(-8px);
	transform: translateY(-8px);
}

.aspg-product-list li:hover .wz::before{
	width: 100%;
}

.aspg-product-list li:hover .wz .wz_ft h3{
	color: #004896;
}

@media(max-width:1280px){
	.aspg-product-list li .wz .wz_ft h3{
		font-size: 22px;
	}
}

@media(max-width:991px){
	.aspg-product-list li .wz .wz_ft h3{
		font-size: 20px;
	}
}

@media(max-width:768px) {
	.aspg-product-list li {
		width: 49%;
		margin-right: 2%;
	}

	.aspg-product-list li:nth-child(3n) {
		margin-right: 2%;
	}

	.aspg-product-list li:nth-child(2n) {
		margin-right: 0;
	}

	.aspg-product-list li:nth-child(n+3){
		margin-top: 2%;
	}

	.aspg-product-list li .wz .wz_ft h3{
		font-size: 18px;
		font-weight: bold;
	}

	.aspg-product-list li .wz{
		padding: 15px;
	}

	.aspg-product-list li .wz .wz_ft h4{
		margin-top: 5px;
		font-size: 15px;
	}

	.aspg-product-list li .wz .wz_fb{
		margin-top: 10px;
	}

	.aspg-product-list li .wz .wz_fb .wz_title{
		font-size: 15px;
	}
}

@media(max-width:468px) {
	.aspg-product-list li {
		width: 100%;
		margin-right: 0!important;
	}

	.aspg-product-list li:nth-child(n+2){
		margin-top: 15px;
	}

	.aspg-product-list-device li{
		width: 100%!important;
		margin-right: 0!important;
	}
	
	.aspg-product-list-device li:nth-child(n+2){
		margin-top: 15px!important;
	}
}

/*搜索页*/
.search-tag {
	margin-bottom: 3%;
	border: 1px solid #0a4484;
	border-radius: 5px;
	overflow: hidden;
}

.search-tag a {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	padding: 0 30px;
	font-size: 16px;
	color: #333;
}

.search-tag a:hover,
.search-tag a.on {
	color: #004896;
}

@media(max-width:768px) {
	.search-tag{
		margin-bottom: 20px;
	}

	.search-tag a {
		padding: 0 15px;
	}
}

/*新闻内页*/
.page_news_content_div{
	overflow: hidden;
	position: relative;
}

.page_news_content_sector{
	width: 94%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	padding-right: 20rem;
	margin-right: -20rem;
}

.aspg-news-list-fr{
	width: 20rem;
}

.aspg-news-list-fr-fb{
	/*background: #fff;*/
	position: relative;
	z-index: 20;
	padding-top: 5px;
}

.aspg-news-list-fr-fb.on{
	position: fixed;
	width: 20rem;
}

.aspg-news-list-fr-fb.active{
	position: absolute;
	top: auto!important;
	bottom: 0;
	right: 0;
	width: 20rem;
}

.aspg-news-list-fr-fb-title{
	font-size: 18px;
	line-height: 1.2;
	color: #444;
	padding-left: 10px;
	margin-bottom: 15px;
	border-left: 3px solid #004896;
}

.aspg-news-list-fr-fb ul{
	overflow: hidden;
}

.aspg-news-list-fr-fb li{
	width: 49%;
	margin-right: 2%;
	float: left;
}

.aspg-news-list-fr-fb li:nth-child(2n){
	margin-right: 0;
}

.aspg-news-list-fr-fb li .img{
	overflow: hidden;
	border-radius: 5px;
}

.aspg-news-list-fr-fb li .img img{
	width: 100% !important;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.aspg-news-list-fr-fb li .img .img_con{
	padding: 37.5% 0;
}

.aspg-news-list-fr-fb li .wz{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	max-height: 3em;
	margin: 10px 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.aspg-news-list-fr-fb li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.aspg-news-list-fr-fb li:hover .wz{
	color: #004896;
	text-decoration: underline;
}

.page_news_content_bt{
	font-size: 20px;
	color: #363636;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.7;
}

.page_news_content_bar{
	font-size: 14px;
	font-family: Arial;
	color: #666;
	line-height: 35px;
	border-bottom: 1px dashed #0a4484;
	margin-bottom: 20px;
	overflow: hidden;
}

.page_news_content_bar .detail-info-time{
	float: left;
	margin-right: 20px;
	position: relative;
	padding-left: 25px;
	background: url(../images/tongyongshijian_hui.png) no-repeat left center;
	background-size: 18px;
}

.page_news_content_bar .detail-info-numbers{
	float: left;
	position: relative;
	padding-left: 25px;
	background: url(../images/tongyongchakan_hui.png) no-repeat left center;
	background-size: 22px;
}

.page_news_content_wen{
	font-size: 16px;
	line-height: 2;
	color: #333;
	text-align: justify;
}

.page_news_content_wen img{
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}
/*详情表格--开始*/
.page_news_content_wen table{
	width: 100%;
	margin: 0 auto;
}

.page_news_content_wen table td{
	padding:5px 10px;
}

@media(max-width:1280px){
	.page_news_content_sector{
		padding-right: 280px;
		margin-right: -280px;
	}

	.aspg-news-list-fr,.aspg-news-list-fr-fb.on,.aspg-news-list-fr-fb.active{
		width: 280px;
	}
}

@media(max-width:1200px){
	.page_news_content_sector{
		padding-right: 240px;
		margin-right: -240px;
	}

	.aspg-news-list-fr,.aspg-news-list-fr-fb.on,.aspg-news-list-fr-fb.active{
		width: 240px;
	}
}

@media(max-width:991px){
	.page_news_content_sector{
		padding-right: 0;
		margin-right: 0;
		width: 100%;
	}

	.aspg-news-list-fr{
		display: none;
	}
}

@media(max-width:768px){
	.page_news_content_wen .biaogewaikuang{
		overflow: scroll;
	}

	.page_news_content_wen table{
		width: 738px;
	}
}
/*详情表格--结束*/


@media(max-width:768px){
	.page_news_content_bt{
		font-size: 17px;
	}
}

/*分享插件*/
#as-share {
	text-align: right;
	margin: 15px 0;
}

/*标签*/
.ny_biaoqian h3 {
	padding: 0 30px;
	font-size: 18px;
	color: #004896;
	line-height: 40px;
	border-bottom: 1px solid #0a4484;
	position: relative;
	font-weight: bold;
}

.ny_biaoqian h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100px;
	border-bottom: 3px solid #004896;
}

.ny_biaoqian_li {
	margin: 10px 0;
}

.ny_biaoqian_li a {
	font-size: 15px;
	color: #2f2f2f;
	display: inline-block;
	margin-right: 9px;
	background: #f4f4f4;
	line-height: 2;
	padding: 0 15px;
	margin: 10px 5px;
}

.ny_biaoqian_li a:hover {
	color: #004896;
}

/*网址*/
.ny_wangzhi-detail-url {
	font-size: 15px;
	color: #2f2f2f;
	line-height: 2;
}

.ny_wangzhi-detail-url a {
	font-size: 15px;
	color: #2f2f2f;
	word-break: break-all;
}

.ny_wangzhi-detail-url a:hover {
	color: #004896;
}

/*上下篇*/
.ny_detail-pn {
	margin-top: 30px;
}

.ny_detail-pn>div+div {
	margin-top: 15px;
}

.ny_detail-pn>div {
	line-height: 40px;
	position: relative;
	border: 1px solid #0a4484;
	overflow: hidden;
}

.ny_detail-pn>div b {
	font-size: 15px;
	color: #004896;
	width: 70px;
	float: left;
	font-weight: normal;
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 9;
}

.ny_detail-pn .ny_detail-pn_nn {
	float: left;
	width: 100%;
	padding: 0 110px 0 80px;
}

.ny_detail-pn>div a {
	width: 100%;
	display: block;
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ny_detail-pn>div span {
	float: right;
	color: #666;
	width: 100px;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 9;
}

.ny_detail-pn>div a:hover {
	color: #004896;
}

@media(max-width:468px) {
	.ny_detail-pn>div b {
		font-size: 14px;
		width: 60px;
	}

	.ny_detail-pn>div a {
		font-size: 14px;
	}

	.ny_detail-pn .ny_detail-pn_nn {
		padding: 0px 90px 0 70px;
	}

	.ny_detail-pn>div span {
		font-size: 14px;
		width: 85px;
	}
}

/*案例详情*/
.page_case_content_img {
	text-align: center;
}

.page_case_content_img img {
	max-width: 100%;
}

.page_case_tab {
	margin: 25px 0;
	border: 1px solid #0a4484;
	font-size: 16px;
	height: 42px;
	overflow: hidden;
}

.page_case_tab li {
	width: 140px;
	line-height: 38px;
	text-align: center;
	float: left;
	border: 1px solid #eee;
}

.page_case_tab li.on {
	border: 1px solid #004896;
	color: #004896;
}

/*产品详情*/
/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

/**/
.page_product_tuji {
	overflow: hidden;
}

.page_product_tuji {
	padding-bottom: 10px;
}

.page_product_tuji_fl {
	width: 455px;
	overflow: hidden;
	font-size: 0;
	border: 1px solid #0a4484;
	position: relative;
	z-index: 10;
}

.page_product_tuji_fl a {
	height: 100%;
	height: 340px;
	display: block;
	line-height: 340px;
	text-align: center;
}

.page_product_tuji_fl .xqydatu {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.page_product_tuji_fl .easyzoom {
	width: 100%;
}

.page_product_tuji_fr {
	width: 96%;
	padding-left: 455px;
	margin-left: -455px;
}

.page_product_tuji_fr h1 {
	font-size: 20px;
	line-height: 1.5;
	color: #333;
}

.page_product_tuji_fr_fc {
	margin: 15px 0 25px;
	font-size: 16px;
	line-height: 2;
	color: #777272;
}

.page_product_tuji_fr_fb {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.page_product_tuji_fr_fb img {
	width: 100%;
}

.page_product_tuji_fr_fb .img_con{
	padding: 37.5% 0;
}

.page_product_tuji_fr_fb_li {
	border: 1px solid #0a4484;
	padding: 3px;
}

.page_product_tuji_fr_fb_li.active {
	border: 1px solid #004896;
}

.page_product_tuji_btnl {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 99;
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,.6) url(../images/baisejiantou.png) no-repeat center;
	background-size: 7px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.page_product_tuji_btnr {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 99;
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,.6) url(../images/baisejiantou.png) no-repeat center;
	background-size: 7px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_product_tuji_fr_fb:hover .page_product_tuji_btnl {
	opacity: 1;
}

.page_product_tuji_fr_fb:hover .page_product_tuji_btnr {
	opacity: 1;
}

.page_product_tuji_fr_fb1 {
	margin-top: 25px;
}

.page_product_tuji_fr_fb1 a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	background: #004896;
	padding: 8px 30px;
	border-radius: 25px;
}

@media(max-width:1280px){
	.page_product_tuji_fl{
		width: 400px;
	}

	.page_product_tuji_fl a{
		height: 300px;
		line-height: 300px;
	}

	.page_product_tuji_fr{
		padding-left: 400px;
		margin-left: -400px;
	}
}


@media(max-width:1080px){
	.page_product_tuji_fl{
		width: 370px;
	}

	.page_product_tuji_fl a{
		height: 280px;
		line-height: 280px;
	}

	.page_product_tuji_fr{
		padding-left: 370px;
		margin-left: -370px;
	}
}

@media(max-width:768px) {
	.page_product_tuji_fl {
		width: 100%;
	}

	.page_product_tuji_fr {
		width: 100%;
		margin-top: 15px;
		padding-left: 0;
		margin-left: 0;
	}

	.page_product_tuji_fr h1 {
		font-size: 18px;
	}
}

@media(max-width:468px) {
	.page_product_tuji_fl a {
		height: auto;
		line-height: 1;
	}
}

/*网站地图*/
.page-wrap-right-wangzhanditu {
	width: 100%;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.wangzhanditu_ft {
	font-size: 18px;
	line-height: 40px;
	color: #333;
	background-color: #f8f8f8;
	border: 1px solid #eee;
	padding: 0 20px;
}

.wangzhanditu_fb {
	margin: 15px 0;
}

.wangzhanditu_fb li {
	width: 100%;
	border-bottom: 1px dashed #ddd;
}

.wangzhanditu_fb li:last-child {
	border-bottom: 0 dashed #ddd;
}

.wangzhanditu_fb li a {
	font-size: 16px;
	line-height: 40px;
	color: #666;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wangzhanditu_fb li a:hover {
	color: #0247a6;
}