*{
	padding: 0;
	margin: 0;
}
html,body {
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: "Microsoft YaHei UI";
}
.fl{
	float: left;
}
.fr{
	float: right;
}
header {
	width: 100%;
	background: #eee;
	color: #272727;
	text-align: center;
	line-height: 40px;
	height: 40px;
	position: relative;
	top:0;
	z-index: 5;
}

/*首页样式 start****************************************/
.logo {
	width: 34px;
	height: 34px;
	margin-top: 3px;
}

.menu-title {
	width: 85%;
	height: 40px;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
}

.selected {
	background:rgba(81, 81, 81, 0.53);
}
.product-title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
}
/*公用标题******************************/
.title{
	width: 100%;
	height:20px;
	line-height: 20px;
	font-size: 16px;
	padding: 10px 0;
	font-weight: bolder;
}
.title-left{
	width: 150px;
	border-left: 5px solid #272727;
}
.title-more{
	width: 99px;
}
.title-more a{
	display: block;
}
/*产品四个板块**********************************/
.box1{
	width: 100%;
}
.box1 ul{
	width: 96%;
	overflow: hidden;
	margin:0 2% 15px 2%;
}
.box1 ul li{
	width: 46%;
	height: 180px;
	float: left;
	margin: 10px 2%;
}
.box1 ul li img{
	width: 100%;
	height: 130px;
}
.box1-main{
	 width: 100%;
	 height: 50px;
	 line-height: 25px;
	 font-size: 14px;
	 display: block;
 }
/*合作伙伴样式*********************************/
.box2{
	width: 100%;
}
.box2 ul{
	width: 96%;
	overflow: hidden;
	margin:0 2% 15px 2%;
}
.box2 ul li{
	width: 46%;
	height: 155px;
	float: left;
	margin: 10px 2%;
}
.box2 ul li img{
	width: 100%;
	height: 130px;
}
.box2-main{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	display: block;
	text-align: center;
}
/*分割线*/
.br{
	width: 100%;
	height: 3px;
	background:#e6e6e6 ;
}
/*新闻动态*/
.imgbox{
	width:96%;
	height: 250px;
	margin: 2%;
	position: relative;
}
.imgbox img{
	 width: 100%;
	 height: 250px;
}
.imgbox-title{
	width: 99.5%;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	color: #fff !important;
	background-color: #000;
	opacity: 0.8;
	position: absolute;
	bottom: 1px;
	display: block;
	z-index: 2;
	text-indent: 10px;

}
.itemlist{
	width: 100%;
	overflow: hidden;
}
.itemlist ul li{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-top: 1px solid #e6e6e6;
}
.itemnews{
	width: 100%;
	overflow: hidden;
}
.itemnews ul li{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-bottom: 1px solid #e6e6e6;
}
.itemnews ul li:last-child{
	border-bottom: none;
}
.itemlist-title {
	width: 75%;
	color: #2b2b2b;
	list-style-type: disc;
}
.itemlist-main{
	display: block;
	height: 50px;
	line-height: 50px;
}
.itemlist-main span{
	width: 20px;
	height: 50px;
	line-height: 50px;
}
.itemwidth{
	width: 50px;
	height: 50px;
}
/*关于我们*/
.about{
	width: 96%;
	padding: 2%;
	min-height: 250px;
	overflow: hidden;
}
.about img{
	width: 100%;
	max-width: 100%;
}
.about p{
	width: 100%;
	font-size: 14px;
}
.about p img{
	vertical-align:left;
    display:block;
}
/*首页底部**************************************/
footer{
	width: 90%;
	height: 440px;
	background: #303132;
	padding: 15px 5%;
	color: #d4d4d4;
}
.footer-title{
	width: 120px;
}
.footer-title h3{
	font-size: 18px;
	line-height: 30px;
	height: 30px;
}
.footer-title p{
	font-size: 14px;
	color: #898989;
	line-height: 15px;
	height: 15px;
}
.footer-main p{
	width: 100%;
	font-size: 12px;
	height: 25px;
}
footer img{
	width: 100%;
	height: 150px;
	/* margin: 4%; */
	margin: 20px auto;
}
.copyright{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;

}
/*返回顶部*/
.scroll{
	width: 40px;
	height: 40px;
	background: #333333;
	color: #fff;
	line-height: 36px;
	text-align: center;
	position: fixed;
	right: 30px;
	bottom: 21px;
	cursor: pointer;
	font-size: 29px;
	opacity: 0.8;
}
/*首页样式 end**************************************************************************/
/*zcy add page*/
.footer-page{
	width: 100%;
	height: 20px;
	margin: 15px 0;
	text-align: center;
}

.footer-page a{
	margin: 0px 4px;
	height: 9px;
	background-color: #848484;
	padding: 2px 8px;
}

.footer-page .current{
	color: #484848;
	height: 9px;
	background-color: #d6d6d6;
	padding: 2px 8px;
}

/*媒体查询*/
@media screen and (device-width: 320px){
	*{
		margin: 0;
		padding: 0;
	}
	.menu-title {
		width: 80%;
		height: 40px;
		font-size: 16px;
		text-align: center;
	}
}


/*产品页面*/
.footer-page{
	width: 96%;
	height: 50px;
	margin: 15px 2%;
	/*background: #333333;*/
	color: #fff;
}
/*子页底部************************/
.bottom{
	width: 100%;
	height: 110px;
}
.scroll-box{
	width: 100%;
	height: 40px;
	background: #272727;
	color: #fff;
}
.top{
	width: 63px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}
.bottom-font{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #858585;
	text-align:center;
}
/*子页底部end****************************/
/*工程案例********************************/
.case{
	width: 80%;
	overflow: hidden;
	padding:0 10%;
}
.case ul li{
	width: 100%;
	height:260px;
}
.case ul li img{
	width: 100%;
	height: 200px;
}
.case ul li a{
	display: block;
}
.case-title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
}
.comm{
	width: 96%;
	padding: 2%;
	overflow: hidden;
	min-height: 250px;
	line-height: 30px;
	font-size: 14px;
}
/*技术交流************************************/
.talk{
	width: 100%;
}
.talk ul li{
	width: 98%;
	height: 170px;
	padding: 20px 1%;
	margin: 0 auto;
	border-bottom: 1px solid #d4d4d4;
	box-sizing: border-box;
}
.talk ul li:last-child{
	border-bottom: none;
}
.talk ul li img{
	width: 40%;
	height: 100px;
	margin:2%;
}
.talk-right{
	width: 55%;
}
.talk-title{
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color:#0d83c3;
	overflow: hidden;
}
.talk-main{
	width: 100%;
	height: 50px;
	line-height: 25px;
	font-size: 14px;
}
.talk-data{
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: #7d7d7d;
	font-size: 12px;
}

/*内容页样式**************************************************/
.banner{
	width: 100%;
	height: 230px;
	position: relative;
	top:0;
}
.banner img{
	width: 100%;
	height: 230px;
}
.back{
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top:15px;
	left: 15px;
	display: block;
}
.back span{
	width: 36px;
	height: 35px;
	color: #fff;
	font-size: 40px;
	line-height: 37px;
	text-align: center;
}
.content{
	width: 96%;
	margin: 2%;
	overflow: hidden;
}
.content-title{
	width: 100%;
	min-height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bolder;
}
.content-data{
	width: 120px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.content-main{
	width: 100%;
	overflow: hidden;
	min-height: 300px;
	font-size: 12px;
	line-height: 25px;
}
/*产品详情页********************************/
.prd-top{
	width: 96%;
	padding: 2%;
	overflow: hidden;
	border-bottom: 1px solid #bfbfbf;
}
.prd-content{
	width: 100%;
	min-height:50px;
	line-height: 25px;
	color: #666;
	font-size: 14px;
}
.prd-main{
	width: 96%;
	padding: 2%;
	min-height: 300px;
	font-size: 12px;
	line-height: 25px;
}

@media screen and (min-width: 650px) { 
	.box1 ul li {
		height: 100%;
	}
	.box1 ul li img{
		height:333px;
	}
	.flickerplate ul.flicks>li .flick-inner{
		display: block!important;
	}
	.flickerplate ul.flicks>li .flick-inner img{
		height:633px;
	}
	.flickerplate{
		height: 100%!important;
	}
} 
@media screen and (max-width: 1024px) {
	.prd-list{
		height: 320px;
	}
	.prd-list li{
		height: 270px;
	}
	.prd-list-img{
		height: 175px;
	}
} 