@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
a{
	color:#000000;
	text-decoration:none;
		
}
body{
	font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", "STHeiti",
	     "WenQuanYi Micro Hei";
}
@font-face
{
/*font-family:myFirstFont;*/
font-style: normal;
font-weight:700;
src:url('../fonts/TradeGothic-Bold.ttf')
    ,url('../fonts/TradeGothic-Bold.woff'); /* IE9+ *//* IE9+ */
}
li{
	list-style:none;
}
.clear{
	clear:both;
}
body{
	background:#FFFFFF;
	font-size: 14px;
	/*font-family: "Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";*/
}
#header{
	margin:0 auto;
	width:1100px;
	height:80px;
	background:#FFFFFF;
}
#logo{
	display:block;
	width:152px;
	height:80px;
	float:left;
}
.creativity{
	width:237px;
	height:32px;
	float:left;
	padding-top:25px;
	margin-left:-15px;
}



.search_box{
	width: 264px;
	height: 47px;
	margin-right:25px;
	margin-top:16px;
	margin-left:30px;
	float: right;
}
.search{
	height:32px;
	margin-top: 7px;
	margin-bottom: 7px;
	float:right;
	border-width:1px;
	border-style:solid;
	border-color:#ffffff;
		
}
.search_text{
	display:block;
	width:0px;
	color:#333333;
	line-height:32px;
	height:32px;
	border:none;
	padding:0;
	margin:0;
	float:left;
	padding-left:5px;
}
.search_but{
	display:block;
	width:24px;
	height:32px;
	background:url(../images/search_ico.jpg) no-repeat center center;
	float:left;
	border:none;
}
.head_left{
	width:389px;
	float:left;
}
.head_right{
	width:711px;
	float:right;
	text-align:right;
}
.nav_open,.work_open,.about_open{
	width:24px;
	height:24px;
	background:url(../images/nav_ico.jpg) no-repeat center center;
	float:right;
	display:block;
	margin:0 25px;
	margin-top:28px;
	cursor:pointer;
}
.work_open{
	margin:0;
	padding:28px 25px 0;
	background:none;
}
.nav_open{
	transition: transform 210ms;
	-moz-transition: -moz-transform 210ms;	/* Firefox 4 */
	-webkit-transition: -webkit-transform 210ms;	/* Safari 和 Chrome */
	-o-transition: -o-transform 210ms;	/* Opera */
}
.nav_open:hover,.nav_close:hover{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);		/* IE 9 */
	-webkit-transform: rotate(90deg);	/* Safari and Chrome */
	-o-transform: rotate(90deg);		/* Opera */
	-moz-transform: rotate(90deg);		/* Firefox */
}
.work_open{
	position:relative;
}
.about_open{
	background:url(../images/about_ico.jpg) no-repeat center center;
}
.work_list{
	display:none;
	position:absolute;
	left:-38px;
	top:52px;
	width:150px;
	padding-top:19px;
	background:url(../images/sanjiao_ico.jpg) no-repeat center top;
	z-index:10000 !important;
}
.work_list_innert{
	box-shadow: -2px 4px 5px #000000;
	background:#444444;
}
.work_list_innert li{
	height:82px;
	line-height:82px;
	padding:0 10px;
	
	text-align:center;
}
.work_list_innert li:hover{
	background-color:#333333;
}
.work_list_innert li a{
	color:#FFFFFF;
	padding-left:30px;
	border-bottom:1px solid #7c7c7c;
	display:block;
	height:81px;
	line-height:81px;
}
.work_list_innert .li_01{
	background:url(../images/article_ico.png) 10px center no-repeat;
}
.work_list_innert .li_02{
	background:url(../images/picture_ico.png) 10px center no-repeat;
}
.work_list_innert .li_03{
	background:url(../images/video_ico.png) 10px center no-repeat;
}
.work_list_innert .li_03 a{
	border:none;
}
.head_landing{
	float:right;
	line-height:80px;
	height:80px;
	min-width:70px;
}
.head_landing a{
	color:#333333;
}
/*展开导航*/
.search_h{
	width:0px;
	height:22px;
	padding:0;
	margin:0;
	font-size:12px;
	padding-left:4px;
	float:left;
	line-height:22px;
	border:none;
	color:#FFFFFF;
	background:none;
	outline:none;
}
.search_h{
	width:193px;
}
.search_h_ico{
	outline:none;
	float:right;
	width:24px;
	height:24px;
	background:url(../images/search.png) no-repeat center center;
	border:none;
}
#open_nav{
	background:url(../images/black_bg.png);
	height:100%;
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:10001;
	display:none;
}
.open_nav_inner{
	width:1100px;
	margin:0 auto;
	position:relative;
}
.open_logo{
	display:block;
	width:86px;
	margin:16px auto 0;
}
.open_logo img{
	width:86px;
}
.nav_close{
	position:absolute;
	right:0;
	top:25px;
	display:block;
	transition: transform 210ms;
	-moz-transition: -moz-transform 210ms;	/* Firefox 4 */
	-webkit-transition: -webkit-transform 210ms;	/* Safari 和 Chrome */
	-o-transition: -o-transform 210ms;	/* Opera */
}
.son_nav_box{
	padding-left:42px;
}
.son_nav_box .s_row{
	padding-top:25px;
}
.s_row a{
	font-size:14px;
	/*font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";*/
	padding:5px 10px;
	margin:0 6px;
}
.son_nav_box a,.son_nav_box a:hover{
	color:#FFFFFF;
}
.news_nav a:hover,.news_nav a:visited{
	background:#d00002;
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
	border:none;
}
.son_nav_box .son_nav_title{
	font-size:20px;
	/*font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";*/
}
.search_02{
	margin-left:16px;
	outline:none;
	width:224px;
	height:24px;
	line-height:28px;
	font-size:14px;
	border:1px solid #FFFFFF;
	background:none;
	color:#FFFFFF;
	padding-left:5px;
	float:left;
}

.landing {
	color:#FFFFFF;
	float:left;
}
.landing a{
	padding:0;
	margin:20px;
}
.erweima{
	width:112px;
    float:left;
	text-align:center;
	margin-left:30px;
}
.erweima .weixin,.erweima .sina,.erweima .rss{
	display:block;
	float:left;
	width:26px;
	height:26px;
	padding:0;
	margin:0;
	background-repeat:no-repeat;
	background-position:center center;
}
.weixin{
	background-color:#FFFFFF;
}
.weixin{
	background-image:url(../images/weixin_ico.png);
}
.erweima .sina{
	background-image:url(../images/sina_ico.png);
	margin:0 17px;
}
.rss{
	background-image:url(../images/rss_ico.png);
}
.three_ewm{
	padding:12px;
	background:#FFFFFF;
}
/*展开导航结束*/
/*轮播图区域*/
/* slider */
.slider{
	width:100%;
	min-width:1140px;
	height:400px;
	position:relative;
	overflow:hidden;
	background:#fff;
}
.slider .bd{
	width:1100px;
	position:absolute;
	left:50%;
	margin-left:-550px
}
.slider .bd li{
	width:1100px;
	overflow:hidden;
}
.slider .bd li img{
	display:block;
	height:400px;
}
.slider .tempWrap{
	overflow:visible !important
}
.slider .tempWrap ul{
	margin-left:-1100px !important;
}
.slider .hd{
	position:absolute;
	width:100%;
	left:0;
	z-index:1;
	height:8px;
	bottom:20px;
	text-align:center;
}
.slider .hd li{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:8px;
	height:8px;
	line-height:99px;
	overflow:hidden;
	background:url(../images/slider-btn.png) 0 -10px no-repeat;
	margin:0 5px;
	cursor:pointer;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.slider .hd li.on{
	background-position:0 0;
	filter:alpha(opacity=100);
	opacity:1;
}
.slider .pnBtn{
	position:absolute;
	z-index:1;
	top:0;
	width:100%;
	height:400px;
	cursor:pointer;
}
.slider .prev{
	left:-50%;
	margin-left:-550px;
}
.slider .next{
	left:50%;
	margin-left:550px;
}
.slider .pnBtn .blackBg{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:400px;
	background:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.slider .pnBtn .arrow{
	/*display:none;*/
	position:absolute;
	top:0;
	z-index:1;
	width:60px;
	height:400px;
}
.slider .pnBtn .arrow:hover{
	filter:alpha(opacity=60);
	opacity:0.6;
}
.slider .prev .arrow{
	right:0;
	background:url(../images/slider-arrow.png) -120px center no-repeat;
}
.slider .next .arrow{
	left:0px;
	background:url(../images/slider-arrow.png) 0 center no-repeat;
}
@media screen and (max-width: 1100px) {

	.slider .prev .arrow{
		right:-50px;
	}
	.slider .next .arrow{
		left:-50px;
	}
}
.ban_page_left{
    width:735px;
    float:left;
    height: 350px;
}
.ban_page_right{
    width: 100%;
    height: 60px;
    margin: 250px auto;
    text-align: center;
    float: left;
    /* padding: 30px 30px 10px 30px; */
    /* background: #000000; */
    /* color: #FFFFFF; */
    /* height: 360px; */
    position: relative;
    top: -340px;
}
.ban_page_right h3 a{
	display: block;
	font-size:22px;
	margin-bottom: 20px;
	height: 62px;
	overflow:hidden;
	color: #ffffff;
}
.ban_page_right .p_text{
	color:#707070;
	line-height:22px;
	overflow:hidden;
	height:262px;
}
.ban_page_right .more{
	width:186px;
	height:40px;
	display:block;
	margin:0 auto;
	border:1px solid #808080;
	color:#707070;
	text-align:center;
	line-height:40px;
	font-size:18px;
}
/*子导航*/
#small_nav{
    width: 400px;
    height: 40px;
    background: #ffffff;
    color: #707070;
    float: left;
    margin-left: 220px;
}
.small_nav_box{
	width:1100px;
	margin:0 auto;
}
.small_nav_box .big_list{
    margin-right: 45px;
    /*width: 70px !important;*/
    float: left;
    text-align: center;
    position: relative;
}
.small_nav_box .big_list h3{
    font-size: 16px;
    font-weight: normal;
    background-image: url(../images/jiantou2.png);
    background-repeat: no-repeat;
    background-position: right 6px;
    cursor: pointer;
    height: 40px;
    /*background-color: #ffffff !important;*/
   	position: relative;
    top: 2px;
    padding-right: 14px;
}
.small_nav_box .big_list .te_h3{
	background-image:url(../images/jiantou_03.png);
}
.small_nav_box .big_list .all{
	background:none;
}
.small_nav_box .big_list .all a{
    color: #333333;
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: 4px solid #333333;
}
.active{
	
}
/*全部案例*/
.small_nav_box .big_list .all2{
	display: inline-block;
	font-size: 16px;
    color: #828282;
    height: 40px;
    padding-bottom: 16px;
}
.small_nav_box .big_list .all:hover{
	background-color: #ffffff;
}
.s_open_list{
	z-index:100;
	display:none;
	background:#ffffff;
	position:absolute;
	left:0;
    top: 42px;
    width: 580px;
    height: 130px;
    border-radius: 5px;
    padding: 18px 18px 18px 0px;
    overflow: hidden;
}
.s_open_list ul{
	margin-left: 18px;
}
.s_open_list li{
    min-width: 90px;
    margin-bottom:4px;
    float: left;
    position: relative;
    left: -2px;
	background:url(../images/li_line.png) no-repeat right center;
}
/*.s_open_list li:hover{
	background:#4d4d4d;
}*/
.s_open_list li a{
    padding: 4px 14px;
    border-radius: 5px;
    color: #333333;
    font-size: 14px;
    display: inline-block;
}
.s_open_list li a:hover{
	background: #f95959;
	color: #ffffff;
}
.small_nav_box .last_big_list{
	float: right;
	margin: 0;
}
.last_big_list .tougao{
	line-height:40px;
	background:url(../images/up_jiantou.jpg) no-repeat 18px center;
	height:40px;
	margin:5px 0;
	background-color:#d10005;
	display:block;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
}
/*主体列表片*/
#main{
	padding-top: 25px !important;
	background: #f4f4f4;
}
.main_inner{
	width:1140px;
	margin:0 auto;
	min-height: 350px;
}
.main_inner li{
    display: block;
    height: 337px;
    width: 260px;
    margin: 0 10px;
    float: left;
    background: #ffffff;
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 20px rgba(0,0,0,0.1);
		position: relative;
}
.main_inner .title_img{
	padding-bottom:15px;
	display:block;
}
.main_inner .title_img img{
    width: 260px;
    height: 190px;
}
.main_list_label{
    width: 100px;
    float: left;
    color: #ababab;
    font-size: 12px;
    margin: 0px 0px 10px 15px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_list_label .label_t{
	color:#d10005;
	font-weight:bold;
}
.main_list_label .lei{

}
.look_num{
    width: 100px;
    float: right;
    text-align: right;
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
    top: -2px;
}
.look_num span{
    padding-left: 17px;
	color:#ababab;
	max-width:66px;
	position: relative;
    top: -1px;
}
.look_num .icon_font{
	color:#e7e7e7;
	font-size: 15px;
}

.look_num .span_01{
	background:url(../images/eye_ico.png) no-repeat left center;
}
.look_num .span_02{
	/*background:url(../images/com_icon_03.png) no-repeat left center;*/
	padding-left: 0px;
}
.icon_com2{
	font-size: 15px;
    color: #e7e7e7;
}
.look_num .span_03{
	/*background:url(../images/zan_icon_03.png) no-repeat left top;*/
	margin-right: 12px;
    padding-left: 0px;
}
.mian_text_title{
	float: left;
	height:38px;
    margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
}
.mian_text_title a{
    display: block;
    font-size: 14px;
    color: #333333;
    padding: 0px 15px;
    overflow: hidden;
    line-height: 20px;
}
.mian_text_title a:hover{
	color:#D10005;
}
.dianzan_num img{
	display:inline-block;
}
#footer{
	/*height:90px;
	padding-top:30px;
	background:#242424;
	min-width: 1140px;	*/
}
.foot_inner{
	width:1100px;
	margin:0 auto;
}
.foot_inner span{
	color:#ababab;
	display:inline-block;
}
.foot_inner .copyright{
	float:right;
	text-align: right;
}
.foot_inner .copyright a{
	color: #ffffff;
}

/*详情页面*/
.inner_details_main{
	width:1100px;
	margin:0 auto;
	padding-top:30px;
}
.details_left{
	width:760px;
	float:left;
	padding-bottom:20px;
}
.details_right{
	width:300px;
	float:right;
}
.details_title{
	font-size:36px;
	line-height:40px;
	padding-bottom:20px;
}
.text_time .fenxiang{
	padding: 10px 0;
	width:260px;
	float:left;
	color:#333333;
}
.text_time .deta_looknum{
	padding: 10px 0;
	width:380px;
	float:left;
	text-align:left;
}
.overview{
	padding-top:45px;
}
.details_img_title{
	display:block;
	width:350px;
	height:250px;
	float:left;
}
.woke_xiangqing{
	width:350px;
	float:left;
	padding-left:60px;
}
.woke_xiangqing li{
	padding-bottom:20px;
}
.woke_xiangqing li h4{
	font-size:22px;
	font-weight:normal;
	color:#333333;
}
.woke_xiangqing li h4 span{
	font-size:16px;
}
.tuijiandengji{
	width:120px;
	float:left;
}
.dengjixin{
	/*float:left;
	margin-top: 7px;*/
}
.dengjixin span{
	/*color:#ff4f26;
	font-size:22px;
	padding-left:8px;	*/
}
.deta_inner{
	padding:45px 0;
		
}
.deta_inner .con_Text{
	/*font-family: "宋体";*/
}
.date_titile{
	font-size:22px;
	border-bottom:1px solid #eaeaea;
	color:#333333;
}
.deta_inner img{
	max-width:760px;
	padding-top:20px;
}
.deta_inner p,.deta_inner h5{
	padding-top:20px;
	color:#333333;
}
.deta_inner h5{
	font-size:14px;
}

/*加一个点赞按钮*/
.case_zan{
	text-align: center;
	padding-bottom: 30px;
}
.case_zan img{
	padding-bottom: 10px;
}

.details_right .anli_list{
	padding-bottom:30px;
}
.anli_list h2{
	font-size:22px;
	color:#333333;
	padding:12px 0;
	line-height:28px;
}
.anli_list p{
	color:#333333;
	line-height:24px;
}
.anli_list a{
	text-align:left;
	display:block;
	padding-top:10px;
}
/*网友评论*/
.comment_inner{
	/*border-bottom:1px solid #f5f5f5;
	padding-top:20px;*/
}
.user_avatar{
	width:50px;
	height:50px;
	overflow:hidden;
	border-radius:35px;
	background:#D8D8D8;
	float:left;
}
.user_avatar img{
	width:50px;
	height:50px;
}
.user_reviews{
	width:690px;
	float:left;
	margin-left:15px;
}
.reviews_name{
	padding:0;
	margin:0;
	font-size:16px;
	color:#191a1b;
	float:left;
	display:inline-block;
}
.grxin{
	display:inline-block;
	padding-left:10px;
	padding-top:3px;
}
.grxin img{
	display:inline;
	float:left;
}
.reply_btn,.r_good,.r_g_djh{
	min-width:50px;
	margin-left:5px;
	height:24px;
	line-height:24px;
	color:#FFFFFF;
	text-align:center;
	background-color:#d10005;
	display:inline-block;
	cursor:pointer;
	float:right;
}
.reviews_btn .r_good,.reviews_btn .r_g_djh{
	min-width:0;
	color:#938f8e;
	background-color:transparent;
	background-image:url(../images/praise_ico.jpg);
	background-position:5px center;
	background-repeat:no-repeat;
	padding-left:25px;
	padding-right:10px;
}
.r_good:hover,.reviews_btn .r_good_cli,.look_all .sp_01:hover,.look_all .r_good_cli,.reviews_btn .r_g_djh,.look_all .r_g_djh{
	background-color:#d10005;
	background-image:url(../images/zan.jpg);
	color:#FFFFFF;
}
.reviews_time{
	color:#938f8e;
	font-size:12px;
	/*font-family:"宋体";*/
}
.reviews_con{
	padding:10px 0 10px;
	font-size:14px;
	/*font-family:"宋体";*/
	line-height:22px;
	color:#1a1a20;
	resize:none;
}
.reviews_box{
	width:518px;
	padding:10px;
	min-height:120px;
	color:#7e7670;
	border:1px solid #dddddd;
}
.cancel_btn,.submit_btn{
	margin-top:15px;
	cursor:pointer;
	width:120px;
	height:38px;
	font-size:16px;
	line-height:38px;
	border-radius:3px;
	border:none;
	display:block;
	float:left;
	background:#d10005;
	text-align:center;
	color:#FFFFFF;
	margin-right:15px;
}
.cancel_btn{
	background:#eeeeee;
	color:#959392;
}
.reviews_box_title{
	font-size:14px;
	color:#999999;
}
.re_wrap{
	display:none;
}
.re_wrap,.re_wrap_e{
	margin-bottom:20px;
	margin-top:20px;
}
.re_wrap_e .pfq{
	width:220px;
	float:left;
}
.re_wrap_e .pfq h4{
	font-size:20px;
	color:#333333;
	font-weight:normal;
}
.re_wrap_e .plq{
	width:540px;
	float:left;
}
.plxinji{
	margin:10px 0;
}
#plxinji{
	width: 200px !important;
}
.pfq p{
	font-size:20px;
	color:#ababab;
}
.pfq p span{
	font-size:14px;
}
.re_wrap .plq{
	width:470px;
}
.re_wrap .plq .reviews_box{
	width:448px;
}
.comment_inner_son{
	padding-left:70px;
}
.user_reviews_son{
	width:620px;
}

/*分页样式*/
.all_page{
	width:1125px;
	margin:30px auto;
	text-align: center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination {
    margin:0 0 40px 0;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    border-color:#d10005;
	color: #000;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color:#d10005;
    border-color:#d10005;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border:none;
    color: #000;
	width:32px;
	height:32px;
	text-align:center;
	line-height:32px;
	margin-right:15px;
	padding:0px 0px;
	font-size:16px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #fff;
  background-color:#d10005;
  border-color:#d10005;
}


/*查看更多*/
.look_all_work{
	width:1100px;
	margin:0 auto;
}
.look_all_work a{
	width:400px;
	display:block;
	height:58px;
	color:#242424;
	border:1px dotted #000000;
	text-align:center;
	line-height:58px;
	margin:30px auto 30px auto;
	cursor:pointer;
}
.look_all_work a:hover{
	background:#444444;
	color:#FFFFFF;
	border:1px solid #fff;
}

/*面包屑*/
.Crumbs{
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.Crumbs h4,.Crumbs a{
	font-size: 16px;
	display: inline-block;
	color: #333333;
}
.Crumbs a{
	background: #e7e7e7;
	padding: 3px 12px;
	margin-left: 10px;
}

/*详情页加收藏*/
.Collection_but{
	width: 64px;
	text-align: center;
	padding: 10px 0;
	float: right;
	padding-left: 16px;
	background: url("../images/collection_ico.jpg") no-repeat 10px center;
	background-color: #d10005;
	color: #ffffff;
	cursor: pointer;
}
.coll_a{
	width: 80px;
	padding-left: 0;
	background: #666666;

}
.case_top{
    width: 1100px;
    height: 350px;
    margin: 52px auto 30px;
    overflow: hidden;
    position: relative;
    left: -10px;
}
.banner{
	width: 735px;
	float: left;
}
.case_topic{
	width: 350px;
	height: 350px;
	float: right;
}
.case_topic img{
	width: 350px;
	height: 350px;
	border-radius: 5px;
}
.vui-slider{
	border-radius: 5px;
}
.case_top li{
	width: 735px;
	height: 350px;
}
.all_article{
    width: 1100px;
    height: 40px;
    position: relative;
    left: -10px;
    margin: 0 auto;
}
.sea_text2{
    left: 0px;
    top: 0px;
    border: 1px solid #eeeeee;
}
.sea_sub2 {
    right: 0px;
    top: 0px;
}
/*点赞星星*/
.dianzan_num3{
    border-top: 1px solid #eeeeee;
    width: 230px;
    margin: 0 auto;
    position: relative;
}
.dianzan_num3 .color{
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
	width: 20px;
	height:30px;
	position: absolute;
	top: 11px;
	margin-left: -3px;
}
.kong{
	width: 24px;
	height:30px;
	position: absolute;
	top: 12.5px;
	margin-left: -3px;
}
.yiban{
	width: 20px;
	height:30px;
	position: absolute;
	top: 11px;
	margin-left: -4px;
}
/*加载更多*/
.downloadMore1{
	height: 45px;
	width:180px;
	margin: 0 auto;
	position: relative;
    font: 14px/45px "微软雅黑";
    color: #fff;
    cursor: pointer;
    margin-top: 45px;
    margin-bottom: 65px;
    background: #333;
    text-align: center;
    border-radius:30px ;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05),0 2px 3px 1px rgba(0,0,0,0.05),0 2px 3px 1px rgba(0,0,0,0.05),0 2px 3px 1px rgba(0,0,0,0.05);
}