/*手机头部*/
.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: 85%;
	max-height: 30px;
}

.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 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.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 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.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: #26237e;
	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 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.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 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.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;
}

.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: #f7f7f7;
	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: #26237e;
	color: #fff;
	border-color: #26237e;
}

.asny_nav ul>li:hover>a{
	background: #26237e;
	color: #fff;
	border-color: #26237e;
}

.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: #26237e;
}

.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;
	}
}

@media(max-width:991px){
	.asny_nav{
		display: none;
	}
}


/*内页banner*/
.nybanner{
	position: relative;
}

.nybanner img{
	width: 100%;
}

.nybanner_tongyong{
	margin-bottom: 4%;
}

@media(max-width:991px){
	.nybanner{
		margin-top: 0;
	}

	.nybanner_tongyong{
		margin-bottom: 0;
	}
}

/*位置*/
.com_bread{
	font-size: 16px;
	line-height: 2;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 8%;
	width: 100%;
	z-index: 5;
}

.com_bread h3{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.com_bread a{
	color: #fff;
}

.com_bread a:hover{
	color: #fff;
}

@media(max-width:468px){
	.com_bread{
		bottom: 10px;
	}
}

/*左侧栏*/
.ny_pagecon{
	padding-bottom: 4%;
}

@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: #26237e;
	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: #26237e;
}

.latest-news li a:hover:before{
	color: #26237e;
}

.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: #26237e;
	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 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.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: #26237e;
}

.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 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.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: #26237e;
}

.aspg-left-nav>li:hover .first-nav-btn,
.aspg-left-nav>li.clicked .first-nav-btn{
	color: #26237e;
}

.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: #26237e;
}

.aspg-left-nav .aspg-left-subnav>li>a:hover{
	color: #26237e;
}

.aspg-left-nav .aspg-left-subnav>li.clicked>a{
	color: #26237e;
}

.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: #26237e;
}

.aspg-left-nav .aspg-left-threenav>li.clicked>a{
	color: #26237e;
}

@media (max-width: 991px){
	.aspg-left-nav .aspg-left-threenav{
		display: block;
	}
}

/*分页*/
.pglist{
	text-align: center;
	/*margin-top: 20px;*/
	margin-top: 2%;
	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 #cbcbcb;
}

.pglist1 li.active a,.pglist1 li:hover a,.pglist1 li .current,.pglist1 li:hover span{
	color: #fff;
	background: #26237e;
	border-color: #26237e;
}
@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: 33.3333%;
	display: inline-block;
	vertical-align: bottom;
	padding: 4% 15px;
	border-bottom: 1px solid #e6e6e6;
}

.aspg-news-list li a{
	width: 90%;
	margin: 0 auto;
	display: block;
}

.aspg-news-list li .news_date{
	font-size: 14px;
	line-height: 2;
	color: #b2b2b4;
}

.aspg-news-list li .news_title{
	font-size: 20px;
	line-height: 2;
	color: #222225;
	position: relative;
	padding-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspg-news-list li:hover .news_title{
	color: #26237e;
}

.aspg-news-list li .news_title:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 3px;
	background: #828286;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.aspg-news-list li:hover .news_title:before{
	width: 45px;
	background: #26237e;
}

.aspg-news-list li .news_content{
	font-size: 15px;
	line-height: 2;
	color: #868686;
	margin: 15px 0;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.aspg-news-list li .more{
	font-size: 14px;
	line-height: 1.5;
	color: #868686;
}

@media (max-width: 1366px){
	.aspg-news-list li .news_title{
		font-size: 18px;
	}
}

@media (max-width: 990px){
	.aspg-news-list li{
		width: 50%;
	}
}

@media (max-width: 768px){
	.aspg-news-list li{
		width: 100%;
		padding: 20px 15px;
	}

	.aspg-news-list li a{
		width: 100%;
	}
}

/*留言*/
.ny_liuyanbiaoge{
	border: 1px solid #eee;
	padding: 3%;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.message-form{
	display: block;
	background: #f0f2f5;
	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: 120px;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	color: #fff;
	background: #26237e;
	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;
	-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-case-list li{
	display: inline-block;
	vertical-align: bottom;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}

.aspg-case-list li:nth-child(3n){
	margin-right: 0;
}

.aspg-case-list li .img{
	overflow: hidden;
	border: 1px solid #eee;
}

.aspg-case-list li img{
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s 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 .wz h3{
	font-size: 16px;
	line-height: 2;
	color: #5a5a5a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 5px;
}

.aspg-case-list li:hover .wz h3{
	color: #26237e;
}

@media(max-width:768px){
	.aspg-case-list li{
		width: 49%;
		margin-right: 2%;
	}

	.aspg-case-list li:nth-child(3n){
		margin-right: 2%;
	}

	.aspg-case-list li:nth-child(2n){
		margin-right: 0;
	}
}

@media(max-width:468px){
	.aspg-case-list li{
		width: 100%;
		margin-right: 0 !important;
	}
}

/*产品中心*/
.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%;
	border: 1px solid #ddd;
	margin-right: 2%;
	padding: 10px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s 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 li .img{
	overflow: hidden;
}

.aspg-product-list li img{
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.aspg-product-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-product-list li .wz h3{
	font-size: 16px;
	line-height: 2;
	color: #5a5a5a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 0 0;
}

.aspg-product-list li:hover{
	border: 1px solid #26237e;
}

.aspg-product-list li:hover .wz h3{
	color: #26237e;
}

@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%;
	}
}

@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;
	}
}

/*搜索页*/
.search-tag{
	margin-bottom: 20px;
	border: 1px solid #efefef;
	border-radius: 5px;
	overflow: hidden;
}

.search-tag a{
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	padding: 0 25px;
	font-size: 16px;
	color: #333;
}

.search-tag a:hover,
.search-tag a.on{
	color: #26237e;
}

@media(max-width:768px){
	.search-tag a{
		padding: 0 14px;
	}
}

/*新闻内页*/
.page_news_content_bt{
	font-size: 20px;
	color: #363636;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.6;
}

.page_news_content_bar{
	font-size: 14px;
	font-family: Arial;
	color: #9e9e9e;
	line-height: 35px;
	border-bottom: 1px dashed #cfcfcf;
	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: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: 18px;
	}
}

/*分享插件*/
#as-share{
	text-align: right;
	margin: 15px 0;
}

/*标签*/
.ny_biaoqian h3{
	padding: 0 30px;
	font-size: 18px;
	color: #26237e;
	line-height: 25px;
	border-bottom: 1px solid #c3c3c3;
	position: relative;
	font-weight: bold;
}

.ny_biaoqian h3::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100px;
	border-bottom: 3px solid #26237e;
}

.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: #26237e;
}

/*网址*/
.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: #26237e;
}

/*上下篇*/
.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 #eeeeee;
	overflow: hidden;
}

.ny_detail-pn>div b{
	font-size: 15px;
	color: #26237e;
	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: #26237e;
}

@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 #eee;
	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 #26237e;
	color: #26237e;
}

/*产品详情*/
/**
 * 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: 20px;
}

.page_product_tuji_fl{
	width: 40%;
	overflow: hidden;
	border: 1px solid #ddd;
}

.page_product_tuji_fl a{
	height: 100%;
	height: 390px;
	display: block;
	line-height: 390px;
	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: 55%;
}

.page_product_tuji_fr h1{
	font-size: 18px;
	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_li{
	border: 1px solid #ddd;
	padding: 5px;
}

.page_product_tuji_fr_fb_li.active{
	border: 1px solid #26237e;
}

.page_product_tuji_btnl{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 99;
	width: 35px;
	height: 35px;
	background: rgba(0,0,0,.8) url(../images/baisejiantou.png) no-repeat center;
	background-size: 9px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.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: 35px;
	height: 35px;
	background: rgba(0,0,0,.8) url(../images/baisejiantou.png) no-repeat center;
	background-size: 9px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.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: #26237e;
	padding: 8px 30px;
	border-radius: 25px;
}

@media(max-width:768px){
	.page_product_tuji_fl{
		width: 100%;
	}

	.page_product_tuji_fr{
		width: 100%;
		margin-top: 15px;
	}
}

@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;
}

/*联系我们*/
.asny_lxwm{
	position: relative;
}

.asny_lxwm_fl{
	width: 43%;
	float: left;
}

.asny_lxwm_fl_ft h3{
	font-size: 2.2rem;
	line-height: 1.2;
	color: #26237e;
	font-weight: bold;
}

.asny_lxwm_fl_ft h4{
	font-size: 1.6rem;
	line-height: 1.6;
	color: #202020;
	font-weight: bold;
}

.asny_lxwm_fl_fc{
	font-size: 18px;
	line-height: 1.8;
	color: #666;
	margin: 3% 0 4%;
}

.asny_lxwm_fl_fb{
	overflow: hidden;
}

.asny_lxwm_fl_fb_fl{
	width: 32%;
	max-width: 120px;
	float: left;
	margin-right: 2%;
	text-align: center;
}

.asny_lxwm_fl_fb_fl:nth-child(3n){
	margin-right: 0;
}

.asny_lxwm_fl_fb_fl img{
	width: 100%;
}

.asny_lxwm_fl_fb_fl .wz{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	margin-top: 10px;
}

.asny_lxwm_fl_fb_fr{
	width: 40%;
	float: left;
	margin-left: 5%;
}

.asny_lxwm_fl_fb_fr h3{
	font-size: 18px;
	line-height: 2;
	color: #333;
	font-weight: bold;
}

.asny_lxwm_fl_fb_fr h4{
	font-size: 17px;
	line-height: 2;
	color: #333;
}

.asny_lxwm_fr{
	width: 53%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}

.asny_lxwm_fr .img_con{
	width: 1800px;
	height: 900px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.asny_lxwm1{
	margin-top: 3.5%;
}

.asny_lxwm1_ft{
	font-size: 1.6rem;
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.asny_lxwm1_fb{
	margin-top: 3%;
}

.asny_lxwm1_fb ul{
	overflow: hidden;
}

.asny_lxwm1_fb li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
}

.asny_lxwm1_fb li:nth-child(3n){
	margin-right: 0;
}

.asny_lxwm1_fb li input{
	font-size: 16px;
	line-height: 45px;
	color: #666;
	background: #f5f5f5;
	width: 100%;
	padding: 0 20px !important;
	border: 0;
	border: 1px solid #ced4da;
	outline: none;
}

.asny_lxwm1_fb li.lianxiliuyanneirong{
	width: 100%;
	margin-right: 0;
	font-size: 0;
}

.asny_lxwm1_fb li input::-webkit-input-placeholder{
	color: #666;
}

.asny_lxwm1_fb li textarea{
	font-size: 16px;
	line-height: 45px;
	color: #666;
	background: #f5f5f5;
	width: 100%;
	padding: 0 20px !important;
	border: 0;
	border: 1px solid #ced4da;
	outline: none;
	font-family: 'Microsoft YaHei,arial,宋体,sans-serif';
}

.asny_lxwm1_fb li textarea::-webkit-input-placeholder{
	color: #666;
}

.lianxinyliuyan_tijiao{
	text-align: center;
}

.lianxinyliuyan_tijiao input{
	width: 130px;
	font-size: 16px;
	cursor: pointer;
	line-height: 43px;
	color: #fff;
	background: #26237e;
	outline: none;
	border: 0;
	margin: 0 auto;
	border-radius: 4px;
}

/*地图*/
.map-box{
	height: 100%;
}

.contact-map{
	height: 100%;
}

.amap-logo img{
	display: none;
}

.amap-copyright{
	opacity: 0;
}

@media(max-width:1366px){
	.asny_lxwm_fl_fc{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.asny_lxwm_fl_ft h3{
		font-size: 28px;
	}

	.asny_lxwm_fl_ft h4{
		font-size: 22px;
	}

	.asny_lxwm_fl_fc{
		font-size: 16px;
	}

	.asny_lxwm1_ft{
		font-size: 22px;
	}

	.asny_lxwm_fl_fb_fr h3{
		font-size: 16px;
	}

	.asny_lxwm_fl_fb_fr h4{
		font-size: 15px;
	}
}

@media(max-width:991px){
	.asny_lxwm_fl_fb_fl .wz,.asny_lxwm1_fb li input,.asny_lxwm1_fb li textarea,.lianxinyliuyan_tijiao input{
		font-size: 15px;
	}

	.asny_lxwm_fl_fc{
		margin: 10px 0 13px;
	}
}

@media(max-width:768px){
	.asny_lxwm_fl{
		width: 100%;
	}

	.asny_lxwm_fr{
		width: 100%;
		margin-top: 15px;
		position: relative;
		height: 300px;
	}

	.asny_lxwm1{
		margin-top: 25px;
	}
}

@media(max-width:468px){
	.asny_lxwm_fl_ft h3{
		font-size: 24px;
	}

	.asny_lxwm_fl_ft h4{
		font-size: 20px;
	}

	.asny_lxwm1_ft{
		font-size: 20px;
	}

	.asny_lxwm_fl_fb_fr{
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}

	.asny_lxwm1_fb li{
		width: 100%;
		margin-right: 0;
	}

	.asny_lxwm1{
		margin-top: 20px;
	}

	.asny_lxwm1_fb{
		margin-top: 15px;
	}
}

/*公司简介*/
.ny_about_1_fb{
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.ny_about_1_fb_fl{
	width: 48%;
	overflow: hidden;
	border-radius: 10px;
}

.ny_about_1_fb_fl .img{
	overflow: hidden;
	cursor: pointer;
}

.ny_about_1_fb_fl img{
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ny_about_1_fb_fl .img:hover 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);
}

.ny_about_1_fb_fr{
	width: 48%;
}

.ny_about_1_fb_fr_ft{
	position: relative;
}

.ny_about_1_fb_fr_ft h3{
	font-size: 1.8rem;
	line-height: 1.2;
	color: #333;
	position: absolute;
	left: 0;
	top: 50%;
	padding-bottom: 1.5%;
	border-bottom: 2px solid #26237e;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ny_about_1_fb_fr_ft h4{
	font-size: 5.5rem;
	line-height: 0.85;
	font-family: 'Arial';
	font-weight: bold;
	color: transparent;
	text-align: left;
	text-indent: 1.5rem;
	-webkit-text-stroke: 1px rgba(0,0,0,0.25);
}

.ny_about_1_fb_fr_fc{
	font-size: 17px;
	line-height: 2;
	color: #666;
	margin-top: 3%;
	/*font-weight: 300;*/
}

.ny_about_1_fb_fr_fc p:nth-child(n+2){
	margin-top: 1.5%;
}

.ny_about_2{
	padding: 4% 0;
	background: #f0f2f5;
	margin-top: 4%;
}

.ny_about_2_ft h3{
	font-size: 1.8rem;
	line-height: 1.5;
	color: #333;
}

.ny_about_2_ft h4{
	font-size: 22px;
	line-height: 1.5;
	color: #666;
	font-weight: 300;
	margin-top: 1%;
}

.ny_about_2_fb{
	margin-top: 3%;
}

.ny_about_2_fb ul{
	overflow: hidden;
}

.ny_about_2_fb li{
	width: 23.5%;
	margin-right: 2%;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}

.ny_about_2_fb li:nth-child(4n){
	margin-right: 0;
}

.ny_about_2_fb li:nth-child(n+5){
	margin-top: 2%;
}

.ny_about_2_fb li .img{
	border: 1px solid #dfdfdf;
	border-radius: 10px;
	overflow: hidden;
}

.ny_about_2_fb li .img img{
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ny_about_2_fb 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);
}

@media(max-width:1366px){
	.ny_about_1_fb_fr_fc{
		font-size: 16px;
		line-height: 1.8;
	}

	.ny_about_2_ft h4{
		font-size: 20px;
	}
}

@media(max-width:1280px){
	.ny_about_1_fb_fr_ft h3{
		font-size: 25px;
		padding-bottom: 8px;
	}

	.ny_about_1_fb_fr_fc{
		line-height: 1.7;
	}

	.ny_about_1_fb_fr_fc p:nth-child(n+2){
		margin-top: 10px;
	}

	.ny_about_2_ft h3{
		font-size: 25px;
	}
}

@media(max-width:1180px){
	.ny_about_1_fb_fr_fc{
		line-height: 1.6;
	}

	.ny_about_2_ft h4{
		font-size: 18px;
	}
}

@media(max-width:991px){
	.ny_about_1{
		margin-top: 4%;
	}

	.ny_about_1_fb_fr{
		width: 100%;
	}

	.ny_about_1_fb_fr_ft h4{
		font-size: 65px;
		text-align: left;
		text-indent: .5em;
	}

	.ny_about_1_fb_fr_fc{
		margin-top: 2.5%;
		line-height: 1.7;
	}

	.ny_about_1_fb_fr_fc p:nth-child(n+2){
		margin-top: 6px;
	}

	.ny_about_1_fb_fl{
		width: 100%;
		margin-top: 3%;
	}

	.ny_about_2_fb li{
		width: 49%;
	}

	.ny_about_2_fb li:nth-child(2n){
		margin-right: 0;
	}

	.ny_about_2_fb li:nth-child(n+3){
		margin-top: 2%;
	}
}

@media(max-width:768px){
	.ny_about_1{
		margin-top: 30px;
	}

	.ny_about_1_fb_fl{
		margin-top: 20px;
	}

	.ny_about_1_fb_fr_ft h3{
		font-size: 23px;
	}

	.ny_about_1_fb_fr_fc{
		margin-top: 18px;
	}

	.ny_about_2{
		margin-top: 30px;
		padding: 30px 0;
	}

	.ny_about_2_ft h3{
		font-size: 23px;
	}

	.ny_about_2_ft h4{
		font-size: 16px;
		margin-top: 5px;
	}

	.ny_about_2_fb{
		margin-top: 20px;
	}
}

@media(max-width:468px){
	.ny_about_1{
		margin-top: 25px;
	}

	.ny_about_1_fb_fl{
		margin-top: 15px;
	}

	.ny_about_1_fb_fr_ft h3{
		padding-bottom: 8px;
		font-size: 22px;
	}

	.ny_about_1_fb_fr_ft h4{
		font-size: 6rem;
		text-indent: 10px;
	}

	.ny_about_1_fb_fr_fc{
		margin-top: 13px;
	}

	.ny_about_2{
		margin-top: 25px;
		padding: 25px 0;
	}

	.ny_about_2_ft h3{
		font-size: 22px;
	}

	.ny_about_2_fb{
		margin-top: 15px;
	}
}

/*企业文化*/
.page_philosophy{
	padding-bottom: 4%;
}

.page_philosophy_li{
	background: #f7f7f7;
}

.page_philosophy_li:nth-child(2n){
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.page_philosophy_li_fl,
.page_philosophy_li_fr{
	width: 50%;
}

.page_philosophy_li_fl img{
	width: 100%;
}

.page_philosophy_li_fl .img_con{
	padding: 25% 0;
}

.page_philosophy_li_fr{
	padding: 3%;
}

.page_philosophy_li_fr h3{
	font-size: 1.5rem;
	line-height: 1.2;
	color: #333;
	position: relative;
	padding-bottom: 1.2rem;
}

.page_philosophy_li_fr h3::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 3px;
	background: #26237e;
}

.page_philosophy_li_fr h4{
	font-size: 18px;
	line-height: 1.8;
	color: #666;
	margin-top: 3%;
}

@media(max-width:1366px){
	.page_philosophy_li_fr h3{
		font-size: 24px;
	}

	.page_philosophy_li_fr h4{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.page_philosophy_li_fr h3{
		font-size: 22px;
		padding-bottom: 15px;
	}

	.page_philosophy_li_fr h4{
		margin-top: 12px;
	}
}

@media(max-width:991px){
	.page_philosophy{
		padding: 4% 0;
	}

	.page_philosophy_li_fr h3{
		font-size: 20px;
		padding-bottom: 13px;
	}

	.page_philosophy_li_fr h4{
		font-size: 16px;
		line-height: 1.7;
	}

	.page_philosophy_li_fr h3::before{
		width: 50px;
		height: 2px;
	}
}

@media(max-width:768px){
	.page_philosophy{
		padding: 30px 0;
	}

	.page_philosophy_li:nth-child(n+2){
		margin-top: 15px;
	}

	.page_philosophy_li_fl{
		width: 100%;
	}

	.page_philosophy_li_fl .img_con{
		min-height: auto !important;
	}

	.page_philosophy_li_fr{
		width: 100%;
		padding: 20px;
	}

	.page_philosophy_li_fr h3{
		font-size: 18px;
		font-weight: bold;
	}

	.page_philosophy_li_fr h3::before{
		width: 40px;
	}
}

@media(max-width:468px){
	.page_philosophy{
		padding: 25px 0;
	}

	.page_philosophy_li_fr h3{
		padding-bottom: 12px;
	}

	.page_philosophy_li_fr{
		padding: 15px;
	}
}

/*资质证书*/
.ny_zizhizhengshu ul{
	font-size: 0;
}

.ny_zizhizhengshu li{
	width: 23.875%;
	margin-right: 1.5%;
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	cursor: pointer;
}

.ny_zizhizhengshu li a{
	height: 100%;
	width: 100%;
}

.ny_zizhizhengshu li .img{
	width: 100%;
	height: 100%;
	position: relative;
	/*margin-top: -40px;*/
	/*padding-top: 40px;*/
}

.ny_zizhizhengshu li .img .img_nn{
	border: 1px solid #dfdfdf;
	height: 100%;
	width: 100%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.ny_zizhizhengshu li .img img{
	width: 100%;
	height: auto!important;
}

.ny_zizhizhengshu li .wz{
	font-size: 15px;
	line-height: 30px;
	color: #666;
	text-align: center;
	/*margin-top: 10px;*/
	width: 100%;
	display: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ny_zizhizhengshu li:nth-child(4n){
	margin-right: 0;
}

.ny_zizhizhengshu li:nth-child(n+5){
	/*margin-top: 10px;*/
	margin-top: 1.5%;
}

@media(max-width:991px){
	.ny_zizhizhengshu li .wz{
		font-size: 15px;
	}
}

@media(max-width:768px){
	.ny_zizhizhengshu li{
		width: 49%;
		margin-right: 2%;
	}

	.ny_zizhizhengshu li:nth-child(2n){
		margin-right: 0;
	}

	.ny_zizhizhengshu li:nth-child(n+3){
		/*margin-top: 10px;*/
		margin-top: 2%;
	}
}