
/**********movie.css***********/
.movie{
	overflow:hidden;	
}
.movie > h2{
	font-size:30px;
	color:#CD380D;
	text-align:center;	
}
.movie .subTitle{
	color:#CD380D;
	font-size:15px;
	line-height:20px;
	text-align:center;
	font-weight:600;
	margin-top: 2px;
}
.movie .subTitle2{
	color:#CD380D;
	font-size: 15px;
	line-height:20px;
	text-align:center;
	font-weight: 600;
	letter-spacing:2px;
}
.movie #section1{
	border-top:solid 1px #cd380d;
	border-bottom:solid 1px #cd380d;
	float: left;
	width: 100%;
	margin-top: 25px;
	padding: 18px 0;
}
.movie #section1 .text{
	width:50%;
	float:left;	
}
.movie #section1 .text .text1{
	color:#413737;
	font-size: 13px;
	line-height:20px;
	font-weight: 500;
}
.movie #section1 .text .text2{
	color:#cd380d;
	font-size: 13px;
	line-height:20px;
	background: url(../img/movie/icon.png) 4px center no-repeat;
	margin-top: 10px;
	font-weight: 500;
	padding-left: 61px;
}
.movie #section1 .social{
	width: 458px;
	float:right;
	background:#cd380d;
	color:#fff;
	padding-bottom: 25px;
}
.movie #section1 .social p{
	font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin: 18px 0 0 25px;
    letter-spacing: 1.7px;
}
.movie #section1 .social ul{
	float:left;
	width:100%;
	text-align:center;
	margin-top: 21px;
}
.movie #section1 .social li{
	display:inline-block;
	margin: 0 7px;
}
.movie #section1 .social li a{
	display:block;
}
.movie .task{
	float: left;
    width: 100%;
    margin-bottom: 43px;	
}
#section4 .task{
	margin-bottom:0;	
}
.movie #section2{
	float: left;
    width: 100%;
    margin-top: 40px;	
}
.movie .task > h3{
	float: left;
    width: 100%;
	margin-bottom:30px;
}
.movie .task .video{
	float: left;
    width: 500px;
}
.movie .task .detail{
	float: right;
    width: 458px;
}
.movie .task .detail .text{
	font-weight: 500;
    margin-top: -3px;
    letter-spacing: 0.8px;
}
.movie .task .detail .link{
	float: right;
    margin: 13px 2px 0 0;
}
.movie .task .detail .link a{
	float: right;
    width:100%;
}
.movie .task .detail .related-product{
	float: left;
	width:100%;
	margin-top: 13px;
}
.movie .task .detail .related-product h4{
	color:#cd380d;
	font-size: 15px;
}
.movie #section3{
    float: left;
    width: 100%; 
}
.movie #section3 .task .detail .text {
    margin-top: 0;
}
.movie #section3 .task {
    margin-bottom: 40px;
}
.movie .flexslider{
	width:408px;
	margin:0 auto;	
}
.movie .flexslider li{
	margin:0 6px;	
}
.movie .flexslider li a {
    display: block;
}
.movie .flexslider .flex-direction-nav .flex-prev,
.movie .flexslider .flex-direction-nav .flex-next{
	width:8px;
	height:14px;	
	transition:none;
	opacity:0.8;
}
.movie .flexslider .flex-direction-nav .flex-prev{
	top: 63%;
    left: -25px;	
}
.movie .flexslider .flex-direction-nav .flex-next{
	top: 63%;
    right: -23px;	
}
.movie .flexslider .flex-direction-nav .flex-prev:before{
	content:"";
	width:8px;
	height:12px;
	background:url(../img/movie/arrowLeft.png);	
}
.movie .flexslider .flex-direction-nav .flex-next:before{
	content:"";
	width:8px;
	height:12px;
	background:url(../img/movie/arrowRight.png);	
}
.movie #section4{
    float: left;
    width: 100%; 
}

@media (max-width:800px){
img{
	width:100%;	
}
header, footer{
	display:none;	
}
#wrap{
	width:100%;	
}
#container{
	width:94%;
	margin:0 auto;;
}
.movie > h2 {
    font-size: 24px;
}
.movie #section1 .text {
    width: 100%;
}
.movie #section1 .text .text2 {
	min-height:44px;	
}
.movie #section1 .social {
    width: 100%;
	margin-top:20px;
}
.movie #section1 .social p {
    font-size: 12px;
    margin: 18px 10px 0 10px;
}
.movie .task .video {
    width: 100%;
}
.movie .task .detail {
    width: 100%;
}
.movie .task .detail .text {
    margin-top:20px;
}
.movie .task .detail .link {
	float:none;
    width:180px;
    margin:13px auto;
	overflow:hidden;
}
.movie .flexslider {
    width: 100%;
}
.movie .flexslider .flex-direction-nav .flex-prev{
	top: 63%;
    left: 2%;	
}
.movie .flexslider .flex-direction-nav .flex-next{
	top: 63%;
    right: 2%;	
}
.movie .flexslider .flex-direction-nav .flex-disabled{
	opacity:1 !important;	
}
.movie #section3 .task .detail .text {
    margin-top: 20px;
}
#section2 .task > h3,
#section3 .task > h3{
	max-width:429px;	
}
#section4 .task > h3{
	max-width:631px;	
}
}
