*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
.cl{
	clear: both;
}
.banxin{
	width: 1200px;
	margin-left:auto;
	margin-right: auto;
}
.zuidakuan{
	min-width: 1200px;
}
/*头部结构开始*/

	/*顶部欢迎开始*/
	.topwrap{
		background-color: #e7e7e8;
		min-width: 1200px;
	}
	.top{
		height: 40px;
		font-size: 14px;
		color: #666666;
	}
	.top span{
		line-height: 40px;
	}
	.top div{
		float: right;
	}
	.top a{
		text-decoration: none;
		line-height: 40px;
		padding-right: 15px;
		padding-left: 15px;
		color: #666666;
	}
	.top a:hover{
		color: #6b8cc3;
	}
	.liuyan{
		border-right: 1px solid #999999;
	}
	/*顶部欢迎结束*/

	/*第二板块开始*/
	.second{
		height: 110px;
	}
	.toplogo{
		float: left;
		margin-right: 32px;
		margin-top: 6px;
	}
	.zhuanye{
		float: left;
		border-left: 2px solid #333333;
		height: 60px;
		padding-left: 15px;
		margin-top: 29px;
		color: #231815;
	}
	.zhuanye .one{
		font-size: 24px;
		margin-bottom: 5px;
		color: #ff0000;
	}
	.zhuanye .two{
		font-size: 20px;
	}
	.kefu{
		background: url(../images/toptel.jpg) no-repeat left center;
		float: right;
		padding-left: 62px;
		margin-top: 34px;
		margin-right: 16px;
	}
	.fuwu{
		font-size: 18px;
		color: #231815;
		font-weight: bold;
	} 
	.haoma{
		font-size: 22px;
		font-weight: bold;
		color: #d81e06;
	}
	/*第二板块结束*/
	
	/*导航开始*/
		.navwrap{
			background-color: #ff0000;
			min-width: 1200px;
		}
		.nav{
			height: 52px;
		}
		.nav .daohang{
			list-style-type:none;
			/*width: 960px;*/
			float: left;
		}
		.nav .yiji{
			float:left;
			position: relative;
		}
		.nav .yiji:hover{
			background-color: #131314;
		}
		.nav .yiji .abiaoti{
			width: 150px;
			display: block;
			height: 52px;
			line-height: 52px;
			text-decoration: none;
			color:white;
			text-align: center;
		}
		.nav .erji{
			position:absolute; 
			top:52px; 
			left:0px;
			width:150px;
			z-index: 1000;
		}
		.nav .erji li{
			/*height:48px; */
			overflow:hidden; 
			background:none; 
			padding-bottom:0px; 
			margin-left:0; 
			display:block;
			text-align:center; 
		}
		.nav .erji  a{
			font-size:13px; 
			background-color: #131314;
			display:block; 
			height:48px; 
			line-height:48px;
			text-decoration: none;
			color: white;
			overflow:hidden; 
			padding:0px; 
		}
		.nav .erji li a:hover{
			border-bottom: 1px dashed white;
		}
		
		.fm{
			float: right;
			margin-top:7px;
		}
		.fm div{
			width: 192px;
			height: 38px;
			background-color: white;
			border-radius:10px;
		}
		.inp{
			color: #0068bf;
			outline: none;
			padding-left:15px;
			border: none;
			padding-top:11px ;
			border-radius:10px;
		}
		.btn{
			background: url(../img/search.png) no-repeat left;
			border: 0;
			color: #0068bf;
			cursor: pointer;
		}
		/*导航结束*/
		
	/*banner开始*/
		.banner{
			height: 600px;
			background-color: #999999;
			min-width: 1200px;
		}
		.swiper-container {
	      width: 100%;
	      height: 100%;
	      margin-left: auto;
	      margin-right: auto;
	      position: relative;
		z-index: 0;
	    }
	
	    .swiper-slide {
	
	      /* Center slide text vertically */
	      display: -webkit-box;
	      display: -ms-flexbox;
	      display: -webkit-flex;
	      display: flex;
	      -webkit-box-pack: center;
	      -ms-flex-pack: center;
	      -webkit-justify-content: center;
	      justify-content: center;
	      -webkit-box-align: center;
	      -ms-flex-align: center;
	      -webkit-align-items: center;
	      align-items: center;
	    }
	    .backbanner{
	    	width: 100%;
	    }
	    .backbanner img{
	    	width: 100%;
	    }

	/*banner结束*/

	/*数字展示开始*/
	.shuzi {
		position: relative;
		z-index: 1;
	}
	.shuzi .banxin .waikuang{
		width: 1200px;
		height: 150px;
		background-color: white;
		box-shadow: 0px 0px 20px rgba(63,67,238,0.3);
		border-radius: 20px;
		position: absolute;
		top: -80px;
		z-index: 3;
	}
	.shuzi .banxin .waikuang .tutu{
		float: left;
		width: 399px;
		height: 150px;
		text-align: center;
	}
	.shuzi .banxin .waikuang .tutu .tutuone{
		margin: 20px auto 10px;
	}
	.shuzi .banxin .waikuang .qian{
		font-size: 50px;
		color: #ff0000;
	}
	.shuzi .banxin .waikuang .hou{
		font-size: 20px;
		color: #ff0000;
	}
	.shuzi .banxin .waikuang .shuxian{
		height: 86px;
		width: 1px;
		background-color: #999999;
		float: left;
		margin-top: 32px;
	}
	/*数字展示结束*/
	
/*头部结构结束*/	

/*主要内容开始*/

	/*产品结构开始*/
	
	/*标题*/
	.pro{
		position: relative;
	}
	.biaoti{
		text-align:center;
		margin-top: 150px;
		position: relative;
	}
	.yingwen{
		color: #ededed;
		font-size: 70px;
		font-weight: bold;
	}
	.zhongwen{
		color: black;
		font-size: 36px;
		font-weight: bold;
		position: absolute;
		top: 56px;
		left: 527px;
	}
	.hongxian{
		width: 60px;
		height: 3px;
		background-color: #d81e06;
		margin-left: auto;
		margin-right: auto;
		margin-top: 26px;
	}
	/*标题*/
	
	/*分类*/
	.pro .banxin .fenlei{
		background: url(../images/lfenlei.png) no-repeat 0 18px;
		padding-left: 60px;
		margin-top: 50px;
	}
	.pro .banxin .fenlei ul{
		list-style-type: none;
	}
	.pro .banxin .fenlei li{
		float: left;
		margin-right: 36px;
		margin-top: 20px;
	}
	.pro .banxin .fenlei li:hover{
		color: #d81e06;
		cursor: pointer;
	}
	.pro .banxin .fenlei a{
		text-decoration: none;
		float: left;
		margin-top: 20px;
	}
	.pro .banxin .fenlei a:hover{
		color: #d81e06;
	}
	.fm{
		float: right;
		/*margin-top:7px;*/
	}
	.fm div{
		width: 192px;
		height: 38px;
		background-color: #ededed;
		border-radius:10px;
	}
	.inp{
		color: #ff0000;
		outline: none;
		padding-left:15px;
		border: none;
		padding-top:11px ;
		border-radius:10px;
		background-color: #ededed;
	}
	.btn{
		background: url(../images/search.png) no-repeat left top;
		border: 0;
		color: #ff0000;
		cursor: pointer;
	}
	/*分类*/
	
	/*产品*/
	.pro .banxin .chanpin{
		margin-top: 20px;
	}
	.pro .banxin .chanpin ul{
		list-style-type: none;
	}
	.pro .banxin .chanpin li{
		margin-top: 40px;
		margin-right: 20px;
		max-width:380px; 
		max-height:280px;
		width: 380px;
		height: 280px;
		box-shadow: 2px 2px 10px rgba(9,9,31,0.4);
		float: left;
		position: relative;
	}
	.pro .banxin .chanpin a{
		text-decoration: none;
		display: table-cell; 
		width: 380px;
		height: 280px;
		text-align: center; 
		vertical-align: middle;
	}
	
	.pro .banxin .chanpin img{
		max-width:380px; 
		max-height:280px;
	}
	.pro .banxin .chanpin p{
		width: 380px;
		height: 40px;
		background: black;
		opacity: 0.4;
		color: white;
		text-align: center;
		line-height: 40px;
		position: absolute;
		bottom: 0px;
		z-index: 999;
	}

	/*产品*/
	/*产品结构结束*/
	
	/*关于我们开始*/
	.about{
		position: relative;
		margin-bottom: 128px;
		min-width: 1200px;
	}
	.about .beijing{
		position: absolute;
		top: 160px;
		background-size:contain|cover;
		width:100%;
		height: 600px;
		z-index: -1;
	}
	.about .banxin .neirong{
		margin-top: 50px;
	}
	.about .banxin .neirong .zhaopian{
		width: 500px;
		height: 490px;
		float: left;
		margin-top: 54px;
		box-shadow: 0px 0px 20px rgba(9,9,31,0.4);
		margin-right: 46px;
		margin-bottom: 60px;
	}
	.about .banxin .neirong .jianjie{
		margin-top: 130px;
		color: white;
		float: left;
		text-align: left;
	}
	.about .banxin .neirong .jianjie .gsjj{
		font-size: 26px;
		font-weight: bold;
	}
	.about .banxin .neirong .jianjie .gsjjyw{
		font-weight: bold;
	}
	.about .banxin .neirong .jianjie .jjnr{
		width: 646px;
		margin-top: 44px;
		margin-bottom: 60px;
		line-height: 30px;
	}
	.more{
		margin-left: auto;
		margin-right: auto;
		text-decoration: none;
		color: white;
		display: block;
		width: 118px;
		height: 36px;
		border-radius:10px ;
		text-align: center;
		line-height: 35px;
		background-color: #d81e06;
	}
	.more:hover{
		background-color: #ff0000;
	}
	/*关于我们结束*/
	
	/*优势开始*/
	.youshi .banxin ul{
		list-style-type: none;
		margin-top: 80px;
		width:90%;
		margin-left: auto;
	}
	.youshi .banxin li{
		float: left;
		margin-right: 146px;
		text-align: center;
		width:19%
	}
	.youshi .banxin .wanshan{
		margin-right: 0px;
	}
	.youshi .banxin ul li p{
		font-size: 22px;
		line-height: 50px;
		font-weight: bold;
	}
	.youshizhong{
		left: 506px;
	}
	/*优势结束*/
	
	/*案例开始*/
	.wwwp{
		background-color: rgba(29,32,136,0.1);
		padding-bottom: 50px;
		padding-top: 60px;
		margin: 150px auto;
		min-width: 1200px;
	}
	.shipin{
		position: relative;
		margin-bottom: 80px;
	}
	.anlibt{
		margin-top: 0;
	}
	.anlibt .anliyw{
		color: #d8d8e0;
	}
	.control-box {
    width: 1200px;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
	margin-top:70px;
	position: relative;
	}
	.control-box ul li {
	  display: block;
	  width: 363px;
	  height: 260px;
	  float: left;
	  margin-left: 28px;
	  cursor: pointer;
	}
	
	.control-box ul li img{
	  width: 358px;
	  height: 235px;
	}
	
	.control-box ul li img:hover{
		width: 358px;
	  height: 235px;
		box-shadow: 5px 5px 0px rgba(29,32,136,0.4);
	}
	.control-box .prev,.control-box .next{ position:absolute;  left:0px; top: 100px; display:block; width:18px; height:28px; overflow:hidden; background:url(../images/icons.png) -40px 0 no-repeat; cursor:pointer;  }
	.control-box .next{ left:auto; right:0px; background-position:-120px 0; }
	.control-box .prevStop{ background-position:0 0; }
	.control-box .nextStop{ background-position:-80px 0; }
	/*.anlimore{
		margin-bottom: 60px;
	}*/
	/*案例结束*/
	
	/*新闻开始*/
		/*左边开始*/
		.news .banxin .left{
			width: 300px;
			height: 546px;
			background-color: #ff0000;
			float: left;
			margin-right: 38px;
		}
		.news .banxin .left .newsbt{
			text-align:center;
			padding-top: 30px;
			position: relative;
		}
		.news .banxin .left .newsyw{
			color: #131571;
			font-size: 70px;
			font-weight: bold;
		}
		.news .banxin .left .newszw{
			color: white;
			font-size: 36px;
			font-weight: bold;
			position: absolute;
			top: 76px;
			left: 76px;
		}
		.news .banxin .left .newsbx{
			width: 60px;
			height: 3px;
			background-color: white;
			margin:20px auto 40px ;
			margin-left: auto;
			margin-right: auto;
			margin-top: 20px;
		}
		.news .banxin .left .baidi{
			width: 290px;
			height: 332px;
			background-color: white;
			margin-left: auto;
			margin-right: auto;
			padding-top: 26px;
		}
		.news .banxin .left .baidi .ming{
			text-decoration: none;
			text-align: center;
			display: block;
			width: 260px;
			height: 50px;
			margin: 26px auto;
			border: 1px solid #ff0000;
			line-height: 50px;
			font-size: 20px;
			color: #333333;
		}
		.news .banxin .left .baidi .ming:hover{
			border: none;
			color: white;
			background-color: #ff0000;
		}
		.news .banxin .left .baidi .xw{
			background-color: #ff0000;
		}
		.news .banxin .left .baidi .xw:hover{
			background-color: #d81e06;
		}
		/*左边结束*/
		
		/*右边开始*/
		.news .banxin .right{
			float: left;
		}
		.news .banxin .right ul{
			list-style-type: none;
		}
		.news .banxin .right ul a{
			text-decoration: none;
			color: #333333;
		}
		.news .banxin .right ul a:hover{
			color: #d81e06;
			cursor: pointer;
		}
		.news .banxin .right img{
			width: 280px;
			height: 162px;
			margin-right: 40px;
			margin-bottom: 26px;
			float: left;
			box-shadow: 2px 2px 10px rgba(9,9,31,0.4);
		}
		.news .banxin .right .xinwen{
			float: left;
			width: 538px;
			padding-top: 16px;
		}
		.news .banxin .right .xinwen .xwbt{
			font-size: 18px;
			font-weight: bold;
		}
		.news .banxin .right .xinwen .xwrq{
			font-size: 14px;
			margin-top: 8px;
			margin-bottom: 8px;
		}
		.news .banxin .right .xinwen .xwzy{
			font-size: 14px;
			line-height: 24px;
		}
		/*右边结束*/
	/*新闻结束*/
	
	/*友情链接开始*/
	.youlian{
		margin-bottom: 40px;
		min-width: 1200px;
	}
	.youlian .banxin{
		padding-top: 40px;
	}
	.youlian .banxin .ylleft{
		float:left;
		margin-right: 40px;
	}
	.youlian .banxin .ylleft .ying{
		font-size: 36px;
		color: #d81e06;
	}
	.youlian .banxin ul{
		list-style-type: none;
		margin-top: 40px;
		float: left;
	}
	.youlian .banxin li{
		float: left;
	}
	.youlian .banxin a{
		text-decoration: none;
		color: #333333;
		margin-right: 60px;
	}
	.youlian .banxin a:hover{
		color: #d81e06;
	}
	/*友情链接结束*/
/*主要内容结束*/

/*底部内容开始*/
	/*底部导航开始*/
	.footernav{
		height: 68px;
		background-color: #ff0000;
		min-width: 1200px;
	}
	.navbx ul{
		list-style-type: none;
		padding-left: 50px;
		padding-top: 24px;
	}
	.navbx li{
		float: left;
	}
	.navbx .dbdh{
		text-decoration: none;
		color: white;
		display: block;
		width: 150px;
		height: 20px;
		text-align: center;
		border-right: 1px solid white;
	}
	.navbx .dbdh:hover{
		color: #d81e06;
	}
	/*底部导航结束*/
	
	/*底部联系开始*/
	.dibulx{
		background-color: #131314;
		color: white;
		min-width: 1200px;
	}
	.footerbx{
		padding-top: 60px;
	}
	.footerlogo{
		margin-right: 110px;
		float: left;
	}
	.lianxius{
		float: left;
	}
	.lianxius ul{
		float: left;
		margin-right: 50px;
		list-style-type: none;
		margin-top: 14px;
	}
	/*.lianxius ul li{
		display: block;
		height: 40px;
		padding-left: 60px;
		line-height:40px;
		padding-bottom: 20px;
	}*/
	.lianxius .zuoji{
		background: url(../images/dibudianhua.png) no-repeat;
		display: block;
		height: 40px;
		padding-left: 60px;
		line-height:40px;
		padding-bottom: 20px;
	}
	.lianxius .youxiang{
		background: url(../images/dibuyouxiang.png) no-repeat;
		display: block;
		height: 40px;
		padding-left: 60px;
		line-height:40px;
		padding-bottom: 20px;
	}
	.lianxius .dbshouji{
		background: url(../images/dibushouji.png) no-repeat;
		display: block;
		height: 40px;
		padding-left: 60px;
		line-height:40px;
		padding-bottom: 20px;
	}
	.lianxius .dizhi{
		background: url(../images/dibudizhi.png) no-repeat;
		display: block;
		height: 40px;
		padding-left: 60px;
		line-height:40px;
		padding-bottom: 20px;
	}
	.weixindb{
		float: right;
		text-align: center;
	}
	.weixindb img{
		margin-bottom: 8px;
	}
	.xian{
		height: 1px;
		background-color: #565555;
		margin-top: 32px;
	}
	.banquan{
		text-align: center;
		color: #999999;
		line-height: 80px;
	}
	.banquan .banquana{
		text-decoration: none;
		color: #999999;
	}
	.banquan .banquana:hover{
		color: #eeeeee;
	}
	/*底部联系内容结束*/
	
	/*返回顶部开始*/
	.to-top { 
		display: none; 
		}
	/*返回顶部结束*/

/*底部内容结束*/



