@charset "UTF-8";
/* CSS Document */


body{
	background: #000;
	width:100%;
	height: 100%;
}

/*.nav_category ul li:nth-child(6) > a{
	color:rgba(255,197,57,1);

}
*/
/*banner设置==============================*/


.banner_box{
	overflow: hidden;
	position: relative;
	width: 100vw;
	height: 28vw;
	margin-top: 80px;

	
}
.mubu_bg{
	position: absolute;
	background: rgba(0,0,0,0.85);
	width: 100vw;
	height: 28vw;
	display: table;
	text-align: center;
}
.mubu_bg div{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-shadow: 0 0 6px rgba(0,0,0,1);
	padding-bottom: 2vw;
	
}
.mubu_bg div h2{
	font-size: 4rem;
	color:rgba(255,197,57,1);
}
.mubu_bg div p{
	font-size: 1.8rem;
	margin-top: 1vw;
	width: 50vw;
	color:rgba(255,255,255,0.8);
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
}
.banner_imgbox{
	width: 400vw;
	height:100%;
	overflow: hidden;

}
.banner{
	width:100vw;
	display: block;
	float: left;
	
}

/*菜单设置==============================*/


.menu_box{
	position:relative;
	height: 0vw;
	width: 100vw;
	z-index: 999;
	
}
.menu_box table{
	
	border-collapse:separate;
	border-radius:6px;
	position: absolute;
	
	width: 70vw;
	left: 50%;
	margin-left: -35vw;
	
	height: 3.4vw;
	top: 0;
	margin-top: -1.7vw;
	
	background:#000;
	
	border:1px solid rgba(255,197,57,0.4);
	

}
.menu_box a{
	color:rgba(255,255,255,0.8);
	display: block;
}

.menu_box a:hover{
	cursor: pointer;
	color:rgba(255,197,57,1);
}

.td_color{
	color:rgba(255,197,57,1);
}
.menu_box table td{
	/*background: #fdb900;*/
	width: 10vw;
	text-align: center;
	margin: 20px;
	vertical-align: middle;
	
	
	
}

/*产品设置==============================*/


.product_box{
	background: #000;
	overflow: hidden;
	width: 100%;
	
}


.bg{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;
	position:absolute;
	z-index: -1;
	top:0;
	width: 100vw;
	height:72vw;
	filter:alpha(opacity=1);   -moz-opacity:1;    opacity: 1;

}
#product1 .product{
	margin: 18rem auto 0rem auto;
	overflow: hidden;
}
#product2 .product{
	margin: 16rem auto 0rem auto;
	overflow: hidden;
}
#product3 .product{
	margin: 16rem auto 14rem auto;
	overflow: hidden;
}




/*产品标题*/


.biaoti{
	margin:0 auto;
	text-align: center;
	color:#fff;
}


.biaoti h1{
	font-size:2.2rem;
	text-transform: uppercase;
	
}

.biaoti hr{
	width:6.4rem;
	background-color:rgba(255,197,57,1);
	height:0.05rem;
	border: none;
	margin: 3rem auto;
}

.biaoti p{
	font-size:1.8rem;
	color:rgba(255,255,255,0.55);
	line-height: 1.4;
}



/*产品分类*/


.new{
	
	margin: 4rem auto;
	overflow: hidden; 
	
}


.new_content{
	width: 100%;
	overflow:hidden;
}


.new_content .box{
	width:24.25%;
	margin-right: 1%;
	margin-bottom: 3vw;
	float: left;
}
.new_content .box:nth-child(4n){
	margin-right: 0%;
}
.new_content .box:nth-child(4n+1){
	clear: both;
}

.box{
	
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
	
	box-sizing: border-box;
}
.box div{
	position: relative;
}
.box img{
	width:100%;
	display: block;
}

.box .Team_wenan{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
}
.Team_weizhi{
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	display: table;
	text-align: center;
	filter:alpha(opacity=0);   -moz-opacity:0;    opacity: 0;
}
.Team_weizhi:hover{
	filter:alpha(opacity=1);   -moz-opacity:1;    opacity: 1;
}

.Team_wenan_box{
	display: table-cell;
	vertical-align: middle;
}
.Team_wenan_box hr{
	width:4.4rem;
	margin-bottom: 0;
}
.Team_xuanxian h1{
	font-size: 2.4rem;
}
.new_img_box {
	position: relative;
}

.new_img_box::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* max-height:28.4vw; */
	background: rgba(255, 197, 57, 0.4) url(../images/cross.png) center 70% no-repeat;
	z-index: 99;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	cursor: pointer;
}

.new_img_box:hover::before {
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
	background-position: center 50%;
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
}



.box .info2{
	background:rgba(0,0,0,0.6);
	border-left: 1rem solid rgba(0,0,0,0);
	border-right: 1rem solid rgba(0,0,0,0);
	padding: 1.5rem 0;
}
.box .info2 h3{
	font-size:1.6rem;
	color:rgba(255,197,57,0.9);
	margin-bottom: 0.4rem;
	overflow: hidden;  /*这三句为控制文字超出长度·显示省略号*/
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bottom_line {
	width: 100%;
	margin: 0;
	background-color:rgba(255,197,57,0.3);
	height: 0.1rem;
}

.box .info2 div{
	padding: 0.4rem 0 0 0 ;
	overflow: hidden;
}

.box .info2 div p{
	font-size:1.3rem;
	color:rgba(255,255,255,0.7);
}

.Team_weizhi img{
	width:14%;
	height:auto;
	margin-left: auto;
	margin-right: auto;

}
.Team_weizhi img:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


.more{
	width:18rem;
	height: 3.4rem;
	text-align: center;
	margin:7rem auto 0rem auto;
/*	background-color:#d29f19;*/
	line-height: 3.4rem;
	border: 1px solid rgba(255,197,57,0.6);
	color:#fff;
	border-radius: 0.2rem;
	cursor: pointer;
	
}

.jinxian_hr{
	
	background-color:rgba(255,197,57,0.6);
	border: none;
	height:0.05rem;
	z-index: 33;
	position: relative;
}



.Scale{
	/*animation: Scale 0.5s linear forwards;*/
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition-duration:2s;
	transition-duration:2s;
	-webkit-transition-timing-function:　linear;
	transition-timing-function:　linear;
}




/*NEW设置==============================*/


@media screen and (max-width: 1024px) {   /*调整ipad的效果*/
	.menu_box table{
		
		height:4.5vw;

	}

	.banner_box{

		margin-top: 7vw;
	}
	

	.mubu_bg div p{
		font-size: 1.6rem;
		width: 60vw;
		margin-left: auto;
		margin-right: auto;
	}
	
	.bg{

		background-attachment:inherit;
		background-size:100% auto;

	}
	.box .info2 h3{
		font-size:1.4rem;
		color:rgba(255,197,57,0.9);
		padding: 0.8rem 1.2rem;
	}
	.bottom_line {
		height: 1px;
	}

	.box .info2 div{
		font-size:1.2rem;
		padding: 0.4rem 1.2rem;
		overflow: hidden;
	}
	.biaoti h1{
		font-size:2.2rem;
		color: rgba(255,197,57,0.9)
	
	}
	.bottom_line {

		height: 1px;
	}
}

@media screen and (max-width: 768px) {   /*调整手机的效果*/
	
	/*调整banner的效果*/
	
	.banner_box{
		width: 140vw;
		height: 60vw;
		margin-left: -20vw;
		margin-top: 10vw;
	}
	.banner_imgbox{
		width: 680vw;
		height:120%;
		overflow: hidden;

	}
	.banner{
		width:170vw;
		display: block;
		float: left;
	
	}
	.mubu_bg{
		width: 140vw;
		height: 50vw;
	}
	.mubu_bg div h2{
		font-size: 7vw;
	
	}
	.mubu_bg div p{
		font-size: 3.6vw;
		width: 80vw;
		line-height: 1.3;
	}
	
	/*调整浮动菜单的效果*/
	
	.menu_box table{
		border-radius:4px;
		width: 90vw;
		margin-left: -45vw;
		height: 8vw;
		margin-top: -4vw;	
	}
	.menu_box a{
		font-size: 3.1vw;
		
	}

	
	/*内容的效果*/
	
	#product1 .product{
		margin: 28vw auto 0rem auto;
		overflow: hidden;
	}
	#product2 .product{
		margin: 28vw auto 0rem auto;
		overflow: hidden;
	}
	#product3 .product{
		margin: 28vw auto 10vw auto;
		overflow: hidden;
	}

	.bg{
		background:#000;
		height:100vh;

	}

	
	.biaoti h1{
		font-size:4vw;
	
	}
	.biaoti hr{
		width:16vw;
		background-color:rgba(255,197,57,0.4);
		height:0.06rem;
		margin: 4vw auto;
	}
	
	.new_content .box{
		width:48.5%;
		margin-right: 3%;
		margin-bottom: 6vw;
		float: left;
	}
	.new{
	
		margin: 8vw auto;
		
	}
	.new_content .box:nth-child(2n){
		margin-right: 0%;
	}
	.new_content .box:nth-child(2n+1){
		clear: both;
	}
	.box{
	
		border-radius: 2px;
	}
	.box img{
		width:120%;
		display: block;
		margin-left: -10%;
	}
	
	.box .info2{
		background:rgba(0,0,0,0.6);
		border-left: 0 solid rgba(0,0,0,0);
		border-right: 0 solid rgba(0,0,0,0);
		padding: 3vw 1vw;
	}
	.box .info2 h3{
		font-size:3.8vw;
		padding:0;
	}
	.box .info2 div{
		padding: 1vw 0;
		overflow: hidden;
	}
	.box .info2 div p{
		font-size:3.2vw
	}

	
	
}

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

	


}


