﻿@charset "utf-8";
/* 全局 */
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
}
a {
	text-decoration: none;
	outline: 0;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s
}
/* 基础 */
* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-touch-callout: none;
	margin: 0
}
::-webkit-scrollbar {
width:10px;
height:10px
}
::-webkit-scrollbar-track {
border-radius:0;
background:rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
background:rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:hover {
background:rgba(0, 0, 0, 0.4);
background-color:#3fb150;
}
input, textarea {
	-webkit-user-select: text
}
/*分页样式*/
.pglist {
	padding: 30px 0 15px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #666;
	padding: 0 15px;
	margin: 0 3px;
	background: #fff;
	border: 1px solid #edebeb;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #3fb150;
	border-color: #3fb150;
}
/*返回首页*/
#tip {
	padding-top: 30px;
}
#tip b {
	color: #3fb150;
}
/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:30px; margin-bottom:50px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:8px 12px;
	margin:0 5px;
	border-radius:3px;
}
.pagination span {
	color: #333;
	font-size:14px;
	padding:8px 2px;
	margin:0 5px;
	border-radius:3px;
}
.pagination a:hover {
	color:#085384;
	border:1px solid #085384;
}
.pagination a.page-num-current {
	color:#fff;
	background:#085384;
	border:1px solid #085384;
}
/* ----- PB分页数字条效果 结束 ----- */



.backcolor {
	background: #005da3;
}
.ny_right {
	width: 900px;
}
.ny_left {
	width:270px;
}
.menu_list .list_title {
	border-bottom:1px solid #d1d1d1;
	height:60px;
	font-size:16px;
	line-height:30px;
	color:#FFF;
	padding:20px 0;
}
.menu_list .list_title span {
	display:block;
	text-indent:2em;
	font-size: 18px;
}
.menu_list .list_title .sp01 {
	color:#d1d1d1;
	font-weight: 100;
}
.menu_list .m_1 {
	border:1px solid #d1d1d1;
	border-top:none;
	border-bottom:none;
}
.menu_list .m_1>li {
	line-height: 48px;
	font-size: 14px;
	background: #f8f8f8;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
	border-top: 2px solid #fff;
	position: relative;
}
.menu_list .m_1>li>a {
	border-left:6px solid #f1f1f1;
	height: 48px;
	color: #525252;
	font-weight: bold;
	padding-left: 32px;
	display: block;
}
.menu_list .m_1>li>a.active, .menu_list .m_1>li:hover>a {
	border-left: 6px solid #005da3;
	color: #005da3
}
.menu_list .m_1>li .menu_btn {
	position: absolute;
	width: 50px;
	height: 48px;
	background:url(../image/ny_left_ico.png) no-repeat center;
	top: 0;
	right: 0;
	cursor: pointer;
}
.menu_list .m_1>li .menu_btn_active {
	background:url(../image/ny_left_ico_active.png) no-repeat center;
}
.menu_list .m_1>li .menu_btn:hover {
	background-color:#f9f9f9
}
.menu_list .m_2 {
	display: none;
}
.menu_list .m_2>li {
	line-height: 36px;
	background: #fff;
	border-bottom: 1px dashed #ccc
}
.menu_list .m_2>li:last-child {
	border-bottom: none
}
.menu_list .m_2>li:first-child {
	border-top:1px solid #ccc
}
.menu_list .m_2>li a {
	display: block;
	padding-left: 38px;
	font-size: 12px;
}
.menu_list .m_2>li a.active, .menu_list .m_2>li a:hover {
	color: #005da3
}
/*橱窗列表*/
.gridlist {
	margin-top:30px;
}
.gridlist li {
	width:370px;
	float:left;
	margin:0 30px 20px 0;
}
.gridlist li.n2 {
	margin-right:0;
}
.gridlist li a {
	display:block;
}
.gridlist li .imgscale_animate {
	position:relative;
}
.gridlist li a img {
	width:100%;
	display:block;
	height:273px;
}
.gridlist li .imgscale_animate .item_mask {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0);
	left:0;
	top:0;
	opacity:0;
	-webkit-transform:rotateX(180deg) scale(0.5, 0.5);
	transform:rotateX(180deg) scale(0.2, 0.2);
}
.gridlist li .imgscale_animate .item_mask .item_link_icon {
	width:38px;
	height:38px;
	background:url(../image/link.png) no-repeat center;
	border:1px solid rgba(255, 255, 255, .5);
	border-radius:50%;
	position:absolute;
	left:50%;
	top:50%;
	margin:-21px 0 0 -21px;
}
.gridlist li:hover .imgscale_animate .item_mask {
	opacity:1;
	-webkit-transform:rotateX(0deg) scale(1, 1);
	transform:rotateX(0deg) scale(1, 1);
	background:#444;
	background:rgba(2, 31, 75, 0.3);
	transition:all 1s cubic-bezier(.23, 1, .38, 1) 0s;
}
.gridlist li .info_wrap {
}
.gridlist li .info_wrap .InfoTitle1 {
	height:50px;
	line-height:50px;
	font-size:18px;
	color:#fff;
	padding-bottom:10px;
	border-bottom:1px solid #E1E1E1; background-color:#39769D; text-align:center; margin-top:5px;
	
}



.gridlist li .info_wrap .InfoTitle1 span {
	font-size:12px;
	color:#9F9F9F;
	margin-left:10px;
}
.gridlist li .info_wrap p {
	font-size:16px;
	line-height:24px;
	height:50px;
	overflow:hidden;
	color:#878787; padding-top:20px; text-indent:20px;
}




/*产品show切换*/
.con_casetab{ margin-top:20px; padding: 30px 0; border-top: 2px solid #ccc;}
.case_list1 li{width:120px;height:45px;line-height:45px;float:left;text-align:center;font-size:14px;cursor:pointer; background: #fff; margin-left:5px;margin-right:5px;border:1px solid #c4c6c9;  }
.case_list1 .tabon1{border-bottom: 2px solid #005da3;}
.casewrap1{  }

.case_tt1 ul li{background-color: #cfcfcf;border-top-left-radius: 5px;border-top-right-radius: 5px;  }
.case_tt1 ul li:hover{border-bottom: 2px solid #005da3; }
.caseTab1{width:95%;margin:0 auto;line-height:25px;padding:25px 0;}
