body,
html {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
*{
	font-family: Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Source Han Sans CN",Roboto,"Microsoft Yahei",sans-serif,"微软雅黑";
}
/*轮播部分*/
.carousel{
	width: 100%;
	height: 380px;
	background-image: url(../img/317/bigv.jpg);
	background-size: cover;
	background-position: center;
	background-color: #F5F5F5;
	-webkit-background-size: cover;
    -o-background-size: cover;
}
/*统一的布局设置*/
/*纵向布局的设置*/
.advantage,.scenes,.strategies,.program,.company{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
.con_left,.con_mid,.con_right,.left_one{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
/*横向布局的设置*/
.content,.ways{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.title{
	font-size: 17px;
	color: #141414;
	width: 200px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
}
.botton_bd{
	width: 45px;
	margin: 5px auto;
	border-bottom: 3px solid #FF8900;
}

.con_left img{
	width: 254px;
	height: 226px;
}
.con_mid img{
	margin-top: 54px;
	width: 146px;
	height: 172px;
}
.con_right img{
	margin-top: 74px;
	width: 160px;
	height: 152px;
}
.advantage p,.advantage h3{
	padding-top: 6px;
}

.scenes,.scenes img{
	margin: 0 auto;
	width: 874px;
	height: 528px;
	margin-bottom: 80px;
}
.ways{
	margin: 40px auto 0;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 30px;
}
.ways_left{
	width: 560px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.ways_right,.ways_right img{
	width: 460px;
	height: 445px;
}

.percent{
	width: 80px;
	height: 240px;
}
.ava{
	margin-top: 30px;
	width: 130px;
	height: 130px;
	border-radius: 100px;
}
.left_one p{
	padding: 20px 0;
}

.show{
	margin:20px auto;
	width: 1100px;
	height: 700px;
	background-image: url(../img/316/phone.png);
	background-size: 100% 100%;
	position: relative;
}
.show_left,.show_right{
	display: flex;
	flex-direction: column;
}
/* 电影名及介绍 */
.movie_tit,.wechat{
	font-size: 16px;
	line-height: 30px;
	color: #fa3137;
}
.movie_tit{
	text-align: right;
}
.movie_intro{
	font-size:12px;
	line-height: 20px;
	color: #999; 
	text-align: right;
}
.broad{
	margin-top: 480px;
	margin-right: 140px;
}

/* 右边 */
.public{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-left: 120px;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
}
.we_more{
	color: #b9b9b9;
	font-size: 12px;
	margin-left: 10px;
	
}
.example1,.example2{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	

}
.example1{
	margin-left: 70px;
	margin-top: 48px;
}
.example2{
	margin-top: 43px;
	margin-left: 170px;
}
.ex_ava,.ex_ava img{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background-color: #d8a201;
	font-size:20px;
	font-weight: bold; 
}
.ex_txt{
	display: flex;
	flex-direction: column;
	margin-left: 10px;
	justify-content: center;
}
.txt1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	
}
.txt2{
	font-size: 16px;
	color: #666;
	margin-top: 3px;
}
.whole{
	margin-left: 240px;
	margin-top: 20px;
}

.show{
	margin:20px auto;
	width: 1100px;
	height: 750px;
	background-image: url(../img/weibo/vef.png);
	background-size: 100% 100%;
	/* position: relative; */
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.program{
	width: 1200px;
	margin: 170px auto 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.pro_li{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.pro_circle{
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 100%;
	background-color: #2b9fe9;
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
.pro_txt{
	height: 45px;
	font-size: 18px;
	color: #333;
}
.plan{
	background-image: url(../img/320-3/plan.png);
	width: 1210px;
	height: 372px;
	display:flex;
	flex-direction: column;
}

.free{
	width:270px;
	margin: 150px auto;
	height: 40px;
	line-height: 40px;
	letter-spacing: 3px;
	background-color: #f5992e;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

/*查看更多*/
.more{
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #f5982e;
	border-radius: 20px;
	color: #f5982e;
	font-size: 14px;
	position: absolute;
	right: 50px;
	top: 30px;
}

.sepp{
	width:1100px;
	margin:20px auto;
	height: 1px;
	background-color: #E8E8E8;
	
}

/*查看更多的效果*/
.look{
	background-color: #FF8900;
	color: #fff;
}

.friendlist{ 
	
	width:900px;
	margin:0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #666;
}
.friendlist ul{
	margin:0px;
	padding:0px; 
}
.friendlist ul li{
 float:left;
 margin-right:10px;
 list-style:none;
}
.friendlist ul li.bt{
font-weight:bold;
}

.friendlist ul li a{
	color:#C0C0C0;
}