.bannerbox{height: 562px;cursor:pointer;}
.banner-bg{height: 562px;background: url('../images/flowad/banner.png') center center no-repeat;}
/*.btns-join-red {position: absolute;top: 51.5%;left: 54.5%;display: block;width: 134px;height: 46px;border-radius: 3px;background: #fbd500;color: #fff;font-size: 20px;line-height: 46px;text-align: center;cursor: pointer;}*/
.bg-gray{background: #f6f8fa;}
.bg-white{background: #FFFFFF;}
.page-wrap {min-width: 1200px;}
.font_16{font-size: 16px;}
.menu-right-con h1 { font-size: 16px;
	padding: 10px;
	margin: 0;
}
.tuwen {
	border: 1px solid #eee;
	display: inline-block;
	height: 20px;
	line-height: 19px;
	margin-top: 2px;
	padding-left: 24px;
	width: 42px;
}
.bai_du {
	background: url(../images/icon/icon-baidu-new.png) 1px 1px no-repeat;
}
.ml20{margin-left: 20px}
.pr {
	background: url(../images/icon/pr.png) 1px 1px no-repeat;
}
.page-con {position: relative;width: 1200px;margin: 0 auto;padding-bottom: 1px;font-family: 'Microsoft Yahei';}
.page-con .con-left {float: left;}
.pt64{padding-top: 64px;}
.page-con .con-middle {float: left;}
.page-con .con-right {float: left;}
.w600{width: 600px;}
.w542{width: 542px;}
.w658{width: 658px;}
.pt160{padding-top: 160px;}
.right-title{font-size: 40px;color: #333333;font-family: "微软雅黑";}
.middle-title{color: #42a4ff;font-size: 30px;margin-top: 35px;letter-spacing: 4px;}
.bottom-title{color: #555555;font-size: 18px;line-height: 2;}


.a-income {
	margin: 20px auto 58px;
	position: relative;
	width: 354px;
	height: 411px;
	background: url(../images/flowad/income.png) no-repeat
}

.a-income-arrow-blue,
.a-income-arrow-gray {
	position: absolute;
	width: 0;
	height: 245px;
	bottom: 92px;
	left: 30px;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: width 1.5s;
	transition: width 1.5s
}

.a-income-arrow-blue {
	background: url(../images/flowad/income-arrow-blue.png) left center no-repeat
}

.a-income-arrow-gray {
	background: url(../images/flowad/income-arrow-gray.png) left center no-repeat;
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.a-income-label-blue,
.a-income-label-orange {
	position: absolute;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	visibility: hidden;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: .75s;
	-webkit-animation-delay: 1s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden
}

.a-income-label-blue {
	top: 63px;
	left: 165px
}

.a-income-label-orange {
	top: 109px;
	left: 96px;
	-webkit-animation-delay: 1.2s
}

.a-income-label-blue i,
.a-income-label-orange i {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 10px 10px 0 0
}

.a-income-label-blue i {
	background: no-repeat;
	background-position: -44px -513px;
}

.a-income-label-orange i {
	background: no-repeat;
	background-position: -456px -217px;
}

.animate1 .a-income {
	background: url(../images/flowad/income-grid.png) left center no-repeat
}

.animate1 .a-income-arrow-blue,
.animate1 .a-income-arrow-gray {
	visibility: visible;
	width: 282px
}

.animate1 .a-income-label-blue,
.animate1 .a-income-label-orange {
	visibility: visible;
	-webkit-animation-play-state: running
}
.right-tab {
	width: 331px;
	margin-bottom: 16px;
	background: #fff;
	border: 1px solid #e6e6e6;
	color: #555;
	font-size: 16px;
	font-family: 'Microsoft Yahei';
	line-height: 16px;
}
.right-tab .tab-title {
	height: 40px;
	color: #3c93d6;
	font-size: 18px;
	/*line-height: 40px;*/
	border-bottom: 1px solid #e6e6e6;
	padding: 22px 4px 35px 10px;
}
.more {
	float: right;
	margin-top: -35px;
	font-size: 14px;
	margin-right: 15px;
	color: #999 !important;
}
.right-tab .tab-title p {
	height: 20px;
	padding-left: 7px;
	border-left: 3px solid #00c3f5;
	color: #333;
	font-size: 20px;
	line-height: 20px;
}
.right-tab ul {
	padding-top: 6px;
	padding: 0 4px 0 10px;
}
.right-tab li {
	overflow: hidden;
	padding: 12px 0;
	border-bottom: 1px solid #e7ebed;
}

.a-income-label-blue i,
.a-income-label-orange i,
.a-adstyle-open-dot i,
.a-adstyle-banner-dot i,
.a-adstyle-pop-dot i,
.a-adstyle-app-dot i,
.a-src-circle,
.icon-1,
.icon-2,
.icon-3,
.icon-4,
.icon-5,
.icon-6,
.icon-7,
.icon-8,
.icon-9,
.icon-10,
.icon-11,
.icon-12,
.a-service-icon-m,
.a-service-icon-p,
.a-style-pop-screen,
.a-style-pop-dot,
.a-style-native-dot,
.a-style-open-screen{
	background-image: url(../images/flowad/style.png);
}

/*文字出现动画*/
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.title-h1{font-size: 40px;padding-top: 157px;color: #333333;padding-bottom: 34px;}
.tltle-p{font-size: 30px;color: #42a4ff;letter-spacing: 3px;}
.bottom-p{font-size: 18px;color: #555555;width: 410px;line-height: 2;}
.hangye{width: 647px;height: 195px;background: url('../images/flowad/hanye.png') no-repeat center}
.fuwu{width: 647px;height: 195px;background: url('../images/flowad/fuwu.png') no-repeat center}
.news{width: 647px;height: 195px;background: url('../images/flowad/news.png') no-repeat center}
.pt174{padding-top: 174px;}
.tab-f{width: 442px;margin: 43px auto 14px 76px;border-bottom: 1px solid #DADADA;}
.tab-f ul{float: left;margin: 0px;}
.tab-f ul li{float: left;display: inline-block;height: 46px;line-height: 46px;font-size: 18px;color: #666;font-weight: bold;width: 147px;text-align: center;cursor: pointer;}
/*.tab-f ul li a{display: inline-block;height: 46px;line-height: 46px;margin: 0 20px;padding: 0 20px;font-size: 16px;color: #555;}*/
.tab-f ul li.active,.tab-f ul li:hover{border-bottom: 2px solid #3EB5F6;color: #3EB5F6;}
.showfont{width: 501px;margin: 0px auto;font-size: 16px}
.pb130{padding-bottom: 130px;}
.four-text{padding-top: 78px;}
.four-text h1{font-size: 40px;color: #333;}
.four-text h3{font-size: 18px;color: #040000;}
.w399{width: 399px;}
/*.bg-free img{padding-left: 90px;}*/
.free-text{font-size: 20px;color: #131313;padding-left: 56px;margin-bottom: 25px;}
.free-text:hover{color: #5c9bfa;}
.p_bottom{font-size: 16px;color: #555;width: 320px;padding-left: 5px;line-height: 2;}
.pt45{padding-top: 45px;padding-bottom: 110px;}
.pl85{padding-left: 85px;}
.joins{margin-bottom: 105px;}
.joins a{display: inline-block;padding: 10px 32px;background: #3eb5f6;color: #fff;border-radius: 3px;font-size: 18px;}
/*翻转样式*/
.main_box_1 {
	/*float: left;*/
	width: 114px;
	/*padding: 30px 0px 60px 0px;
    text-align: center;*/
}
.s1 {
	width: 85px;
	height: 93px;
}
.stage {
	perspective: 800px;
}
.main_box_1 {
	text-align: center;
}
.cont{
	position: relative;
	transform-style: preserve-3d;
	transition: 1s;
}
.front {
	position: absolute;
	background-size: cover;

	backface-visibility: hidden;
}
.back {
	position: absolute;
	background-size: cover;
	transform: rotateY(180deg);
	backface-visibility: hidden;
}
.main_zoom {
	overflow: hidden;
	zoom: 1;
}
.stage:hover .cont {
	transform: rotateY(180deg);
}
/*翻转样式*/



/*三方登录完善资料*/
.three-login{width: 1000px;background: #FFFFFF;height: 533px;margin: 60px auto;}
.logintitle{padding: 30px 0px 75px;}
.logintitle h3{font-size: 28px;color: #333333;}
.logintitle span{display: inline-block;margin-top: -29px;margin-right: 38px;}
.logintitle span a{color: #3EB5F6;font-size: 14px;}
.box-height{height: 40px;}
.box-height span.c86{height: 40px;background: #FFFFFF;}
.box-height input{height: 40px;}
.form-group label{font-weight: normal;padding-right: 0px;}
.sendcode{height: 40px;}
.sendcode a{display: block;height: 40px;background: #e8e8e8;text-align: center;line-height: 40px;color: #7a7979;}
.login-save{display: block;background: #00bffc;height: 40px;line-height: 40px;text-align: center;color: #ffffff;border-radius: 5px;font-size: 16px;}
.login-save:hover{color: #FFFFFF;}
.form-horizontal .form-group{padding-bottom: 10px;}

.dynamic-box{height: 172px;border: 1px solid #EEEEEE;margin: 30px 0px 36px;}
.dynamic-box .span-title{display: inline-block;width: 120px;height: 30px;line-height: 30px;background: #FF9519;font-size: 18px;color: #FFFFFF;text-align: center;margin: 16px 0px 18px 0px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
.dynamic-join{overflow: hidden;height: 90px;}     /*高度要li的高度的倍数*/
.dynamic-join ul{float: left;}
.dynamic-join ul li{height: 30px;float: left;width: 570px;margin-right: 28px;}
.dynamic-join ul li img{margin: 0px 5px 0px 20px;}
.dynamic-join ul li span.text-buy{display: inline-block;width: 360px;}
.dynamic-join ul li span.text-price{display: inline-block;width: 85px;}
.dynamic-join .text-buy a{color: #61A6D6;}
.dynamic-join .text-date{color: #999999;}
.ml60{margin-left: -60px;}
.pd0{padding-left: 0px;}
.ml45{margin-left: -45px;font-weight: normal;}
.pr0{padding: 0px;}
.check input[type=radio]+b{display: inline-block;width: 20px;height: 20px;background: url(../images/icons.png) no-repeat -7px -77px;vertical-align: bottom;margin-right: 10px;}
.check input[type=radio]:checked+b{display: inline-block;width: 20px;height: 20px;background: url(../images/icons.png) no-repeat -7px -103px;vertical-align: bottom;margin-right: 10px;}
.none {display: none;}
.span-cue {color: #FB6363;display: inline-block;}
.span-cue-gray{color: #B3B3B3;}
label{font-weight: normal;}
.mr30{margin-right: 30px;}
.form-group {margin-bottom: 20px;}
.advert-box{display: none;}
.pictype input[type=radio]+b{display: inline-block;width: 20px;height: 20px;background: url(../images/icons.png) no-repeat -7px -77px;vertical-align: bottom;margin-right: 10px;}
.pictype input[type=radio]:checked+b{display: inline-block;width: 20px;height: 20px;background: url(../images/icons.png) no-repeat -7px -103px;vertical-align: bottom;margin-right: 10px;}
.checkpic input[type=radio]+b{display: inline-block;width: 20px;height: 20px;background: url(../images/icons.png) no-repeat -70px -77px;vertical-align: bottom;margin-right: 10px;}
.checkpic input[type=radio]:checked+b{display: inline-block;width: 20px;height: 20px;background: url(../images/icons.png) no-repeat -70px -103px;vertical-align: bottom;margin-right: 10px;}
.checkfont input[type=radio]+b{display: inline-block;width: 20px;height: 20px;background: url(../images/icons.png) no-repeat -70px -77px;vertical-align: bottom;margin-right: 10px;}
.checkfont input[type=radio]:checked+b{display: inline-block;width: 20px;height: 20px;background: url(../images/icons.png) no-repeat -70px -103px;vertical-align: bottom;margin-right: 10px;}
.join-sure{font-size: 16px;width: 130px;height: 35px;border-radius: 8px;line-height: 0px;}


.img_shape{position: relative;background: url('../images/flowad/oval.jpg') no-repeat center;width: 412px;height: 361px;margin: 0px auto;}
.img_shape .one{width: 60px;position: absolute;left: 50px;text-align: center;top: 102px;}
.img_shape .two{width: 60px;position: absolute;left: 292px;text-align: center;top: 181px;}
.img_shape .three{width: 60px;position: absolute;left: 138px;text-align: center;top: 154px}
.img_shape .four{width: 60px;position: absolute;left: 0px;text-align: center;top: 236px}
.img_shape .five{width: 60px;position: absolute;left: 125px;text-align: center;top: 282px}
.img_shape .six{width: 60px;position: absolute;left: 250px;text-align: center;top: 30px}
.img_shape .seven{width: 60px;position: absolute;left: 120px;text-align: center;top: -25px}
.img_shape .eight{width: 60px;position: absolute;left: 324px;text-align: center;top: 274px;}
.img_shape .nine{width: 60px;position: absolute;right: 0px;text-align: center;top: 136px}
.img_shape .ten{width: 60px;position: absolute;left: -60px;text-align: center;top: 137px}
.top960{position: relative;;background: url('../images/flowad/top.png') no-repeat center;width: 55px;height: 110px;}
.top960 span{position: absolute;display: inline-block;font-size: 12px;line-height: 1.2;text-align: center;color: #fff;top: 14px;left: 2px;}
.top760{position: relative;;background: url('../images/flowad/top2.png') no-repeat center;width: 61px;height: 110px;}
.top760 span{position: absolute;display: inline-block;width: 45px;font-size: 12px;line-height: 1.2;text-align: center;color: #fff;top: 19px;left: 2px;}
.top250{position: relative;;background: url('../images/flowad/top3.png') no-repeat center;width: 55px;height: 110px;}
.top250 span{position: absolute;display: inline-block;font-size: 12px;line-height: 1.2;text-align: center;color: #fff;top: 14px;left: 8px;}
.top200{position: relative;;background: url('../images/flowad/top4.png') no-repeat center;width: 63px;height: 110px;}
.top200 span{position: absolute;display: inline-block;width: 40px;font-size: 12px;line-height: 1.2;text-align: center;color: #fff;top: 17px;left: 3px;}
.top75{position: relative;;background: url('../images/flowad/top5.png') no-repeat center;width: 72px;height: 134px;}
.top75 span{position: absolute;display: inline-block;width: 67px;font-size: 12px;line-height: 1.2;text-align: center;color: #fff;top: 11px;left: 1px;}
.top300{position: relative;;background: url('../images/flowad/top6.png') no-repeat center;width: 60px;height: 130px;}
.top300 span{position: absolute;display: inline-block;font-size: 12px;line-height: 1.5;text-align: center;color: #fff;top: 12px;left: 0px;}
.top43{position: relative;;background: url('../images/flowad/top3.png') no-repeat center;width: 55px;height: 110px;}
.top43 span{position: absolute;display: inline-block;font-size: 12px;line-height: 1.2;text-align: center;color: #fff;top: 16px;left: 1px;}
.top63{position: relative;;background: url('../images/flowad/top3.png') no-repeat center;width: 55px;height: 110px;}
.top63 span{position: absolute;display: inline-block;font-size: 12px;line-height: 1.2;text-align: center;color: #fff;top: 14px;left: 8px;}
.top640{position: relative;;background: url('../images/flowad/top5.png') no-repeat center;width: 72px;height: 134px;}
.top640 span{position: absolute;display: inline-block;width: 50px;font-size: 12px;line-height: 1.2;text-align: center;color: #fff;top: 11px;left: 9px;}
.one i.fc{color: #00C1DE;font-style: normal;position: absolute;top: 60px;left: 4px;}
.two i.fc{color: #36b24a;font-style: normal;position: absolute;top: 60px;left: 4px;}
.three i.fc{color: #ff8a00;font-style: normal;position: absolute;top: 60px;left: 4px;}
.four i.fc{color: #c919fe;font-style: normal;position: absolute;top: 60px;left: 4px;}
.five i.fc{color: #248dbc;font-style: normal;position: absolute;top: 60px;left: 4px;}
.six i.fc{color: #45d8c1;font-style: normal;position: absolute;top: 60px;left: 4px;}
.seven i.fc{color: #ff8a00;font-style: normal;position: absolute;top: 60px;left: 4px;}
.eight i.fc{color: #ff8a00;font-style: normal;position: absolute;top: 60px;left: 4px;}
.showimg{display: none;z-index: 9999;}
.one .showimg{position: absolute;right: -200%;top: -90px;}
.two .showimg{position: absolute;right: -100%;top: -50px;}
.three .showimg{position: absolute;right: -100%;top: -70px;}
.four .showimg{position: absolute;right: -100%;top: -50px;}
.five .showimg{position: absolute;right: -100%;top: -250px;}
.six .showimg{position: absolute;right: -100%;top: -250px;}
.seven .showimg{position: absolute;right: -100%;top: -65px;}
.eight .showimg{position: absolute;right: -100%;top: -65px;}
.nine .showimg{position: absolute;right: -100%;top: -40px;}
.ten .showimg{position: absolute;right: -100%;top: -60px;}

.img_shape .adv span{cursor: pointer;}


/*友情链接加载页面*/
.friendload .ps{font-size: 16px;color: #808080;width: 987px;height: 40px;line-height: 40px;background: #FDF8F0;margin-top: 27px;margin-bottom: 30px;padding-left: 15px;}
.friendload .ps span{color: #61A6D6;}
.friendload h1.shuoming{font-size: 18px;font-family: "微软雅黑";color: #808080;}
.friendload .top-explain{height: 18px;border-left: 5px solid #3EB5F6;padding-left: 10px;}
.friendload .top-explain h3{font-size: 18px;font-weight: bold;}
.friendload .top-explain h5{font-size: 14px;}
.mr135{margin-right: 135px;}
.mr85{margin-right: 64px;}
.friendload .top-meet{height: 18px;border-left: 5px solid #3EB5F6;padding-left: 10px;}
.friendload .ling{margin-bottom: 40px;}
.friendload .ling h3{font-size: 16px;color: #808080;margin-top: 21px;}
.friendload .ling .num-list{padding-left: 36px;margin-top: 20px;}
.friendload .ling .num-list span {font-size: 14px;color: #555555;font-family: "微软雅黑";margin-right: 20px;}
.friendload .ling .num-list span i{display: inline-block;width: 18px;height: 18px;line-height: 18px;text-align: center;background: #6EC4F2;border-radius: 50px;color: #FFFFFF;font-style: normal;margin-right: 5px;}
.friendlink h4{margin-top: 52px;margin-bottom: 40px;}
.friendlink .linksbox .link-title {margin-bottom: 20px;}
.friendlink .linksbox .link-title span{font-size: 16px;color: #81ADC2;border-left: 3px solid #81ADC2;padding-left: 10px;}
.friendlink .linksbox .link-con{overflow: hidden;}
.friendlink .linksbox .link-con a{position: relative;float: left;margin: 0 20px 15px 0;color: #555;font-size: 14px;line-height: 1;}
.friendlink .linksbox .link-con a:hover{color: #3eb5f6;}
.friendlink .linksbox .link-con a::after {content: '|';position: absolute;top: 0;left: -10px;color: #999;font-size: 12px;line-height: 1;}
.friendlink .linksbox .list-link{padding-left: 15px;}
.mb150{margin-bottom: 150px;}


/*站长访谈页面*/

.search-head {width: 100%;height: 69px;line-height: 69px;background: #FFFFFF;border: 1px solid #EEEEEE;margin-top: 2px;}
.head-logo {width: 1200px;min-width: 1200px;margin: 12px auto;}

.talkbox{width: 1200px;margin: 0px auto;min-width: 1200px;padding-bottom: 205px;}
.talkbox .left-con{width: 843px;float: left;}
.talkbox .left-con .top_banner{margin-top: 13px;}
.talkbox .left-con .top_banner .banner-con{position: relative;}
.talkbox .left-con .top_banner .banner-con a{display: inline-block;width: 843px;height: 300px;}
.talkbox .left-con .top_banner .banner-con img{width: 100%;height: 100%;}
.talkbox .left-con .top_banner .banner-con .title_bottom{height: 40px;line-height: 40px;position: absolute;bottom: 0px;background: #000000;opacity:0.7;width: 100%;color: #FFFFFF;font-size: 18px;}
.talkbox .left-con .top_banner .banner-con .title_bottom span:first-child{margin-left: 20px;margin-right: 45px;}
.talkbox .left-con .next-Trailer{height: 70px;line-height: 70px;background: #FFFFFF;margin-top: 12px;}
.talkbox .left-con .next-Trailer span{color: #3EB5F6;border: 1px solid #3EB5F6;padding: 2px;font-size: 12px;margin-left: 6px;margin-right: 11px;vertical-align: top;}
.talkbox .left-con .next-Trailer a{color: #333333;font-size: 20px;}
.talkbox .left-con .list-article{background: #FFFFFF;margin-top: 12px;}
.talkbox .left-con .list-article ul li{margin-left: 6px;margin-right: 20px;border-bottom: 1px solid #F2F2F2;}
.talkbox .left-con .list-article ul li:last-child{border-bottom: none;}
.talkbox .left-con .list-article ul li .article-box{padding: 16px 0px 16px 0px;}
.talkbox .left-con .list-article ul li .article-box .left-zone{float: left;width: 160px;}
.talkbox .left-con .list-article ul li .article-box .left-zone a{display: inline-block;width: 160px;height: 108px;}
.talkbox .left-con .list-article ul li .article-box .left-zone img{width: 100%;height: 100%;}
.talkbox .left-con .list-article ul li .article-box .right-zone{float: left;width: 655px;padding-left: 24px;}
.talkbox .left-con .list-article ul li .article-box .right-zone a.title{margin-top: 0px;font-size: 20px;color: #333333;display: inline-block;margin-bottom: 8px;}
.talkbox .left-con .list-article ul li .article-box .right-zone a.article-con{display: block;color: #808080;margin-bottom: 15px;}
.talkbox .left-con .list-article ul li .article-box .right-zone .view-bottom .pull-left span.eye{display: inline-block;width: 16px;height: 16px;
	background: url('../images/webtalk/eye.png') no-repeat 10px 4px;padding-left: 30px;margin-right: 50px;color: #b3b3b3;font-size: 12px;}
.zans{display: inline-block;width: 16px;height: 16px;background: url('../images/webtalk/zan.png') no-repeat 10px 0px;padding-left: 30px;margin-right: 50px;color: #b3b3b3;font-size: 12px;}
.bluezan{display: inline-block;width: 16px;height: 16px;background: url('../images/webtalk/bluezan.png') no-repeat 10px 0px;padding-left: 30px;margin-right: 50px;color: #b3b3b3;font-size: 12px;}
.talkbox .left-con .list-article ul li .article-box .right-zone .view-bottom .pull-left span.chat{display: inline-block;width: 16px;height: 16px;background: url('../images/webtalk/chat.png') no-repeat 10px 2px;padding-left: 30px;margin-right: 50px;color: #b3b3b3;font-size: 12px;}
.talkbox .left-con .list-article ul li .article-box .right-zone .view-bottom span.time{font-size: 12px;color: #B3B3B3;}
.talkbox .right-con{width: 330px;float: left;margin-left: 14px;}
.talkbox .right-con .hot-zz{background: #FFFFFF;margin-top: 13px;padding: 0px 4px;}
.talkbox .right-con .hot-zz span.titles{color: #222222;font-size: 18px;font-weight: bold;border-left: 5px solid #3eb5f6;padding-left:15px;margin: 15px 0px;display: inline-block;}
.talkbox .right-con .hot-zz .list-data ul li{float: left;border-top: 1px solid #f2f2f2;padding: 15px 0px;}
.talkbox .right-con .hot-zz .list-data ul{float: left;}
.talkbox .right-con .hot-zz .list-data ul li:last-child{padding-bottom: 0px;}
.talkbox .right-con .hot-zz .list-data ul li .left-zone{float: left;width: 110px;}
.talkbox .right-con .hot-zz .list-data ul li .left-zone a{display: inline-block;width: 110px;height: 76px;}
.talkbox .right-con .hot-zz .list-data ul li .left-zone img{width: 100%;height: 100%;}
.talkbox .right-con .hot-zz .list-data ul li .right-zone{float: left;width: 210px;padding-left: 18px;}
.talkbox .right-con .hot-zz .list-data ul li .right-zone a{display: inline-block;height: 40px;overflow: hidden;}
.talkbox .right-con .hot-zz .list-data ul li .right-zone .view-bottom{margin-top: 16px;}
.talkbox .right-con .hot-zz .list-data ul li .right-zone .view-bottom span.eye{display: inline-block;width: 16px;height: 16px;background: url('../images/webtalk/eye.png') no-repeat 1px 4px;padding-left: 20px;margin-right: 50px;color: #b3b3b3;font-size: 12px;}
.talkbox .right-con .hot-zz .list-data ul li .right-zone .view-bottom span.time{font-size: 12px;color: #B3B3B3;}

.talkbox .right-con .column{background: #FFFFFF;margin-top: 13px;padding: 0px 4px;}
.talkbox .right-con .column span.titles{color: #222222;font-size: 18px;font-weight: bold;border-left: 5px solid #3eb5f6;padding-left:15px;margin: 15px 0px;display: inline-block;}
.talkbox .right-con .column .con{padding: 13px;border-top: 1px solid #f2f2f2;color: #333;text-indent: 2em;letter-spacing: 1.3px;line-height: 1.45;font-size: 16px;}
.talkbox .right-con .column .contact{padding: 13px;margin-top: 45px;}
.talkbox .right-con .column .contact p{color: #333333;}
.talkbox .right-con .column .contact p:first-child{background: url('../images/webtalk/persons.png') no-repeat 0px;padding-left: 30px;}
.talkbox .right-con .column .contact p:first-child+p{background: url('../images/webtalk/tgqq.png') no-repeat 0px;padding-left: 30px;}
.talkbox .right-con .column .contact p:last-child{background: url('../images/webtalk/email.png') no-repeat 0px;padding-left: 30px;}


/*访谈详情页*/
.talkbox .left-con .crumbs{height: 52px;background: #FAFBFC;margin-top: 13px;line-height: 52px;}
.talkbox .left-con .article-data{margin-top: 10px;background: #FFFFFF;}
.talkbox .left-con .article-data .topimg{width: 100%;height: 100%;}
.talkbox .left-con .article-data h1{font-size: 24px;color: #2a2a2a;font-weight: bold;margin: 34px auto;text-align: center;word-break: break-all;word-wrap: break-word;}
/*.talkbox .left-con .article-data .details{padding: 0px 13px;}*/
.talkbox .left-con .article-data .details p {text-indent: 2em;line-height: 1.8;color: #2a2a2a;font-size: 16px;}
.talkbox .left-con .article-data .foreword h5{font-size: 18px;font-weight: bold;color: #222222;border-bottom: 1px solid #F2F2F2;padding-bottom: 8px;background: url('../images/webtalk/blue.png') no-repeat 0px bottom}
.talkbox .left-con .article-data .foreword p {text-indent: 2em;line-height: 1.8;color: #2a2a2a;word-break: break-all;word-wrap: break-word;display: inline-block;letter-spacing: 1.3px;font-size: 16px;}
.talkbox .left-con .article-data .foreword b{color: #333333;}
.talkbox .left-con .article-data .interview h5{font-size: 18px;font-weight: bold;color: #222222;border-bottom: 1px solid #F2F2F2;padding-bottom: 8px;background: url('../images/webtalk/blue.png') no-repeat 0px bottom}
.talkbox .left-con .article-data .interview p {line-height: 1.8;color: #2a2a2a;word-break: break-all;word-wrap: break-word;letter-spacing: 1.3px;font-size: 16px;}
/*.talkbox .left-con .article-data .interview p:nth-of-type(odd){font-weight: bold;}
.talkbox .left-con .article-data .interview p:nth-of-type(odd) strong{color: #555;font-weight: bold;}
.talkbox .left-con .article-data .interview p:nth-of-type(even) strong{color: #fc8918;}*/
.talkbox .left-con .article-data .interview b{color: #333333;float: left;}
.talkbox .left-con .article-data .interview span{width: 740px;}
.big-blue{background: url('../images/webtalk/blue-big.png') no-repeat 0px bottom !important;}


.wrap{width: 830px;height: 150px;position: relative;overflow: hidden;}
.wrap ul{overflow: hidden;position:absolute;width: 830px;left: 0;top: 0;_height:1px;}
.wrap ul li{float: left;width: 268px;height: 165px;margin-right: 10px;}
.wrap ul li img{width: 268px;height: 165px;}
.mb20{padding-bottom: 20px;}
#cyEmoji .emoji-tip{display: none !important;}
.interview img{width: 830px;}
.huan{word-break: break-all;word-wrap: break-word;display: inline-block;}
.aheight{display: inline-block;height: 40px;}


.content{width: 817px;height: 150px;overflow: hidden;margin: 50px auto;}
.content ul{ width: 817px; height:150px;}
.content ul li{ float: left; width: 268px; height: 150px; border:#ccc solid 1px; display: block; margin: 2px;}
.content ul li img{width: 100%;height: 100%;}

.monthly input[type=radio]+b{display: inline-block;width: 20px;height: 20px;background: url(../images/icons.png) no-repeat -7px -77px;vertical-align: bottom;margin-right: 10px;}
.monthly input[type=radio]:checked+b{display: inline-block;width: 20px;height: 20px;background: url(../images/icons.png) no-repeat -7px -103px;vertical-align: bottom;margin-right: 10px;}


/*新版帮助中心*/
.main-con{margin:0px auto;width: 1200px;min-width: 1200px;}
.questionbox{margin-top: 11px;}
.questionbox .left-menu{width: 230px;float: left;background: #FFFFFF;}
.questionbox .left-menu .left-title-top{height: 105px;width: 100%;background: #3EB5F6 url('../images/help/sunny.png') no-repeat bottom right;border-top-left-radius: 3px;border-top-right-radius: 3px;}
.questionbox .left-menu .left-title-top .fontbox{padding: 20px 0px 0px 33px;}
.questionbox .left-menu .left-title-top .fontbox span{color: #FFFFFF;font-size: 28px;}
.questionbox .left-menu .left-title-top .fontbox p{color: #68c9fe;font-size: 16px;}
.questionbox .left-menu .slidownbox .home{height: 56px;line-height: 56px;font-size: 16px;color:#4c4c4c;padding-left: 39px;cursor: pointer;}
.questionbox .left-menu .slidownbox dl{margin: 0px;height: 56px;line-height: 56px;font-size: 16px;color:#4c4c4c;padding-left: 39px;cursor: pointer;}
.questionbox .left-menu .slidownbox dl dt{line-height: 56px;color:#4c4c4c;font-weight: normal;background: url('../images/help/right-up.png') no-repeat right}
.questionbox .left-menu .slidownbox dl dd{line-height: 56px;}
.questionbox .right-cons{width: 959px;float: left;margin-left: 11px;background: red;}


/*设置流量信息*/
.buy_banner{ background: url(../images/flowad/top_banner.png) no-repeat center; background-size: 100%; height: 245px;position: relative}
.buy_banner .buy_bg{background: #305b81;opacity: 0.6;position: absolute;z-index:1;width: 1170px;height: 61px;bottom: 4px;}
.buy_infro{ width: 1200px; background: #fff; padding: 10px 15px; box-shadow: 0px 3px 8px rgba(28, 175, 255, 0.3); }
.buy_process{height: 61px;padding: 0 25px;font-size: 16px;width: 1170px;position: absolute;bottom: 0;z-index:2}
.buy_process ul{float: left;padding: 12px 0 0 11px}
.buy_process ul li{float: left;padding: 5px 19px;background: #72b7e4;color: #fff;margin-right: 2px;border-radius: 15px}
.buy_process span{float: left; line-height: 61px; color: #61a6d6;}
.buy_process  i{background: url("../images/icon/next.png") no-repeat center;width: 70px;height: 30px;display: inline-block;float: left}

.buy_type a,.buy_index a{display: inline-block;padding: 4px 6px;text-align: center;background: #E8ECEF;color: #999999;font-size: 16px;border-radius: 3px;margin-right: 12px;outline: none;}
.buy_type a:hover,.buy_type a.active{text-decoration: none;background: #3EB5F6;color: #FFFFFF;}
.buy_index a{border:1px solid  #61a6d6;color:#61a6d6;background: #f1f6fa;font-size: 14px}
.buy_trade{border-color: #c7d5de; box-shadow: none; height: 40px; width: 180px; border-radius: 4px;}
.buy_case{width: 175px; height: 40px; line-height: 40px; text-align: center; margin: 0 auto; background: #06b5ff; color: #fff; border-radius: 4px; margin-top: 10px; margin-bottom: 50px;cursor: pointer}
.pl_0{padding-left: 0!important;}
.pl_0 input{width: 218px!important;float: left}
.pl_0 span{line-height: 40px;display: inline-block;margin-left: 20px}
.pl_0 p{ margin: 0; padding-top: 12px; color: #999; margin-bottom: -13px;}

.questionbox .right-cons{width: 959px;float: left;margin-left: 11px;background: red;}
.mian-content{background-color: #FFFFFF;}
.questionbox .right-cons{width: 959px;float: left;margin-left: 11px;background: red;}

/* 付款 */
.member-index-process{margin-bottom: 15px;margin: 0 auto;margin-top: 20px;}
.member-index-process{width: 1170px;height: 80px;line-height: 80px;background: #F1F6FA;border-radius: 3px;}
.member-index-process span.lc{display: inline-block;width: 96px;height: 60px;line-height: 60px;text-align: center;color: #61A6D6;font-size: 16px;margin-right: 18px;margin-left: 12px;}
.member-index-process cite{font-style: normal;font-size: 16px;display: inline-block;padding:0 22px;height: 30px;line-height: 28px;text-align: center;background: #3eb5f6;color: #FFFFFF;border-radius: 15px;}
.member-index-process i{display: inline-block;background: url('../images/icon/icon-right.png') no-repeat center;display: inline-block;width: 47px;height: 11px;}
.put_content{padding-left: 75px;margin-top: 50px;font-size: 14px;width: 1051px;}
.put_content>p{font-size: 16px;color:#1097EB;padding-bottom: 9px;border-bottom: 2px solid #3EB5F6;margin-bottom: 0;}
.put_content .content_mian{background-color:#F4F6F8; height: auto;}
.put_content .content_mian span{color:#61A6D6;margin: 27px 0 31px 0;display: block;}
.put_content .content_mian label{color:#808080;margin-bottom: 18px;display: block;}
.put_content .content_mian label a{color:#333333;text-decoration: none;}
.put_content .content_mian i{margin-top: 64px;font-size: 18px;color:#333333;font-style: normal;display: block;}
.put_content .mian_project{padding-bottom: 220px;}
.put_content .mian_project p{margin: 28px 0 15px 0;font-size: 18px;color:#333333;}
.put_content .mian_project table tr:last-child{border-bottom: 1px solid  #ddd;}
.mian-content .pay{height:72px; background:rgba(255,255,255,1);box-shadow:5px 0px 5px rgba(234,234,234,0.75);width: 1200px;box-sizing: border-box;margin: 0 auto 25px;}
.mian-content .pay div{display: inline-block;}
.mian-content .pay .money{height: 100%;line-height: 72px;}
.mian-content .pay .money span{color:rgba(51,51,51,1);font-size: 16px;}
.mian-content .pay .money i {color:rgba(254,111,25,1);font-size: 22px;font-style: normal;}
.mian-content .pay .submit{background:rgba(62,181,246,1);padding-left: 46px;height: 100%;line-height: 72px;width:181px;color:rgba(255,255,255,1);font-size: 22px;margin-left: 31px;cursor: pointer;}
.throw_content{margin-top: 50px;margin-left: 75px;margin-right: 75px;}
.throw_content>p{font-size: 16px;color:#1097EB;padding-bottom: 9px;border-bottom: 2px solid #3EB5F6;margin-bottom: 0;}

/* 确认投放 */
.throw_content .content_mian{background-color: #F4F6F8;padding: 20px 0 36px 11px;}
.throw_content .content_mian div label{display: block;margin-bottom: 20px;}
.throw_content .content_mian div label:first-child{margin-top: 20px;}
.throw_content .content_mian div label dl,.throw_content .content_mian div label dl dt{display: inline-block;color:#808080; }
.throw_content .content_mian div label dl{margin-left: 35px;}
.throw_content .content_mian div label dl dt{color:#333333;font-weight: bold;}
.throw_content .content_mian label{color:#808080;margin-bottom: 18px;display: block;}
.throw_content .content_mian label span{color:#333333;}
.throw_content .content_mian label a{color:#333333;text-decoration: none;}
.throw_content .mian_project{padding-bottom: 220px;}
.throw_content .mian_project p{margin: 28px 0 15px 0;font-size: 18px;color:#333333;}
throw_content .mian_project table{font-size: 14px;}
.throw_content .mian_project table thead tr{margin-bottom: 14px;border:none;}
.throw_content .mian_project table thead th,.table_bg{color:#61A6D6;text-align: center;border: none;background-color: #F1F6FA;}
.throw_content .mian_project table tbody{color:#555555;text-align: center;}
.throw_content .mian_project table tbody tr td{border:1px solid #ddd}
.throw_content .mian_project .btn_submitbox{margin-top: 177px;text-align: center;}
.throw_content .mian_project .btn_submitbox a{display: inline-block;width:140px;height:46px; background:rgba(6,181,255,1);border-radius: 3px;color:#FFFFFF ;line-height: 46px;margin-right: 20px;font-size: 18px;}


.icon-gogo {display: block;width: 75px;height: 73px;margin: 97px auto 18px;background: url(/images/icons_web_new.png) -145px -255px no-repeat;}
.icon-gogo-text {color: #ff6600;font-size: 26px;text-align: center;line-height: 1;margin: 0 auto 77px;}
.icon-text{width: 450px; margin: 0 auto; text-align: left; margin-bottom: 50px;}
.mb30{margin-bottom: 30px}


.square input[type=checkbox]+b{display: inline-block;width: 20px;height: 20px;background: url(../images/icons.png) no-repeat -70px -77px;vertical-align: bottom;margin-right: 10px;}
.square input[type=checkbox]:checked+b{display: inline-block;width: 20px;height: 20px;background: url(../images/icons.png) no-repeat -70px -103px;vertical-align: bottom;margin-right: 10px;}
.square input[type=radio]+b{display: inline-block;width: 20px;height: 20px;background: url(../images/icons.png) no-repeat -7px -77px;vertical-align: bottom;margin-right: 10px;}
.square input[type=radio]:checked+b{display: inline-block;width: 20px;height: 20px;background: url(../images/icons.png) no-repeat -7px -103px;vertical-align: bottom;margin-right: 10px;}

.hspan{display: inline-block;height: 20px;line-height: 20px;margin-top: 8px;}
.payfix{position: fixed;bottom: 0px;}


/*流量购买/出售邀请*/
.flowad-wrap{position: relative;min-width: 1200px;/*z-index: 111;*/}
.flowad-wrap .bg-header{height: 467px;background: url("../images/flowad/bg-modal-header.jpg") no-repeat center;}
.flowad-wrap .bg-middle{height: 931px;background: url("../images/flowad/bg-modal-middle.jpg") no-repeat center;}
.flowad-wrap .bg-bottom{height: 1562px;background: url("../images/flowad/bg-modal-bottom.jpg") no-repeat center;}
.flowad-wrapcon{position: absolute;top: 100px;left:0;width: 100%;}
.flowad-wrapcon .header{height: 467px;background: url("../images/flowad/con_header.png") no-repeat center 82px;}
.con{overflow: hidden;min-width: 1200px;}
.flowad-wrapcon .header .btnBox{width: 1200px;height: 100%;position: relative;margin:0 auto;}
.flowad-wrapcon .header .btnBox a {
	display: inline-block;
	width: 142px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	color: #FFFFFF;
	font-size: 24px;
	background: -webkit-linear-gradient(left, #19c1f7,#19e3f2,#44e3d0,#75e3ab,#b0e37e,#cee368,#dee35b);/* Safari 5.1 - 6.0*/
	background: -o-linear-gradient(right, #19c1f7,#19e3f2,#44e3d0,#75e3ab,#b0e37e,#cee368,#dee35b);/* Opera 11.1 - 12.0*/
	background: -moz-linear-gradient(right, #19c1f7,#19e3f2,#44e3d0,#75e3ab,#b0e37e,#cee368,#dee35b);/* Firefox 3.6 - 15*/
	background: linear-gradient(to right,#19c1f7,#19e3f2,#44e3d0,#75e3ab,#b0e37e,#cee368,#dee35b);/* 标准的语法*/
	border-top: 1px solid #fff;
}
.flowad-wrapcon .header .btnBox a:first-child{position: absolute; bottom: 130px; left: 20px;}
.flowad-wrapcon .header .btnBox a:first-child+a{position: absolute; bottom: 130px; left: 182px;}
.flowad-wrapcon .middle{height: 931px;}
.flowad-wrapcon .bigcon{width: 1200px;height: 100%;position: relative;margin: 0 auto;}
.flowad-wrapcon .bigcon .titleTop{font-family: "微软雅黑";margin-top: 50px;margin-bottom: 27px;background: url("../images/flowad/x-bg.png") no-repeat center;}
.flowad-wrapcon .bigcon .titleTop span{font-size: 36px;color: #FFFFFF;}
.flowad-wrapcon .bigcon .cpys{height: 389px;background: #3e1bc5;}
.flowad-wrapcon .bigcon .left-con{width: 50%;float: left;}
.flowad-wrapcon .bigcon .left-con .ipv{width: 393px;height: 316px;background: url("../images/flowad/ipv.png") no-repeat center;margin: 50px 0 0 50px;}
.flowad-wrapcon .bigcon .left-con .flowad-form{position: relative;width: 407px;height: 288px;margin: 50px auto 0;background: url("../images/flowad/flowadbg2.png") no-repeat center;}
.flowad-wrapcon .bigcon .left-con .flowad-form .advs span{display: inline-block;width: 60px;height: 26px;border: 1px solid #6e9dee;border-radius: 3px;font-size: 14px;color: #FFFFFF;text-align: center;background: #286bd9;}
.flowad-wrapcon .bigcon .left-con .flowad-form .one{position: absolute; top: 80px; left: 50px;}
.flowad-wrapcon .bigcon .left-con .flowad-form .two{position: absolute; top: 45px; left: 95px; opacity: .6;}
.flowad-wrapcon .bigcon .left-con .flowad-form .three{position: absolute; top: 80px; right: 136px;}
.flowad-wrapcon .bigcon .left-con .flowad-form .four{position: absolute; top: 30px; right: 85px; opacity: .6;}
.flowad-wrapcon .bigcon .left-con .flowad-form .five{position: absolute; top: 106px; right: 32px;}
.flowad-wrapcon .bigcon .left-con .flowad-form .six{position: absolute; bottom: 118px; right: 108px;}
.flowad-wrapcon .bigcon .left-con .flowad-form .seven{position: absolute; bottom: 10px; left: 123px;}
.flowad-wrapcon .bigcon .left-con .flowad-form .eight{position: absolute; bottom: 50px; right: 40px;}
.flowad-wrapcon .bigcon .right-con{padding-top: 80px;width: 50%;float: left;padding-left: 60px;padding-right: 43px;}
.flowad-wrapcon .bigcon .right-con .tit{font-size: 38px;font-weight: bold;font-family: "微软雅黑";color: #FFFFFF;margin-bottom: 40px;}
.flowad-wrapcon .bigcon .right-con .text-info i{display: inline-block;width: 13px;height: 13px;background: #02f2f7;vertical-align: middle;margin-right: 12px;margin-bottom: 10px;}
.flowad-wrapcon .bigcon .right-con .text-info span{font-size: 26px;font-family: "微软雅黑";color: #FFFFFF;}
.flowad-wrapcon .bigcon .right-con .text-bottom{font-size: 18px;color: #FFFFFF;margin-top: 10px;}
.mt38{margin-top: 38px;}
.flowad-wrapcon .bt-con{width: 1200px;height: 100%;position: relative;margin: 0 auto;}
.flowad-wrapcon .bt-con .titleTop{font-family: "微软雅黑";margin-top: 50px;margin-bottom: 27px;background: url("../images/flowad/x-bg2.png") no-repeat center;}
.flowad-wrapcon .bt-con .titleTop span{font-size: 36px;color: #FFFFFF;}
.flowad-wrapcon .bottom{height: 1562px;}
.flowad-wrapcon .setinfoBox{margin-top: 35px;padding-bottom: 40px;}
.flowad-wrapcon .setinfoBox .name-top{font-size: 22px;font-family: "微软雅黑";color: #FFFFFF;padding: 20px 30px;background: #297ffb;}
.flowad-wrapcon .setinfoBox .con-info{padding-top: 30px;}
.mlr0{margin-left: 0 !important;margin-right: 0 !important;}
.bg-red{background: #f66f6a !important;}
.top260{top: -260px !important;}
.top100{top: -100px !important;}

.flowad-wrap .sellflo-header{height: 1488px;background: url("../images/flowad/sell-bg.jpg") no-repeat center;}
.flowad-wrap .sellfro-con{height: 1470px;background: #1b115e;}
.flowad-wrapcon .sellflow-top{height: 472px;background: url("../images/flowad/sell-header.png") no-repeat center 120px;}
.flowad-wrapcon .sellflow-top .tcon{width: 1200px;height: 100%;margin: 0 auto;position: relative;}
.flowad-wrapcon .sellflow-top .tcon .jie{font-size: 18px; color: #FFFFFF; text-align: center; position: absolute; bottom: 140px; left: 364px; letter-spacing: 2px;}
.flowad-wrapcon .sellflow-top .tcon a{
	display: inline-block;
	width: 142px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	color: #FFFFFF;
	font-size: 24px;
	background: -webkit-linear-gradient(left, #f54317,#f65014,#f86510,#fb8909,#fd9c06,#feaa03,#ffb800);/* Safari 5.1 - 6.0*/
	background: -o-linear-gradient(right, #f54317,#f65014,#f86510,#fb8909,#fd9c06,#feaa03,#ffb800);/* Opera 11.1 - 12.0*/
	background: -moz-linear-gradient(right, #f54317,#f65014,#f86510,#fb8909,#fd9c06,#feaa03,#ffb800);/* Firefox 3.6 - 15*/
	background: linear-gradient(to right,#f54317,#f65014,#f86510,#fb8909,#fd9c06,#feaa03,#ffb800);/* 标准的语法*/
	border-top: 1px solid #fff;
	box-shadow: 2px 3px 5px #350891;
	position: absolute;
	bottom: 55px;
	left: 395px;
}
.flowad-wrapcon .sellflow-top .tcon a.tright{left: 560px;}
.mt30{margin-top: 30px !important;}
.blue-xg{background: url(../images/flowad/x-bg-bule.png) no-repeat center !important;}
.blue-xg2{background: url(../images/flowad/x-bg-blue2.png) no-repeat center !important;}
.flowad-wrapcon .bigcon .left-con .hymh{width: 651px;height: 215px;background: url("../images/flowad/hymh.png") no-repeat center;}
.flowad-wrapcon .bigcon .left-con .shfw{width: 651px;height: 215px;background: url("../images/flowad/shfw.png") no-repeat center;}
.flowad-wrapcon .bigcon .left-con .xwmt{width: 651px;height: 215px;background: url("../images/flowad/xwmt.png") no-repeat center;}
.flowad-wrapcon .tab-flow{width: 442px;margin: 0 auto;border-bottom: 1px solid #6bd4f6;}
.flowad-wrapcon .tab-flow ul li{width: 33.3%;height: 46px;line-height: 46px;float: left;color: #91e2fd;font-size: 18px;text-align: center;position: relative;cursor: pointer;}
.flowad-wrapcon .tab-flow ul li:hover,.flowad-wrapcon .tab-flow ul li.active{border-bottom: 3px solid #fff046;color: #FFF046;}
.flowad-wrapcon .tab-flow ul li:hover i,.flowad-wrapcon .tab-flow ul li.active i{display: inline-block;width: 8px;height: 8px;background: url("../images/flowad/yellow-sj.png") no-repeat center;position: absolute;bottom: -4px; left: 47%;}
.H1020{height: 1020px !important;}
.H425{height: 425px !important;}
.flowad-wrapcon .font-tabBox{margin-top: 13px;font-size: 16px;color: #FFFFFF;text-align: center;}
.border-none{border-color: #f66f6a  !important;}


/*向左*/
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

/*向右*/
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
}

.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important;
	}
}


/*swing*/
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
@-webkit-keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

/*抖动s*/
@keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}
/*抖动s*/


.mlck{margin-bottom: 0;vertical-align: bottom;margin-left: 10px;}
.subsidies{display: inline-block;width: 119px;height: 25px;line-height: 25px;text-align: center;background: url("../images/newyear/butie.png") no-repeat center;color: #fffcac;cursor: pointer;margin-left: 45px;}
i{font-style: normal;}
.subsidies i{display: inline-block;width: 9px;height: 10px;background: url("../images/newyear/double_down.png") no-repeat center;margin-left: 7px;}
.position_relative{position: relative;}
.cardBox{width: 340px;height: 399px;background: url("../images/newyear/card_list.png") no-repeat center;position: absolute;top: 35px;left: -46px;}
.cardBox .title{height: 50px;line-height: 50px;text-align: center;font-size: 18px;color: #333333;margin-top: 8px;}
.cardBox .cardList{border-bottom: 1px solid #EEEEEE;border-top: 1px solid #EEEEEE;padding: 12px 15px 0;overflow-x: hidden;overflow-y: auto;width: 340px;}
.cardBox .cardList .card-info{margin-bottom: 20px;}
.cardBox .cardList .card-info .sb_bg{width: 229px;height: 51px;background: url("../images/newyear/sb_bg.png") no-repeat center;margin: 0 auto;position: relative;}
.cardBox .cardList .card-info .sb_bg span{font-size: 20px;color: #FF4F1D; display: inline-block;margin-top: 10px;margin-left: 20px;}
.cardBox .cardList .card-info .sb_bg span i{font-size: 14px;}
.cardBox .cardList .card-info .sb_bg cite{font-size: 16px;color: #FF4F1D;font-style: normal;float: right;margin-right: 25px;margin-top: 13px;}
.mtp15{margin-top: 15px;}
.cardBox  .sb_foot{padding: 7px 20px;}
.cardBox  .sb_foot .yx{color:#999999;font-size: 16px;margin: 0 15px;}
.cardBox  .sb_foot .yx i{color: #FE6F19;font-size: 18px;font-style: normal;}
.cardBox  .sb_foot .yx ss{font-size: 14px;color: #FE6F19;}
.cardBox  .sb_foot .numprice{color: #FE6F19;}
.cardBox  .sb_foot .sure{display: inline-block;width: 54px;height: 28px;line-height: 28px;text-align: center;background: #3EB5F6;color: #FFFFFF;font-size: 16px;border-radius: 4px;float: right;cursor: pointer;}
.cardBox .gundong{overflow: hidden;width: 300px;height: 298px;}


/*软文代理*/
.soft_agentBox{
	background: #ffffff;
}
.soft_agentBox .bg_top{
	width: 100%;
	height: 182px;
	background: url("../images/demo/agent.png") no-repeat center;
}
.soft_agentBox .liucheng{
	height: 60px;
	line-height: 60px;
	background: #2fc1e0;
	padding-left: 40px;
}
.soft_agentBox .liucheng span{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 20px;
}
.soft_agentBox .liucheng cite{
	color: #0f8ea9;
	font-size: 16px;
	background: #d5f3f9;
	padding: 6px 35px;
	text-align: center;
	font-style: normal;
	border-radius: 20px;
}
.soft_agentBox .liucheng i{
	display: inline-block;
	width: 47px;
	height: 11px;
	background: url("../images/demo/right_jt.png") no-repeat center;
}
.soft_agentBox .in_standard{
	height:185px;
	width: 100%;
	background: url("../images/demo/biaozhun.png") no-repeat center;
	padding-top: 30px;
	padding-left: 65px;
	margin-top: 25px;
	margin-bottom: 27px;
}
.soft_agentBox .in_standard .tit_name{
	font-size: 20px;
	font-weight: bold;
	color: #ef8604;
	margin-bottom: 22px;
}
.soft_agentBox .in_standard p{
	font-size: 16px;
	color: #EF8604;
}
.pl80{
	padding-left: 80px;
}

.soft_agentBox .web_conBox{
	padding: 0 40px 40px;
	margin-bottom: 30px;
}

.soft_agentBox .web_conBox .agent_webcon{
	border: 1px solid #A0CDEB;
	border-radius: 5px;
	padding: 15px 15px 30px;
}
.soft_agentBox .web_conBox p.weiInfo{
	padding-left: 10px;
	font-size: 18px;
	color: #333333;
	background: url(../images/rectangle.png) no-repeat 0px
}
.soft_agentBox .list-group label{
	font-weight: normal;
	font-size: 14px;
	color: #555555;
	max-width: 100px;
}
.soft_agentBox .list-group input.sr{
	width: 330px;
	height: 40px;
	padding: 8px;
	border: 1px solid #DFDFDF;
	border-radius: 3px;
}
.soft_agentBox .list-group a.already {
	color: #61A6D6;
	margin-left: 10px;
	display: inline-block;
	width: 160px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #f1f6fa;
	border: 1px solid #a0cdeb;
	border-radius: 3px;
	text-decoration: none;
}
.soft_agentBox .list-group a.already:hover{color: #ffffff;background-color: #3eb6f5;border: 1px solid #3eb6f5; }
.soft_agentBox .tip_msg {
	display: block;
	color: #989898;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 77px;
}

.soft_agentBox .list-group .picUp {
	position: absolute;
	height: 198px;
	top: 0;
	left: 72px;
	opacity: 0;
	cursor: pointer;
}
.cue_p{
	color: #999;
	padding-left: 75px;
	margin-top: 12px;
}
.mt30{
	margin-top: 30px;
}
.soft_agentBox .list-group .imgUp {
	position: absolute;
	top: 0;
	height: 118px;
	width: 235px;
	opacity: 0;
	cursor: pointer;
}
.soft_agentBox .imgabox i.delimg {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/redclose.png) no-repeat center;
	position: absolute;
	top: -5px;
	right: -6px;
	cursor: pointer;
}
.soft_agentBox .tjsh_btn{
	width: 170px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #06B5FF;
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 2px;
	border: none;
}
.position_relative{
	position: relative;
}
.w500{
	width: 500px !important;
}

.soft_agentBox .uploadimgBox{
	position: relative;
}
.soft_agentBox .uploadimgBox a{
	display: inline-block;
	width: 500px;
	height: 200px;
	background: #f2f2f2 url(../images/upimg.png) no-repeat center;
	outline: none;
	border-radius: 3px;
}
.soft_agentBox .uploadimgBox a img{
	width: 100%;
	height: 100%;
}
.soft_agentBox .uploadimgBox input.picUp{
	position: absolute;
	top: 0;
	left: 75px;
	width: 500px;
	height: 200px;
	opacity: 0;
}

.btn_net{  margin-left: 590px!important;
	background: none!important;
	text-decoration: underline;
	color: yellow!important;
	bottom: 26px!important;
}
.btn_net:hover{text-decoration: underline;}
.flow_bg1{
	background: url("../images/flowad/bg1.png") no-repeat center;
	height: 360px;
	position: relative}
.flow_boxs{
	position: relative;
	background: #fff;
	min-height: 65px;
}
.flow_bg2{
	background: url("../images/flowad/bg2.png") no-repeat center;
	height: 606px;
}
.flow_bg2 h2,.flow_bg3 h2,.flow_bg4 h2{
	text-align: center;
	color: #1689F4;
	position: relative;
	margin: 96px 0;
}
.flow_bg3 h2{
	color: #fff;
	margin-bottom: 22px;
}
.flow_bg3 .totle{
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 30px;
}
.flow_bg3 .totle span{margin-right: 20px;display: inline-block}
.flow_bg3 .totle ss{color:#d4c530 }
.flow_bg2 ul{
	position: absolute;
	bottom: 85px;
	margin-left: 250px;
	width: 900px;.
}
.flow_bg2 ul li{
	padding: 30px;
	min-width: 370px;
	height:140px;
	margin: 5px 10px;
	background:rgba(255,255,255,1);
	box-shadow:0px 4px 7px 0px rgba(171,233,255,0.58);
	float: left;

}
.flow_bg2 span{
	position: absolute;
	bottom: 184px;
	margin-left: 28px;
	width: 167px;
	text-align: center;
	font-size: 26px;
	color: #fff;
}
.word_breaks{
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.flow_bg2 .right i{
	width:28px;
	text-align: center;
	height:28px;
	line-height: 28px;
	background:rgba(22,137,244,1);
	border-radius:50%;
	color: #fff;font-size: 22px;
	display: inline-block;
	margin-right: 10px;
}
.flow_bg2 .right b{
	font-size: 24px;
	display: inline-block;
	margin-bottom: 13px;
}
.flow_bg2 .right p:before{
	content: '';
	width:3px;
	height:3px;
	background:rgba(22,137,244,1);
	border-radius:50%;
	margin-right: 10px;
	display: inline-block;
}
.buyFlow{
	background: url(../images/flowad/bgs.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 68px;
	display: block;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 68px;
}
.pick_up,.pick_dowm{
	position: absolute;
	bottom: 20px;
	margin-left: 600px;
	cursor: pointer;
}
.pick_btn .pick_up,.pick_btn .pick_dowm{
	bottom: -52px;
}
.pick_btn{clear: both}
.pick_btn a:hover{color: #fff}
.pick_btn a{
	width: 200px;
	height: 43px;
	line-height: 43px;
	margin: 0 auto;
	background: linear-gradient(-90deg,rgba(1,176,225,1),rgba(22,137,244,1));
	border-radius: 4px;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 40px;
}
.pick_up:after,.pick_dowm:after{
	content: '';
	background: url("../images/flowad/up.png") no-repeat center;
	width: 20px;
	height: 17px;
	margin-left: 10px;
	display: inline-block;
}
.pick_dowm:after{
	background: url("../images/flowad/down.png") no-repeat center;
}
.flow_bg3{
	background: url("../images/flowad/bg3.png") no-repeat center;
	height: 630px;
}
.flow_box{height: 880px;position: relative;background: #f7f7fe;}
.flow_bg3 .left {
	width: 210px;
	float: left;
	color: #fff;
	box-shadow: 0px 3px 8px rgba(28, 175, 255, 0.3);
}
.flow_bg3 .left .top{
	background:url("../images/flowad/bg5.png") no-repeat;
	height: 120px;
	width: 210px;
	display: inline-block;
	padding-left: 10px;
}
.flow_bg3 .left ul li{
	width: 210px;
	text-align: center;
	height: 81.5px;
	line-height: 80px;
	background: #20297d;
	border-bottom: 1px solid #7075a6;
	font-size: 20px;
	position: relative;
	cursor: pointer;
}
.flow_bg3 .left  ul li.cur,.flow_bg3 .left ul li:hover{
	background: #07a5e6;
	border-left: 6px solid #ffc410;
}
.flow_bg3 .left ul li.cur i{
	background: url("../images/flowad/right.png") no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 35px;
}
.flow_bg3 .right{
	width: 990px;
	float: left;
	background: #fff;
	box-shadow: 0px 3px 8px rgba(28, 175, 255, 0.3);
}
.tuwen {
	border: 1px solid #eee;
	display: inline-block;
	height: 20px;
	line-height: 19px;
	margin-top: 2px;
	padding-left: 24px;
	width: 42px;
}

.bai_du {
	background: url(/images/icon/icon-baidu-new.png) 1px 1px no-repeat;
}
.web_list{
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 15px 10px;
}
.web_list .tuwen{
	width: 33px;
	color: #808080;
	padding-left: 18px;
	font-size: 12px;
	float: left;
	margin-top: 8px;
}
.web_list img{
	width:119px;
	height: 90px;
	margin-right: 8px;
}
.web_list .word_break{
	height: 27px;
	display: inline-block;
	overflow: hidden;
	width: 120px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:5px 0 14px 9px ;
}
.flow_bg4{
	background: url("../images/flowad/bg4.png") no-repeat center;
	height: 1098px;
}
.flow_index{
	width: 900px;margin: 0 auto 0 auto
}
.set_titles{
	width:900px;
	margin: 0 auto;
	color: #fff;
	padding-left: 10px;
	font-size: 24px;
	height:71px;
	line-height: 71px;
	background:linear-gradient(-90deg,rgba(1,176,225,1),rgba(22,137,244,1));
	border-radius:6px 6px 0px 0px;
}
.clear-height a{height:auto !important;}

