/*公共二级对称布局*/
.level-box{
	width: 540px; 
}
/*公共左侧*/
.level-box .level-img-left {
	width: 268px;
	margin-top: 10px;
}
.level-box .level-img-left .imgs img{
	display: block;
	width: 100%;
	height: 200px;
	background: #b3c0ff;
}
.level-box .level-img-left .title{
	display: block;
	font-size: 16px;
	color: #3278d1;
	text-align: center;
	margin: 10px 0;
}
.level-box .level-img-left .title:hover{
	color:#FF6600;
}
.level-box .level-img-left p{
	color: #666;
	line-height: 23px;
	height: 70px;
	overflow: hidden;
}
.level-box .level-img-left p a{
	color: red;
	margin-left: 5px;
}

/* 热门层 */
.level-hot .level-hot-left{
	width: 550px;
	height: 370px;
	overflow: hidden;
}
.level-hot .level-hot-left .big_banner{
	width: 550px;
	height: 370px;
}

.level-hot .level-hot-right{
	text-align: center;
	width: 310px;
	height: 370px;
}
/*单独处理*/
.level-hot .upload_jishu {
	width: 520px;
}
.level-hot .level-hot-right dl{
	height: 80px;
	clear: both;
}

.level-hot .upload_jishu  dl{
	height: 113px;
}
.level-hot .level-hot-right dl + dl{
	margin-top: 12px;
}
.level-hot-right #upload_jishu_side dl dt,
.level-hot-right #upload_shichang_tuijian dl dt{
	float: left;
	width: 160px;
	margin-right: 15px;
}
.level-hot-right #upload_jishu_side dl dt img,
.level-hot-right #upload_shichang_tuijian dl dt img{
	display: block;
	background: #90B0F8;
}
.level-hot #upload_jishu_side dl dd{
	float: left;
	width: calc(100% - 175px);
}
.level-hot-right #upload_jishu_side dl dd a,
.level-hot-right dl dd a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #699cdd;
	margin: 10px 0;
}
.level-hot-right #upload_jishu_side dl dd a:hover,
.level-hot-right dl dd a:hover{
	color: #FF6600;
}
.level-hot .level-hot-right dl dd span{
	display: block;
	font-size: 14px;
	color: #666;
	text-align: left;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
/* 第二层 */
/* 右侧 */
.level-fenxi .fenxi-lists-right{
	width: 260px;
	margin-top: 10px;
}
.level-fenxi .fenxi-lists-right li{
	width: 100%;
	line-height: 25px;
	padding-left: 10px;
	background: url(./image/dot.png) left center no-repeat;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 3px;
}
.level-fenxi .fenxi-lists-right li a{
	display: block;
	font-size: 14px;
	width: 100%;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.level-fenxi .fenxi-lists-right li a:hover{
	color: #FF6600;
}

/* 第三层 */
.level-fagui-touzi{
	margin-top: 30px;
}
/*右侧*/
.level-fagui-touzi .level-desc{
	font-size: 14px;
	width: 250px;
	line-height: 26px;
	margin-top: 10px;
}

.level-fagui-touzi .level-desc a{
	color: red;
	margin-left: 5px;
}

/*友情链接*/
.level-link{
	width: 1100px;
    border: solid 1px #e0e0e0;
    background-color: #f7f7f7;
    padding: 0px 5px;
	text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #3f3f3f;
    box-sizing: border-box;
    margin:30px auto 0;
}
.level-link span{
	margin-right: 20px;
}
.level-link span a{
	color: #3f3f3f;
}


/* 三级页面 */
/*左侧*/
.thrice_level .level-list-left{
	width: 740px;
}
.level-list-left li{
	width: 100%;
	padding: 25px 0;
	overflow: hidden;
}

.level-list-left li .imgs{
	width: 157px;
	height: 116px;
	background: #a2c2eb;
	margin-right: 20px;
}
.level-list-left li .imgs img{
	width: 100%;
	height: 100%;
}
.level-list-left li .title{
	font-size: 18px;
	margin-bottom: 10px;
	text-align: left;
	font-weight:700;
}
.level-list-left li .title a{
	color: #333;font-weight:700;
}
.level-list-left li p{
	font-size: 14px;
	color: #666;
	height: 50px;
	line-height: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}
.level-list-left li .info{
	color: #666;
}
.level-list-left li .info span{
	margin: 0 5px 0 0;
}

.level-list-left li .more{
	color: #666;
}
.level-list-left li .more span.see{
	padding-left: 25px;
	background: url(./image/eye.png) left center no-repeat;
	margin-right: 20px;
}
.level-list-left li .more span.good{
	padding-left: 25px;
	background: url(./image/like.png) left center no-repeat;
}
.level-list-left li:hover{
	background: #f8f8f8;
}
.level-list-left li:hover a{
	color: red;
}
.level-list-left li:hover .see{
	background: url(./image/eye-hover.png) left center no-repeat;
}
.level-list-left li:hover .good{
	background: url(./image/like-hover.png) left center no-repeat;
}

/*右侧*/
.thrice_level .level-asdie-right{
	width: 313px;
}

/* 第一种 */
.asdie-list-one {
	margin-top: 10px;
}

.asdie-list-one img{
	background: #c1c2e7;
	margin-right: 10px;
}
.asdie-list-one li.top h1{
	font-size: 14px;
	color: #333;
	padding-top: 5px;
	white-space: normal;
}
.asdie-list-one li.top .tit1{
	font-size: 14px;
	color: #333;
	padding-top: 5px;
	white-space: normal;
	font-weight:700;
	width:165px;
	overflow:hidden;
	height:20px;
}
.asdie-list-five .top .tit1{
	font-size: 14px;
	color: #333;
	padding-top: 5px;
	white-space: normal;
	font-weight:700;
	width:200px;
	overflow:hidden;
	height:20px;
}
.asdie-list-one li.top h2{
	font-weight: normal;
	color: #666;
	line-height: 23px;
	margin-top: 10px;
	white-space: normal;
}
.asdie-list-one li a{
	width: 100%;
}
.asdie-list-one li a p{
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin: 10px 0;
	padding-left: 15px;
	background: url(./image/dot.png) left center no-repeat;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*第二层*/
.level-asdie-two {
	margin-top: 20px;
}
.level-asdie-two .asdie-list-one li{
	margin-bottom: 15px;
	height: 103px;
}

/* 第三层 */
.level-asdie-three{
	margin-top: 20px;
}
.asdie-list-three{
	margin-top: 10px;
}
.asdie-list-three li {
	width: 100%;
	margin-bottom: 10px ;
	overflow: hidden;
}
.asdie-list-three li i{
	color: #fff;
	padding: 2px 5px;
	background: #999eaa;
	margin-right: 10px;
}
.asdie-list-three li span{
	font-size: 14px;
	color: #333;
}
/* 第四层 */
.level-asdie-four{
	margin-top: 20px;
}
.asdie-list-four {
	margin-top: 10px;
}
.asdie-list-four li span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	color: #333;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.asdie-list-four li p{
	color: #666;
	line-height: 25px;
	margin-bottom: 5px;
}
.asdie-list-four li span{
	color: #666;
}

/*第五层*/
.level-asdie-five{
	margin-top: 20px;
}
.asdie-list-five{
	margin-top: 10px;
}

.asdie-list-five li > a{
	display: block;
	font-size: 14px;
	color: #666;
	padding-left: 20px;
	background: url(./image/arrow.png) left center no-repeat;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.asdie-list-five .top{
	height: 100%;
	min-height: 75px;
	margin-bottom: 20px;
}
.asdie-list-five .top img{
	background: #c1c2e7;
	margin-right: 10px;
}
.asdie-list-five .top h1{
	font-size: 14px;
	color: black;
}
.asdie-list-five .top a{
	color: #3278D1;
	margin-left: 5px;
	padding-left: 0;
	background: none;
}
.asdie-list-five .top .info{
	text-align: right;
	color: #666;
}
.asdie-list-five .top .info span.see{
	padding-left: 20px;
	margin-right: 10px;
	background: url(./image/eye.png) left center no-repeat;
}
.asdie-list-five .top .info span.like{
	padding-left: 16px;
	background: url(./image/like.png) left center no-repeat;
}

/* 应用方案 */
.yingyong_main .slideBox .hd{
	width: 100%;
	right: 0;
	text-align: center;
}
.yingyong_main .slideBox .hd ul{
	float: none;
}
.yingyong_main .slideBox .hd ul li{
	display: inline-block;
	float: none;
	width: 30px;
	height: 5px;
	margin: 0 5px;
	background: #a3a3a3;
}
.yingyong_main .slideBox .hd ul li.on{
	background: #fff;
}
.level-list-box{
	width: 345px;
}
.level-list-box + .level-list-box{
	margin-left: 30px;
}

.level-list-box .list-box-top{
	margin-top: 5px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
.level-list-box .list-box-top .img{
	width: 175px;
	height: 130px;
}
.level-list-box .list-box-top .img img{
	display: block;
	width: 100%;
	height: 100%;
	background: #d0e4fe;
}
.level-list-box .list-box-top .msg{
	width: 160px;
	height: 130px;
	overflow: hidden;
}
.level-list-box .list-box-top .msg .title{
	display: block;
	font-size: 16px;
	color: #3278d1;
	margin-bottom: 10px;
}
.level-list-box .list-box-top .msg .desc{
	font-size: 14px;
	line-height: 25px;
}

.level-list-box .level-box-bottom{
	margin-top: 10px;
}
.level-list-box .level-box-bottom li{
	font-size: 14px;
	line-height: 25px;
	padding-left: 15px;
	background: url(./image/dot-list.png) left center no-repeat;
}
.level-list-box .level-box-bottom li a{
	color: #333;
}
/*第三层 解决方案*/
.fangan{
	margin-bottom: 10px;
}
.fangan_tit{
	width: 100%;
	margin-top: 20px;
	border-bottom: 1px solid #cccccc;
}
.fangan_tit h1{
	font-size: 18px;
	width: 75px;
	line-height: 35px;
	border-bottom: 2px solid #3278d1;
}
.fangan_nav{
	padding: 20px;
}
.fangan_nav a{
	display: inline-block;
	color: #868686;
	text-align: center;
	width: 78px;
	height: 29px;
	line-height: 29px;
	background: #f3f3f3;
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
}
.fangan_nav a + a{
	margin-left: 22px;
}
.fangan_nav a.active{
	color: #fff;
	background: #bc0b03;
	border-color: #bc0b03;
}
.fangan_nav a.active:after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #bc0b03;
	transform: rotate(45deg);
	margin: -3px auto 0;
}

/*布局*/
.fangan_box .fangan_img {
	width: 345px;
}
.fangan_box .fangan_img img{
	width: 100%;
	height: 260px;
	background: #d0e4fe;
}

.fangan_box .fangan_img .title{
	display: block;
	font-size: 16px;
	color: #3278d1;
	text-align: center;
	margin: 10px 0;
	font-weight: bold;
}
.fangan_box .fangan_img p{
	color: #666;
	line-height: 25px;
}

/*热点新闻*/
.fangan_hot{
	width: 345px;
	margin: 0 19px;
}
.fangan_hot dl{
	margin-bottom: 15px;
}
.fangan_hot dt {
	text-align: center;
	margin-bottom: 10px;
}
.fangan_hot dt a{
	font-size: 16px;
	color: #3278d1;
	font-weight: bold;
}
.fangan_hot dd {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
/*列表格式*/
.fangan_list li{
	font-size: 14px;
	line-height: 25px;
	padding-left: 20px;
	margin-bottom: 5px;
	background: url(./image/dot-list.png) left center no-repeat;
}
.fangan_list li:nth-child(6n){
	margin-bottom: 30px;
}
.fangan_list li:last-child{
	margin-bottom: 0;
}
.fangan_list li a{
	color: #333;
}
.fangan_list li a span{
	color: red;
	margin-right: 5px;
}

/* 视频专题 */
.video_main .section{
	margin: 20px auto;
}
.video_main .big_banner{
	position: relative;
}
.video_main .big_banner img{
	background: #1196de;
}
.video_main .big_banner .info{
	font-size: 14px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0 ;
	background: rgba(0,0,0,.2);
}
.video_main .big_banner .info h1{
	margin-bottom: 10px;
}
/*小图标*/
.video_main .small_banner a{
	display: block;
	position: relative;
}
.video_main .small_banner a i{
	width: 40px;
	height: 40px;
	background-size: cover;
}
/*视频布局*/
.video-lg{
	width: 360px;
	height: 350px;
}
.video-lg .img{
	display: block;
	position: relative;
}
.video-lg .img img{
	display: block;
	width: 100%;
	height: 270px;
	background: #3278D1;
}
.video-lg .img p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 37px;
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
	background: rgba(0,0,0,.2) url(./image/video-lg-icon.png) no-repeat 10px center;
	background-size: 15px 15px;
	box-sizing: border-box;
}
.video-lg .desc{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-top: 10px;
}
/*右侧*/
.video-list {
	width: 720px;
}
.video-list .video-item{
	float: left;
	width: 164px;
	margin-bottom: 20px;
	margin-right: 20px;
	overflow: hidden;
}
.video-list .video-item:nth-child(4n){
	margin-right: 0;
}
.video-list .video-item .img{
	display: block;
	width: 100%;
	height: 122px;
}
.video-list .video-item .img img{
	display: block;
	width: 100%;
	height: 100%;
	background: #88abda;
}
.video-list .video-item h1{
	font-size: 14px;
	padding-left: 20px;
	margin-top: 5px;
	background: url(./image/video-icon.png) left 2px no-repeat;
}
.video-list .video-item h1 a{
	color: #333;
}
.video-list .video-item p{
	margin-left: 20px;
	white-space: nowrap;
}

/*采购界面*/
.caigou-main .more a{
	color:  #3278d1;
	margin: 0 0 0 5px;
}

/*法规*/
.fagui-wrapper {
	margin: 20px 0 0;
}
/*左侧*/ 
/*.fagui-main-left {*/
	/*width: 737px;*/
/*}*/
/*热点新闻*/
.fagui-hot-news{
	width: 100%;
	padding-bottom: 25px;
	border-bottom: 1px dashed #ccc;
}
.fagui-hot-news .hot-news-item{
	display: inline-block;
	width: 230px;
	height: 175px;
	margin: 0;
	position: relative;
}
.fagui-hot-news .hot-news-item + .hot-news-item{
	margin-left: 20px;
}
.fagui-hot-news .hot-news-item img{
	display: block;
	width: 100%;
	height: 100%;
	background: #8a9ce0;
}
.fagui-hot-news .hot-news-item p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.3);
}
/*新闻列表*/
.fagui-news-list{
	width: 100%;
}
.fagui-news-list .list-item{
	width: 100%;
	height: 190px;
	margin-top: 20px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #ccc;
}
.fagui-news-list .list-item .thumb{
	float: left;
	width: 250px;
	height: 100%;
	background: #d1ecfb;
	margin-right: 13px;
	overflow: hidden;
}
.fagui-news-list .list-item .thumb img{
	width: 100%;
}
.fagui-news-list .list-item .text{
	float: right;
	width: 470px;
}
.fagui-news-list .list-item .text h1.title{
	font-size: 16px;
	margin: 15px 0px;
	text-align: left;
}
.fagui-news-list .list-item .text h1.title a{
	color: #3278d1
}
.fagui-news-list .list-item .text p.desc{
	font-size: 14px;
	color: #666;	
	line-height: 30px;
	margin-bottom: 25px;
}
.fagui-news-list .list-item .text .info{
	color: #666;
}
.fagui-news-list .list-item .text .info span{
	margin-right: 30px;
}

/*右侧*/
.fagui-main-right{
	width: 314px;
}
/*头*/
.fagui-right-title{
	margin-bottom: 5px;
	border-bottom: 1px solid #dcdcdc;
}
.fagui-right-title span{
	display: inline-block;
	font-size: 16px;
	color:#333;
	line-height: 35px;
	padding: 0 5px;
	border-bottom: 2px solid #3278d1;
}
/*第一层*/
.fagui-right-one{
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.fagui-right-one .list-right-item{
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
	overflow: hidden;
}
.fagui-right-one .list-right-item .thumb{
	display: inline-block;
	width: 135px;
	height: 100%;
	margin-right: 10px;
	background: #8a9ce0;
	vertical-align: middle;
}
.fagui-right-one .list-right-item .text{
	display: inline-block;
	width: 160px;
	height: 100%;
	vertical-align: middle;
}
.fagui-right-one .list-right-item a.tit {
	display: block;
	font-size: 16px;
	color: #3278d1;
	margin-bottom: 5px;
}
.fagui-right-one .list-right-item .text p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

/*带数字的列表*/
.fagui-right-two{
	margin-bottom: 20px;
}
.fagui-right-two .fg-num-list li{
	font-size: 14px;
	height: auto;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
.fagui-right-two .fg-num-list li em{
	padding: 5px 8px;
	color: #fff;
	background: #3278d1;
	margin-right: 10px;
}
.fagui-right-two .fg-num-list li a{
	color: #333;
	white-space: nowrap;
	overflow: hidden;
}
/*认证*/
.fagui-right-rz{
	margin-bottom: 20px;
}
/*缩略图带文字*/
.fagui-rz a.tit{
	display: block;
	font-size: 16px;
	color: #3278d1;
	margin-bottom: 5px;
}
.fagui-rz .rz-top img{
	 display: inline-block;
	 width: 134px;
	 height: 100px;
	 background: #B3C0FF;
}
.fagui-rz .rz-top span{
	display: inline-block;
	font-size: 14px;
	color: #333;
	width: 180px;
	padding: 20px 20px 5px;
	line-height: 25px;
	box-sizing: border-box;
}

/*通用列表*/
.not-num-list{
	margin-top: 10px;
}
.not-num-list li{
	font-size: 14px;
	background: url(./image/dot-list.png) left center no-repeat;
	padding: 10px 0 10px 15px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}

/*展会*/
.fagui-right-zh {
	margin-bottom: 20px;
}
.fagui-right-zh .fagui-zh img{
	background: #B3C0FF;
	margin: 0 5px;
}

/*百科*/
.fagui-right-bk .new-msg{
	display: block;
	font-size: 14px;
	color: #333;
	margin:10px 0;
	white-space: nowrap;
	overflow: hidden;
}
.fagui-right-bk .new-msg span{
	color: #fff;
	background: #3278d1;
	padding: 2px 10px;
	margin-right: 10px;
}
.fagui-right-bk .bk-top img{
	 display: inline-block;
	 width: 134px;
	 height: 100px;
	 background: #B3C0FF;
}
.fagui-right-bk .bk-top span{
	display: inline-block;
	font-size: 14px;
	color: #333;
	width: 180px;
	height: 100px;
	padding: 5px 20px 5px;
	line-height: 25px;
	box-sizing: border-box;
}

/*会员专题*/
.vip-top .vip-banner{
	width: 800px;
	height: 352px;
	background: #9cb8da;
}
.vip-top .vip-count h1{
	font-size: 16px;
	font-weight: normal;
	text-indent: 20px;
	line-height: 40px;
	border-bottom: 1px solid #d9d9d9;
}
.vip-top .vip-count p{
	font-size: 14px;
	margin-top: 10px;
	line-height: 30px;
	text-align: center;
}
.vip-top .vip-count p span{
	font-size: 14px;
	padding: 2px 4px;
	color: #fff;
	background: red;
	margin: 0 2px;
	border-radius: 5px;
}

/*入驻*/
.ruzhu-banner{
	width: 100%;
	height: 380px;
	margin-top: 25px;
	background: #eaf0f6;
}
.ruzhu-banner h1.title{
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}
.ruzhu-banner .desc{
	font-size: 16px;
	text-align: center;
	margin: 20px 0;
}
.ruzhu-banner .desc p{
	margin-bottom: 15px;
}
.ruzhu-banner .desc span{
	display: block;
	line-height: 30px;
}

/*icon*/
.vip-icon {
	display: inline-block;
	width: 20%;
	margin: 10px -2px 0;
	text-align: center;
}
.vip-icon p{
	font-size: 16px;
	color: #4b4c4d;
	margin-top: 5px;
}
/*公共头*/
.vip-tit{
	font-size: 18px;
	font-weight: 700;
	text-indent: 10px;
	line-height: 35px;
	border-bottom: 2px solid #49a2e3;
}
/*会员服务*/
.vip-serve{
	margin-top: 30px;
}
.vip-serve .msg{
	font-size: 18px;
	font-weight: 400;
	padding: 20px;
}
/*会员套餐*/
.vip-combo {
	margin-top: 20px;
}
.vip-combo table{
	margin-top: 20px;
}
/*表格结构体*/
.vip-wrapper table{
	font-size: 16px;
	width: 100%;
	border: 1px solid #fff;
}
.vip-wrapper table th{
	color: #333;
	background: #dbe4ee;
}
.vip-wrapper table td{
	color: #646567;
	background: #eaf0f6;
}
.vip-wrapper .text-indet-left{
	text-align: left;
	padding-left: 45px;
}

/*会员积分*/
.vip-integral{
	margin-top: 20px;
}
.vip-integral-left,
.vip-integral-right{
	width: 49%;
}
.vip-integral-desc{
	margin-top: 20px;
}
.vip-integral-desc h1{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.vip-integral-desc p,
.vip-integral-desc li{
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.vip-integral-desc li{
	margin-left: 20px;
	list-style-type:square;
}

.vip-integral-right .vip-integral-table {
	margin-top: 20px;
	border: 1px solid #dfdede;
}
.vip-integral-table td,
.vip-integral-table th{
	background: #fff !important;
}
.vip-integral-table td{
	padding: 7px 0;
}

/*升级会员*/
.vip-up,
.vip-concat{
	margin-top: 20px;
}
.vip-up .vip-up-main{
	margin-top: 20px;
	border: 1px dashed #ccc;
}
.vip-up .vip-up-main dt,
.vip-up .vip-up-main dd{
	display: inline-block;
	vertical-align: middle;
}
.vip-up .vip-up-main dt{
	width: 180px;
	text-align: center;
	padding: 10px 0;
}
.vip-up .vip-up-main dl{
	border-top: 1px dashed #ccc;
}
.vip-up .vip-up-main dd{
	width: 360px;
	text-indent: 20px;
	padding: 10px 0;
	border-left: 1px dashed #ccc;
}
.vip-up .vip-up-main input[type="text"]{
	width: 300px;
}

.vip-up .vip-up-main textarea {
	width: 300px;
	border: 1px solid #ccc;
}
.vip-up .vip-up-main button[type="submit"] {
	width: 80px;
	height: 30px;
}
.vip-concat{
	width: 500px;
}
.vip-concat-main {
	margin-top: 20px;
}

/*媒体平台*/
.vip-more{
	margin-top: 20px;
}
.vip-more .more-icon{
	text-align: center;
	margin-top: 20px;
}
.vip-more .more-icon a{
	display: inline-block;
	margin: 0 20px;
	vertical-align: middle;
}
