/*公用样式*/
body{margin:0px;padding:0px;font:14px #545454 "微软雅黑";}
ul,li,dl,dt,dd{list-style:none;}
img,a,p,span,ul,li,dl,dt,dd,h1,h2,h4,h5,h6,b{padding:0;margin:0;border:none;}
a{text-decoration: none;color:#545454;}
.box{width: 100%;padding:120px 0;overflow:hidden;}
.line{border-bottom:1px solid #e0e0e0;position: relative;}
.title{font-size: 32px;color:#333;line-height:32px;}
.word{color:#aaa;font-size: 12px;letter-spacing: 4px;font-family: "Times New Roman";}
.btn{border:1px solid #333;padding:2px;display:block;width:120px;height:32px;}
	.btn span{background:#333;display:block;width:120px;height:32px;line-height:32px;color:#fff;text-align: center;font-size: 14px;}
	.btn:hover{border:1px solid #174592;}
	.btn:hover span{background:#174592;}
.banner{width:100%;height:800px;overflow:hidden;}
.container{width:100%;padding:60px 0;background: #f2f2f2;}
.pages{width:1170px;margin:0 auto;font-size: 16px;padding:16px 0 0 0;}
	.pages span,.pages b,.pages a{padding:12px 16px;}
	.pages span{border:1px solid #e0e0e0;color:#aaa;background:#fff;}
	.pages b{border:1px solid #174592;background:#174592;color:#fff; }
	.pages a{border:1px solid #e0e0e0;color:#174592;background:#fff; }
	.pages a:hover{border:1px solid #174592;}


/*顶部公用样式*/
.header{width:100%;height:120px;border-bottom: 1px solid #e0e0e0;}
	.header div{width:1170px;height:120px;margin:0 auto;}
.header .logo{width:190px;height:44px;background:url("../images/logo.png") no-repeat;float:left;margin:38px 0 0 0;}
	.header .logo a{width:190px;height:44px;display: block;}

#nav {float: right;height: 80px;margin: 40px 0 0 0;}
	#nav li {float: left;position: relative;background:url("../images/line43.png") no-repeat left top;}
	#nav li.open, #nav li:hover {background:url("../images/line80.png") no-repeat left top;}
		#nav li a {display: block;padding: 0 40px 0 24px;line-height: 20px;height:80px;}
			#nav li a h4{font-size: 18px;color:#333;font-weight: 300;}
			#nav li a span{font-size: 8px;color:#aaa;font-weight: 100;font-family: "Times New Roman"}
			#nav li ul { display: none; position: absolute; top: 80px; left: 0; width: 320px; padding: 0 0 5px; background: #fff;border-top:1px solid #e0e0e0;}
			#nav li:hover ul { display: block; }
			#nav li:hover a h4 {color:#174592;}
				#nav li ul li {float: none;background: none;}
				#nav li ul li a {height:54px;line-height:54px;display: inline-block;padding: 0 0 1px 20px;margin: 0 0 1px 0;border-left:1px solid #174592;border-bottom:1px solid #e0e0e0;}
				#nav li ul li a {display: block;}
					#nav li ul li a:hover {background: #174592;color: #fff;border-bottom:1px solid #174592;padding: 0 0 1px 26px;}


/*底部公用样式*/
.footer{width:100%;background: #333;height:80px;line-height:80px;color:#ccc;text-align: center;}


/*轮播样式*/
.slide-main{height:800px;position:relative;border-bottom:1px solid #e0e0e0;}
.prev,.next{display:block;width:44px;height:44px;position:absolute;z-index:222;top:367px;overflow:hidden;cursor:pointer;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);_border:1px solid none;}
.prev{left:70px;}
.next{right:70px;}
.prev:hover,.next:hover,.nav-main a:hover,.nav-main a.cur{opacity:1;-moz-opacity:1;filter:alpha(opacity=100);}
.item{display:block;width:100%;height:5px;position:absolute;z-index:124;top:740px;left:0;text-align:center;}
.item a{display:inline-block;width:24px;height:5px;margin-right:11px;background:#333;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);overflow:hidden;}
.item a.cur{background:#fff;}
.slide-box,.slide{display:block;width:100%;height:800px;overflow:hidden;}
.slide-box{position:relative;}
.slide{display:none;height:800px;padding-top:89px;background:#ff6900;position:relative;position:absolute;z-index:8;}
#bgstylea{background:url("../images/1/包装材料拉网展架3.jpg") center center no-repeat;}
#bgstyleb{background:url("../images/1/包装材料拉网展架3.jpg") center center no-repeat;}
#bgstylec{background:url("../images/1/包装材料拉网展架3.jpg") center center no-repeat;}
.slide a{display:block;width:100%;height:800px;cursor:pointer;}
.obj-a,.obj-b,.obj-c,.obj-d,.obj-e,.obj-f{position:absolute;z-index:9;left:50%;}
.obj-a,.obj-b{width:952px;margin-left:-476px;text-align:center;}
.obj-a{width:487px;height:520px;margin-left:-560px;top:103px;z-index:12;}
.obj-b{width:994px;height:772px;top:40px;margin-left:-180px;}
.obj-c{width:487px;height:520px;margin-left:-560px;top:103px;z-index:12;}
.obj-d{width:994px;height:772px;top:40px;margin-left:-180px;}
.obj-e{width:487px;height:520px;margin-left:-560px;top:103px;z-index:12;}
.obj-f{width:994px;height:772px;top:40px;margin-left:-180px;}
@-webkit-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@-moz-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@-webkit-keyframes saAni{from{opacity:0;-webkit-transform:scale(0,0);} to{opacity:1;-webkit-transform:scale(1,1);} }
@-moz-keyframes saAni{from{opacity:0;-moz-transform:scale(0,0);} to{opacity:1;-moz-transform:scale(1,1);} }
@keyframes saAni{from{opacity:0;transform:scale(0,0);} to{opacity:1;transform:scale(1,1);} }
.watch-code.code-show{display:block;animation-name:scode;-webkit-animation:scode 0.3s linear 0s normal none;-moz-animation:scode 0.3s linear 0s normal none;animation:scode 0.3s linear 0s normal none;}
@-webkit-keyframes scode{from{opacity:0;-webkit-transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;-webkit-transform:scale(1,1); transform-origin: left bottom;} }
@-moz-keyframes scode{from{opacity:0;-moz-transform:scale(1,0); transform-origin:left bottom;} to{opacity:1;-moz-transform:scale(1,1);transform-origin:bottom bottom;} }
@keyframes scode{from{opacity:0;transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;transform:scale(1,1);transform-origin: left bottom;} }
.banAnimate .obj-c,.banAnimate .obj-e,.banAnimate .obj-a{display:block;animation-name:saAnic;-webkit-animation:saAnic 0.3s linear 0s normal none;-moz-animation:saAnic 0.3s linear 0s normal none;animation:saAnic 0.3s linear 0s normal none;}
@-webkit-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
.banAnimate .obj-d,.banAnimate .obj-f,.banAnimate .obj-b{display:block;animation-name:saAnid;-webkit-animation:saAnid 0.3s linear 0s normal none;-moz-animation:saAnid 0.3s linear 0s normal none;animation:saAnid 0.3s linear 0s normal none;}
@-webkit-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }


/*首页样式*/
.about-index,.fangan-index,.dingyi,.cailiao,.baogao{width:1170px;margin:0 auto;}
	.about-index img{float:left;margin-right:32px;}
	.about-index div{width:416px;float:right;padding:52px 0 0 0;}
		.about-index div p{padding:32px 0;line-height:24px;color:#545454;}
.fangan-index p,.dingyi p,.cailiao p,.baogao p{padding:32px 0 0 0;line-height:24px;color:#545454;width:816px;}
.fangan-index .mr{margin-right: 32px;}
	.fangan-index ul{margin:60px 0 0 0;}
		.fangan-index ul li{float:left;width:160px;height:292px;overflow:hidden;padding:3px;border:1px solid #aaa;}
			.fangan-index ul li a{width:158px;height:290px;display: block;border:1px solid #ccc;}
			.fangan-index ul li p{padding:24px 12px 0 12px;;width:auto;font-size:14px;line-height: 20px;}
			.fangan-index ul li span{display: block;width:22px;text-align:center;padding:34px 14px 34px 14px;background: #333;color:#fff;font-size:20px;margin: -5px auto 0 auto;}
			.fangan-index ul li a:hover span{background:#174592;}
.news-index{width:1202px;margin:0 auto;overflow:hidden;}
	.news-index ul{margin:40px 0 0 0;}
		.news-index li{float:left;padding:0 16px;width:368px;}
			.news-index li a{display: block;border-bottom: 1px solid #aaa;padding:0 0 2px 0;}
				.news-index li a:hover{border-bottom: 1px solid #174592}
				.news-index li a img{width:368px;height:196px;}
				.news-index li a h6{font-size: 16px;line-height: 20px;padding:32px 0 0 0;color:#333;}
				.news-index li a p{line-height: 20px;padding:6px 0 32px 0;color:#aaa;border-bottom: 1px solid #ccc;}
				.news-index li a:hover h6{color:#174592}
.agents{width:1170px;margin:0 auto;padding:100px 0;height:724px;}
	.agents iframe{margin:0 0 0 90px;}
.agents-title{display: block;margin-top:-724px;}


/*关于样式*/
/* .banner-guanyu{background: url("../images/banner-guanyu.jpg") no-repeat center;} */
/* .banner-guanyu{background: url("../images/banner效果.png") no-repeat center top; background-size: cover;} */
.banner-guanyu{background: url("../images/1/shouye.png") no-repeat center top; background-size: cover;}
.about{width:1170px;margin:0 auto;}
.about img{float:left;}
	.about div{float:right;width:616px;padding:0 0 0 0;}
		.about div p{padding:40px 0 0 0;line-height: 24px;}
.about-box{width:100%;overflow: hidden;border-bottom: 1px solid #e0e0e0;}
.about-linian{width:1170px;margin:0 auto;height:634px;background: url("../images/linian.jpg") no-repeat left top;}
.about-wenhua{width:1170px;margin:0 auto;height:656px;background: url("../images/wenhua.jpg") no-repeat left top;}

/*产品样式*/
/* .banner-chanpin{background: url("../images/banner-chanpin.jpg") no-repeat center;} */
.banner-chanpin{background: url("../images/1/cailiao.jpg") no-repeat center;}
.dingyi img,.cailiao img,.baogao img{margin-top:60px;}

/*新闻列表样式*/
.banner-min{width:100%;height:200px;background:url("../images/banner-min.jpg") no-repeat center;}
	.banner-min div{width:1170px;margin:0 auto;padding:26px 0 0 0;}
.news_list{width:1170px;margin:0 auto;overflow:hidden;}
	.news_list li{width:1170px;overflow:hidden;padding-bottom:24px;}
		.news_list li a{display: block;width:1104px;height:220px;border:1px solid #fff;padding:32px;background:#fff;}
			.news_list li a img{width:412px;height:220px;float:left;}
			.news_list li a div{float:right;width:642px;padding:32px 0 0 0;}
				.news_list li a div p{padding:24px 0;line-height: 22px;color:#aaa;}
				.news_list li a div span{font-size:12px;color:#666;}
			.news_list li a:hover{border:1px solid #174592;}
			.news_list li a h6{font-size:24px;}
			.news_list li a b{border:1px solid #333;padding:2px;display:block;color:#fff;width:120px;height:32px;}
				.news_list li a b span{background:#333;display:block;width:120px;height:32px;line-height:32px;color:#fff;text-align: center;font-size: 14px;}
			.news_list li a:hover h6{color: #174592;}
			.news_list li a:hover b{border:1px solid #174592;}
			.news_list li a:hover b span{background:#174592;}

/*标准文件样式*/
.news_list_file{width:1300px;margin:0 auto;overflow:hidden;}
	.news_list_file li{width:calc((100% - 120px) / 4);overflow:hidden;padding-bottom:24px;margin-right:30px;float:left;}
	.news_list_file li:last-child{margin-right:0;}
		.news_list_file li a{display: inline-block;width:calc(100% - 64px);border:1px solid #fff;padding:32px;background:#fff;}
			.news_list_file li a img{width:100%;float:left;}
			.news_list_file li a div{float:left;width:100%;padding:32px 0 0 0;height: 140px;}
				.news_list_file li a div p{padding:24px 0;line-height: 22px;color:#aaa;display: inline-block;}
				.news_list_file li a div span{font-size:12px;color:#666;display: inline-block;}
			/* .news_list_file li a:hover{border:1px solid #174592;} */
			.news_list_file li a h6{font-size:24px;}
			.news_list_file li a b{border:1px solid #333;padding:2px;display:block;color:#fff;width:120px;height:32px;}
				.news_list_file li a b span{background:#333;display:block;width:120px;height:32px;line-height:32px;color:#fff;text-align: center;font-size: 14px;}
			.news_list_file li a:hover h6{color: #174592;}
			.news_list_file li a:hover b{border:1px solid #174592;}
			.news_list_file li a:hover b span{background:#174592;}

/*新闻内页样式*/
.article{width:900px;margin:0 auto;overflow:hidden;padding:60px 135px;background:#fff;
	-webkit-box-shadow: #ccc 0px 0px 10px;
	-moz-box-shadow: #ccc 0px 0px 10px;
	}
	.article h1{line-height: 36px;font-size:28px;color:#333;text-align:center;}
.time{color:#aaa;display: block;width:100%;font-size: 14px;line-height: 24px;text-align: center;}
.content{width:100%;padding:20px 0;line-height: 28px;font-size:16px;}
	.content p{padding:12px 0;text-indent: 36px;}
	.content img{padding:12px 0;}
.news-prev{padding:16px 0 0 0;}
	.news-prev a{display:block;line-height:24px;font-size:16px;}
		.news-prev a i{color:#888;}
		.news-prev a:hover i{color:#174592;}
.news-more{padding:32px 0 0 0;}
	.news-more span{color:#333;line-height: 32px;}
	.news-more a{color:#888;line-height:24px;display: block;}
	.news-more a:hover i{color:#174592;}

/*联系我们样式*/
.contact{width:1170px;height:595px;overflow:hidden;margin:0 auto;}
.map{width:658px;height:595px;float:left;overflow:hidden;background:#333;}
.contactus{padding: 100px 0 0 72px;height:495px;width:440px;float:right;overflow:hidden;background:#fff;}
	.contactus p{line-height:32px;padding:32px 0;font-size: 14px;}
	.contactus img{margin-left: -14px;}



	#myVideo{
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 50%;
		width: 1920px;
		height: 800px;
		transform: translate(-50%, -50%);
	}
