
@import url(jquery.bxslider.css);
@import url(pscroll.css);
/*首页*/
.i_product_bg {
	background-color: #f5f5f5;
	overflow: hidden;
	padding-bottom: 2.5%;
}
.i_title {
	margin-top: 5%;
	margin-bottom: 4%;
	overflow: hidden;
	text-align: center;
}
.i_title h2 {
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	font-family: Arial;
}
.i_title p {
	background: url(../images/i_bg1.png) center bottom no-repeat;
	color: #000000;
	padding-bottom: 15px;
}
.nproduct_list2 {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.nproduct_list2 ul li {
	float: left;
	width: 32.1%;
	margin-left: 0.5%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
	padding-bottom: 4%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 0;
}
.nproduct_list2 ul li img {
	display: inline-block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.nproduct_list2 ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.nproduct_list2 ul li h2 {
	font-weight: normal;
	color: #333333;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
}
.nproduct_list2 ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.nproduct_list2 ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.nproduct_list2 ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.nproduct_list2 ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.nproduct_list2 ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.nproduct_list2 ul li:hover h2 {
	color: #00a1e9;
}

/*相关案例*/
.in_case{
	overflow: hidden;
	padding-top: 1%;
}
.in_case ul li {
	float: left;
	width: 32.1%;
	overflow: hidden;
	margin-bottom: 2%;
	margin-left: 0.5%;
	margin-right: 1%;
	text-align: center;
	background-color: #f8f8f8;
}
.in_case ul li:nth-child(3n+0) {
	margin-right: 0;
}

.in_case ul li img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.in_case ul li .imgs {
	overflow: hidden;
	width: 100%;
}
.in_case ul li .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.in_case ul li .txts {
	overflow: hidden;
	transition: all 0.3s;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-left: 26px;
	padding-right: 2%;
	text-align: left;
}
.in_case ul li .txts h2 {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-weight: normal;
	color: #333;
}
.in_case ul li .txts .p {
	font-size: 14px;
	color: #aaaaaa;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.in_case ul li:hover .imgs img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.in_case ul li:hover .txts h2 {
	color: #00a1e9;
}
.in_case ul li .desc {
	display: none;
}

.i_solution {
	overflow: hidden;
	padding-bottom: 4%;
	padding-top: 8px;
}
.i_solution ul li {
	float: left;
	width: 31.333%;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
}
.i_solution ul li:nth-child(3n+0) {
	margin-right: 0;
}
.i_solution ul li img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.i_solution ul li .imgs {
	margin: 0 auto;
	overflow: hidden;
}
.i_solution ul li .txts {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.i_solution ul li h2 {
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
	margin-top: 20%;
}
.i_solution ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #FFF;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.i_solution ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.i_case_bg {
	background: url(../images/i_bg2.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 4%;
}
.i_case_bg .i_title h2 {
	color: #fff;
}
.i_case_bg .i_title p {
	color: #fff;
	background: url(../images/i_bg3.png) center bottom no-repeat;
}
.i_link {
	overflow: hidden;
	margin-bottom: 3%;
}
.i_link ul li {
	float: left;
	width: 15.8%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 0;
}
.i_link ul li .imgs {
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.i_link ul li .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.i_link ul li .imgs:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.i_news_band {
	background: #f7f8fa;
	overflow: hidden;
	padding: 1.5% 0 4%;
}
.i_news_layout {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 2.5%;
	overflow: hidden;
}
.i_news_feature {
	float: none;
	width: 0;
	flex: 0 0 40%;
	background-color: #fff;
}
.i_news_feature a {
	display: block;
	height: 100%;
}
.i_news_feature .imgs {
	overflow: hidden;
}
.i_news_feature .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.i_news_feature .txts {
	padding: 34px 34px 30px;
	box-sizing: border-box;
}
.i_news_feature em {
	display: block;
	font-size: 13px;
	color: #9a9a9a;
	line-height: 20px;
	letter-spacing: 1px;
}
.i_news_feature h3 {
	font-size: 28px;
	line-height: 40px;
	height: 80px;
	overflow: hidden;
	color: #222;
	font-weight: normal;
	margin-top: 14px;
}
.i_news_feature p {
	font-size: 14px;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	color: #7d7d7d;
	margin-top: 14px;
}
.i_news_feature span {
	display: inline-block;
	margin-top: 26px;
	font-size: 12px;
	line-height: 20px;
	color: #00a1e9;
	letter-spacing: 1px;
}
.i_news_feature:hover .imgs img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.i_news_feature:hover h3 {
	color: #00a1e9;
}
.i_news_side {
	float: none;
	width: 0;
	flex: 0 0 57.5%;
	background-color: #fff;
	padding: 28px 34px 10px;
	box-sizing: border-box;
}
.i_news_side_hd {
	overflow: hidden;
	padding-bottom: 18px;
	border-bottom: 1px solid #ececec;
}
.i_news_side_hd h3 {
	float: left;
	font-size: 18px;
	line-height: 28px;
	color: #222;
	font-weight: normal;
}
.i_news_side_hd a {
	float: right;
	font-size: 12px;
	line-height: 28px;
	color: #9a9a9a;
	letter-spacing: 1px;
}
.i_news_side ul {
	overflow: hidden;
}
.i_news_side ul li {
	overflow: hidden;
	border-bottom: 1px solid #ececec;
}
.i_news_side ul li:last-child {
	border-bottom: 0;
}
.i_news_side ul li a {
	display: block;
	overflow: hidden;
	padding: 22px 0 20px;
}
.i_news_side ul li .txts {
	float: left;
	width: 78%;
}
.i_news_side ul li h4 {
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	color: #222;
	font-weight: normal;
}
.i_news_side ul li p {
	font-size: 13px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	color: #8c8c8c;
	margin-top: 8px;
}
.i_news_side ul li em {
	float: right;
	font-size: 12px;
	line-height: 24px;
	color: #9a9a9a;
	margin-top: 2px;
}
.i_news_side ul li:hover h4,
.i_news_side_hd a:hover {
	color: #00a1e9;
}
.banner_pos {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.banner_pos .banner_div {/* display:table; vertical-align:bottom; */
	height: 100%;
	width: 100%;
	position: relative;
}
/*.banner_pos .wrap .td{ display:table-cell; vertical-align:bottom;height:100%;}*/
/*.banner_pos img{transition:all 0.3s;filter: Alpha(Opacity=100);opacity: 1.0; max-width:100%;}*/
.banner_pos .img001 {
	height: 100%;
	width: 57.6%;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	right: 0%;
}
.banner_pos .img001 img {
	height: 100%;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.banner_pos .txtsbox {
	float: left;
	width: 50%;
}
.banner_pos .txts {
	float: right;
	margin-right: 3%;
	margin-top: 20%;
	width: 94%;
	max-width: 536px;
	text-align: left;
}
.banner_pos .txts h2 {
	color: #00a1e9;
}
.banner_pos .txts p {
	color: #767676;
	margin-top: 6%;
}
.banner_pos .txts a {
	margin-top: 6%;
	width: 220px;
	display: block;
	height: 48px;
	line-height: 48px;
	border: 1px solid #606060;
	text-align: center;
	font-size: 12px;
	color: #a2a2a2;
}
.banner_pos .txts a em {
	float: right;
	margin-right: 7%;
	font-style: normal;
	font-family: "宋体";
	font-size: 18px;
}
.banner_pos .txts a:hover {
	border: 1px solid #00a1e9;
}
.banner_pos .txts a:hover {
	color: #00a1e9;
}

/*动画*/


@media screen and (max-width:1760px) {
}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1000px) {
.i_news_layout {
	display: block;
}
.i_link ul li {
	width: 19%;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 0;
}
.i_news_feature,
.i_news_side {
	float: none;
	width: 100%;
}
.i_news_side {
	margin-top: 20px;
}
}
@media screen and (max-width:960px) {
}
@media screen and (max-width:830px) {
/*轮显*/
#slider {
	display: none;
}
.flash_div {
	display: block;
}
.i_link ul li {
	width: 24%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 0;
}
.i_news_feature .txts,
.i_news_side {
	padding-left: 24px;
	padding-right: 24px;
}
.i_news_feature h3 {
	font-size: 24px;
	line-height: 34px;
	height: 68px;
}
.i_news_side ul li .txts {
	width: 72%;
}
}
 @media screen and (max-width: 780px) {
.nproduct_list2 ul li {
	width: 49%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 1%;
}
.nproduct_list2 ul li:nth-child(2n+0) {
	margin-right: 0;
}
.i_solution ul li,
.in_case ul li {
	width: 49%;
	margin-left: 0;
	margin-right: 2%;
}
.i_solution ul li:nth-child(3n+0),
.in_case ul li:nth-child(3n+0) {
	margin-right: 2%;
}
.i_solution ul li:nth-child(2n+0),
.in_case ul li:nth-child(2n+0) {
	margin-right: 0;
}
.in_case ul li .txts {
	padding: 18px 14px 18px 16px;
}
.in_case ul li .txts h2 {
	font-size: 18px;
	line-height: 28px;
	height: 28px;
}
.in_case ul li .txts .p {
	font-size: 13px;
}
.i_news_feature p {
	height: auto;
	max-height: 84px;
}
}
@media screen and (max-width: 640px) {
.nproduct_list2 ul li p {
	font-size: 13px;
}
.i_link ul li {
	width: 32.5%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(3n+0) {
	margin-right: 0;
}
.i_news_band {
	padding-bottom: 8%;
}
.i_news_side ul li .txts,
.i_news_side ul li em {
	float: none;
	width: 100%;
}
.i_news_side ul li em {
	display: block;
	margin-top: 10px;
}
.i_news_side ul li p {
	height: auto;
	max-height: 48px;
}
}
 @media screen and (max-width: 480px) {
.nproduct_list2 ul li p {
	font-size: 12px;
}
.i_news_feature .txts,
.i_news_side {
	padding-left: 18px;
	padding-right: 18px;
}
.i_news_feature h3,
.i_news_side ul li h4 {
	font-size: 18px;
}
}
 @media screen and (max-width:360px) {
}
