﻿@import url(pscroll.css);
/*内页*/

.begin-box{
	width: 100%;background: rgba(255,255,255,0.85);box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.06);position: relative;top:-80px
}
.location{
	position: absolute;
	bottom: 100px;
	max-width: 1300px;
	width: 96%;
	font-size: 14px;
	letter-spacing: 2px;
	color: rgba(255, 255, 255, 0.9);
}
.location a{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
}
.location a:hover{
	font-size: 14px;
	color: #3FB7F9;
}
.o_big {
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: relative;
	display: flex;
	justify-content: center;
}
.o_big h1 {
	color: #fff; margin: 0 auto;position: absolute; top: 30%; font-size: 60px;
}
.o_big .img {
	width: 100%;
	filter: Alpha(Opacity=0);

	height: 480px;

}
.postions {
	height: 41px;
	line-height: 41px;
	overflow: hidden;
	background: #f1f1f1;
	color: #919191;
	font-size: 12px;
}
.postions a {
	color: #919191;
}
/*分页*/
/*秀 站 网分页样式*/
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages .pagination {display:inline-block;margin:0 auto;padding:0}
.pages .pagination .page-item,.pages .pagination .page-num{color:#555; padding: 5px 12px; display:block; border-radius: 2px; border: 1px solid #ddd;float: left;margin: 0 5px;}
.pages .pagination .page-num-current{ background:#333; color:#fff; border:#333 1px solid}
.pages .pagination .page-item:hover{
	color: #ffffff;
	background: #42BEF4;
	border: 1px solid #42BEF4;
}
@media only screen and (max-width:768px){
.pages .pagination .page-num {display: none;}
}

/*硬件产品*/
.product_a {
	overflow: hidden;
	/*padding-top: 3%;*/
	/*text-align: center;*/
	/*margin-bottom: 2%;*/
}
.product_a a {
	display: inline-block;
	height: 80px;
	line-height: 80px;
	/*background-color: #f0f0f0;*/
	width: 160px;
	font-size: 22px;
	color: #444444;

	margin-left: 0.5%;
	margin-right: 0.5%;
	/*margin-bottom: 2%;*/
	transition: all 0.3s;
}
.product_a a:hover {
	color: #3FB7F9;

}
.product_a a.csel {
	/*background-color: #409EFF;*/
	color: #3FB7F9;
}
.product_ul {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.product_ul ul {
	display: flex;
	flex-wrap: wrap;
}
.product_ul 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;
}
.product_ul ul li .product_b {
	border: 1px solid #e8e8e8;
	padding-bottom: 36px;
}
.product_ul ul li:nth-child(3n+0) {
	margin-right: 0;
}
.product_ul 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;
}
.product_ul ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.product_ul 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%;
}
.product_ul 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;
}
.product_ul ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.product_ul ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.product_ul 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);
}
.product_ul 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;
}
.product_ul ul li:hover h2 {
	color: #00a1e9;
}
.product_ul ul li:hover .product_b {
	border: 1px solid #fff;
}
/*公司动态*/
.news_bg {
	overflow: hidden;
}
.news_con {
	overflow: hidden;
	margin-top: 10px;
}
.news_con ul li {
	overflow: hidden;
	margin-bottom: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #E6E6E6;
	display: block;
}
.news_con ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.news_con ul li .imgs {
	width: 19%;
	float: left;
	display: inline;
	overflow: hidden;
}
.news_con ul li .imgs img {
	width: 100%;/* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/
	-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;
}
.news_con ul li:hover .imgs img {/*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/
	-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);
}
.news_con ul li .i_about_r::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #999999;
	border-radius: 100%;
	top: 50%;
	margin-top: -6px;
	left: 0;
}
.news_con ul li .i_about_r {
	position: relative;
	float: right;
	display: inline;
	line-height: 22px;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 18px;
}
.news_con ul li .i_about_r h3 {
	line-height: 22px;
	height: 22px;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 0.6%;
	letter-spacing: 1px;
}
.news_con ul li:hover .i_about_r h3{
	color: #3FB7F9!important;
}
.news_con ul li .i_about_r label {
	display: block;
	/*color: #999999;*/
	font-size: 16px;
	height: 20px;
	line-height: 20px;
}
.news_con ul li .i_about_r .p {
	max-height: 48px;
	overflow: hidden;
	font-size: 14px;
	color: #7b7b7b;
	line-height: 24px;
}
.news_con ul li .i_about_r .news_more {
	margin-top: 2%;
	width: 106px;
	text-align: center;
	float: left;
	height: 34px;
	line-height: 34px;
	background-color: #f5f5f5;
	border: 1px solid #bababa;
	color: #828282;
	font-size: 13px;
	transition: all 0.3s;
}
.news_con ul li:hover .i_about_r .news_more {
	background-color: #409EFF;
	color: #fff;
	border: 1px solid #409EFF;
}
.news_con ul li:hover .i_about_r h3 {
	color: #409EFF;
}
/*公司动态详细*/
.about_x {
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}
.about_x img {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto !important;
}
.about_x .show_t {
	line-height: 36px;
	font-weight: 500;
	font-size: 32px;
	color: #000000;
	text-align: center;
	margin-bottom: 15px;
}
.about_x .con_line {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding-bottom: 80px;
	color: #999999;
	border-bottom: 1px solid #E9E9E9;
	text-align: center;
}
.about_x .con_id {
	line-height: 30px;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
	padding-top: 20px;
	text-align: left;
	padding-bottom: 40px;
	min-height: 300px;
}
.about_x table {
	border-collapse: collapse;
	border-spacing: 0;
}
.about_x table td {
	line-height: 22px;
	height: 27px; /*border:1px solid #000;*/
}
.prenext {
	font-size: 16px;
	line-height: 60px;
	margin-top: 20px;
	color: #444;
	display: flex;
	justify-content: end;
}
.prenext span {
	float: left;
	width: 108px;
	color: #666666;
	font-size: 16px;
}

.prenext-btn{
	width: 165px;
	height: 55px;
	line-height: 55px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	background: #199EE6;
	display: block;
	margin-left: 20px;
}
.prenext-btn:hover{
	color: rgba(255, 255, 255, 0.9);
	background: #42BEF4;
}
.prenext-btn1{
	width: 165px;
	height: 55px;
	line-height: 55px;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	text-align: center;
	background: #FFFFFF;
	display: block;
	border: 1px solid #BBBBBB;
	margin-left: 20px;
}

.prenext-btn1:hover {
	color: rgba(255, 255, 255, 0.9);
	background: #42BEF4;
	text-decoration: none;
	border: 1px solid #42BEF4;
}


.prenext:last-child {
	border-top: 0;
	margin-top: 0;
	margin-bottom: 10px;
}
.goback {
	float: right;
	height: 26px;
	line-height: 26px;
	text-align: right;
	padding-left: 23px;
	background: url(../img/goback.png) left center no-repeat;
	font-size: 14px;
	color: #333333;
	margin-top: 8px;/* border-bottom:1px solid #a6a6a6;*/
}
.fenxiang {
	height: 30px;
	overflow: hidden;
}
.fenxiang .span {
	float: right;
	font-size: 14px;
	line-height: 34px;
}
/*公司介绍*/
.about_bg {
	background-color: #f5f5f5;
	overflow: hidden;
}

/*联络我们*/
.contact_bg {
	background-color: #f5f5f5;
	overflow: hidden;
}
.map_div {
	overflow: hidden;
	float: left;
	width: 50%;
}
.map_div img {
	max-width: 100%;
}
.contact_r {
	overflow: hidden;
	float: left;
	width: 44%;
	margin-left: 3%;
	margin-top: 3%;
	margin-bottom: 3%;
	color: #6f6f6f;
	font-size: 14px;
}
.contact_r h2 {
	color: #333333;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 3%;
}
.contact_r ul li {
	display: block;
	margin-bottom: 10px;
}
.contact_r ul li img {
	display: inline-block;
	margin-right: 12px;
	margin-top: 3px;
	float: left;
}
.product_blank {
	height: 0;
	font-size: 0;
	overflow: hidden;
}


 @media screen and (max-width: 1440px) {

	 .o_big h1{
		 font-size: 56px;
	 }
}
 @media screen and (max-width: 1200px) {
	 .o_big h1{
		 font-size: 50px;
	 }
	 .begin-box{
		 top: -60px;
	 }
	 .location{
		 bottom: 80px;
	 }
/*硬件产品*/
.product_a a {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}
/*公司动态*/
.news_con ul li .i_about_r h3 {
	font-size: 16px;
	margin-bottom: 0.5%;
}
.news_con ul li .i_about_r label {
	margin-bottom: 0.5%;
}
.news_con ul li .i_about_r .p {
	line-height: 22px;
	max-height: 44px;
}
.news_con ul li .i_about_r .news_more {
	margin-top: 1%;
	height: 32px;
	line-height: 32px;
}

/*联络我们*/
.contact_r h2 {
	font-size: 24px;
}

}
 @media screen and (max-width: 1100px) {
	 .o_big .img {
		 height: 300px;
	 }
/*内页*/
.o_big {
	background-size: auto 110%;
}
/*公司动态*/
.news_con ul li .i_about_r h3 {
	font-size: 15px;
	margin-bottom: 0.4%;
}
.news_con ul li .i_about_r label {
	margin-bottom: 0.4%;
	font-size: 12px;
}
.news_con ul li .i_about_r .p {
	line-height: 18px;
	max-height: 36px;
	font-size: 12px;
}


}
@media screen and (max-width: 1000px) {
	.o_big h1{
		font-size: 45px;
	}
/*内页*/
.o_big {
	background-size: auto 120%;
}
/*公司动态*/
.news_con ul li .i_about_r .news_more {
	margin-top: 0.5%;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}


}
@media screen and (max-width: 960px) {
/*内页*/
.o_big {
	background-size: auto 130%;
}
/*硬件产品*/
.product_a a {
	height: 46px;
	line-height: 46px;
}
/*公司动态*/
.news_con ul li .i_about_r h3 {
	font-size: 14px;
}
	.begin-box{
		top: -45px;
	}
	.location{
		bottom: 65px;
	}
/*联络我们*/
.contact_r h2 {
	font-size: 20px;
}

}

@media screen and (max-width: 830px) {

	.o_big h1{
		font-size: 40px;
	}
/*内页*/
.o_big {
	background-size: auto 140%;
}
/*公司动态*/
.news_con ul li .i_about_r .news_more {
	display: none;
}


}
@media screen and (max-width: 780px) {
/*内页*/
.o_big {
	background-size: auto 150%;
}
/*硬件产品*/
.product_a a {
	height: 45px;
	line-height: 45px;
}
.product_ul ul li {
	width: 49%;
}
.product_ul ul li:nth-child(3n+0) {
	margin-right: 1%;
}
.product_ul ul li:nth-child(2n+0) {
	margin-right: 0;
}
/*公司动态详细*/
.about_x .show_t {
	font-size: 20px;
	margin-top: 2%;
	margin-bottom: 0px;
}
.prenext {
	font-size: 14px;
}
.prenext span {
	width: 70px;
	font-size: 14px;
}
/*联络我们*/
.contact_r h2 {
	font-size: 18px;
}
.map_div {
	width: 100%;
}
.contact_r {
	width: 94%;
	padding-top: 3%;
}



}
 @media screen and (max-width: 640px) {
/*内页*/
.o_big {
	background-size: auto 160%;
}
/*公司动态*/
.news_con ul li .imgs {
	width: 29%;
}


}
 @media screen and (max-width: 480px) {

	 .o_big .img {
		 height: 200px;
	 }
	 .o_big h1{
		top: 25%;
		 font-size: 32px;
	 }
	 .prenext{
		 line-height: 45px;
	 }
	 .prenext-btn{
		 width: 120px;
		 height: 45px;
		 line-height: 45px;
	 }
	 .prenext-btn1{
		 width: 120px;
		 height: 45px;
		 line-height: 45px;
	 }
/*内页*/
.o_big {
	background-size: auto 170%;
}
/*硬件产品*/
.product_a a {
	height: 45px;
	line-height:45px;
	font-size: 16px;
	width: auto;
	padding: 0 10px;
}
/*公司动态详细*/
.about_x2 .show_t {
	font-size: 22px;
	line-height: 30px;
}



}
@media screen and (max-width: 360px) {
/*内页*/
.o_big {
	background-size: auto 180%;
}
}



