.menu-welcome > a {
	color:#eb612a !important;
}

.sub_menu{
	height: 50px;
	line-height: 50px;
}
.sub_menu > ul > li > a{
	padding: 10px 15px 10px 15px;
	color:#777;
	text-decoration: none;
}
@media screen and (min-width : 1500px){
.welcome-wrap{
	width: 1470px;
}

}
.welcome-wrap{
	margin:70px auto;
}
.sub_menu > ul > .subactive > a{
	color: #EB612A;
}
.welcome-right-list img{
		width: 100%!important;
	}
	.welcome-right-list {
	    padding: 20px;
	}
	.img-bg{
		background: #000;
		position: relative;
		overflow: hidden;
	}
	.img-bg img{
		opacity: 0.6;
		cursor: pointer;
		transition: all 0.3s;
	}
	 .img-bg img:hover{
		opacity: 0.7;
		transition: all 0.3s;
		transform: scale(1.2,1.2);
	}
	.img-bg:hover .img-arrow{
		opacity: 0.7;
	}

	img.img-arrow{
		width: 60px!important;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -30px;
		margin-top: -30px;
		z-index: 22222;
	}
	.video-bg{
		position: fixed;
		background: #000;
		opacity: 0.6;
		top: 80px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 33333;
	}
	video{
		width: 780px;
		height: 440px;
		z-index: 44444;
		position: fixed;
		top: 50%;
		left: 50%;
		margin-left: -390px;
		margin-top: -220px;
	}
