@charset "utf-8";
/* CSS Document */
body{
	background:#e8e8e8;
	padding:0;
	margin:0;
	font-family:"Open Sans","Helvetica Neue",Arial,Tahoma,sans-serif;
	}

#main_content{
	height:auto;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 1120px;
}
#main_content1{
	float: left;
    height: auto;
    width: 100%;
}
.wrap{
	width:100%;
	height:auto;
	margin:0 auto;
	}
.header{
	width:100%;
	height:135px;
	margin-top: 5px;
	}
.menu{
	width:100%;
	height:auto;
	}
/***********************************back ad***************************************/
.ad{
	width:100%;
	height:auto;
	float:left;
	}
.ad_left{
	width:775px;
	height:90px;
	float:left;
	background:#CFF;
	margin: 20px 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.ad_right{
	width:312px;
	height:300px;
	float:right;
	background:#0FF;
	margin: 20px 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
	}
/**********************************end back ad************************************/	
/***********************************content***************************************/
.New_content{
	width:100%;
	height:auto;
	float:left;
	background:#FFF;
	}
.New_content_1{
	width:100%;
	height:auto;
	float:left;
	}
/***********************************left content******************************************/
.left{
	width:775px;
	height:auto;
	float:left;
	margin-top:30px;
	}
.movie{
	height:auto;
	background:#FFF;
	float:left;
	margin:9px;
    width: 238px;
	}
.movie a{
	text-decoration:none;
	}
	
.movie_1{
	height:auto;
	float:left;
    width: 238px;
	margin-bottom: 27px;
	}

.movie_1 a{
	text-decoration:none;
	}
	
.center{
	margin:0 25px 0 0;
	}
	
.movie_image{
	width:100%;
	margin-bottom:10px;
	border-radius:2px;
	/*
	box-shadow:0 8px 6px -6px black; */
	padding:5px;
	background:#FFF;
	
	-webkit-box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 4px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 4px 4px 0px rgba(50, 50, 50, 0.75);
	}
.movie_image img{
	width:238px;
	}

.new_movie_image{
	width:240px;
	margin-bottom:10px;
	/*
	box-shadow:0 8px 6px -6px black;
	padding:5px;
	background:#FFF; */
	
	-webkit-box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 4px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 4px 4px 0px rgba(50, 50, 50, 0.75);
	}
.new_movie_image img{
	width:240px;
	}
.movie_title{
	width:100%;
	height:auto;
	text-align:center;
	}
.movie_title span{
	color:#555;
	margin:0;
	font-size:16px;
	font-family:"Open Sans","Helvetica Neue",Arial,Tahoma,sans-serif;
	}
.movie_title_1{
	width:100%;
	height:auto;
	text-align:center;
	}
.movie_title_1 span{
	color:#555;
	margin:0;
	font-size:12px;
	font-family:"Open Sans","Helvetica Neue",Arial,Tahoma,sans-serif;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
	}
.content_title{
	width:100%;
	height:40px;
	background:#FFF;
	margin-bottom: 27px;
	background-color:#0075b0;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	text-decoration:none;
	border-radius:2px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	/*
	border:3px solid #fff;
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	text-shadow:1px 1px 0px #689324; */
	}
.content_title h4{
	margin:0 0 0 15px;
	padding:0;
	
	}	
/*************************************rigth content**********************************/	
.right{
	width:312px;
	height:auto;
	float:right;
	margin-top:30px;
	}
.right_content{
	width:100%;
	height:auto;
	}
.right_content_title{
	width:310px;
	height:40px;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #0075b0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #0075b0;
	box-shadow:inset 0px 1px 0px 0px #0075b0;
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0075b0), color-stop(1, #0075b0) );
	background:-moz-linear-gradient( center top, #0075b0 5%, #0075b0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0075b0', endColorstr='#0075b0');
	background-color:#9dce2c;
	
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #0075b0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	
	font-size:15px;
	
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	text-decoration:none;
	border-radius: 4px 4px 0 0;
	float:right;
	}
.right_content_title h4{
	margin:0;
	padding:0;
	margin-left:15px;
}
.right_content_detail{
	border:1px solid #ccc;
	height:auto;
	background:#FFF;
	padding:5px;
	float:left;
	margin-bottom: 25px;
	}
	
	
.new_movie{
	border-bottom: 1px solid #ccc;
    float: left;
    height: auto;
    padding-bottom: 5px;
	padding-top: 10px;
    width: 100%;
	}	
.new_movie a{
	text-decoration:none;
	color:#000;
	font-size:12px;
	}

.new_movie a img{
	width:70px;
	float:left;
	margin-right:15px;
	}
.new_movie a span{
	margin:0;
	padding:0;
	}
	
	
.new_image{
    float: left;
    height: auto;
    width: 100%;
	}
.new_image a img{
	width:300px;
	border:1px solid #CCC;
	}
	
	
.right_content_img{
	border:1px solid #ccc;
	height:auto;
	background:#FFF;
	padding:4px;
	float:right;
	width:302px;
	}
/*      menu      */
.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}  

/* Form wrapper styling */
.form-wrapper {
    width: 95%;
    padding: 7px;
    margin:0 auto 20px;
    background: #444;
    background: rgba(0,0,0,.2);
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
 
/* Form text input */
 
.form-wrapper input {
    width: 216px;
    height: 39px;
    float: left;
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;
	box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
     
}
 
.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}   
 
/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 76px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d80647), color-stop(1, #d80647) );
	background:-moz-linear-gradient( center top, #d80647 5%, #d80647 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d80647', endColorstr='#d80647');
	background-color:#9dce2c;
}  
   
.form-wrapper button:hover{    
    background: #e54040;
}  
   
.form-wrapper button:active,
.form-wrapper button:focus{  
    background: #c42f2f;
    outline: 0;  
}
 
.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}
 
.form-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: #c42f2f;
}     
 
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    

/*    menu          */
/************************************footer****************************/
.footer{
	width:100%;
	height:auto;
	background:#FFF;
	float:left;
	margin-bottom:20px;
	margin-top:20px;
	border-top:3px solid #d80647;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/************************************detail**************************************/
.video{
	width:100%;
	height:auto;
	background:#202020;
	float:left;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
	}
.movie_des{
	width:100%;
	height:auto;
	background:#FEFEFE;
	float:left;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
	padding-bottom:20px;
	}

.shadow1 {
    background: url("../images/shadow1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 10px;
    left: 0;
    width: 100%;
	margin-bottom:20px;
}
.des{
    float: right;
    height:auto;
    margin-right: 10px;
    width: 445px;
	padding-bottom:20px;
}
.maring-video{
	width:100%;
	height:30px;
	float:left;
	}

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}
.active {
    background: none repeat scroll 0 0 #639b2d;
    border-radius: 5px;
}
.pagination > li {
    display: inline;
}


.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #d80647;
    border-color: #d80647;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #d80647;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
/* footer */


#sub_footer_menu {
    float: left;
    height: auto;
    width: 100%;
	background:#ccc;
	padding-bottom:50px;
}

#sub_footer_menu ul {
    color: #ff7171;
    list-style: outside none none;
    margin: 0 0 0 14px;
    padding: 0;
}


#sub_footer_menu > ul > li {
    float: left;
}

#sub_footer_menu ul li h3 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 22px 0 0;
    padding: 0 10px;
    text-transform: uppercase;
	color:#d80647;
	font-weight:bold;
}


#sub_footer_menu ul ul li a {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.new_movie a:hover,a{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #F00;
    font: normal 12px;
    outline: medium none;
}
.movie_title_1 span:hover{
	color: #F00;
	}
.fb_iframe_widget{
	margin:14px;
}