﻿s@charset "utf-8";
/* CSS Document */

	/*默认值*/
.htwm,.zxzs,.quic .rtup,.reyb,.reyb .px700,.reyb .px230,.reyb .px7,.reyb .px7 .t,.reyb .px7 .c,.reyb .px7 .b,.reyb .px9,.reyb .px9 .t,.reyb .px9 .c,.reyb .px9 .b,.case,.case .t_,.case .c_,.case .b_,.yhd .t,.yhd .c,.yhd .b,.topjt h1,.topjt,.topjt p,.aclb,.aclb li,.zxjl,.zxjl .t,.zxjl .c,.zxjl .b,.xhlB .lt_,.gylk,.gylk .c_,.gylk .b_{
	width:auto;
	height:auto;
	overflow:hidden;
}
.textarea {overflow-y:auto;overflow-x:hidden;}
input,select,img{vertical-align:middle;} 
h1,h2{font-weight:bold;font-size:14px;color:#303030;text-justify:inter-ideograph;}
table,td,img{border:0;}
table,tr,td{border-collapse:collapse;border-spacing:0;}
a:link,a:visited{color:#333;text-decoration:none;outline:none;cursor: pointer;}
a:hover{color:#333;text-decoration: none;}
em,i{font-style: normal; font-weight: normal;}
.clear{clear:both;}
img{
	border:0px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.dx{
	/*border-bottom:1px solid #B6B6B6;*/
	width:1084px;
	margin:auto;
}
/*header*/


header {
    font-family: "微软雅黑";
    font-size: 12px;
}
header.top{
	height: 36px;
	overflow: hidden;
	position:relative;
}


.At3 {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 1084px;
	height: 36px;
	line-height:36px;
}


.At3 img{
	border:1px solid #fff;
}
/*logo*/
header.toubu{
	height:123px;
	overflow:hidden;
	position:relative;
	min-width:1084px;
	padding:10px 0;
}
.logo {
    height: 123px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 1084px;
	border-bottom:1px solid #b6b6b6;
}
.LogoV3 {
    float: left;
    height: 110px;
    margin-right: 95px;
    width: 207px;
	overflow:hidden;
}
.logo_tx{
	float: right;
	margin-top:65px;
}
.logo_tx a{
	font-weight:bold;
	font-size:14px;
}
/*search*/
.search {
    display: block;
    position: relative;
	padding-top:5px;
	height:34px;
	width:556px;
}
.search_text {
    background: url("../images/search2019.png") no-repeat;
    border: 0 none;
    color: #999;
    font-size: 14px;
    font-weight: normal;
    height: 34px;
	line-height:34px;
    padding: 0 15px;
    width: 440px;
	border-radius:0;
}
.search_bon {
    background: url("../images/search2019.png") no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 34px;
    text-indent: -9999px;
    width: 85px;
	background-position: right;
	border-radius:0;
}

/*nav*/
.nav_search{
    height: 123px;
    margin-bottom: 5px;
    width: 620px;
	overflow:hidden;
	float:left;
}

.nav {
    height: 76px;
	line-height:67px;
	width:620px;
}

.nav li {
    float: left;
    font-size: 14px;
    height: 34px;
    padding-bottom: 0;
    padding-right: 25px;
    padding-top: 0;
    position: relative;
}
.nav li a{
	color:#565354;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
/*会员*/

.huiyuan{
    height: 123px;
    margin-bottom: 5px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 180px;
	float:left;
}
.huiyuan .hy_l{
	float:left;
}
.hy_l p{
	width:130px;
	margin:auto;
	font-size:13px;
	text-align:center;
	padding:5px 0;
}
.hy_l p a{
	color:inherit;
	text-decoration:none;
}
.huiyuan .hy_r{
	float:right;
}
.huiyuan .hy_r img{
	max-width:125px;
	max-height:123px;
}
.huiyuan_dl{
	text-align:right;
	padding-right:5px;
	padding-top:60px;
}
.huiyuan_dl .huiyuan_dl_a1{

	height:20px;
	width:30px;
	font-size:13px;
	color:#EE1F79;
}
.huiyuan_dl .huiyuan_dl_a2{

	height:20px;
	width:30px;
	font-size:13px;
	color:#EE1F79;
}
/*column*/
.column{
	width:1084px;
	margin:20px auto;
	height:36px;
	line-height:36px;
	border-bottom:1px #dcdcdc solid;
	font-size:14px;
}
.column a{
	color:#EA2C8A;
	text-decoration:none;
	font-size:14px;
}
/*banner*/
/* 轮播 */
.banner { position: relative; overflow: auto;}
.banner li { list-style: none; }
.banner ul li { float: left; }

.banner .arrows {
    display: none;
}


.banner:hover .arrows,
.banner.hover .arrows {
    display: block;
}

@media only screen {
    .banner .arrows {
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
        opacity: 0;
        display: block;
    }
    
    .banner:hover .arrows,
    .banner.hover .arrows {
        opacity: 1;
    }
}

.banner .arrows {
    position: absolute;
    z-index: 20;
}

.banner .arrows .prev,
.banner .arrows .next {
    position: absolute;
    width: 76px;
    height: 77px;
    font: 0/0 a;
    color: transparent;
    cursor: pointer;
}

.banner .arrows .prev {
    left: 30px;
    background: url(../images/slide_arrow_left.png) no-repeat;
}

.banner .arrows .next {
    left: 974px;
    background: url(../images/slide_arrow_right.png) no-repeat;
}

.wrapper {
    position: relative;
    width: 1084px;
    margin: 0 auto;
    zoom: 1;
	padding:24px 0 25px 0;
	overflow: hidden;
}

.section4 {
    height: 398px;
	overflow:hidden;
}

.section4 .banner ul li {
    height: 398px;
}

.section4 .banner .arrows {
    top: 150px;
}

.section4 .dots {
    position: absolute;
    width: 1084px;
    height: 60px;
    top: 600px;
    text-align: center;
    font-size: 15px;
    background: #fff;
	
}
/*首页广告*/
.index_gg01{
	width:1084px;
	margin:0 auto 25px;;

	border:1px solid #00B0EC;
}
.index_gg02{
	width:1084px;
	margin:auto;
	padding-bottom:25px;
	padding-top:25px;
}
/*首页人物*/
.centen_in_rw{
	width:1084px;
	margin:auto;
	overflow:hidden;
}
.centen_in_rw .centen_in_rw_hdp{
	width:640px;
	height:100%;
	padding-right:13px;
	float:left;
}
.centen_in_rw_hdp .centen_title{
	height: 20px;
    margin: auto;
    overflow: hidden;
    padding: 5px 4px;
    width: 630px;
}
.centen_in_rw_hdp h2{
	font-size:22px;
	color:#333;
	float:left;
}
.centen_in_rw_hdp .hdp_span{
	float:right;
	font-size:14px;
	color:#666;
	padding:2px 5px;
	background-color:#eee;
}

/*首页人物幻灯片*/
.hidden{overflow:hidden;}
/*======== scrollMap start =======*/
.scrollMap{position:relative;width:640px;height:387px;overflow:hidden;background:#000;margin:15px auto auto;-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);}
.scrollMap .picWrap{width:100%;position:relative;}
.scrollMap .picWrap li{position:absolute;}
.scrollMap .picWrap img{width:640px;height:387px;}
.slidePre,.slideNext{background:url("../images/ipadRight.png") repeat scroll 0 0 #fff;width:43px;height:43px;text-indent:-99999px;position:absolute;top:85%;margin-left:24px;z-index:200;}
.slideNext{right:0;background:url("../images/ipadLeft.png") repeat scroll 0 0 #fff;margin:0;}
.slidePre{right:45px;}
.slidePre a, .slideNext a{display:block;position:relative;width:45px;height:43px;}
.slideTxtMore{height:26px;line-height:26px;position:absolute;right:0; bottom:60px;z-index:200;}
.slideTxtMore a{display:block;background:url(../images/ipad-btn.png) no-repeat;_background:url(../images/ipad-btn.gif) no-repeat;padding-left:30px;}
.slideTxtMore a span{background:#55b647;color:#fff;display:block;padding-right:10px;}
.slideTxtMore a:hover{text-decoration:none;background-position:left -27px;}
.slideTxtMore a:hover span{background-color:#70d063;}


.sliderTextBox{color:#fff;padding-bottom:10px;color:#fff;width:100%;position:absolute;bottom:42px;left:0;z-index:4;}
.sliderTextBg{background:url(../images/ipd-mapBg.png) repeat;opacity:0.8;filter:alpha(opacity=80);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";position:absolute;z-index:1;}
.sliderTextAll{position:absolute;z-index:10;}
.sliderText{z-index:5;position: static; width:242px; margin-left:398px;height:350px; background-color:#F1F2F6; padding-top:12px;}
.sliderTxtBot{color:#fff;position:relative;z-index:5;padding-top:10px;}
.sliderText h2{color:#000;margin:0 13px 10px 13px;font-size:1.4em;line-height:1.1;font-weight:bold;text-transform:uppercase; padding-top:16px; overflow:hidden;width: 215px;}
.sliderText h2 span{ display:block; float:left;}
.sliderText h2 .slider_span2{
	height: 25px;
    padding-left: 10px;
    width: 100px;
}
.sliderText h2 .slider_span2 a:hover{color:#3CA7E6; text-decoration:none;}
.sliderText .slider_p1{margin:0 13px;width: 215px; overflow:hidden; font-size:26px; font-weight:bold; height:60px;}
.sliderText .slider_p2{margin:8px 13px;width: 215px; overflow:hidden; font-size:16px; color:#28003A; height:75px;}
.sliderText .slider_p3{
	width: 215px;
	overflow:hidden;
	font-size:16px;
	color:#28003A;
	margin:10px 13px;
	height:20px;
}
.sliderText .slider_p4{
	width: 215px;
	overflow:hidden;
	font-size:16px;
	color:#28003A;
	margin:10px 13px;
	height:60px;
}
.sliderText .slider_p5{
    color: #666;
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    margin: 20px 13px;
    overflow: hidden;
    width: 215px;
}
.sliderText .slider_p5 span{ color:#333;}
.sliderText p a:hover{color:#3CA7E6; text-decoration:none;}
.sliderText a{color:#3CA7E6;}
.sliderText .sLine{border-left:5px solid #55b647;padding-left:10px;margin-bottom:4px;}
.SliderSignBox{background:url(../images/ipd-navBg.png) repeat-x;height:42px;width:100%;position:absolute;bottom:0px;left:0;z-index:4;}





/*首页新闻*/
.centen_in_rw .centen_in_news{
	width:431px;
	float: left;
}
.centen_in_news .centen_title{
	height: 22px;
    margin: auto;
    overflow: hidden;
    padding: 5px 0 4px;
    width: 431px;
}
.centen_in_news h2{
	font-size:22px;
	color:#333;
	float:left;
}
.centen_in_news span{
	background-color: #eee;
    color: #666;
    float: right;
    font-size: 14px;
    padding: 2px 5px;
}
.centen_in_news span a{
	font-size:14px;
	color:#666;
	text-decoration:none;
}
.centen_in_news .centen_innews_list{
	background-color: #eee;
    height: 120px;
    margin-top: 14px;
    overflow: hidden;
    width: 431px;
}
.centen_in_news .centen_innews_list img{
	width:314px;
	height:118px;
	float:left;
	border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;

}
.centen_in_news .centen_innews_list p{
	color: #0b0100;
    float: left;
    font: 14px/22px "微软雅黑";
    height: 70px;
    overflow: hidden;
    padding: 25px 0 0 15px;
    width: 90px;

}
.centen_in_news .centen_innews_list p a{
	color:#0B0100;	
}
/*首页品牌联盟*/
.centen_in_pp{
	width:1110px;
	margin:auto;
	overflow:hidden;
}
.centen_in_pp .centen_title{
	width:1090px;
	margin:auto;
	padding:13px 0;
	overflow:hidden;
	height:20px;
}
.centen_in_pp h2{
	font-size:22px;
	color:#333;
	float:left;
}
.centen_in_pp span{
	background-color: #eee;
    color: #666;
    float: right;
    font-size: 14px;
    padding: 2px 5px;
}
.centen_in_pp span a{
	font-size:14px;
	color:#666;
	text-decoration:none;
}
.centen_in_pp .centen_list li{
	float:left;
	/*margin:0 3px 10px 2px;*/
	width:104px;
}
.brand .centen_list li{
	float: left;
    padding: 10px 6px;
    width: 170px;
}
.centen_in_pp .centen_list li img{
	width:163px;
	height:70px;
}

/*首页灵感*/
.centen_in_lg{
	width:1084px;
	margin:auto;
	overflow:hidden;
}
.centen_in_lg .centen_title{
	width:1084px;
	margin:auto;
	padding:13px 0;
	overflow:hidden;
	height:20px;
}
.centen_in_lg h2{
	font-size:22px;
	color:#333;
	float:left;
}
.centen_in_lg span{
	
}
.centen_in_lg span a{
	color:#666;
	text-decoration:none;
}
/*
.centen_in_lg .centen_list li{
	float:left;
	padding:0 14px 30px 14px;
	width:250px;
}
.centen_in_lg .centen_list li img{
	width:250px;
	height:188px;
}
*/
.artist_l {
	MARGIN: 20px 0px 2px; WIDTH: 1084px; POSITION: relative; HEIGHT: 210px
}
.centen_in_lg .centen_list li img{ width:250px; height:188px;}
/*灵感视觉*/
.artist_l .sj0 {
	OVERFLOW: hidden; WIDTH: 250px; POSITION: absolute; TOP: 0px; HEIGHT: 188px;
}
.artist_l .sj1 {
	OVERFLOW: hidden; WIDTH: 250px; POSITION: absolute; TOP: 0px; HEIGHT: 188px;
}
.artist_l .sj2 {
	OVERFLOW: hidden; WIDTH: 250px; POSITION: absolute; TOP: 0px; HEIGHT: 188px;
}
.artist_l .sj3 {
	OVERFLOW: hidden; WIDTH: 250px; POSITION: absolute; TOP: 0px; HEIGHT: 188px;
}
.artist_l .sj0 A {
	FONT-SIZE: 18px;OVERFLOW: hidden; WIDTH: 220px; HEIGHT: 188px;
}
.artist_l .sj1 A {
	FONT-SIZE: 18px;OVERFLOW: hidden; WIDTH: 220px; HEIGHT: 188px;
}
.artist_l .sj2 A {
	FONT-SIZE: 18px;OVERFLOW: hidden; WIDTH: 220px; HEIGHT: 188px;
}
.artist_l .sj3 A {
	FONT-SIZE: 18px;OVERFLOW: hidden; WIDTH: 220px; HEIGHT: 188px;
}
.artist_l .sj0 {
	WIDTH: 250px; HEIGHT: 188px;
}
.artist_l .sj1 {
	LEFT: 278px; TOP: 0px;
}
.artist_l .sj2 {
	LEFT: 556px; TOP: 0px;
}
.artist_l .sj3 {
	LEFT: 834px; TOP: 0px
}
/*灵感杂志*/
.artist_l .zz1 {
	OVERFLOW: hidden; WIDTH: 250px; POSITION: absolute; TOP: 0px; HEIGHT: 188px;
}
.artist_l .zz2 {
	OVERFLOW: hidden; WIDTH: 250px; POSITION: absolute; TOP: 0px; HEIGHT: 188px;
}
.artist_l .zz3 {
	OVERFLOW: hidden; WIDTH: 250px; POSITION: absolute; TOP: 0px; HEIGHT: 188px;
}
.artist_l .zz0 {

	OVERFLOW: hidden; WIDTH: 250px; POSITION: absolute; TOP: 0px; HEIGHT: 188px;
}
.artist_l .zz1 A {
	FONT-SIZE: 18px;OVERFLOW: hidden; WIDTH: 220px; HEIGHT: 188px;
}
.artist_l .zz2 A {
	FONT-SIZE: 18px;OVERFLOW: hidden; WIDTH: 220px; HEIGHT: 188px;
}
.artist_l .zz3 A {
	FONT-SIZE: 18px;OVERFLOW: hidden; WIDTH: 220px; HEIGHT: 188px;
}
.artist_l .zz0 A {
	FONT-SIZE: 18px;OVERFLOW: hidden; WIDTH: 220px; HEIGHT: 188px;
}
.artist_l .zz1 {
	WIDTH: 250px; HEIGHT: 188px;
}
.artist_l .zz2 {
	LEFT: 278px; TOP: 0px;
}
.artist_l .zz3 {
	LEFT: 556px; TOP: 0px;
}
.artist_l .zz0 {
	LEFT: 834px; TOP: 0px
}
/*灵感素材*/
.artist_l .sc0 {
	OVERFLOW: hidden; WIDTH: 250px; POSITION: absolute; TOP: 0px; HEIGHT: 188px;
}
.artist_l .sc1 {
	OVERFLOW: hidden; WIDTH: 250px; POSITION: absolute; TOP: 0px; HEIGHT: 188px;
}
.artist_l .sc2 {
	OVERFLOW: hidden; WIDTH: 250px; POSITION: absolute; TOP: 0px; HEIGHT: 188px;
}
.artist_l .sc3 {
	OVERFLOW: hidden; WIDTH: 250px; POSITION: absolute; TOP: 0px; HEIGHT: 188px;
}
.artist_l .sc0 A {
	FONT-SIZE: 18px;OVERFLOW: hidden; WIDTH: 250px; HEIGHT: 188px;
}
.artist_l .sc1 A {
	FONT-SIZE: 18px;OVERFLOW: hidden; WIDTH: 250px; HEIGHT: 188px;
}
.artist_l .sc2 A {
	FONT-SIZE: 18px;OVERFLOW: hidden; WIDTH: 250px; HEIGHT: 188px;
}
.artist_l .sc3 A {
	FONT-SIZE: 18px;OVERFLOW: hidden; WIDTH: 250px; HEIGHT: 188px;
}
.artist_l .sc0 {
	WIDTH: 250px; HEIGHT: 188px;
}
.artist_l .sc1 {
	LEFT: 278px; TOP: 0px;
}
.artist_l .sc2 {
	LEFT: 556px; TOP: 0px;
}
.artist_l .sc3 {
	LEFT: 834px; TOP: 0px
}
/*灵感素材*/
.artist_l .kz1 {
	OVERFLOW: hidden; WIDTH: 250px; POSITION: absolute; TOP: 0px; HEIGHT: 188px;
}
.artist_l .kz2 {
	OVERFLOW: hidden; WIDTH: 250px; POSITION: absolute; TOP: 0px; HEIGHT: 188px;
}
.artist_l .kz3 {
	OVERFLOW: hidden; WIDTH: 250px; POSITION: absolute; TOP: 0px; HEIGHT: 188px;
}
.artist_l .kz0 {
	OVERFLOW: hidden; WIDTH: 250px; POSITION: absolute; TOP: 0px; HEIGHT: 188px;
}
.artist_l .kz1 A {
	FONT-SIZE: 18px;OVERFLOW: hidden; WIDTH: 250px; HEIGHT: 188px;
}
.artist_l .kz2 A {
	FONT-SIZE: 18px;OVERFLOW: hidden; WIDTH: 250px; HEIGHT: 188px;
}
.artist_l .kz3 A {
	FONT-SIZE: 18px;OVERFLOW: hidden; WIDTH: 250px; HEIGHT: 188px;
}
.artist_l .kz0 A {
	FONT-SIZE: 18px;OVERFLOW: hidden; WIDTH: 250px; HEIGHT: 188px;
}
.artist_l .kz1 {
	WIDTH: 250px; HEIGHT: 188px;
}
.artist_l .kz2 {
	LEFT: 278px; TOP: 0px;
}
.artist_l .kz3 {
	LEFT: 556px; TOP: 0px;
}
.artist_l .kz0 {
	LEFT: 834px; TOP: 0px
}
.artist_l .sj1 A,.artist_l .sj2 A,.artist_l .sj3 A,.artist_l .sj0 A{
	BACKGROUND: #5ACFD6; FILTER: alpha(opacity=90); LEFT: 0px; COLOR: #fff; FONT-FAMILY: 'Microsoft YaHei'; POSITION: absolute; TOP: 0px; opacity: .9; text-align:center; padding:0 15px;
}
.artist_l .sj0 A {padding:0; width:250px;}
.artist_l .zz1 A,.artist_l .zz2 A,.artist_l .zz3 A,.artist_l .zz0 A{
	BACKGROUND: #000; FILTER: alpha(opacity=90); LEFT: 0px; COLOR: #fff; FONT-FAMILY: 'Microsoft YaHei'; POSITION: absolute; TOP: 0px; opacity: .7; text-align:center; padding:0 15px;
}
.artist_l .zz0 A {padding:0; width:250px;}
.artist_l .sc1 A,.artist_l .sc2 A,.artist_l .sc3 A,.artist_l .sc0 A{
	BACKGROUND: #ff0000; FILTER: alpha(opacity=90); LEFT: 0px; COLOR: #fff; FONT-FAMILY: 'Microsoft YaHei'; POSITION: absolute; TOP: 0px; opacity: .9; text-align:center; 
}
.artist_l .sc0 A {padding:0; width:250px;}
.artist_l .kz1 A,.artist_l .kz2 A,.artist_l .kz3 A,.artist_l .kz0 A{
	BACKGROUND: #5ACFD6; FILTER: alpha(opacity=90); LEFT: 0px; COLOR: #fff; FONT-FAMILY: 'Microsoft YaHei'; POSITION: absolute; TOP: 0px; opacity: .9; text-align:center;
}
.artist_l .kz0 A {padding:0; width:250px;}
.artist_l A:hover {
	COLOR: #fff
}
.artist_l A STRONG {
	LINE-HEIGHT: 2em
}
.artist_l A span {
	overflow:hidden;
	height:100px;
}
/*人物栏目页*/
.centen_rw{
	width:1100px;
	margin:auto;
	overflow:hidden;
}

.centen_rw .centen_list li{
	float: left;
    height: 275px;
    overflow: hidden;
    padding: 10px 8px;
    width: 534px;
	position:relative;
}
.centen_rw .centen_list li img{
    border: 0 none;
    clip: rect(0px, 534px, 275px, 0px);
    height: 275px;
    position: absolute;
	
}
.centen_rw .centen_list li p{
	width:112px;
	height:211px;
	position:absolute;
	left:25px;
	top:25px;
	background:rgba(0,0,0,0.7);
	padding:15px 18px;
}
.centen_rw .centen_list li p:hover{
	background-color:#E71D81;
}
.centen_rw .centen_list li p .li_span2{
	color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
	
}
.centen_rw .centen_list li p .li_span1{
	color: #fff;
    display: block;
    font-size: 18px;
    height: 63px;
    margin-bottom: 110px;
    overflow: hidden;
    text-decoration: none;
}
.centen_rw .centen_list li p a:hover{
	color:#fff;
}
.centen_rw .centen_list .li_span{
	position:absolute;
	left:8px;
	bottom:8px;
	width:534px;
	height:76px;
	background:rgba(0,0,0,0.4);
}
/*人物作品页*/
#figure{
	width:1084px;
	margin:auto;
	height:326px;
	padding:30px 0;
}
#figure .figure_tx{
	width:320px;
	float:left;
	height:326px;
}
#figure .figure_tx img{
	width:273px;
	height:276px;
}
#figure .figure_tx p{
	padding-top:20px;
	font-size:13px;
	color:#666;
}
#figure .figure_xq{
	width:764px;
	float:left;
	height:326px;
}
#figure .figure_xq h2{
	font-size:13px;
	color:#333;
}
#figure .figure_xq p{
	color:#666;
	font:12px/25px "宋体";
	padding:4px 0;
}#figure .figure_xq p span{
	font-weight:bold;
	color:#333;
}
#figure .figure_xq p a{
	text-decoration:none;
	color:#666;
}
.centen_rw_zp{
	width:1108px;
	margin:auto;
	overflow:hidden;
}

.centen_rw_zp .centen_list li{
	float:left;
	padding:30px 11px;
	width:255px;
}
.centen_rw_zp .centen_list li img{
	width:255px;
	height:192px;
}
.centen_rw_zp .centen_list li h3{
	width:255px;
	padding-top:15px;
	padding-left:15px;
	font-size:13px;
	font-weight:bold;
}
.centen_rw_zp .centen_list li h3 a{
	color:#5A5A5A;
	text-decoration:none;
}
.centen_rw_zp .centen_list li p{
	text-align: left;
	padding:13px;
	width:225px;
	color:#666;
	font:13px/24px "宋体"
}
.centen_rw_zp .centen_list li p a{
	color:#5A5A5A;
	font-size:13px;
	text-decoration:none;
}
.centen_rw_zp .centen_list li p a:hover{
	color:#fb0000;
}
/*人物作品内容*/
#figure_zp{
	width:1084px;
	margin:auto;
	height:100px;
	padding:35px 0;
}
#figure_zp .figure_l{
	width:590px;
	float:left;
	height:160px;
}
#figure_zp .figure_l h1{
	font-size:14px;
	font-weight:bold;
}
#figure_zp .figure_l h1 a{
	text-decoration:none;
	color:#000;
}
#figure_zp .figure_l p{
	padding-top:10px;
	font:13px/22px "宋体";
	color:#666;
}
#figure_zp .figure_l p a{
	text-decoration:none;
	color:#666;
}

#figure_zp .figure_r{
	width:200px;
	float: right;
	height:160px;
	font:12px/22px "宋体";
	color:#666;
}
#figure_zp .figure_r h3{
	font-size:12px;
}
#figure_zp .figure_r img{
	width:84px;
	height:84px;
	padding-right:22px;
}
#figure_zp .figure_r a{
	text-decoration:none;
	color:#666;
}
.centen_rw_zp_nr{
	width:1084px;
	margin:auto;
	overflow:hidden;
}
.centen_rw_zp_nr p{
	font:14px/28px "宋体";
	color:#5a5a5a;
	padding-bottom:20px;
}
.centen_rw_zp_nr img{
	padding:30px 0;
}
.zpnr_tj{
	background:url(../images/zpnr_fx_bg.png) no-repeat top;
	height:113px;
	width:1084px;
	margin:auto;
	padding:20px 0;
}
.zpnr_tj .zpnr_tj_l{
	width:200px;
	float: left;
	font:12px/22px "宋体";
	color:#666;
}
.zpnr_tj .zpnr_tj_l h3{
	font-size:12px;
}
.zpnr_tj .zpnr_tj_l img{
	width:84px;
	height:84px;
	padding-right:22px;
}
.zpnr_tj .zpnr_tj_l a{
	text-decoration:none;
	color:#666;
}
.zpnr_tj_r{
	padding-left:115px;
	width:769px;
	float:left;
}
/*博文列表*/
.centen_bw{
	width:1084px;
	margin:auto;
	overflow:hidden;
}

.centen_bw .centen_list{
	padding:30px 0;
	border-bottom:1px #dcdcdc solid;
	height:180px;
	overflow:hidden;
}
.centen_bw .centen_list .centen_time{
	float:left;
	width:50px;
}
.centen_bw .centen_list .centen_time .time_a1{
	font-size:42px; 
	font-family:'微软雅黑'; 
	color:#b4b4b4;
}
.centen_bw .centen_list .centen_time .time_a2{
	color:#b4b4b4;
}
.centen_bw .centen_list .centen_time a{
	text-decoration:none;
}
.centen_bw .centen_list .centen_img{
	width:220px;
	height:165px;
	float:left;
	padding:0 46px;
}
.centen_bw .centen_list .centen_img img{
	width:220px;
	height:165px;
}
.centen_bw .centen_list .centen_info{
	width:690px;
	float:left;
}
.centen_bw .centen_list .centen_info h3 a{
	font-size:18px;
	font-family:"微软雅黑";
	color:#5a5a5a;
	text-decoration:none;
}
.centen_bw .centen_list .centen_info p{
	font:13px/24px "微软雅黑";
	color:#5a5a5a;
	padding:15px 0;
	height:85px;
	overflow: hidden;
}

.centen_bw .centen_list .centen_info .centen_info_more_l{
	font-size:12px;
	color:#a0a0a0;
	float:left;
}
.centen_bw .centen_list .centen_info .centen_info_more_l a{
	color:#fb0000;
}
.centen_bw .centen_list .centen_info .centen_info_more_r{
	float: right;
	 background-color: #eee;
}
.centen_bw .centen_list .centen_info .centen_info_more_r a{
	color:#5a5a5a;
	font-size:13px;
	text-decoration:none;
	
}
/*博文内容*/
.centen_bw_nr{
	width:1084px;
	margin:auto;
	overflow:hidden;
}

.centen_bw_nr .centen_list{
	padding:10px 0;
	overflow:hidden;
}
.centen_bw_nr .centen_list .centen_time{
	float:left;
	width:50px;
	padding-top:120px;
}
.centen_bw_nr .centen_list .centen_info{
	padding:30px 180px;
	float:left;
	width:674px;
	font:13px/24px "微软雅黑";
}
.centen_bw_nr .centen_list .centen_info h1{
	font-size:20px;
	color:#5a5a5a;
}
.centen_bw_nr .centen_list .centen_info p{
	font:13px/24px "微软雅黑";
	color:#5a5a5a;
	padding:15px 0;

	overflow:hidden;
}
.centen_bw_nr .centen_list .centen_info span{
	overflow:hidden;
}
.centen_bw_nr .centen_list .centen_info div{
	font:13px/24px "微软雅黑";
	color:#5a5a5a;
	padding:10px 0;
	overflow:hidden;
}
.centen_bw_nr .centen_list .centen_info img{
	border:0px;
}
/*灵感列表*/
.centen_lg_ml{
	float:left;
	padding-left:20px;
}

.centen_lg_ml li{
	float:left;
	padding:0 12px;
}
.centen_lg_ml li a{
	color:#333;
	text-decoration:none;
	font-size:14px;
}
.menu_title3 a{ color:#ea2c8a;}
.centen_lg{
	width:1112px;
	margin:45px auto auto;
	overflow:hidden;
}
.centen_lg .centen_title{
	width:1084px;
	margin:auto;
	padding:13px 0;
	overflow:hidden;
	height:20px;
}
.centen_lg h2{
	font-size:22px;
	color:#333;
	float:left;
}
.centen_lg span{
	float:right;
	font-size:14px;
	color:#666;
	padding-top:10px;
}
.centen_lg span a{
	font-size:14px;
	color:#666;
	text-decoration:none;
}
.centen_lg .centen_list{
	overflow:hidden;
}

.centen_lg .centen_list ul li{
	float:left;
	padding:0 14px 30px 14px;
	width:250px;
}
.centen_lg .centen_list li img{
	width:250px;
	height:188px;
}
.centen_lg .centen_list li h3{
	width:220px;
	padding-top:15px;
	padding-left:12px;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	background:url(../images/news_h.png) no-repeat right;
}

.centen_lg .centen_list li h3 a{
	color:#5A5A5A;
	text-decoration:none;
}
.centen_lg .centen_list li p{
	text-align: left;
	padding:5px 12px;
	width:226px;
	color:#666;
	font:13px/24px "宋体";
}
.centen_lg .centen_list li p a{
	color:#5A5A5A;
	font-size:13px;
	text-decoration:none;
}
.centen_lg .centen_list li p a:hover{
	color:#fb0000;
}
.centen_lg .centen_list .centen_list_hy{
	float:right;
}
.centen_lg .centen_list .centen_list_hy span{
	float:left;
	height:30px;
	color:#5A5A5A;
	font-size:13px;
	line-height:30px;
}
.centen_lg .centen_list .centen_list_hy img{
	width:30px;
	height:30px;
	float:right;
}
/*新闻列表*/
.centen_news{
	width:1084px;
	margin:auto;

}

.centen_news .centen__news_l{


}


#tiles{
	float:left;
	width:361px;
}
#tiles li{
	width:344px;
	border:1px solid #ddd;
	margin:0 17px 20px 0;

}
#tiles li h3{
	font-size:18px;
	color:#333;
	font-weight:100;
	width:320px;
	padding:10px 12px;
	overflow:hidden;
}
#tiles li img{
	width:344px;
	height:auto;
}
#tiles li .centen_img img{
	width:30px;
	height:30px;
	float:left;
	padding-right:10px;
}
#tiles li p{
	width:324px;
	height:auto;
	padding:10px;
	font-size:14px;
}
#tiles li p a{
	color:#333;
	line-height:1.4;
	
}
#tiles li p a:hover{
	text-decoration:underline;
}
#tiles li .centen_img{
	height:30px;
	padding:8px 10px;
	width:324px;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	
}
#tiles li .centen_img .span1{
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	color:#666;
}
#tiles li .centen_img .span2{
	display:block;
	float:right;
	height:30px;
	line-height:30px;
	color:#666;
}
#tiles li .centen_info_sc{
    background-color: #fafafa;
    border-bottom: 2px solid #d8d8d8;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	height: 40px;
    line-height: 40px;
    text-align: right;
	color:#999;
	padding-right:10px;
}
#tiles li .centen_info_sc .icon-label{
	display: inline-block;
    height: 15px;
    margin: -2px 2px 0 10px;
    vertical-align: middle;
    width: 16px;
}
#tiles li .centen_info_sc .icon-sj-preview{
	background:url("../images/work_tool_001.png") no-repeat scroll -339px 3px rgba(0, 0, 0, 0);
	padding-right:5px;

}
/**/
#tiles1{
	float:left;
	width:361px;
}
#tiles1 li{
	width:344px;
	border:1px solid #ddd;
	margin:0 8px 20px;

}
#tiles1 li h3{
	font-size:18px;
	color:#333;
	font-weight:100;
	width:320px;
	padding:10px 12px;
	overflow:hidden;
}
#tiles1 li img{
	width:344px;
	height:auto;
}
#tiles1 li .centen_img img{
	width:30px;
	height:30px;
	float:left;
	padding-right:10px;
}
#tiles1 li p{
	width:324px;
	height:auto;
	padding:10px;
	font-size:14px;
}
#tiles1 li p a{
	color:#333;
	line-height:1.4;
	
}
#tiles1 li p a:hover{
	text-decoration:underline;
}
#tiles1 li .centen_img{
	height:30px;
	padding:8px 10px;
	width:324px;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}
#tiles1 li .centen_img .span1{
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	color:#666;
}
#tiles1 li .centen_img .span2{
	display:block;
	float:right;
	height:30px;
	line-height:30px;
	color:#666;
}
#tiles1 li .centen_info_sc{
    background-color: #fafafa;
    border-bottom: 2px solid #d8d8d8;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	height: 40px;
    line-height: 40px;
    text-align: right;
	color:#999;
	padding-right:10px;
}
#tiles1 li .centen_info_sc .icon-label{
	display: inline-block;
    height: 15px;
    margin: -2px 2px 0 10px;
    vertical-align: middle;
    width: 16px;
}
#tiles1 li .centen_info_sc .icon-sj-preview{
	background:url("../images/work_tool_001.png") no-repeat scroll -339px 3px rgba(0, 0, 0, 0);
	padding-right:5px;

}
/**/
#tiles2{
	float:left;
	width:361px;
}
#tiles2 li{
	width:344px;
	border:1px solid #ddd;
	margin:0 0 20px 13px;

}
#tiles2 li h3{
	font-size:18px;
	color:#333;
	font-weight:100;
	width:320px;
	padding:10px 12px;
	overflow:hidden;
}
#tiles2 li img{
	width:344px;
	height:auto;
}
#tiles2 li .centen_img img{
	width:30px;
	height:30px;
	float:left;
	padding-right:10px;
}
#tiles2 li p{
	width:324px;
	height:auto;
	padding:10px;
	font-size:14px;
}
#tiles2 li p a{
	color:#333;
	line-height:1.4;
	
}
#tiles2 li p a:hover{
	text-decoration:underline;
}
#tiles2 li .centen_img{
	height:30px;
	padding:8px 10px;
	width:324px;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}
#tiles2 li .centen_img .span1{
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	color:#666;
}
#tiles2 li .centen_img .span2{
	display:block;
	float:right;
	height:30px;
	line-height:30px;
	color:#666;
}
#tiles2 li .centen_info_sc{
    background-color: #fafafa;
    border-bottom: 2px solid #d8d8d8;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	height: 40px;
    line-height: 40px;
    text-align: right;
	color:#999;
	padding-right:10px;
}
#tiles2 li .centen_info_sc .icon-label{
	display: inline-block;
    height: 15px;
    margin: -2px 2px 0 10px;
    vertical-align: middle;
    width: 16px;
}
#tiles2 li .centen_info_sc .icon-sj-preview{
	background:url("../images/work_tool_001.png") no-repeat scroll -339px 3px rgba(0, 0, 0, 0);
	padding-right:5px;

}
/**/
.news_banner{
	width:1084px;
	margin:auto;
	margin-bottom:20px;
	overflow:hidden;
}
.news_banner img{
	width:1084px;
	height:70px;
}
#tiles li .centen_info_sc .icon-sj-collect{
	background:url("../images/work_tool_001.png") no-repeat scroll -305px -23px rgba(0, 0, 0, 0)
}
#tiles li .centen_info_sc .icon-sj-comment{
	background:url("../images/work_tool_001.png") no-repeat scroll -339px -24px rgba(0, 0, 0, 0);
}
.centen_news .centen_list .centen_info{
	width:516px;
	float:left;
}
.centen_news .centen_list .centen_info h3{
	padding-top:10px;
}
.centen_news .centen_list .centen_info h3 a{
	font-size:14px;
	color: #000;
	text-decoration:none;
}
.centen_news .centen_list .centen_info p{
	font:13px/24px "微软雅黑";
	color:#5a5a5a;
	height:98px;
	padding-top:20px;
}

.centen_news .centen_list .centen_info .centen_info_sc{
	font-size:12px;
	padding:10px 0;
	float:right;
}
.centen_news .centen_list .centen_info .centen_info_sc a{
	color:#fb0000;
}
.centen_news .centen_list .centen_info .centen_info_hy{
	float: right;
}
.centen_news .centen_list .centen_info .centen_info_hy img{
	width:30px;
	height:30px;
	padding-left:20px;	
}
.centen_news .centen_list .centen_info .centen_info_hy .left{
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#333;	
}
.centen_news .centen__news_r{
	float:left;
	width:230px;
	padding-top:27px;

}
.centen_news .centen__news_r h4{
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
	color:#5a5a5a;
}
.centen_news .centen__news_r .centen__news_sider_list{
	padding:10px 0;
	overflow:hidden;
}
.centen__news_r .centen__news_sider_list img{
	float:left;
	width:100px;
	height:75px;
	padding-right:10px;
}
.centen__news_r .centen__news_sider_list p{
	float:left;
	width:120px;
	font:12px/26px "宋体";
	color:#5a5a5a;
}
.centen__news_r .centen__news_sider_list p a{
	text-decoration:none;
	color:#000;
}
/*新闻内容*/

.centen_news_nr{
	width:1084px;
	margin:auto;
	overflow:hidden;
	font:14px/28px "宋体";
	color:#5a5a5a;
}
.centen_news_nr p{
	font:14px/28px "宋体";
	color:#5a5a5a;
	padding-bottom:20px;
}
.centen_news_nr img{
	padding:30px 0;
}
.newsnr_tj{
	background:url(../images/zpnr_fx_bg.png) no-repeat top;
	height:113px;
	width:1084px;
	margin:auto;
	padding:20px 0;
}
.newsnr_tj .newsnr_tj_l{
	width:110px;
	float: left;
	font-size:14px;
	font-weight:bold;
	color:#fb0000;
	padding-top:36px;
}

.newsnr_tj_r{
	width:974px;
	float:left;
}
.diggit{
	width:130px;
	height:20px;
	float:right;
}
.diggit .diggit_d{
	display: block;
    height: 19px;
    line-height: 19px;
    padding-left: 25px;
    width: 30px;
	color:#333;
	background:url(../images/ding.png) no-repeat;
	background-size:19px 19px;
	float:left;
}
.diggit .diggit_s{
	display: block;
    height: 19px;
    line-height: 19px;
    padding-left: 25px;
    width: 50px;
	color:#333;
	background:url(../images/shoucang.png) no-repeat;
	background-size:19px 19px;
	float:left;
}
/*page*/
#page{
	width:1084px;
	margin:auto;
	padding:33px 0;
	height:15px;
	text-align:center;
	height:38px;
}
#page_zp{
	width:800px;
	margin:auto;
	padding:33px 0;
	height:15px;
	text-align:center;
}
#page1{
	width:1084px;
	margin:auto;
	padding:33px 0;
	height:15px;
	text-align:center;
}
#page1 a{
	overflow:hidden;
	min-width:200px;
	display: -moz-grid;
}
#page1 .news_span1{
	display:block;
	float:left;
}
#page1 .news_span2{
	display:block;
	float: right;
}
/*search_foot*/
#search_foot{
	width:1084px;
	margin:auto;
	padding-bottom:26px;
	padding-top:26px;
	height:34px;
	overflow:hidden;
}
.search_foot {
    display: block;
    position: relative;
	height:34px;
	width:805px;
	float:left;
}
.search_foot_text {
    background: url("../images/search_foot.png") no-repeat;
    border: 0 none;
    color: #999;
    font-size: 14px;
    font-weight: normal;
    height: 34px;
	line-height:34px;
    padding: 0 15px;
    width: 685px;
}
.search_foot_bon {
    background: url("../images/search_foot.png") no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 34px;
    text-indent: -9999px;
    width: 85px;
	background-position: right;
}
/*footer*/
#footer{
	background:url(../images/footer_bg.jpg) repeat-x;
	min-width:1084px;
	
}
.footer{
	text-align:center;
	height:217px;
	width:1084px;
	margin:auto;
}
.footer .footer_logo{
	background:url(../images/logo_foot.png) no-repeat center;
	text-align:center;
	height:76px;
}
.footer .footer_copr{
	font-size:13px;
	padding-top:5px;
	color: #333;
}
.footer .footer_copr a{
	color: #333;
	text-decoration:none;
}
.footer .footer_copr a:hover{
	color:#fb0000;
}

/*share*/
.share{
	float:left;
	padding-left:31px;
}

/*返回顶部*/
.demo{height:1400px; padding-top:100px}
.demo p{text-align:center; height:32px; line-height:32px; font-size:16px}
.demo p span{margin:20px}
.demo p a.cur{color:#f60; font-weight:bold}
a.backToTop{width:60px; height:60px; background: url(../images/back_top.png) no-repeat rgba(0, 0, 0, 0.6) ; text-indent:-999em;border-radius: 2px;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);}
a.backToTop:hover{background-position:-60px 0}

/*AllPublic3.0*/
* {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
article, aside, details, figcaption, figure, footer, header, .hgroup, menu, nav, section {
    display: block;
}
header .hgroup, .Amm, aside.Amm .passV3, .At3 nav li .A, .At3 nav .helpV3, nav.Av3 ul, nav.Av3 s, .AntInfoHelpCurrent {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
a img, *:link img, *:visited img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
}
.hgroup .aL {
    float: left;
    height: 25px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 640px;
}

.hgroup .aL .lI {
    background-position: -5px 6px;
    margin-left: 0;
    padding-left: 17px;
}



.hgroup .aL .lI span {
    color: #FF0000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.hgroup .aL .lI font {
    font-size: 12px;
}
.hgroup .aL .mC {
    background-position: 1px -20px;
    padding-left: 22px;
}

.hgroup .aL .mC a, .hgroup .aL .uE a {
    color: #3A74AC;
}
.hgroup .aL div {
    float: left;
    margin-left: 3px;
}
.hgroup .aL .mC a, .hgroup .aL .uE a {
    color: #3A74AC;
}
.hgroup .aL .uE {
    background-position: 2px -76px;
    padding-left: 25px;
}
.hgroup .aL .lI, .hgroup .aL .mC, .hgroup .aL .uE {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/skin/Public/Images/AntUserIco.gif");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.At3 nav li {
    float: right;
    text-align: center;
}
.At3 nav li .A, .At3 nav .helpV3 {
    background-position: 59px -281px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: rgba(0, 0, 0, 0);
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: rgba(0, 0, 0, 0);
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    display: block;
    padding-bottom: 0;
    padding-left: 7px;
    padding-right: 20px;
    padding-top: 0;
}
header .hgroup, .Amm, .hgroup .Amm .passV3, .At3 nav li .A, .At3 nav .helpV3, nav.Av3 ul, nav.Av3 s, .AntInfoHelpCurrent {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/skin/Public/Images/AntHouseBg-1.gif");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
header .hgroup {
    background-repeat: repeat-x;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    min-width: 1084px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.At3 nav dl {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-bottom-color: #DCDCDC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #DCDCDC;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #DCDCDC;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    display: none;
    line-height: 2em;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    position: absolute;
    width: 105px;
    z-index: 1;
}
/* 右导航菜单 */
.At3 ul li { text-align:center; float:right; padding:0 8px;line-height: 30px;}
.At3 ul li .A,.At3 ul .helpV3{display:block;padding:0 20px 0 7px;border-left:solid 1px transparent; border-right:solid 1px transparent; _border-left:solid 1px #f8f8f8; _border-right:solid 1px #f8f8f8; background-position:59px -281px;}
.At3 ul li .A:hover { text-decoration:none; border-left:solid 1px #dcdadc; border-right:solid 1px #dcdadc; background-position:59px -317px; background-color:#FFF;}
.AntInfoHelpCurrent{display:block;padding:0 20px 0 7px;text-decoration:none; border-left:solid 1px #dcdadc; border-right:solid 1px #dcdadc; background-position:59px -317px; background-color:#FFF;}
.At3 nav .helpV3 { background-position:52px -413px; padding:0; padding-right:20px; border:none; margin-left:7px; color:#0099cc; }
.At3 nav .helpV3:hover { text-decoration:underline; color:#0099cc; border:none; background-position:52px -413px; background-color:transparent;}
.At3 nav dl { padding:5px 0 5px 0;line-height:2em; width:105px;background-color:#fff; border:solid 1px #dcdcdc;position:absolute; border-top:none; z-index:1; display:none;}

/** 用户登陆后 **/
.hgroup .aL { float:left; width:240px; overflow:hidden; height:25px;}
.hgroup .aL div{float:left; margin-left:3px;}
.hgroup .aL .lI span{font-size:12px; color:#ff0000; font-weight:bold; font-family:Verdana, Geneva, sans-serif;}
.hgroup .aL .lI font{font-size:12px;}
.hgroup .aL .lI{background-position:-5px 6px;padding-left:17px; margin-left:0px;font-size: 12px;
    line-height: 36px;}
.hgroup .aL .mC{background-position:1px -20px; padding-left:22px;} 
.hgroup .aL .uE{background-position:2px -76px;padding-left:25px;}
.hgroup .aL .mC a,.hgroup .aL .uE a {color:#ea2c8a;}
.At3 ul{
	float:right;
    width: 744px;
	height: 36px;
}
/* 通用导航定义 */
nav.Av3 { width:1084px; margin:auto; height:60px; font-size:12px; }
nav.Av3 ul { width:142px; float:left;margin:10px 0 5px 20px; background-position:141px -358px; background-repeat:no-repeat;}
nav.Av3 li { float:left; width:35px; height:24px;line-height:1.9em; position:relative;}
nav.Av3 .cl { margin-left:0;}
nav.Av3 .cr { width:140px; background:none;}
/* 小图标 */
nav.Av3 s {display:block;position:absolute; width:13px; height:13px; }
nav.Av3 .HotGreen {background-position:left -122px; top:-8px; right:4px;}
nav.Av3 .HotRed { background-position:left -163px; top:-8px; right:5px;}
nav.Av3 .HotBlue { background-position:left -182px; top:-8px; right:5px;}
nav.Av3 .HotHot { background-position:left -83px; top:-8px; right:5px; width:21px; height:11px;  }
nav.Av3 .HotFree {background-position:left -62px; top:-8px; right:5px; width:23px; height:12px; }
nav.Av3 .HotHeat {background-position:left -143px; top:-8px;right:5px;}


/* 头部提示 *

/
/*首页品牌联盟*/
.Amm {float:left; background-repeat:no-repeat; background-position:left -207px; padding-left:25px; position:relative;}
aside.Amm a {color:#EA2C8A;margin:0 6px 0 6px; float:left;}
aside.Amm span { float:left;}
aside.Amm .reg { color:#ff0000; font-family:"宋体", Tahoma, Helvetica, Arial, sans-serif;}
aside.Amm .passV3 { background-position:1px -244px; padding-left:15px;}
.allbrand{ overflow:hidden;}
.allbrand .brand{width:1092px;overflow:hidden;margin:0 auto;}
.allbrand .brand a{}
.allbrand .brand a img{width:170px;/*height: auto;*/border:1px solid #e9e8e8;}
.allbrand .brand a b{display:none;position:absolute;top:36px;left:10px;width:118px;height:0;background:#3CA7E6;border:1px solid #e9e8e8;cursor:pointer;overflow:hidden;}

/*首页灵感*/
#slider{height:920px;width:1088px;margin-right:auto;margin-left:auto;position:relative;}
#slider .pre{background-image:url(../images/nav.png);background-repeat:no-repeat;background-position:-50px top;display:block;height:47px;width:25px;cursor:pointer;position:absolute;left:-120px;top:182px;}
#slider a.pre:hover{background-position:-75px top;}
#slider .next{background-image:url(../images/nav.png);background-repeat:no-repeat;background-position:left top;display:block;height:47px;width:25px;cursor:pointer;top:182px;right:-120px;position:absolute;}
#slider a.next:hover{background-position:-25px top;}
#slider #wai_box{height:920px;width:1088px;overflow:hidden;position:relative;}
#slider #wai_box .slider_box .title{font-family:"微软雅黑";font-size:14px;line-height:30px;color:#FFFFFF;display:none;height:35px;overflow:hidden;position:absolute;bottom:20px;z-index:30;width:240px;left:0px;background:rgba(000, 000, 000, 0.5);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#6B000000,endColorstr=#6B000000); text-align:center;}
#slider .slider_box{position:absolute;left:0px;top:0px;}
#slider .slider_box ul{float:left;height:920px;width:1088px;}
#slider .slider_box li{float:left;position:relative;width:250px;height:188px;overflow:hidden; padding:21px 11px;}
#slider .slider_box li img{ width:250px; height:188px;}
#slider .nav{height:10px;margin-top:20px;width:231px;margin-right:auto;margin-left:auto;}
#slider .nav a{background:rgba(100, 100, 100, 0.7);display:block;float:left;height:10px;width:75px;font-size:0px;line-height:0px;margin-right:2px;cursor:pointer;}
#slider .nav a:hover{background-color:#F9B766;}
#slider .nav .now{background-color:#F9B766;}

/*评论*/
.pinglun{
width: 1084px;
margin: auto;
padding-bottom:40px;
}

#saytext{
width: 1070px;
margin:10px 0;
border:1px solid #d2d2d2;
padding:10px 0 0 10px;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#saytext:focus{
	border:1px solid #ea2c8a;
	border-radius: 2px;
    box-shadow: 0 1px 3px rgba(232, 29, 130, 0.2);
}
.name a{
font-weight:bold;
font-size:14px;
color:#4D96C1;
}
.text{

}
.re{
font-size:13px;
}
.re span{
font-size:13px;
color:#E74197;
}
.re a{
color:#333;
}
.epages a{
font-size:13px;
}
.epages b{
color:#EA2473;
font-size:13px;
}
/*搜索内容*/
.position{
font-size:13px;
margin:10px 0;
color:#333;
}
.position a{
font-size:13px;
text-decoration:none;
}
.su_1{
margin:15px 0;
}
.sy_list{
float:left;
width:195px;
margin-right:21px;
overflow:hidden;
margin-bottom:25px;

}
.sy_list_s{
width:195px;
height:18px;
overflow:hidden;
margin:10px 0;
text-align:center;
}
.sy_list_s h2 a{
display:block;
width:145px;
overflow:hidden;
float:left;
height:20px;
text-align:left;
}
.sy_list_s span a{
color:#EA2C8A;
}
.sy_list img{
width:195px;
height:120px;
}
.list_page{
text-align:center;

overflow:hidden;
}
.list_page a{
text-decoration:none;
}
.list_page b{
color:#EA2473;
}
/*评论*/
#plpost .title td strong{
	height:30px;
	font-size:18px;
	display:block;
	line-height:30px;
}
#plpost label{
	height:30px;
	line-height:30px;
}
#plpost label input {
	border: 1px solid #bfbfbf;
    height: 20px;
    line-height: 20px;
    margin: 5px 10px 5px 0;
    padding: 0 10px;
    width: 80px;
}
#plpost label input:focus,#plpost .inputText:focus{
	border: 1px solid #ea2c8a;
}
#plpost table{ width:1084px;}
#plpost .inputText{
		border: 1px solid #bfbfbf;
    height: 20px;
    line-height: 20px;
    margin: 5px 10px 5px 0;
    padding: 0 10px;
    width: 80px;
}
#nomember{ width:30px; padding:10px 0;}
/*返回顶部*/
.btnimg{cursor:pointer;border:0;margin:0;padding:0;}

#ScrollToTop{
	position:fixed;_position:absolute;z-index:4;right:15px;bottom:-10px;width:70px;padding:20px 10px 30px;display:block;font-size:15px;font-weight:800;text-align:center;border-width:1px 1px 0 1px;border-style:solid;

	box-shadow:0 0 #fff, 0 1px 3px rgba(34,25,25,0.5);
	-moz-box-shadow:0 0 #fff, 0 1px 3px rgba(34,25,25,0.5);
	-webkit-box-shadow:0 0 #fff, 0 1px 3px rgba(34,25,25,0.5);
	
	-moz-transition:bottom 250ms ease-in-out;
	-webkit-transition: bottom 250ms ease-in-out;
}
#ScrollToTop.Offscreen{
	bottom:-100px;
	-moz-transition-duration:250ms;
	-webkit-transition-duration:250ms;
}
/* White Button */
.Button2.WhiteButton{
	background-color:#f0eded;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfafb), to(#f0eded), color-stop(.5,#f9f7f7),color-stop(.5,#f6f3f4));
	background-image:-moz-linear-gradient(top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);
	background-image:-o-linear-gradient(top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);
	background-image:-webkit-linear-gradient(top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);
	border-color:#bbb;
	color:#524d4d;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfafb', endColorstr='#f0eded');
	text-shadow:0 1px rgba(255,255,255,0.9);
}
.Button2.WhiteButton:hover{
	background-color:#f2f0f0;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfcfc), to(#f2f0f0), color-stop(.5,#fbf9f9),color-stop(.5,#f7f5f6));
	background-image:-moz-linear-gradient(top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
	background-image:-o-linear-gradient(top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
	background-image:-webkit-linear-gradient(top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
	border-color:#c3c3c3;
	color:#666060;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfcfc', endColorstr='#f2f0f0');
	text-shadow:0 1px rgba(255,255,255,1);
}
.Button2.WhiteButton:active{
	background-color:#ebe8e8;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f4f5), to(#ebe8e8), color-stop(.5,#f3f0f0),color-stop(.5,#f1eeef));
	background-image:-moz-linear-gradient(top, #f8f4f5, #f3f0f0 50%, #f1eeef 50%, #ebe8e8);
	background-image:-o-linear-gradient(top, #f8f4f5, #f3f0f0 50%, #f1eeef 50%, #ebe8e8);
	background-image:-webkit-linear-gradient(top, #f8f4f5, #f3f0f0 50%, #f1eeef 50%, #ebe8e8);
	border-color:#b7b7b7;
	color:#454141;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f4f5', endColorstr='#ebe8e8');
	text-shadow:0 1px rgba(255,255,255,0.8);
}
/*招聘*/
.centen_zp{
	width:1084px;
	margin:auto;
	overflow:hidden;
}
.centen_zp_l{
	float:left;
	width:800px;
	min-height:800px;
}
.centen_zp_r{
	float:right;
	width:262px;
	margin-left:20px;
}
.centen_zp_l li{
	width:780px;
	height:120px;
	padding:20px 0px 20px 20px;
	border-bottom: 1px dotted #e7eaee;
}
.centen_zp_l li:hover{
	background: none repeat scroll 0 0 #FEF9F2;
}
.centen_zp_l li .zp_img{
	width:160px;
	margin-right:20px;
	float:left;
}
.centen_zp_l li img{
	width:160px;
	height:120px;
	1px solid #e7eaee
}
.centen_zp_l li .zp_title{
	float:left;
	width:580px;
	margin-right:20px;
	position:relative;
}
.centen_zp_l li .zp_title h3{
	height:20px;
	line-height:20px;
}
.centen_zp_l li .zp_title h3 a{
	font-size:14px;
	color:#ea2c8a;
	font-weight:bold;
}
.centen_zp_l li .zp_title h3 span{
	display:block;
	float:right;
	font-size:13px;
	font-weight:100;
	padding-right:65px;
}
.centen_zp_l li .zp_title .zp_span1,.centen_zp_l li .zp_title .zp_span2,.centen_zp_l li .zp_title .zp_span3,.centen_zp_l li .zp_title .zp_span4{
	display:block;
	margin:8px 0;
	font-size:13px;
	color:#666;
}
.centen_zp_l li .zp_title .zp_more{
	position:absolute;
	top:40px;
	right:40px;
	background-color:#ea2c8a;
	padding:5px 10px;
	color:#fff;
	font-size:14px;
}
.centen_zp_r .zp_r_img{
	width:262px;
}
.centen_zp_r .zp_r_img img{
	width:260px;
	height:100px;
	margin-bottom:8px;
	border:1px solid #ddd;
}
.centen_zp_r .zp_r_rm{
	border:1px solid #ddd;
	margin-bottom:20px;
}
.centen_zp_r .zp_r_rm h3{
	font-size:14px;
	font-weight:bold;
	padding:10px 0 10px 10px;
	color:#ea2c8a;
	border-bottom:1px solid #ddd;
}
.centen_zp_r .zp_r_rm p{
	width:222px;
	padding:10px 20px;
	border-bottom:1px dotted #e9e9e9;
}
.centen_zp_r .zp_r_rm p img{
	width:222px;
	height:222px;
	
}
.centen_zp_r .zp_r_rm p a{
	color:#666;
	font-size:14px;
	display:block;
	padding:5px 0;
	text-align:center;
}
.centen_zp_l .centen_zp_s h2{
	color: #333;
    font-size: 32px;
	width:770px;
	border-bottom: 1px solid #ea2c8a;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    padding: 4px 0 0 30px;
}
.centen_zp_l .zp_nr_img{
	float:left;
	margin:20px;
}
.centen_zp_l .zp_nr_img img{
	width:160px;
	height:120px;
	border:3px solid #e7eaee;
}
.centen_zp_s{
	overflow: hidden;
	position: relative;
}
.centen_zp_s .zp_nr_zw{
	float:left;
	width:554px;
	padding:20px 20px 20px 0;
}
.centen_zp_s .zp_nr_zw p{
	font-size:13px;
	color:#999;
	padding:5px 0;
	overflow:hidden;
}
.centen_zp_s .zp_nr_zw p span{
	color:#999;
	font-size:13px;
	width:40px;
	display:block;
	float:left;
}
.centen_zp_s .zp_nr_zw p .zp_zw_span{
	color:#333;
	font-size:13px;
	width:200px;
	overflow:hidden;
	height:15px;
}

.centen_zp_x {
	overflow:hidden;
	width:800px;
	position:relative;
	min-height:700px;
}
.centen_zp_x h3{
    font-size: 16px;
	width:770px;
	border-bottom: 1px solid #ea2c8a;
    color: #ea2c8a;
    height: 3s2px;
    line-height:32px;
    overflow: hidden;
    padding: 4px 0 0 30px;
	
}
.centen_zp_x .centen_zp_x_p{
	width:760px;
	margin:20px;
	font:13px/22px "宋体";
	color:#333;
}
.centen_zp_x .diggit{
	position:absolute;
	right:20px;
	top:10px;
}
#page_zp{
	width:1084px;
	height:40px;
	margin-bottom:20px;
}
#page_zp span{
	display: block;
    float: left;
    height: 18px;
    overflow: hidden;
    width: 360px;
	padding-right:20px;
}
/*搜索列表*/
.centen_sousuo{
	width:1084px;
	margin:auto;
	overflow:hidden;
}

.centen_sousuo .centen_list{
	padding:30px 0;
	border-bottom:1px #dcdcdc solid;
	height:110px;
	overflow:hidden;
}
.centen_sousuo .centen_list .centen_time{
	float:left;
	width:50px;
}
.centen_sousuo .centen_list .centen_time .time_a1{
	font-size:42px; 
	font-family:'微软雅黑'; 
	color:#b4b4b4;
}
.centen_sousuo .centen_list .centen_time .time_a2{
	color:#b4b4b4;
}
.centen_sousuo .centen_list .centen_time a{
	text-decoration:none;
}
.centen_sousuo .centen_list .centen_img{
	width:220px;
	height:165px;
	float:left;
	padding:0 46px;
}
.centen_sousuo .centen_list .centen_img img{
	width:220px;
	height:165px;
}
.centen_sousuo .centen_list .centen_info{
	width:650px;
	float:left;
	padding-left:40px;
}
.centen_sousuo .centen_list .centen_info h3 a{
	font-size:18px;
	font-family:"微软雅黑";
	color:#5a5a5a;
	text-decoration:none;
}
.centen_sousuo .centen_list .centen_info p{
	font:13px/24px "微软雅黑";
	color:#5a5a5a;
	padding:15px 0;
	height:40px;
	overflow: hidden;
}

.centen_sousuo .centen_list .centen_info .centen_info_more_l{
	font-size:12px;
	color:#a0a0a0;
	float:left;
}
.centen_sousuo .centen_list .centen_info .centen_info_more_l a{
	color:#fb0000;
}
.centen_sousuo .centen_list .centen_info .centen_info_more_r{
	float: right;
	 background-color: #eee;
}
.centen_sousuo .centen_list .centen_info .centen_info_more_r a{
	color:#5a5a5a;
	font-size:13px;
	text-decoration:none;
	
}
.column span{ color:#ea2c8a; font-weight:bold;}
.pab {
    height: 50px;
    line-height: 50px;
    margin: auto;
    overflow: hidden;
    padding: 20px 0;
    width: 1084px;
}
div.AntPage {
    color: #999999;
    float: left;
    font-size: 14px;
    padding-left: 20px;
}
div.AntPage {
    float: left;
    margin-right: -2px;
    padding-top: 5px;
}
.AntPageb {
    background-color: #fb0000;
    border-radius: 2px;
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    padding: 0 14px;
    text-decoration: none;
}
.AntPagea {
    background-color: #f2f2f2;
    border-radius: 2px;
    color: #444;
    cursor: default;
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    padding: 0 14px;
    text-decoration: none;
}
.AntPagea:hover,.AntPageb:hover{
	background-color:#fb0000;
    color: #fff;
	text-decoration:none;
	cursor:pointer;
}
.centen_sousuo .zp_r_img{
	width:262px;
}
.centen_sousuo .zp_r_img img{
	width:260px;
	height:100px;
	margin-bottom:8px;
	border:1px solid #ddd;
}
/*weixin*/
.weixin { position: fixed; display: block; bottom: 15px; width: 122px; height: 178px; z-index: 1000; left: 50%; margin-left: 545px; }
.weixin img { float: left; display: block; }
.weixin span { float: left; color:#fb0000; cursor: pointer; height: 18px; line-height: 18px; padding-left: 4px; font-size:12px; }
.get_more {
    color: #fb0000;
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 1084px;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}
.get_more:link,.get_more:visited{
	color: #fb0000;
}
#returntop{
	width:60px;
	height:60px;
	position:fixed;
	_position:absolute;
	line-height:60px;
	text-align:center;
	bottom:80px;
	right:30px;
	display:none;
	cursor:pointer;
}

#designer_tab {
    margin: 20px auto;
    overflow: hidden;
    position: relative;
    width: 1084px;
}
#designer_tab a.tab {
    background-color: #f2f2f2;
    color: #444;
    float: left;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
}
#designer_tab a.tab.active {
    background-color: #333;
    color: #fff;
}
#designer_tab a.tab:hover {
    color: #fb0000;
    text-decoration: none;
}
#designer_tab .tab_url {
    color: #ea2c8a;
    font-size: 14px;
    height: 90px;
    text-decoration: none;
}

/**/
.column a.tab {
    background-color: #f2f2f2;
    color: #444;
    float: left;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
}
.column a.tab.active {
    background-color: #333;
    color: #fff;
}
.column a.tab:hover {
    color: #fb0000;
    text-decoration: none;
}
.column .tab_url {
    color: #ea2c8a;
    font-size: 14px;
    height: 90px;
    text-decoration: none;
}