
/* CSS Document */



/*内页banner*/

.nei-banner {
	height: 400px;
	width: 100%;
	background-position: center top;
	background-size: cover;
}
/*站点导航*/

.weizhi {
	line-height: 124px;
	color: #c0c2c7;
}
.weizhi span {
	color: #c0c2c7;
}
.weizhi h2 {
	color: #0071c1;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
}
.dsj ol {
	display: none;
}
.weizhi div:nth-child(1) {
	float: left;
}
.weizhi div:nth-child(2) {
	float: right;
}
.weizhi i img {
	width: 20px;
	margin-top: 53px;
}
.weizhi a:last-child {
	color: #0071c1;
}
.weizhi a {
	color: #c0c2c7;
	font-size: 14px;
}
/*站点导航end*/





/*联系我们*/

.neiyemain {
	padding: 80px 0;
	overflow: hidden;
	clear: both;
	background: #f4f6f8;
}
.about-lianxi {
	overflow: hidden;
	background: #0071c1;
	box-shadow: 0 0 10px #d6d8da;
}
/*留言*/

.tz-blog-content {
	font-size: 14px;
	width: 50%;
	background: #fff;
	padding: 3% 5% 4% 5%;
}
.large-ttle02 {
	font-size: 36px;
	position: relative;
	padding-bottom: 50px;
}
.large-ttle02:before {
	content: ' ';
	display: block;
	width: 55px;
	height: 2px;
	background: #d40000;
	position: absolute;
	bottom: 25px;
	left: 0;
}
#commentform .comment-for-author, #commentform .comment-for-email {
	width: 100%;
	float: left;
	position: relative;
}
#commentform .comment-for-author {
	margin-right: 2%;
}
#commentform input[type='text'], #commentform input[type='email'], #commentform textarea {
	background: #fff;
	/*	background: transparent;*/

	padding: 5px 15px;
	height: 50px;
	display: block;
	border: 0;
	position: relative;
	width: 100%;
}
#commentform input.author {
	border-bottom: 2px solid #e4e4e4;
	margin-bottom: 15px;
	background-position: 305px center;
	background-repeat: no-repeat;
}
#commentform input.email {
	border-bottom: 2px solid #e4e4e4;
	margin-bottom: 15px;
	background-repeat: no-repeat;
}
.comment-for-content {
	clear: both;
}
#commentform textarea {
	height: 150px;
	width: 100%;
	border-bottom: 2px solid #e4e4e4;
	padding: 15px;
}
#commentform .comment-for-yanz {
	width: 100%;
	float: left;
	margin-top: 15px;
}
#commentform input.yanz {
	border-bottom: 2px solid #e4e4e4;
}
#commentform .comment-for-yanz img {
	position: absolute;
	top: 10px;
	right: 10px;
}
#commentform p {
	padding: 0;
	margin: 0;
	position: relative;
}
#commentform .comment-for-submit {
	width: 100%;
	float: left;
}
#commentform input[type='submit'] {
	background: #78bc27;
	color: #ffffff;
	text-transform: none;
	padding: 2px 25px;
	display: inline-block;
	border: 0;
	font-size: 14px;
	line-height: 45px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	height: 50px;
	margin-top: 25px;
}
#commentform input[type='submit']:hover {
	cursor: pointer;
}
/*留言end*/



.ablixiwen {
	width: 50%;
}
.ablixiwen .title {
	line-height: 90px;
	color: #fff;
	padding-left: 10%;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.ablixiwen .title p {
	font-size: 24px;
	font-weight: 700;
}
.ablixcon {
	color: #fff;
	padding: 30px 0 0 10%;
}
.ablixcon p {
	padding: 10px 0;
	font-size: 16px;
	color: #fff;
}
.ablixcon p i img {
	width: 33px;
	padding-right: 7px;
}
.lxerweima {
	clear: both;
	margin-top: 20px;
}
.lxerweima img {
	width: 120px;
}
.lxditu {
	width: 100%;
}
.lxditu iframe {
	width: 100%;
	height: 550px;
}
/*联系我们end*/





/*合作客户*/

.hezuolist {
	overflow: hidden;
	width: 100%;
}
.hezuolist li {
	width: 18%;
	margin: 0 1% 2%;
	display: block;
	float: left;
}
.hezuolist li img {
	width: 100%;
	border: 1px solid #eee;
}
.hezuolist li p {
	display: block;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
/*合作客户end*/



/*新闻列表*/

.newslist li {
	overflow: hidden;
	display: block;
}
.newslist li:hover {
	background: #fff;
}
.newslist li a>div {
	border-bottom: 1px solid #fff;
	padding: 30px 0;
	position: relative;
	display: flex;
	align-items: center; /*定义body的元素垂直居中*/
	justify-content: center; /*定义body的里的元素水平居中*/
}
.newslist li a>div div {
	display: inline-block;
}
.newslist li img {
	width: 21.66%;
}
.newslist li a>div div:nth-child(2) {
	width: 8%;
	padding-left: 2%;
	vertical-align: middle;
}
.newslist li a>div div:nth-child(3) {
	width: 61.65%;
	vertical-align: middle;
	padding-left: 5%;
}
.newslist li h2 {
	font-size: 28px;
	color: #3d3d3d;
}
.newslist li span {
	color: #8c8c8c;
}
.newslist li h4 {
	color: #222222;
	margin-bottom: 15px;
	font-size: 18px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newslist li p {
	color: #999;
	font-size: 14px;
	line-height: 26px;
	width: 82%;
}
.newslist li i {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #aba8a8;
	text-align: center;
	overflow: hidden;
	color: #aba8a8;
	margin-top: 10px;
}
.newslist li i span {
	padding-top: 4px;
	display: inline-block;
	transform: scale(1, 2);
	-ms-transform: scale(1, 2);
	-webkit-transform: scale(1, 2);
	-moz-transform: scale(1, 2);
	-o-transform: scale(1, 2);
}
.newslist li:hover i {
	background: #005897;
	color: #fff;
}
.newslist li:hover h4 {
	color: #005897;
}
.newslist li a>div div:nth-child(4) {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 70px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	text-align: center;
	background: transparent;
}
.newslist li:hover a>div div:nth-child(4) {
	background: #edf3f8;
}
.newslist li:hover i.iconfont span {
	color: #fff;
}
/*新闻列表end*/

/*新闻详细*/

.n01 h2.title {
	font-size: 24px;
	font-weight: 700;
	color: #0071c1;
}
.ncontent h2 {
	font-size: 20px;
	font-weight: 700;
	color: #78bc27;
	padding-bottom: 10px;
}
.ncontent img {
	max-width: 100%;
}
.n01 span#ffb {
	color: #999;
	margin-bottom: 20px;
	display: block;
	line-height: 35px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	font-size: 14px;
	padding-top: 10px;
}
.ncontent ul, .ncontent li {
	list-style-position: inside !important;
}
.ncontent strong {
	font-size: 16px;
	color: #333;
}
.nll01 {
	overflow: hidden;
}
.nll01 h3 {
	font-size: 24px;
	font-weight: 700;
	color: #0071c1;
}
.nll01 ul {
	margin-top: 20px;
	display: block;
	width: 100%;
}
.nll01 li {
	line-height: 60px;
	border-bottom: 1px dashed #e4e4e4;
	display: block;
	font-size: 14px;
	color: #888;
	width: 50%;
	float: left;
	padding-left: 10px;
	background: url("../image/newli.png") no-repeat 0 center;
}
.nll01 li a {
	color: #888;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nll01 li a:hover {
	color: #0071c1;
}
.ncontent {
	line-height: 30px;
	padding: 20px 0;
	color: #666;
	font-size: 14px;
}
.ncontent table {
	width: 100%;
	border: 1px solid #A1A1A1 !IMPORTANT;
	border-collapse: collapse !IMPORTANT;
	font-size: 14PX !IMPORTANT;
	word-break: break-all;
	word-wrap: break-word;
}
.ncontent table td {
	border: 1px solid #A1A1A1 !IMPORTANT;
	padding: 5px !IMPORTANT;
}
.newsxx02 {
	padding: 60px 0;
}
/*上下篇*/



._detailPage_bottom {
	border-top: 1px solid #e3e3e3;
	margin-top: 30px;
}
._detailPage_bottom li {
	line-height: 50px;
	overflow: hidden;
	height: 50px;
	padding: 0 10px;
	display: block;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
}
._detailPage_bottom ._mark {
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
._detailPage_bottom ._title {
	font-size: 14px;
	float: left;
	width: 68%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
._detailPage_bottom ._title:hover {
	color: #0e90d2;
}
._detailPage_bottom ._time {
	float: right;
}
.bdsharebuttonbox .bds_more {
	float: none;
	padding-left: 2px;
	background: none;
	text-indent: 0;
}
/*新闻详细end*/





/*内页分类*/

.neifllist {
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.neifllist li {
	display: inline-block;
}
.neifllist li a {
	display: block;
	font-size: 24px;
	padding: 0 20px;
	line-height: 78px;
}
.neifllist li.on {
}
.neifllist li.on a {
	color: #78bc27;
	font-weight: 700;
	border-bottom: 2px solid #78bc27;
}
/*内页分类end*/



/*应用案例*/

.caselist {
}
.caselist li {
	display: block;
	background: #fff;
	padding: 3%;
	margin-bottom: 30px;
	overflow: hidden;
}
.caselist li .pic {
	width: 33%;
	float: left;
}
.caselist li .pic img {
	width: 100%;
}
.caselist li .wen {
	width: 64%;
	float: right;
}
.caselist li .wen span {
	padding-top: 15px;
	display: block;
}
.caselist li .wen h4 {
	font-size: 22px;
	line-height: 50px;
	padding-top: 15px;
}
.caselist li .wen p {
	color: #999;
}
.caselist li .wen span {
	font-size: 16px;
	color: #999;
	line-height: 40px;
}
/*应用案例end*/



/*about*/

.about-wen {
	overflow: hidden;
	width: 100%;
}
.abmainwen {
	width: 50%;
	float: left;
}
.abimg {
	width: 45%;
	float: right;
	max-width: 100%;
}
.abimg img {
	width: 100%;
}
.abmainwen h2 {
	font-size: 26px;
	font-weight: 700;
	color: #0071c1;
	padding-top: 25px;
}
.abmainwen .gege {
	width: 35px;
	height: 3px;
	background: #7abd28;
	margin: 25px 0;
}
.abmainwen span {
	display: block;
}
.abmainwen span p {
	font-size: 16px;
	line-height: 35px;
	color: #666;
}
/*实力数据*/

.inaboutyoushi {
	overflow: hidden;
	background: #0071c1;
	border-radius: 10px;
	box-shadow: 0 0 10px #d6d8da;
	padding: 50px 0;
	margin-top: 50px;
}
.inaboutyoushi li {
	display: block;
	width: 33%;
	text-align: center;
	float: left;
	border-right: 1px solid rgba(255,255,255,.2);
}
.inaboutyoushi li p {
	font-size: 26px;
	color: #fff;
}
.inaboutyoushi li span {
	font-size: 60px;
	color: #78bc27;
	font-weight: 700;
	letter-spacing: -1.5px;
}
.inaboutyoushi li font {
	font-size: 26px;
	font-weight: normal;
	color: #78bc27;
}
.inaboutyoushi li:last-child {
	border: none;
}
/*生产设备*/

.aboutyewuka {
	padding: 70px 0;
}
.aboutyewuka02 {
	padding: 70px 0;
	background: #f4f6f8;
}
.aboutyewuka .title, .aboutyewuka02 .title {
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 30px;
	background: url("../image/titbj.png") no-repeat center bottom;
}
.aboutyewuka .title p, .aboutyewuka02 .title p {
	font-size: 40px;
	color: #333;
}
.swiper-container-shebei .swiper-slide img {
	width: 100%;
}
.swiper-container-shebei .swiper-slide p {
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}
.swiper-pagination-shebei {
	text-align: center;
	margin-top: 30px;
	position: relative;
	bottom: 0!important;
}
.swiper-pagination-shebei span {
	width: 10px;
	height: 10px;
	background: #0080e2;
	display: inline-block;
	border-radius: 50%;
	opacity: 1;
}
.swiper-pagination-shebei span.swiper-pagination-bullet-active {
	width: 28px;
	border-radius: 50px;
}
/*about-end*/



/*分页样式开始*/

.pages {
	margin: 30px 0;
	width: 100%;
	clear: both;
}
.pages .pagination {
	width: 100%;
	text-align: center!important;
	display: block;
}
.pages .pagination li {
	display: inline-block;
	border: 1px solid #dbdbdb;
	border-radius: 100%;
	margin: 0 2px;
}
.pages .pagination li.active {
	background: #78bc27;
	border: 1px solid #78bc27;
}
.pages .pagination li.active a {
	color: #fff;
}
.pages .pagination li a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #888;
	width: 35px;
}
/*分页样式结束*/



/*产品列表*/



.proneiyemain {
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
}
.weizhi02 {
	/*	background: #f4f6f8;*/

/*	margin-top: 90px;*/

	border-bottom: 1px solid #eee;
}
.prolist {
}
.prolist li {
	overflow: hidden;
	display: block;
	margin: 0 2.5% 2% 2.5%;
	width: 20%;
	float: left;
}
.prolist li img {
	width: 100%;
}
.prolist li p {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
}
/*智能卡分解图*/

.znkfenjie {
	padding: 100px 0;
	background: #f4f6f8;
	overflow: hidden;
}
.znkfenjie .title {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-size: 40px;
	color: #333;
	background: url(../image/titbj.png) no-repeat center bottom;
}
.jiegoutu img {
	width: 31%;
	display: block;
	float: left;
	margin: 0 1% 0 1%;
}
/*pcba设计*/

.pcbasheji {
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.pcbapic01 {
	width: 50%;
	float: left;
}
.pcbapic01 img {
	width: 100%;
}
.pcbawen01 {
	width: 50%;
	float: left;
	padding: 5% 0 0 5%;
}
.pcbawen01 p.title {
	font-size: 40px;
	color: #333;
}
.pcbawen01 i {
	display: block;
	width: 60px;
	height: 3px;
	background: #0071c1;
	margin: 25px 0;
}
.pcbawen01 span.note {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	display: block;
	width: 80%;
}
.pcbashili {
	overflow: hidden;
	margin-top: 70px;
}
.pcbawen01 .pcbashili p {
	display: block;
	width: 25%;
	float: left;
	line-height: 28px;
	color: #444444;
	font-weight: 700;
	font-size: 18px;
}
.pcbawen01 .pcbashili p span {
	padding-left: 7px;
}
/*pcba设计end*/



/*封卡设计*/

.pcbafengka {
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.pcbapic02 {
	width: 50%;
	float: right;
}
.pcbapic02 img {
	width: 100%;
}
.pcbawen02 {
	width: 50%;
	float: left;
	padding: 5% 0 0 5%;
}
.pcbawen02 p.title {
	font-size: 40px;
	color: #333;
}
.pcbawen02 i {
	display: block;
	width: 60px;
	height: 3px;
	background: #0071c1;
	margin: 25px 0;
}
.pcbawen02 span.note {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	display: block;
	width: 80%;
}
.pcbawen02 a {
	display: block;
	float: left;
	width: 203px;
	line-height: 55px;
	background: #0071c1;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 50px;
	margin-top: 70px;
}
/*封卡设计end*/

/*产品列表end*/







/*产品详细*/

.proxxpic {
}
.proxxpic p {
	font-size: 30px;
	color: #333;
	text-align: center;
	padding-bottom: 15px;
}
.proxxpic img {
	margin: 0 auto;
	display: block;
	width: auto;
	max-width: 800px;
}
.proxxneir {
}
.proxxtitle {
	border-bottom: 1px solid #e4e4e4;
	height: 65px;
	line-height: 65px;
	margin: 50px 0 0px 0;
	text-align: center;
	background: #f5f5f5;
	color: #fff;
}
.proxxtitle p {
	color: #78bc27;
	border-bottom: 1px solid #78bc27;
	width: 180px;
	margin: 0 auto;
	line-height: 64px;
	font-weight: 700;
	font-size: 24px;
}
.proxxmain {
	padding: 50px 30px;
	border: 1px solid #e4e4e4;
	border-top: none;
	background: #fff;
}
.proxxmain {
	line-height: 35px;
}
.produotu {
	clear: both;
	overflow: hidden;
}
.produotu img {
	width: 32%;
	margin: 0 1% 1% 0;
}
.proxxmain img{
	max-width: 100%;
}
.dingzwen{
	width: 100%;
	background: #0061ae;
	text-align: center;
	line-height: 50px;
	color: #fff;
	    margin-top: 25px;
}
.dingzwen a{
	display: block;
	color: #fff;
}
/*****自己写的****************************************/



.suoyoudatu {
	border: 1px solid #eee;
	border-bottom: none;
}
.chanpindatu {
	text-align: center;
	background: #fff;
}
.chanpindatu img {
	width: auto;
	height: 100%;
	padding: 3% 0;
}
.proxqmain {
	overflow: hidden;
}
.propic {
	height: 480px;
	width: 50%;
	background: #fff;
}
.propic-right {
	width: 48%;
}
.entry-summary h2 {
	font-size: 24px;
	line-height: 60px;
	padding: 0;
	margin: 10px 0 15px 0;
	font-weight: 700;
	color: #0061ae;
}
.entry-summary .liangdian {
	color: #0059ab;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0 15px 5px;
}
.entry-summary pre {
	font: 16px Arial, "Microsoft Yahei";
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height: 32px;
}
.entry-summary .description {
	border: 1px solid #e4e4e4;
	border-left: none;
	border-right: none;
	padding: 15px;
	overflow: hidden;
	font-size: 14px;
	color: #777;
}
.entry-summary a.aliba {
	width: 160px;
	display: block;
	text-align: center;
	background-image: url("https://www.heyangkeji.com/tpl/web/images/gouwu.png");
	background-size: 18%;
	background-position: 28px center;
	background-color: #ed9700;
	padding: 12px 23px 12px 53px;
	background-repeat: no-repeat;
	border: 0;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin-top: 40px;
}
.product-detailed {
	margin-bottom: 50px;
}
.prodexiang {
	margin-top: 50px;
}
.pdxtitle {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	/* border-radius: 5px; */

	height: 65px;
	line-height: 65px;
	margin: 50px 0 0px 0;
	text-align: center;
	background: #0059ab;
	color: #fff;
}
.pdxmain {
	background: #fff;
	padding: 50px;
}
.pdxmain p {
	font-size: 16px;
	line-height: 33px;
}
.pdxmain img {
	max-width: 80%;
	display: block;
	margin: 0 auto;
}
.tedian {
	padding: 25px 0 0 0;
}
.tedian li {
	display: block;
	font-size: 14px;
	overflow: hidden;
	line-height: 40px;
	border-bottom: 1px dotted #e4e4e4;
}
.tedian li span.title {
	width: 16%;
	display: block;
	float: left;
}
.tedian li span.main {
	width: 60%;
	display: block;
	float: left;
	color: #999;
}
.proxxmain table {
	width: 100%;
	border: 1px solid #A1A1A1 !IMPORTANT;
	border-collapse: collapse !IMPORTANT;
	font-size: 14PX !IMPORTANT;
	word-break: break-all;
	word-wrap: break-word;
}
.proxxmain table td {
	border: 1px solid #A1A1A1 !IMPORTANT;
	padding: 5px !IMPORTANT;
}
/*产品详细end*/



/*封卡工艺*/

.fengka-wen {
	overflow: hidden;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e4e4e4;
}
.fkimg {
	width: 48%;
	float: right;
}
.fkimg img {
	width: 100%;
}
.fkmainwen {
	width: 49%;
	float: left;
}
.fkmainwen h2 {
	font-size: 26px;
	font-weight: 700;
	color: #0071c1;
	padding-top: 25px;
}
.fkmainwen .gege {
	width: 35px;
	height: 3px;
	background: #7abd28;
	margin: 25px 0;
}
.fkmainwen span {
	display: block;
}
.fkmainwen span p {
	font-size: 16px;
	line-height: 35px;
	color: #666;
}
.dingzhika {
	overflow: hidden;
	padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e4e4e4;
}
.dzkimg {
	width: 48%;
	float: left;
}
.dzkimg img {
	width: 100%;
}
.dzk-leftwen {
	width: 49%;
	float: right;
	padding-top: 50px;
}
.dzk-leftwen .title {
	font-size: 26px;
	font-weight: 700;
	color: #0071c1;
	padding-top: 25px;
}
.dzk-leftwen .gege {
	width: 35px;
	height: 3px;
	background: #7abd28;
	margin: 25px 0;
}
.dzk-leftwen .wen {
	font-size: 16px;
	line-height: 35px;
	color: #666;
}
/*智能卡*/

.index-newpro {
	padding: 100px 0;
}
.innewprotit {
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 30px;
	background: url("../image/titbj.png") no-repeat center bottom;
}
.innewprotit p {
	font-size: 40px;
	color: #333;
}
.innewprotit span {
	font-size: 16px;
	color: #999999;
	line-height: 35px;
}
.swiper-container-inpro {
}
.swiper-container-inpro .swiper-slide {
}
.swiper-container-inpro .swiper-slide li p.pic {
	display: block;
}
.swiper-container-inpro .swiper-slide li p.pic img {
	display: block;
	width: 100%;
}
.swiper-container-inpro .swiper-slide li p.title {
	font-size: 18px;
	color: #333;
	line-height: 60px;
	text-align: center;
}
.inproqieh {
	text-align: center;
	padding: 10px 0 50px 0;
	width: 100%;
}
.apromore {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	border: 8px solid #0071c1;
	display: inline-block;
	margin: 0 40px;
}
.apromore a {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../image/apromore.jpg") no-repeat center center;
}
.swiper-button-prev-inp {
	width: 16px;
	height: 78px;
	background: url("../image/left.jpg") no-repeat center center;
	display: inline-block;
}
.swiper-button-next-inp {
	width: 16px;
	height: 78px;
	background: url("../image/right.jpg") no-repeat center center;
	display: inline-block;
}
.swiper-button-next-inp:hover, .swiper-button-prev-inp:hover {
	cursor: pointer;
}
.swiper-button-disabled {
	opacity: .5;
}
/*智能卡end*/

.fengzjies {
	background: #f4f6f8;
	padding: 80px 0;
}
.fengzjies .title {
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 30px;
	background: url(../image/titbj.png) no-repeat center bottom;
	font-size: 40px;
	color: #333;
}
.fzjswen {
	overflow: hidden;
}
.fzjswen li {
	display: block;
	width: 18%;
	margin: 0 1%;
	float: left;
}
.fzjswen li i {
	display: block;
	width: 156px;
	height: 156px;
	overflow: hidden;
	background: #0071c1;
	border-radius: 50%;
	margin: 0 auto;
}
.fzjswen li img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.fzjswen li p {
	display: block;
	text-align: center;
	color: #0071c1;
	font-size: 18px;
	padding-top: 20px;
}
.fzjswen li span {
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}

/*封卡工艺end*/
/*封装流程*/
.fengzliuc{
	padding: 80px 0 30px 0;
	overflow: hidden;
	background: #0071c1;
}
.fengzliuc .title{
	font-size: 40px;
    color: #fff;
	text-align: center;
	padding-bottom: 15px;
    margin-bottom: 30px;
    background: url(../image/titbj02.png) no-repeat center bottom;
}
.fklcmain02{
	width: 90%;
	padding: 0 3%;
	overflow: hidden;
	position: relative;
	z-index: 9;
	margin: 0 auto;
}
.fklcmain{
	position: relative;
}
.fklcmain:before{
	content: " ";
	width: 100%;
	height: 235px;
	border-radius:0 500px 500px 0;
	border: 1px solid #84c2ee;
	display: block;
	position: absolute;
	z-index: 1;
	    top: 65px;
	border-left: none;
}
.fklcmain02 li{
	display: block;
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 42px;
}
.fklcmain02 li img{
	
}
.fklcmain02 li p{
	font-size: 16px;
	color: #84c2ee;
	padding-top: 15px;
	height: 60px;
}
/*封装流程end*/



@media screen and (max-width: 1460px) {
/*产品*/

.prolist li {
	overflow: hidden;
	display: block;
	margin: 0 2% 2% 2%;
	width: 29%;
	float: left;
}
.pcbawen01 p.title {
	font-size: 30px;
	color: #333;
}
.pcbawen01 span.note {
	font-size: 14px;
	line-height: 26px;
}
.pcbashili {
	overflow: hidden;
	margin-top: 40px;
}
.pcbawen02 p.title {
	font-size: 30px;
	color: #333;
}
.pcbawen02 span.note {
	font-size: 14px;
	line-height: 26px;
}
.pcbawen02 a {
	margin-top: 40px;
}
/*产品end*/

	/*新闻列表*/

.newslist li a>div div:nth-child(2) {
	width: 11%;
}
/*新闻列表end*/

	

	/*产品详细*/

.chanpindatu img {
	width: 80%;
	margin: 0 auto;
	height: auto;
	padding: 3% 0;
}
.propic {
	height: 410px;
}
/*产品详细end*/

}

@media screen and (max-width: 1280px) {
/*产品*/

.pcbawen01 i, .pcbawen02 i {
	width: 40px;
	margin: 15px 0;
}
.pcbawen01, .pcbawen02 {
	padding: 3% 0 0 3%;
}
.swiper-container-inpro .swiper-slide li p.title {
    font-size: 16px;
    line-height: 40px;

}
/*产品end*/

	/*产品详细*/
		.entry-summary h2 {
    line-height: 40px;
}
	.entry-summary pre {
    font: 14px Arial, "Microsoft Yahei";
    line-height: 26px;
}
	/*产品详细end*/
	/*封卡*/
	.fzjswen li p {
    font-size: 16px;
}
	/*封卡end*/

}

@media screen and (max-width: 1080px) {
/*关于我们*/

.abmainwen {
	width: 100%;
}
.abmainwen h2 {
	padding-top: 0;
}
.abimg {
	width: 100%;
	margin-top: 25px;
}
.inaboutyoushi li p {
	font-size: 22px;
	color: #fff;
}
.inaboutyoushi li span {
	font-size: 40px;
}
.inaboutyoushi li font {
	font-size: 20px;
}
.aboutyewuka {
	padding: 40px 0;
}
.aboutyewuka .title p, .aboutyewuka02 .title p {
	font-size: 30px;
}
/*关于我们end*/

	/*合作客户*/

.hezuolist li {
	width: 23%;
}
/*合作客户end*/

	

	/*工艺*/

.fkmainwen {
	width: 100%;
}
.fkmainwen h2 {
	padding: 0;
}
.fkimg, .dzkimg {
	width: 100%;
	margin-top: 30px;
}
.dzk-leftwen {
	width: 100%;
	padding: 0;
}
.dzk-leftwen .title {
	padding: 0;
}
.fengzjies .title, .innewprotit p,.fengzliuc .title{
	font-size: 30px;
}
.index-newpro, .fengzjies {
	padding: 40px 0;
}
.fzjswen li {
	width: 48%;
	height: 225px;
}
	.fzjswen li:last-child{
		width: 100%;
	}
/*工艺end*/

	/*产品*/

.znkfenjie {
	padding: 40px 0;
	background: #f4f6f8;
	overflow: hidden;
}
.znkfenjie .title {
	font-size: 30px;
}
.jiegoutu img {
	width: 100%;
	margin-bottom: 2%;
}
.pcbapic01 {
	width: 100%;
}
.pcbawen01 {
	width: 100%;
	float: left;
	padding: 5% 0 5% 5%;
}
.pcbapic02 {
	width: 100%;
	float: right;
}
.pcbawen02 {
	width: 100%;
	padding: 5% 0 5% 5%;
}
/*产品end*/

}

@media screen and (max-width: 1060px) {
/*新闻列表*/

.newslist li a>div div:nth-child(2) {
	display: none;
}
.newslist li h4 {
	font-size: 16px;
}
/*新闻列表end*/

	/*产品详细*/

.propic {
	height: 700px;
	width: 100%;
}
.propic-right {
	width: 100%;
}
/*产品详细end*/

}

@media screen and (max-width: 992px) {
/*联系我们*/

.tz-blog-content {
	width: 100%;
}
.ablixiwen {
	width: 100%;
	padding-bottom: 5%;
}
/*联系我们end*/

	



	/*产品*/

.proneiyemain {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
/*产品end*/

	/*产品详细*/

	

	/*产品详细end*/

	/*关于我们*/

.abmainwen h2 {
	font-size: 22px;
}
.abmainwen span p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.abmainwen .gege {
	margin: 15px 0;
}
/*关于我们end*/

	/*应用案例*/

.caselist li .wen span img {
	width: 50px;
}
.caselist li .wen h4 {
	font-size: 18px;
	line-height: 40px;
	padding-top: 10px;
}
.caselist li .wen {
	font-size: 14px;
}
/*应用案例end*/

	/*产品详细*/

.propic {
	height: 600px;
	width: 100%;
}
/*产品详细end*/

/*封卡*/
	.fklcmain02 {
    width: 100%;
    padding: 0;
}
	/*封卡end*/

}

@media screen and (max-width: 860px) {
/*产品*/

.prolist li {
	width: 46%;
	margin: 0 2% 5% 2%;
}
.prolist li p {
	font-size: 14px;
	line-height: 30px;
}
/*产品end*/

	/*产品详细*/

.propic {
	height: 500px;
	width: 100%;
}
/*产品详细end*/

	



}

@media screen and (max-width: 768px) {
/*新闻详细*/

.n01 h2.title {
	font-size: 18px;
}
.n01 span#ffb {
	color: #999;
	margin-bottom: 20px;
	display: block;
	line-height: 35px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	font-size: 12px;
	padding-top: 10px;
}
.ncontent {
	padding: 0;
}
._time {
	display: none;
}
.newsxx02 {
	padding: 40px 0;
}
.nll01 li {
	width: 100%;
	line-height: 40px;
}
/*新闻详细*/

	/*产品*/

.prolist li span {
	width: 100%;
}
.prolist li span.wen {
	padding: 5%;
}
.prolist li span.wen p {
	font-size: 14px;
	line-height: 26px;
}
.prolist li span.wen font {
	display: block;
}
/*产品end*/

	/*产品详细*/

.picxx {
	width: 100%;
}
.wenxx {
	width: 100%;
	float: right;
	padding: 5% 0% 0% 0%;
}
/*产品详细end*/

	/*关于我们*/

	

	/*关于我们end*/

	

	/*联系我们*/

.weizhi {
	line-height: 70px;
	color: #c0c2c7;
}
.weizhi i img {
	margin-top: 26px;
}
.neiyemain {
	padding: 40px 0;
}
.nei-banner {
	height: 250px;
}
/*联系我们end*/

	/*合作客户*/

.hezuolist li {
	width: 31%;
}
/*合作客户end*/

	/*新闻列表*/

.newslist li p {
	line-height: 20px;
}
.newslist li a>div div:nth-child(4) {
	display: none;
}
.newslist li a>div div:nth-child(3) {
	width: 77%;
}
/*新闻列表end*/

	/*工艺*/

	

.fzjswen li {

}
.fkmainwen h2, .dzk-leftwen .title {
	font-size: 20px;
}
.fkmainwen .gege, .dzk-leftwen .gege {
	margin: 15px 0;
}
.fkmainwen span p, .dzk-leftwen .wen {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.fengzjies .title, .innewprotit p, .aboutyewuka .title p, .aboutyewuka02 .title p,.fengzliuc .title{
	font-size: 24px;
}
/*工艺end*/
	/*封卡*/
	.fklcmain02 li img{
		width: 100%;
	}
	.fklcmain02 li p {
    font-size: 14px;
    color: #84c2ee;
    padding-top: 15px;
    height: 50px;
}
	/*封卡end*/

}

@media screen and (max-width: 680px) {
/*关于我们*/

.inaboutyoushi li {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.inaboutyoushi {
	padding: 30px 0 0 0;
}
/*关于我们end*/

	/*新闻列表*/

.neifllist li a {
	display: block;
	font-size: 16px;
	padding: 0 20px;
	line-height: 48px;
}
.neifllist {
	height: 50px;
	line-height: 48px;
}
.newslist li h4 {
	font-size: 14px;
	margin-bottom: 5px;
}
.newslist li p {
	line-height: 18px;
	font-size: 12px;
	width: 100%;
}
.newslist li img {
	width: 30%;
}
/*新闻列表end*/

	/*应用案例*/

.caselist li .pic {
	width: 100%;
	float: left;
}
.caselist li .wen {
	width: 100%;
	float: right;
}
.caselist li .wen {
	text-align: center;
}
/*应用案例end*/

	/*产品*/

.pcbawen01, .pcbawen02 {
	padding: 5%;
}
.pcbawen01 span.note, .pcbawen02 span.note {
	width: 100%;
}
.pcbawen01 .pcbashili p {
	width: 50%;
}
.pcbawen02 p.title {
	font-size: 24px;
	color: #333;
}
.pcbawen02 a {
	display: block;
	float: left;
	width: 180px;
	line-height: 35px;
	background: #0071c1;
	color: #fff;
	text-align: center;
	font-size: 12px;
	border-radius: 50px;
	margin-top: 20px;
}
/*产品end*/
	.fklcmain:before{
		display: none;
	}
	.fklcmain02 li p{
		line-height: 18px;
		font-size: 12px;
		padding-top: 7px;
	}
.fengzliuc {
    padding: 40px 0 0px 0;
}
	.fklcmain02 li{
		
		    padding: 0 1%;
	}
}

@media screen and (max-width: 640px) {
/*联系我们*/

.weizhi div:nth-child(2) {
	display: none;
}
.lxditu iframe {
	height: 300px;
}
.nei-banner {
	height: 160px;
}
.weizhi h2 {
	font-size: 18px;
}
.weizhi span {
	font-size: 12px;
}
/*联系我们end*/

	

/*合作客户*/

.hezuolist li {
	width: 48%;
}
/*合作客户end*/

	/*产品详细*/

.propic {
	height: 300px;
	width: 100%;
}
.entry-summary .description {
	padding: 15px 0;
}
.entry-summary pre {
	font: 14px Arial, "Microsoft Yahei";
	line-height: 24px;
}
.entry-summary h2 {
	line-height: 40px;
	margin: 18px 0 5px 0;
}
.proxxtitle p {
	color: #78bc27;
	border-bottom: 1px solid #78bc27;
	width: 150px;
	margin: 0 auto;
	line-height: 44px;
	font-weight: 700;
	font-size: 18px;
}
.proxxtitle {
	height: 45px;
	margin-top: 15px;
}
.proxxmain {
	line-height: 24px;
	padding: 15px 10px;
}
.proxxmain p {
	font-size: 14px;
}
/*产品详细end*/



}

@media screen and (max-width: 460px) {
}
