/* @group global */

    /* @group main_img */
    #main_img{
	min-height: 710px;
	position: relative;
	background-image: url(../images/main_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	}
	#main_img #main_img_txt{
	padding-top: 150px;
	text-align: center;
	}
	#main_img #main_img_bkg{
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 1;
	}
    /* @end */
    
    /* @group movie */
    #movie{
	margin-top: -230px;
	position: relative;
	z-index: 1000;
	}
    /* @end */
    
    
    /* @group main_menu */
    #main_menu ul{font-size: 0;margin-top: 50px;}
    #main_menu ul li{display: inline-block;margin-top: 15px;}
    #main_menu ul li:nth-of-type(even){float: right;}
    /* @end */
    
    /* @group news */
    #news{
	margin-top: 50px;
	}
    #news_left{position: relative;}
    #news_left h2{
	border-left: 8px solid #009FED;
	font-size: 24px;
	padding-left: 10px;
	}
	.new_link_all{
	width: 152px;
	box-sizing:border-box;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #009FED;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 3px 0px;
	font-size: 16px;
	display: block;
	}
	#news_left li:first-child{
	border-top: 1px solid #fff;
	}
	#news_left li{
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
	font-size: 0;
	min-height: 90px;
	}
	#news_left li a{color: #000;}
	#news_left li a:hover *{text-decoration: underline!important;}
	#news_left li .new_thumb{display: inline-block;vertical-align: top;}
	#news_left li .news_content{display: inline-block;vertical-align: top;}
	#news_left li .new_data{font-size: 13px;}
	#news_left li .news_txt{font-size: 15px;}
	#news_left li h3{
	font-size: 17px;
	text-align: left;
	margin: 5px 0;
	}
	
	#news_right{
	text-align: right;
	margin-top: -4px;
	}
	#news_right img{
	vertical-align: bottom;
	margin-bottom: 15px;
	}
    /* @end */

/* @end */

@media only screen and (max-width: 649px) {
	
	/* @group main_img */
	#main_img_txt{
	padding-top: 200px!important;
	}
    /* @end */
    /* @group movie */
    #movie img{
	width: 100%;
	float: none;
	height: auto;
	}
    /* @end */
    
    /* @group main_menu */
    #main_menu ul li{width: 100%;}
    #main_menu ul li img{width: 100%;}
    /* @end */
    
    
    /* @group news */
    #news_left{position: relative;padding-bottom: 30px;}
    .new_link_all{
	width: 100%;
	top: 100%;
	margin-top: -20px;
	}
    #news_left li{
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	}
	#news_left li .new_thumb{
	position: absolute;
	top: 15px;
	left: 0;
	}
	#news_left li .news_content{
	padding-left: 100px;
	}
	#news_right{
	text-align: right;
	margin-top: 20px;
	}
	#news_right img{width: 100%;}
    /* @end */
}

@media screen and (min-width: 650px) and  (max-width: 975px) {
	
    /* @group main_img */
    #main_img{
	min-height: 500px;
	}
    /* @end */
	
    /* @group movie */
    #movie{
	margin-top: -180px;
	}
    #movie iframe{
	width: 80%;
	}
    /* @end */


    /* @group main_menu */
    #main_menu ul li{width: 49%;}
    #main_menu ul li img{width: 100%;height: auto;}
    #main_menu ul li:nth-of-type(odd){float: left;}
    #main_menu ul li:nth-of-type(even){float: right;}
    /* @end */


    
    
    
    /* @group news */
    #news_left{position: relative;}
    #news_left li{
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	}
	#news_left li .new_thumb{
	position: absolute;
	top: 15px;
	left: 0;
	}
	#news_left li .news_content{
	padding-left: 100px;
	}
	#news_right{
	text-align: right;
	margin-top: -4px;
	}
	#news_right img{width: 100%;}
    /* @end */
	
}


@media only screen and (min-width: 976px) {
	#news_left li .news_content{
	width: 465px;
	margin-left: 10px;
	}
    #movie iframe{
	width: 700px;
	}
	
}


