@charset "UTF-8";
/* CSS Document */
body{
	background:#080808;
	color:#fff;
	line-height: 1.4;
	letter-spacing: 0.5px;

}
.phone_Team_anniu{
		position: fixed;
		z-index: 100;
		display: table;
		width:100%;
		left: 0;
		margin-top: 0 !important;
		padding:10px 0vw 0 8vw;
		/* background: rgba(0,0,0,0.8); */
	
	}
	.phone_Team_anniu a{
		background: rgba(0,0,0,0.95);
	}
	.Team_anniu .Team_anniu_div{
		background: rgba(255,197,57,1);
		color:rgba(0,0,0,1);
	}

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

}*/
/*float_menu设置==============================*/

#float_menu{
	width: 80px;
	height: auto; 
	position: fixed;
	top: 50%;
	right:2vw;
	z-index: 90;
	display: block;
	
}
#float_menu ol{
	display: block;
	list-style: none;
	text-align: left;
}
#float_menu ol a{

	text-align: center;
	line-height: 20px;
	display: block;
	overflow: hidden;
	color:rgba(255,255,255,0.6);
}
#float_menu ol a:nth-child(odd) div{
	float: left;
}
#float_menu ol a:nth-child(odd) div:first-child{
	width:20px;
	height: 20px;
	text-align: center;
	color:#fff;
	margin-right: 3px;
}
.yuandian{
	display: block;
	width: 3px;
	height: 3px;
	margin: 8.5px auto;
	border:2px solid rgba(255,255,255,0.7);
	box-sizing: border-box;
	border-radius: 50%;
		
}
#float_menu ol a:nth-child(even){
	width:20px;
	

}
#float_menu ol a:nth-child(even) div{
	width: 1px;
	height: 30px;
	background: rgba(255,255,255,0.3);
	margin-left: auto;
	margin-right: auto;
}

.yuandian_xiaoguo{
	width: 10px;
	height: 10px;
	margin: 5px auto;
	border:1px solid rgba(255,197,57,0.9);
}
#float_menu .b_wenan{
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
}
#float_menu .cur{
	color:rgba(255,197,57,0.9);
}
#float_menu ol a:hover{
	color:rgba(255,197,57,0.9);
}


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

#new_box,
.banner_box_bg{
	background: url( ../../../index/images/bg.jpg);
	background-size:100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow:hidden;
	width: 100vw;
	
}
#new_box > div,
.banner_box_bg > div{
	width:100%;
	height:100%;
	overflow: hidden;
	background:rgba(0,0,0,0.4);
}

.banner_box{
	position: relative;
	height:28vw;
	margin: 10rem auto 0 auto;
	
	border-radius: 10px;
	overflow:hidden;
	border:1px solid rgba(255,197,57,0.2);
	box-sizing: border-box;
}

.banner{
	width:100%;
	display: block;
	

}

.banner_wenan_box{
	position: absolute;
	top:0;
	left: 4vw;
	display: table;
	height: 100%;
	width: 46vw;
	padding-bottom: 1rem;
	overflow: hidden;
}

.banner_wenan{
	display: table-cell;
	vertical-align: middle;
}
.banner_wenan h2{
	font-size: 3.6rem;
	color:rgba(255,197,57,1);

}
.banner_wenan p{
	margin-top: 2rem;
	color:rgba(255,255,255,0.8);
	
}

.Team_anniu{
	margin-top: 3rem;
}
.Team_anniu div{
	float: left;
	overflow: hidden;
	margin-bottom: 1.2rem;

}
.Team_anniu div a{
	color:rgba(255,255,255,0.7);
	padding: 0.8rem 4rem;
	border: 0.08rem solid rgba(255,197,57,0.7);
	box-sizing: border-box;
	border-radius: 3px;
	display: inline-block;
	margin-right: 1rem;
	position: relative;
}
.Team_anniu div:last-child{
	
	margin-right: 0;
	
}



@media screen and (min-width: 1025px) {
	.Team_anniu div a:hover{
		border: 0.08rem solid rgba(255,197,57,1);
		background:  rgba(255,197,57,1);
		color:rgba(0,0,0,1);
		cursor: pointer;
	}
}



/*new展示========================== */

.new_biaoti{
	width: 100%;
	display: table;
	padding: 80px 0;

}
.new_biaoti div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: rgba(255,197,57,1);
	font-size: 20px;
}
.new_biaoti div:first-child,
.new_biaoti div:last-child{
	width: 38%;
	
	
}

.new_biaoti div .xiaotiao{
	height: 1px;
	background: #fff;
	width: 100%;
	display: block;
	background-color:rgba(255,197,57,0.3);
	filter:alpha(opacity=1);   -moz-opacity:1;    opacity: 1;
}

.biaoti{
	text-align: center;
	display:block;

}



.biaoti h1{

}
.photo-menu{

	overflow: hidden;
	display: inline-block;
}

.photo-menu li{
	float: left;
	margin: 0 1rem;
	font-size: 1.6rem;
	color:rgba(255,255,255,0.7);
	margin-top: 6px;

}
.photo-menu li:nth-child(odd):hover{
	color:rgba(255,197,57,1);
	cursor: pointer;
}



.new{
	
	padding-top: 4.5rem;
	overflow: hidden; 
	
}
.new_content{
	overflow: hidden;
}


.new_content .box{
	width:23.95%;
	margin-right: 1.4%;
	margin-bottom: 4%;
	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_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;
}

.box .info p{
	font-size:1.3rem;
	color:rgba(255,255,255,0.6);
	line-height:1.4;
	margin-top: 1rem;
}

.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(../../../index/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;
}


/*event展示========================== */

.box .info2{
	background:rgba(0,0,0,0.6);
}
.box .info2 h3{
	font-size:1.4rem;
	color:rgba(255,197,57,1);
	padding: 1.3rem 1.2rem 1.3rem 1.2rem;
}
.bottom_line {
	width: 100%;
	margin: 0;
	background-color:rgba(0,0,0,0.9);
	height: 2px;
}

.box .info2 div{
	padding: 1rem 1.2rem;
	overflow: hidden;
}

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


.pinban_bg{
	display: none;
}

@media screen and (max-width: 1024px) {
	.pinban_bg{
		display: block;
		background: url( ../img/bg.jpg);
		background-size:100% 100%;
		background-repeat: no-repeat;
		width: 100vw;
		height: 100vh;
		position: fixed;
		left: 0;
		top:0;
		z-index: -1;
	}
	#new_box,
	.banner_box_bg{
		background:none;
		width: 100vw;
	
	}
	#new_box > div,
	.banner_box_bg > div{
		width:100%;
		height:100%;
		overflow: hidden;
		background:rgba(0,0,0,0);
	}
	.new_biaoti{
		padding: 40px 0;
	}
	
	.new{	
		margin-top: 0em;		
	}
	
	/*banner设置==============================*/
	
	.banner_wenan_box{
		width: 50vw;
	}
	.banner_wenan p{
		margin-top: 1rem;
	
	}
	
	.Team_anniu{
		margin-top: 2vw;
	}
	.Team_anniu div{
		margin-top: 0rem;

	}
	.Team_anniu div a{
		color:rgba(255,255,255,0.7);
		padding: 0.4rem 2.2rem;
		margin-right: 1rem;
	}
	
	
	/*float_menu设置==============================*/
	
	#float_menu{

		right:0.5vw;
		
	
	}
	.Team_anniu div a{
		font-size: 1.6vw;
	}
}



@media screen and (max-width: 768px) {
	.banner_box_bg{
		margin-top: 10vw;
	}
	.pinban_bg {
		display: none;
	}

	#new_box .content {
		margin-bottom: 7vh;
	}

	#new_box,
	.banner_box_bg {
		background: #000;
		overflow: hidden;
		width: 100vw;

	}

	/*banner设置==============================*/
	.banner_box {
		margin: 4vh auto 2vh;
		height: auto;
		border-radius: 4px;
	}

	.banner_box .banner {
		position: relative;
		top: 0;
		width: 180%;
		margin-left: -80%;
	}

	.banner_wenan_box {
		position: relative;
		background-color: rgba(0, 0, 0, 0.95);
		height: auto;
		width: 85vw;
		padding: 4vw 0vw 6vw 4vw;
		left: 0vw;
		overflow:visible;
	}

	.banner_wenan {
		display: block;
		vertical-align: middle;
	}

	.banner_wenan h2 {
		line-height: 1.3;
		font-size: 7vw;
		margin-bottom: 2vw;
		position: absolute;
		top:-36vw;
		width: 70vw;
		text-shadow: 0 3px 3px rgba(0,0,0,0.8);
	}

	.banner_wenan p {
		margin-top: 1vw;
		font-size: 3.6vw;
		line-height: 1.3;
		width: 100%;
		margin-bottom: 4vw;

	}
	.Team_anniu div{
		margin-top: 0;
	}
	.Team_anniu div a{
		color:rgba(255,255,255,0.7);
		padding: 1vw 5vw;
		border: 1px solid rgba(255,197,57,0.4);
		border-radius: 2px;
		font-size: 4vw;
	}
	.Team_anniu div{
		float: left;
		overflow: hidden;
		margin-bottom: 2vw;
	
	}

	


	/*产品展示设置==============================*/
	.new{
	
		padding-top: 4vw;

		
	}
	.new_content .box{
		width:48.5%;
		margin-right:3%;
		margin-bottom: 3%;
		float: left;
	}
	.new_content .box:nth-child(2n){
		margin-right: 0%;
	}

	.box .info2 h3{
		font-size:2.4vw;
		color:rgba(255,197,57,0.7);
		padding: 1.25vw 1rem 1.25vw 1rem;
	}
	
	.new_biaoti div{
		font-size: 4vw;
	}
	/*float_menu设置==============================*/
	
	#float_menu{
		display: none !important;

	}
	
	/*手机浮动导航设置==============================*/
	

	
	
	.phone_Team_anniu{
		padding:5px 0vw 0 5vw;	
	}
	.phone_Team_anniu div a{
		background: rgba(0,0,0,0.95);
		padding: 1.2vw 8vw;
		font-size: 3vw;
		margin-right: 2vw;
	
	}
	.phone_Team_anniu div{
		margin-top: 0rem;
		margin-bottom: 1vw;
	
	}
	
}



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

	

}



















