*{
	font-family: Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Source Han Sans CN",Roboto,"Microsoft Yahei",sans-serif,"微软雅黑";
 	text-decoration: none;
 }
 body{
	margin: 0;
	padding: 0;
 }
 .ms-hidden{
	visibility: hidden
 }
 .carousel{
	background-color: #F5F5F5;
}
.carousel,.swiper-container{
	width: 100%;
	height: 380px;
}
.swiper-slide{
    background-size: cover;
	background-position: center;
	-webkit-background-size: cover;
    -o-background-size: cover;
	
}
.bg1{
	background-image: url(../img/314/hb.jpg);
	
}
.bg2{
	background-image: url(../img/314/hb1.jpg);

}
.bg3{
	background-image: url(../img/314/hb2.jpg);
	
}


/*页面布局设置处*/
/*横向布局*/
.flow,.toggle_li,.toggle_left{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}
/*纵向布局*/
.flow_li,.collect{
	display: flex;
	flex-direction: column;
}
/*登录框*/
.login_box{
	width: 1100px;
	height: 360px;
	position: absolute;
	top: 170px;
	left: 0;
	right: 0;
	margin: 0 auto;
	/*z-index: ;*/
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.modal_box,.modal_box2{
	width: 312px;
	height: 344px;
	border-radius: 6px;
	background-color: #fff;
	z-index: 99999999;
	/* margin-top: 18px; */
	margin-top: 28px;
}
.modal_content{
	width: 268px;
	margin: 17px auto;
}
.modal_title{
	font-size:16px;
	color: #FD6841;
}
.modal_content input{
	font-size: 14px;
	
}
.username,.password{
	margin-top: 19px;
	width: 258px;
	height: 40px;
	border: 1px solid #E9E9E9;
	border-radius: 2px;
	color: #666;
	padding-left: 10px;
	font-size: 12px;
}
.verification{
	margin-top: 19px;
	width: 268px;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.code{
	width: 118px;
	padding-left: 10px;
}
.return,.return img{
	width:128px;
	cursor: pointer;
}
.code,.return{
	height: 40px;
	border: 1px solid #E9E9E9;
	border-radius: 2px;
}
.memory{
	margin-top: 5px;
	width: 268px;
	height: 40px;
	line-height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.me_text{
	font-size: 12px;
	color: #999;
}
.login{
	width:268px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	background:#fe7042;  
    background:-webkit-linear-gradient(left,#fe7547,#fe6e40);  
    background:-o-linear-gradient(right,#fe7547,#fe6e40); 
    background:-moz-linear-gradient(right,#fe7547,#fe6e40); 
    background:linear-gradient(to right,#fe7547,#fe6e40); 
}
.tips{
	width: 268px;
	text-align: right;
}
.tips a{
	text-decoration: none;
	color: #5DAEE7;
	font-size: 12px;
}

/*登陆后的状态*/
.ava_login,.ava_login img{
	width: 90px;
	margin: 20px auto;
	height: 90px;
	border-radius: 100%;
}
.hello{
	height: 30px;
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	color: #858585;
}
.functions{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 15px;
	line-height: 15px;
	width: 184px;
	margin: 10px auto;
}
.line1{
	width: 1px;
	height: 15px;
	background-color: #999;
}
.functions a{
	text-decoration: none;
	padding: none;
	cursor:pointer;
	
}
/*修改placeholder的样式*/
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
	color: #ccc;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 14px;
	color: #ccc;
}

input:-ms-input-placeholder{
    font-size: 14px;
	color: #ccc;
}

input::-webkit-input-placeholder{
    font-size: 14px;
	color: #ccc;
}
/*流量*/
.flow{
	justify-content: space-around;
	height: 150px;
	border-bottom: 1px solid #E8E8E8;
}
.flow_li{
	justify-content: center;
}
.dep{
	margin-top: 43px;
	width: 1px;
	height: 65px;
	background-color: #efefef;
}
.flow_top{
	font-size: 18px;
	color: #FF6D3F;
	text-align: center;
}
.flow_bot{
	font-size: 14px;
	color: #141414;
}
/*一站式自助营销工具*/
.state{
	width: 100%;
	display: flex;
	flex-direction: column;
	/*margin-bottom: 40px;*/
}
.back{
	background-color: #fcfcfc;
}
.title{
	font-size: 17px;
	color: #141414;
	width: 300px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
}
.botton_bd{
	width: 45px;
	margin: 5px auto;
	border-bottom: 3px solid #FF8900;
}
.tools {
	width: 1100px;
	margin:20px auto 0;
	height: 230px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.collect{
	width: 366px;
}
.collect img {
	margin: 0 auto;
	width: 140px;
	height: 140px;
	/*border: 1px dashed #3699ff;*/
}
.cover_text {
	margin: 22px auto;
	width: 202px;
	height: 17px;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
	text-align: center;
}

/*四大特色服务*/
.special {
	width: 1100px;
	margin: 0 auto 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.news,
.public,
.info,
.wechat {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.picture,
.picture img {
	width: 239px;
	height: 158px;
	margin-bottom: 40px;
}

.border img,
.info_flu img {
	/*border: 1px dashed #3699ff;*/
}

.news_cover,
.news_cover img {
	width: 220px;
	height: 129px;
	/*border: 1px dashed #3699ff;*/
	margin-bottom: 40px;
}

.pad img,
.weixin img {
	margin-top: 10px;
	/*border: 1px dashed #3699ff;*/
}

.info_flu,
.info_flu img {
	width: 254px;
	height: 144px;
}

.info_flu img {
	margin-top: 5px;
	
}

.weixin {
	width: 198px;
	height: 145px;
}

.special_title {
	height: 20px;
	padding-left: 20px;
	font-size: 16px;
	color: rgba(255, 137, 0, 1);
}

.special_text {
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(201, 201, 201, 1);
}
/*百万媒体营销资源*/
.toggle{
	width: 1100px;
	margin: 20px auto;
}
.toggle_li{
	width: 630px;
	margin-left: 0;
	justify-content: space-between;
}
.menu{
	width:100px;
	background-color: #fcfcfc;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #141414;
	font-size: 16px;
	border-radius: 20px;
}
.checked{
	background-color: #FF8900;
	color: #fff;
}

.content {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
}

.box {
	display: flex;
	flex-direction: column;
	width: 280px;
}

.box_top,
.box_bottom {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.ava,
.ava img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
}
.ava{
	border: 4px solid #efefef;
}
.box_bottom {
	height: 80px;
}

.box_top {
	height: 107px;
}

.introduce {
	margin-left: 5%;
}

.intro_top {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	font-weight: 400;
	color: #222222;
	border-bottom: 1px solid #ccc;
}

.intro_bot {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 119px;
	max-height: 80px;
	font-size: 12px;
	color: #555555;
	/*line-height: 18px;*/
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;	
}
.icon-huo{
	position: relative;
	top: 5px;
}
.price {
	margin: 10px 16px;
	text-align: center;
	width: 75px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #FF8900;
	border: 1px solid #FF8900;
	border-radius: 4px;
}
.look{
	background-color: #FF8900;
	color: #fff;
}

.play_number {
	margin-left: 5%;
	width: 173px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #B8B8B8;
}

.count {
	padding-left: 3%;
	width: 46px;
	font-size: 12px;
	font-weight: bold;
	color: #FF8900;
}
/*查看更多*/
.more,.films_more{
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #f5982e;
	border-radius: 20px;
	color: #f5982e;
	font-size: 14px;
}
.more{
	margin: 0 auto 30px;
}
.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: 120px;
}

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

}
.example1{
	margin-top: 25px;
}
.example2{
	margin-top: 20px;
	margin-left: 220px;
}
.ex_ava{
	width: 90px;
	height: 90px;
	border-radius: 100%;
	background-color: #d8a201;
	font-size:20px;
	font-weight: bold; 
}
.ex_ava img{
	width: 90px;
	height: 90px;
	border-radius: 100%;
}
.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: 270px;
	margin-top: 20px;
}

.show{
	margin:20px auto 0;
	width: 1100px;
	height: 800px;
	background-image: url(../img/index/index_ef.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;
}

/* .films{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.films_left{
	width:1100px;
	height: 745px;
	background-image: url(../img/314/ef.png);
}
.films_more{
	margin-top: 50px;
} */
/*简单快捷的营销流程*/
.main,.main img{
	width: 1100px;
	margin: 0 auto;
	height: 360px;
}
/* 补充样式 */
.introduce img{
	margin-top: 5px;
}
.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;
}