@charset "UTF-8";

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

}



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

}*/

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

#float_menu {
	width: 74px;
	height: auto;
	position: fixed;
	top: 50%;
	right: 2vw;
	z-index: 90;
	display: block;

}

#float_menu ol {
	display: block;
	list-style: none;
}

#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设置==============================*/
.banner_box_bg {
	margin-top: 11vw;
}
#new_box,
.banner_box_bg {
	background: url(../../../index/images/bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	
	width: 100vw;
	/* overflow: hidden; */

}

#new_box>div,
.banner_box_bg>div {
	width: 100%;
	height: 100%;
	
	background: rgba(0, 0, 0, 0.4);
	/* overflow: hidden; */
}

.banner_box {
	position: relative;
	
	margin: 10rem auto 0 auto;

	border-radius: 10px;
	
	border: 1px solid rgba(255, 197, 57, 0.2);
	box-sizing: border-box;
	z-index: 9;
	/* overflow: hidden; */
}

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


}

.banner_wenan_box {
	position: absolute;
	height: 28vw;
	top: 0;
	left: 4vw;
	display: table;
	width: 46vw;
	padding-bottom: 1rem;
	/* overflow: hidden; */
	z-index: 9;
}
.content{
	overflow:visible;
}
.banner_wenan {
	display: table-cell;
	vertical-align: middle;
}

.banner_wenan h2 {
	font-size: 3.6rem;
	color: rgba(255, 197, 57, 1);
	text-transform: capitalize;

}

.banner_wenan > p {
	margin-top: 2rem;
	color: rgba(255, 255, 255, 0.8);
	display: inline-block;
	width: 70%;

}

.machines_anniu{
	margin-top: 3rem;
	position:relative;
	z-index: 3;

}
.phone_machines_anniu{
	position: fixed;
	z-index: 99;
	width:100%;
	left: 0;
	margin-top: 0 !important;
	padding:10px 0vw 0 8vw;
	background: none;
	/* background: rgba(0,0,0,1); */

}
.phone_machines_anniu P{
	background: rgba(0,0,0,1);
}

.machines_anniu p{
	color: rgba(255, 255, 255, 0.8);
	padding: 0.8rem 5rem;
	border: 0.08rem solid rgba(255, 197, 57, 0.5);
	box-sizing: border-box;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
	width: auto;
}
.machines_anniu > p > i{
	/* padding: 0 0.5vw; */
	/* color: #ffc539; */
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #ffc539;
	margin-top: 6px;
	display:inline-block;
	margin-left: 6px;
}
.machines_anniu_hover > i{

	border-top: 10px solid rgba(255, 255, 255, 0.7) !important;
}
.machines_anniu ul{
	display: none;
	position: absolute;
	padding-top: 1px;
}

.machines_anniu .machines_anniu_hover {
	border: 0.08rem solid rgba(255, 197, 57, 1);
	background: rgba(255, 197, 57, 1);
	color: rgba(0, 0, 0, 1) !important;
	cursor: pointer;
}

.machines_anniu li{
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.4rem;
	border: 0.08rem solid rgba(255, 197, 57, 0.5);
	background: rgba(10, 10, 10, 0.9);
	text-align: left;
	padding: 0.6vw 1vw;
	width:max-content;
	

}





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




@media screen and (min-width: 1025px) {
	.machines_anniu div a:hover {
		border: 0.08rem solid rgba(255, 197, 57, 1);
		background: rgba(255, 197, 57, 0.9);
		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: 22px;
	text-transform:uppercase;
}

.new_biaoti div:first-child,
.new_biaoti div:last-child {
	width: 34%;


}

.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: 8vw 0 0 0;
	overflow: hidden;

}
.new:last-child{
	padding-bottom: 6vw;
}
.new2{
	padding: 3vw 0 0 0;
	overflow: hidden;
}

.new_content {
	overflow: hidden;
	
}


.new_content .box {
	width: 13.2vw;
	margin-right: 0.96vw;
	margin-bottom: 4%;
	float: left;
	border: 1px solid rgba(255, 197, 57, 0.3);
	background-color: rgba(0, 0, 0, 0.4);
	
	
}

.new_content .box:nth-child(6n) {
	margin-right: 0%;
}

.new_content .box:nth-child(6n+1) {
	clear: both;
}

.box {

	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;

	box-sizing: border-box;
}

.box div {
	position: relative;
	
}

.box img {
	width: 100%;
	height: 100%;
	display: block;
}


.product_wenan {
	width: 100%;
	height: 100%;
	/* display: table; */
	text-align: left;
	z-index: 2;
	background-color: rgba(10, 10, 10, 0.4);
	padding: 1rem 0;
	border-left: 1rem solid rgba(0, 0, 0, 0);
	border-right: 1rem solid rgba(0, 0, 0, 0);
	box-sizing: border-box;
	overflow: hidden;
	border-top: 1px solid rgba(255, 197, 57, 0.1);
}

.product_wenan h3 {
	font-size: 1.4rem;
	/* text-align: center; */
	font-weight: 400;
	word-spacing: 1px;
	color: #ffc539;
	overflow: hidden;
	/*这三句为控制文字超出长度·显示省略号
	white-space: nowrap;
	text-overflow: ellipsis;*/
	text-align: center;
}

.new_class img {
	width: 100%;
	z-index: 3;
	display: block;
	cursor: pointer;

}

.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; */
	background: rgba(255, 197, 57, 0.4);
	z-index: 8;
	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;
}





@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%;

		background: rgba(0, 0, 0, 0);
	}

	.new_biaoti {
		padding: 40px 0;
	}

	.new {
		margin-top: 0em;
	}
	.new2{
		padding: 8vw 0 0 0;
	}
	.product_wenan h3 {
		font-size: 1.5vw;

	}

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

	.banner_wenan_box {
		width: 50vw;
	}

	.banner_wenan > p {
		margin-top: 1rem;

	}

	.machines_anniu div {
		margin-top: 2rem;

	}

	.machines_anniu div a {
		color: rgba(255, 255, 255, 0.7);
		padding: 0.4rem 2.2rem;
		margin-right: 1rem;
	}
	.machines_anniu li{
		color: rgba(255, 255, 255, 0.8);
		font-size: 1.4rem;
		border: 0.08rem solid rgba(255, 197, 57, 0.5);
		background: rgba(10, 10, 10, 1);
		text-align: left;
		width:max-content;
		padding: 1vw 3vw;
		
	
	}
	/*float_menu设置==============================*/

	#float_menu {

		right: 0.5vw;


	}

	.machines_anniu div a {
		font-size: 1.4rem;
	}
}



@media screen and (max-width: 768px) {
	.banner_box_bg{
		margin-top: 20vw;
	}
	.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;
		/* overflow: hidden; */
	}
	.banner_box  .banenr_img_box{
		width: 90vw;
		overflow: hidden;
	}
	.banner_box .banner {
		position: relative;
		top: 0;
		width: 180%;
		margin-left: -30%;
	}

	.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: 56vw;
		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: 0vw;

	}
	.machines_anniu{
		margin-top: 5vw;
	
	}
	.machines_anniu p{
		padding: 1.6vw 4vw;
		font-size: 3.3vw;
	}
	.machines_anniu li{
		font-size:2.8vw;
		padding:2.6vw 4vw;
	}




	/*产品展示设置==============================*/

	.new_content .box {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 5vw;
		float: left;
		border-radius: 2px;

	}

	.box img {
		width: 100%;
		display: block;
	}

	.new_content .box:nth-child(2n) {
		margin-right: 0%;
	}
	.new2{
		padding: 12vw 0 0 0;
	}
	.new_biaoti {
		padding: 10vw 0;
	}


	.box .info2 h3 {
		font-size: 2.5vw;
		color: rgba(255, 197, 57, 0.7);
		padding: 1.25vw 1rem 1.25vw 1rem;
	}
	.new_biaoti div{
		font-size: 4vw;
	}
	.new_biaoti > div:first-child,
	.new_biaoti > div:last-child {
		width: 15%;


	}
	.product_wenan h3 {
		font-size: 2.6vw;
		overflow: visible;
		white-space:normal;
		text-overflow:unset;
		line-height: 1.3;
		word-spacing:0.5px;
		color:rgba(255,197,57,0.7);

	}
	.product_wenan {
		padding: 2.5vw 0;
		border-left: 1vw solid rgba(0, 0, 0, 0);
		border-right: 1vw solid rgba(0, 0, 0, 0);
	}

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

	#float_menu {
		display: none !important;

	}

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

	.phone_machines_anniu{
		padding:10px 0vw 0 5vw;
	
	
	}
	.machines_ul{
		z-index: 1;
	}
	.machines_ul:before {

		content:"";
		width: 100vw;
		height: 100vh;
		background-color:rgba(0,0,0,0.7);
		position:fixed;
		left: -3.5vw;
		top: 0;
		z-index: -1;
	
		
		}



}



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