/*layout*/

.left {
	width: 750px;
}
.right {
	width: 300px;
}
.left a:link,
.left a:visited {
	color: #0b3b8c;
}
.left a:hover,
.left a:active {
	color: #ff6600;
}
.right a:link,
.right a:visited {
	color: #0b3b8c;
}
.right a:hover,
.right a:active {
	color: #ff6600;
}
.m {
	margin-top: 10px;
}
.m .mt {
	height: 34px;
	border-top: solid 3px #2b2b2b;
	border-bottom: solid 1px #ddd;
}
.m .mt h2 {
	float: left;
	padding-top: 4px;
	font: bold 16px/30px "microsoft yahei";
	color: #333;
}
.m .mt .extra {
	float: right;
	padding-top: 12px;
}
/*detail*/

#detail {
	width: 750px;
	overflow: hidden;
}
#detail h1 {
	margin-top: 5px;
	padding-bottom: 20px;
	font: bold 20px/30px "microsoft yahei";
	color: #383838;
}
#detail .art_jk {
	width: 750px;
	height: 130px;
	background: url(/images/article/jk.png) no-repeat left center;
}
#detail .art_jk ul {
	padding-top: 55px;
	padding-left: 25px;
}
#detail .art_jk ul li {
	float: left;
}
#detail .art_jk ul .design_mj {
	position: relative;
}
#detail .art_jk ul .design_mj span {
	position: absolute;
	right: 18px;
	top: 8px;
	font-size: 22px;
	color: #0077d1;
}
#detail .art_jk ul li input {
	width: 100px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #0077d1;
	margin-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #ccc
}
#detail .art_jk ul li select {
	width: 100px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #0077d1;
	margin-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #ccc
}
#detail .art_jk ul li button {
	width: 90px;
	height: 36px;
	border: 1px solid #0077d1;
	margin-right: 10px;
	background-color: #0077d1;
	font-size: 14px;
	font: "microsoft yahei";
	color: #fff
}
#detail .art_jk .p_miaoshu {
	text-align: right;
	margin-right: 30px;
	margin-top: 8px;
}
#detail .art_jk .p_miaoshu span {
	color: #FD8511
}
#detail .info {
	height: 45px;
	line-height: 18px;
	color: #999;
	border-bottom: solid 1px #ddd;
}
#detail .info .fr span {
	display: inline-block;
	margin-top: 16px;
	padding-right: 15px;
}
#detail .info em {
	font-weight: bold;
	font-family: Verdana;
	color: #cc0000;
}
#detail .info .bdsharebuttonbox {
	float: right;
	padding-top: 6px;
}
#detail .summary {
	margin-top: 25px;
	border: solid 1px #ddd;
	background-color: #fafafa;
}
#detail .summary div {
	padding: 15px 15px 10px;
	line-height: 20px;
	font-family: "宋体";
	color: #333;
}
#detail .summary strong {
	color: #383838;
}
#detail .summary p {
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	border-top: dashed 1px #ddd;
	color: #999;
}
#detail .summary a {
	padding-right: 8px;
	color: #999;
}
#detail .summary a.more {
	padding-left: 8px;
	color: #0b3b8c;
}
.content {
	width: 750px;
	color: #333;
	margin-top: 30px;
	font: normal 14px/180% "宋体";
	overflow: hidden;
}
.content table {
	width: 100%;
	border-left: 1px solid #aacbee;
	border-bottom: 1px solid #aacbee;
	margin: 5px 0px 5px 0px;
	line-height: 120%;
	padding: 0px;
	font-size: 12px;
}
.content table th,
.content table .c1 {
	background: #DFEFFF;
}
.content table th,
.content table td {
	border-top: 1px solid #aacbee;
	border-right: 1px solid #aacbee;
	padding: 4px 5px;
}
.content table td {
	height: 21px;
}
.content .table50 {
	width: 50%;
}
.content .table60 {
	width: 60%;
}
.content .table70 {
	width: 70%;
}
.content .table80 {
	width: 80%;
}
.content .table90 {
	width: 90%;
}
.content p {
	margin: 0;
	padding: 10px 0;
}
.content h1 {
	font-weight: bold;
	font-size: 18px;
	vertical-align: baseline;
	line-height: 20px;
	padding-top: 15px;
}
.content h2 {
	font-weight: bold;
	font-size: 16px;
	vertical-align: baseline;
	line-height: 18px;
	padding-top: 15px;
}
.content h3 {
	font-weight: bold;
	font-size: 14px;
	vertical-align: baseline;
	line-height: 16px;
	padding-top: 15px;
}
/*article-paginbox*/

.paginbox {
	width: 100%;
	margin: 25px 0;
	text-align: center;
}
.pagin a,
.pagin span {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	padding: 3px 7px;
	border: 1px solid #1784ED;
	margin-left: 2px;
	font-family: arial;
	overflow: hidden;
	border-radius: 3px;
}
.pagin a:link,
.pagin a:visited {
	color: #014fa4;
}
.pagin a:hover,
.pagin a:active {
	background: #1784ED;
	color: #fff;
	text-decoration: none;
}
.pagin .current,
.pagin .current:link,
.pagin .current:visited {
	background: #1784ED;
	color: #fff;
}
a.t1:link,
a.t1:visited {
	color: #333;
	text-decoration: none;
}
a.t1:hover,
a.t1:active {
	color: #333;
	text-decoration: underline;
}
a.t2:link,
a.t2:visited {
	color: blue;
	text-decoration: underline;
}
a.t2:hover,
a.t2:active {
	color: #0B3B8C;
	text-decoration: none;
}
.links {
	height: 23px;
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ddd;
	font-size: 14px;
}
.links .praise {
	height: 23px;
	line-height: 25px;
	padding-left: 15px;
	background: url(/images/button/btn-112.gif) no-repeat left center;
	color: #333;
}
.links .praise span {
	padding-right: 8px;
}
.links .partake {
	float: right;
	height: 23px;
}
.links .partake span {
	float: left;
	line-height: 23px;
	font-size: 12px;
	color: #999;
}
.links .partake a {
	float: left;
	width: 22px;
	height: 23px;
	overflow: hidden;
	background: url(/images/master/icon_site.gif) no-repeat;
	line-height: 100px;
	color: #015A9C;
}
#site-qzone:link,
a#site-qzone:visited {
	background-position: 0 -24px;
}
#site-qzone:hover,
a#site-qzone:active {
	background-position: 0 0;
}
#site-sina:link,
#site-sina:visited {
	background-position: -93px -24px;
}
#site-sina:hover,
#site-sina:active {
	background-position: -93px 0;
}
.art_page {
	margin: 5px 0 15px;
}
.art_page li {
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	overflow: hidden;
}
/*links-a*/

.links-a ul {
	width: 640px;
	padding: 10px 0;
}
.links-a ul li {
	float: left;
	width: 300px;
	height: 25px;
	line-height: 25px;
	margin-right: 20px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*img-project*/

.img-project li {
	width: 196px;
	height: 147px;
	margin-top: 16px;
	margin-left: 16px;
	overflow: hidden;
}
.img-project li.first {
	margin-left: 0;
}
.img-project .block {
	bottom: 0;
	*bottom: -1px;
	left: 0;
	width: 186px;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	text-align: center;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.img-project .block a {
	color: #fff !important;
}
.tool {
	height: 50px;
	background: #4da8f1 url(/images/article/favorites.gif) no-repeat 20px 0;
	color: #fff;
}
.tool .fl {
	padding-left: 20px;
}
.tool a {
	display: inline-block;
	width: 110px;
	height: 50px;
}
.tool .fr {
	padding: 18px 28px 0;
	font-weight: bold;
}
.tool em {
	font-size: 26px;
}
.comments {
	background-color: #f2f2f2;
	padding: 18px 28px;
}
.step-unit .userinfo {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #787878;
}
.comments .userinfo input {
	width: 145px;
	height: 14px;
	padding: 5px;
	border: solid 1px #c5c5c5;
}
.comments .area1 {
	width: 550px;
	height: 80px;
	border: 1px solid #c1c1c1;
	margin: 10px 0;
	padding: 6px;
	font-size: 12px;
}
.comments .buttons {
	text-align: right;
}
.comments .buttons span {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding-right: 15px;
}
.comments .buttons em {
	color: #ff3302;
}
.comments .buttons img {
	cursor: pointer;
}
.comment-list .tab {
	height: 35px;
	border: solid 1px #efefef;
	border-top: 0;
	border-right: 0;
	background-color: #f2f2f2;
}
.comment-list .tab li {
	width: 120px;
	height: 32px;
	padding-top: 3px;
	border-right: solid 1px #efefef;
	font: bold 12px/32px "宋体";
	color: #333;
	text-align: center;
}
.comment-list .tab .curr {
	background: #fff url(/images/article/new_bg.png) repeat-x 0 -166px;
}
.comment-list .tab b {
	font-family: Arial;
}
.comment-list .list {
	margin-top: 10px;
	border-bottom: solid 1px #efefef;
	font-family: "宋体";
	overflow: hidden;
	zoom: 1;
}
.comment-list .list h4 {
	height: 18px;
	font-weight: normal;
	font-size: 12px;
	color: #a4a4b1;
}
.comment-list .list p {
	padding: 10px 0;
	line-height: 180%;
	font-size: 14px;
	color: #333;
}
.comment-list .paginbox {
	margin-top: 10px;
	margin-bottom: 0;
	text-align: right;
}
/*new-project*/

.new-project li {
	border-bottom: dashed 1px #ddd;
}
.new-project .a-name {
	height: 24px;
	padding: 10px 0 1px 0;
}
.new-project .a-name span {
	display: inline-block;
	height: 15px;
	line-height: 15px;
	vertical-align: top;
	overflow: hidden;
}
.new-project .a-name .icon {
	width: 15px;
	text-align: center;
	font: normal 12px/15px Arial;
	color: #fff;
	background: url(/images/product/2012/btn01.png) no-repeat -15px -100px;
}
.new-project .a-name .name {
	width: 280px;
	margin-left: 5px;
}
.new-project .a-img {
	display: none;
}
.new-project .first {
	border-bottom: none;
}
.new-project .first .icon {
	background-position: left -100px;
}
.new-project .first .a-img {
	display: block
}
/*taocan*/

.taocan li {
	width: 300px;
	height: 75px;
	padding: 8px 0 5px;
	border-bottom: dashed 1px #ddd;
}
.taocan img {
	display: block;
	float: left;
}
.taocan .tit {
	float: right;
	width: 200px;
	height: 54px;
	line-height: 18px;
	overflow: hidden;
}
.taocan .cword {
	color: #FF0000;
}
.taocan .info {
	float: right;
	width: 200px;
	height: 18px;
	margin-top: 3px;
}
.taocan .price {
	display: block;
	float: left;
	color: #FF0000;
	font: bold 12px/18px Verdana;
}
.taocan .appnum {
	display: block;
	float: right;
	line-height: 18px;
}
/*top-article*/

.top-article li {
	width: 290px;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	background: url(/images/button/btn-201.gif) no-repeat left 11px;
	overflow: hidden;
}
.top-article .first {
	height: 55px;
	margin-bottom: 5px;
	border-bottom: dashed 1px #ddd;
	padding-left: 0;
	background-image: none;
}
.top-article .tit {
	width: 300px;
	height: 30px;
	font: normal 14px/30px "microsoft yahei";
	overflow: hidden;
}
.top-article .info {
	height: 25px;
	line-height: 25px;
}
.top-article .info .time {
	display: inline-block;
	float: left;
	color: #999;
}
.top-article .info .viewnum {
	display: inline-block;
	float: right;
}
.top-article .info em {
	font-weight: bold;
	font-family: Verdana;
	color: #cc0000;
}
.top-article .zhuanti {
	padding: 10px 0;
	text-align: center;
}
/*tags*/

.tags .mc {
	padding-top: 10px;
}
.tags .mc li {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin-right: 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 300px;
}
/*.table*/

.table {
	width: 100%;
	border-left: 1px solid #aacbee;
	border-bottom: 1px solid #aacbee;
	margin: 5px 0;
}
.table th {
	background: #DFEFFF;
}
.table th,
.table td {
	border-top: 1px solid #aacbee;
	border-right: 1px solid #aacbee;
	padding: 0px 5px;
}
.table td {
	height: 25px;
	line-height: 25px;
}
.table .w50 {
	width: 50px;
}
.table .w60 {
	width: 60px;
}
.table .w70 {
	width: 70px;
}
.table .w80 {
	width: 80px;
}
.table .w90 {
	width: 90px;
}
.table .w100 {
	width: 100px;
}
.table .w120 {
	width: 120px;
}
.table .w130 {
	width: 130px;
}
.table .w150 {
	width: 150px;
}
.table .w180 {
	width: 180px;
}
.table .w200 {
	width: 200px;
}
.table .w220 {
	width: 220px;
}
.table .w250 {
	width: 250px;
}
.table40 {
	width: 40%;
}
.table50 {
	width: 50%;
}
.table60 {
	width: 60%;
}
.table70 {
	width: 70%;
}
.table80 {
	width: 80%;
}
.table90 {
	width: 90%;
}
.table a:link,
.table a:visited {
	color: #0B3B8C;
	text-decoration: underline;
}
.table a:hover,
.table a:active {
	color: #0B3B8C;
	text-decoration: underline;
}
.relativeLay {
	position: relative;
}
.relativeLay .prev,
.relativeLay .next {
	display: block;
	position: absolute;
	z-index: 3;
	top: 0;
	width: 46px;
	height: 100px;
	padding: 157px 0;
	background: url(/images/none/1x1.gif) repeat;
}
.relativeLay .prev {
	left: 10px;
	padding-right: 254px
}
.relativeLay .next {
	right: 10px;
	padding-left: 254px
}
.relativeLay .prev span,
.relativeLay .next span {
	display: inline-block;
	width: 46px;
	height: 100px;
	background: url(/images/article/arrow.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.relativeLay .prev span {
	background-position: 0 0
}
.relativeLay .prev:hover span {
	background-position: 0 -100px
}
.relativeLay .next span {
	background-position: -46px 0
}
.relativeLay .next:hover span {
	background-position: -46px -100px
}
.relativeLay table {
	width: 100%;
	text-align: center;
	border: none;
}
.relativeLay table tr td {
	vertical-align: middle;
	padding: 0;
	border: none;
}
.crumb li {
	height: 17px;
	line-height: 17px;
	*height: 19px;
	*line-height: 19px;
}
.crumb .sub {
	position: relative;
	z-index: 3;
	line-height: normal;
}
.crumb .lh {
	overflow: inherit;
}
.crumb dt {
	padding-left: 4px;
}
.crumb dt a,
.crumb dt em {
	float: left;
}
.crumb dt em {
	width: 18px;
	height: 6px;
	margin-top: 5px;
	background: url(/images/index/2015/shortcut.png) no-repeat 5px -18px;
	overflow: hidden;
}
.crumb dd {
	display: none;
	position: absolute;
	left: 0;
	top: 17px;
	padding: 4px 0 4px 8px;
	line-height: 22px;
	background-color: white;
	width: 60px;
}
.crumb li:hover dd,
.crumb .hover dd {
	display: block;
	border: 1px solid #eee;
}
#apply {
	border: 1px solid #ddd;
	border-top: 3px solid #FF651B;
	padding: 15px 10px;
	text-align: center;
}
#apply li {
	margin-bottom: 10px;
}
#apply li input {
	color: #666;
}
#apply .desgin_title {
	background: url(/images/article/sq.jpg) no-repeat;
	display: inline-block;
	height: 44px;
	width: 100%
}
#apply .desgin_num {
	font-size: 14px;
}
#apply .desgin_num span {
	padding: 0 3px;
	font-family: Arial;
	color: #f35516;
}
#apply .desgin_input input {
	width: 256px;
	padding: 8px 10px;
	font-size: 14px;
	border: 1px solid #D2D2D2;
	color: #ccc
}
#apply .desgin_submit input {
	width: 276px;
	background: #FF651B;
	color: #fff;
	line-height: 28px;
	font-size: 16px;
	border: 1px solid #FF651B;
}
.totalss {
	float: right;
	height: 20px;
	padding-right: 10px;
	border-right: solid 1px #E7E3E7;
	line-height: 22px;
}
.totalss strong {
	color: #1885ec;
	padding: 0 5px;
	font-family: Arial;
}
.atr-list li {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	margin-top: 10px;
}
.atr-list li .new-pic {
	float: left;
}
.atr-intro {
	width: 475px;
	float: left;
	margin-left: 10px;
}
.atr-intro .name a {
	font-size: 24px;
	color: #524f50;
}
.atr-intro i {
	display: block;
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	font-style: normal;
}
.atr-intro p {
	font-size: 14px;
	color: #767474;
	line-height: 20px;
}
.atr-intro .click-num {
	float: right;
	margin-top: 20px;
}
.atr-intro .click-num b{
color: #108BEE;
font-size: 18px;
font-weight: normal;
}
