
@media screen and (min-width:1980px)  {
	.video-title .container {
		width: 1594px;
	}
}

@media screen and (min-width:1200px) and (max-width:1440px)  {      
}


@media screen and (max-width:1068px) {
	.container {
		width: 85% !important;
		margin: auto;
	}
	.top-menu .container {
		width: 100% !important;
	}
	.menu_main,.menu_search {
		display: none;
	}
	.top-menu .container .menu_left {
		width: 85%;
		padding: 0;
	}
	.top-menu .container .menu_left_logo {
		width: 100%;
	}
	.menu_abbreviate {
		width: 60px;
	}
	.menu_abbreviate_dot {
		padding-top: 19px;
	}
	.top-menu{
		background-color: #be633a;
	}
	.top-menu:hover .container .menu_left_logo {
		width: 76%;
		height: 52px;
		background-image: url(../image/logo-bai.png);
		background-repeat: no-repeat;
		background-size: 2.5rem;
		background-position: center;
		background-blend-mode:none !important;
		transition:none;
	}
	.top-menu :hover{
		transition: none;
		background-color: #be633a;
	}
	.small_menu .small_menu_middle .container {
	    height: 100%;
	}
	.small_menu .small_menu_left {
		display: none;
	}
	.small_menu .small_menu_middle {
		width: 85%;
	}
	.small_menu_right {
		width: 15%;
	}
	.small_menu_middle_menu {
		padding-top: 0;
	}
	.small_menu_middle_menu ul {
		margin-top: 20px;
		width: 100%;
	}
	.small_menu_middle_menu ul li i {
		display: none;
	}
	.small_menu_middle_menu ul li h2 {
		font-size: .2rem;
	}
}