html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

body {
	line-height: 1
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	color: #222;
	background: 0 0;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	transition: color .2s ease;
	transition-property: color;
}


.link:hover {
    color: #406599;
}

@-webkit-keyframes popUp {
	from {
		-webkit-transform: scale(0)
	}

	to {
		-webkit-transform: scale(1)
	}
}

@keyframes popUp {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

html,body {
	min-height: 100%;
	font: 12px/1.4 Arial,Helvetica,'Hiragino Sans GB','Microsoft YaHei',sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #fff
}

html {
	overflow-y: scroll
}

input::-webkit-input-placeholder {
	color: #9e9e9e
}

input::-moz-placeholder {
	color: #9e9e9e
}

input:-ms-input-placeholder {
	color: #9e9e9e
}

strong {
	font-weight: 700
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: inline-block
}

.clearfix {
	display: block
}

.left {
	float: left
}

.right {
	float: right
}

#wrapper {
	min-height: 100%;
	position: relative
}

#container {
	width: 1170px;
	margin: 16px auto 0
}

.footerinfo {
	position: relative;
	padding: 12px 0;
	text-align: center;
	background: #f8f8f8;
	font-size: 12px;
	line-height: 24px;
	color: #9a9a9a
}

.footerinfo .footeritem {
	margin: 0 3px;
	color: #9a9a9a
}

.footerinfo .footeritem>img {
	vertical-align: middle;
	margin: 0 3px 3px 0
}

.index-wrapper {
	padding-top: 82px
}

.index-left {
	float: left;
	width: 110px;
	margin-right: 30px;
	margin-top: 16px
}

.index-main {
	float: left;
	margin-top: 16px;
	width: 660px
}

.index-right {
	float: right;
	margin-top: 16px;
	width: 340px
}

.detail-wrapper {
	padding-top: 82px
}

.detail-main {
	float: left;
	width: 660px
}

.detail-right {
	float: right;
	width: 300px
}

.sideGap {
	margin: 40px 0
}

.dtag {
	position: relative;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #222;
	padding-left: 14px;
	margin-bottom: 20px
}

.dtag:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 18px;
	left: 0;
	top: 50%;
	margin-top: -9px;
	background: #ed4040;
	border-radius: 5px
}

.snsbox {
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	font-size: 16px;
	color: #9e9e9e;
	text-align: right
}

.snsbox .snszone {
	float: right;
	font-size: 0
}

.snsbox .snszone .sns-btn {
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	margin-left: 10px;
	text-indent: -99999em
}

.snsbox .snszone .sns-btn:first-child {
	margin-left: 5px
}

.snsbox .snszone .sns-btn:hover {
	opacity: .7
}

.snsbox .snszone .sns-btn.sns-weixin {
	background-repeat: no-repeat;
}

.snsbox .snszone .sns-btn.sns-qzone {
	background-repeat: no-repeat;
}

.snsbox .snszone .sns-btn.sns-weibo {
	background-repeat: no-repeat;
}

.d-union-center {
	max-height: 80px;
	margin: 40px auto;
	text-align: center
}

.icon {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.icon.icon-tsina {
	background-repeat: no-repeat;
}

.icon.icon-tqq {
	background-repeat: no-repeat;
}

.icon.icon-qzone {
	background-repeat: no-repeat;
}

.icon.icon-close {
	background-repeat: no-repeat;
}

.icon:hover.icon-tsina {
	background-repeat: no-repeat;
}

.icon:hover.icon-tqq {
	background-repeat: no-repeat;
}

.icon:hover.icon-qzone {
	background-repeat: no-repeat;
}

.selected .icon.icon-close,.btn:hover .icon.icon-close {
	background-repeat: no-repeat;
}

.dialog {
	color: #4E4E4E;
	background-color: #fff;
	border-radius: 3px;
	z-index: 25
}

.dialog .btn {
	position: absolute;
	right: 10px;
	top: 13px;
	display: block;
	height: 18px;
	width: 18px;
	cursor: pointer
}

.dialog .btn .icon-close {
	height: 8px;
	width: 17px
}

.dialog .dialog-header {
	padding: 9px 15px;
	border: 1px solid #ddd;
	border-top: 2px solid #dc2525;
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #ddd
}

.dialog .dialog-header h3 {
	font-size: 20px;
	height: 20px;
	color: #dc2525;
	padding-left: 23px;
	margin-left: -15px;
	line-height: 20px
}

.dialog .dialog-inner {
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	padding-top: 15px
}

.mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 21;
	opacity: .5;
	filter: alpha(opacity=50);
	background-color: #000
}

.snsbox .snszone .sns-btn.sns-weixin {
	background-position: 0px 0px
}

.snsbox .snszone .sns-btn.sns-qzone {
	background-position: 0px -60px
}

.snsbox .snszone .sns-btn.sns-weibo {
	background-position: 0px -120px
}

.icon.icon-tsina {
	background-position: -2px -180px
}

.icon.icon-tqq {
	background-position: -2px -238px
}

.icon.icon-qzone {
	background-position: -2px -296px
}

.icon.icon-close {
	background-position: -20px -354px
}

.icon:hover.icon-tsina {
	background-position: -2px -394px
}

.icon:hover.icon-tqq {
	background-position: -2px -452px
}

.icon:hover.icon-qzone {
	background-position: -2px -510px
}

.selected .icon.icon-close,.btn:hover .icon.icon-close {
	background-position: -20px -568px
}

.snsbox .snszone .sns-btn.sns-weixin,.snsbox .snszone .sns-btn.sns-qzone,.snsbox .snszone .sns-btn.sns-weibo,.icon.icon-tsina,.icon.icon-tqq,.icon.icon-qzone,.icon.icon-close,.icon:hover.icon-tsina,.icon:hover.icon-tqq,.icon:hover.icon-qzone,.selected .icon.icon-close,.btn:hover .icon.icon-close {
	background-image: url(../images/nbase_z_d3d6b01.png)
}
