body,div,p,ul,ol,li,dl,dt,dd,img,h1,h2,h3,h4,h5,h6,input,a,em,i,strong { 
	margin: 0;
	padding: 0;
	border:none;
	font: 12px/1.5  "Microsoft YaHei","微软雅黑",sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #4d4d4d;
	outline: none;
}
html,body {
	background: #f0f0f0;
} 
ul,li { 
	list-style: none;
}
a,a:link, a:visited {
	text-decoration: none;
	color: #4d4d4d;
}
a:hover, a:active {
	text-decoration: underline;
	color: #f39600;
}
.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*header*/
#header {
	width: 100%;
}
#logos {
	width: 960px;
	height: 110px;
	margin: 0 auto;
	position: relative;
}
.zodiac {
	 position: absolute;
	 left: 0;
	 bottom: 15px;
	display: block;
	height: 67px;  
}
.zodiac h1 {
	margin: 0;
	height: inherit;
}
.lang {
	position: absolute;
	right: 0;
	top: 25px;
}
.lang > a {
	display: inline-block;
	width: 37px;
	height: 37px;
	margin: 0 6px;
}
.lang img {
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0.5;
}
.lang img:hover,.lang .hover img {
	opacity: 1;
}
.sign {
	position: absolute;
	right: 0;
	bottom: 15px;
	display: block; 
	line-height: 16px;
	height: 16px;
}
.sign>a {
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	margin: 0 5px;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}

/*end header*/

/*main*/
.main {
	background: url(../img/bg.jpg) no-repeat center center;
	position: relative;
}
.main_index {
	height: 594px;
}
.main-inner {
	position: relative;
	width: 960px;
	min-height: 580px;
	margin: 0 auto;
}
.nav {
	position: absolute;
	width: 130px;
	left: 0;
	top: 14px;
	z-index: 999;
}    
.nav li {
	height: 30px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.nav i {
	display: inline-block;
	background: #784a00;
	width: 10px;
	height: 10px;
	border-radius:50%;
	margin: 0 10px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.nav.index i {
	background: #000;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.nav a {
	display: block;
	font-size: 16px;
	height: inherit;
	line-height: inherit;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.nav a:link,.nav a:visited {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.nav a:hover,.nav a:active {
	color: #fff;
	text-decoration: none;
}
.nav li.current i,.nav li.hover i,.nav.index li.current i,.nav.index li.hover i {
	background: #fff;
}
.nav li.current a,.nav li.hover a {
	color: #fff;
}
.nav li:hover {
	-webkit-transform: translateX(1em);
	-ms-transform: translateX(1em);
	-o-transform: translateX(1em);
	transform: translateX(1em);
}
.gtlds {
	width: 960px;
	margin: 0 auto;
	padding-top: 170px;
}
.gtlds ul {
	width: 878px;
	margin: 0 auto;
}
.gtlds li {
	float: left;
	width: 204px;
	height: 134px;
	background-image: url(../img/zlogos.png);
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.wang {
	background-position:-36px 0;
}
.shangcheng {
	background-position:-302px 0;
}
.wangdian {
	background-position:-570px 0;
}
.bagua {
	background-position:-834px 0;
}
.jituan {
  background-position:-1098px 0;
}
.love {
  background-position:-1362px 0;
}
.shishang {
  background-position:-1626px 0;
}
.cishan {
  background-position:-1890px 0;
}
.gtlds li.hover {
	width:266px;
	height: 173px;
	margin-top: -39px;
}
.gtlds li.hover.fix {
    margin-top: 0;
}
.hover.wang {
	background-position: 0 -134px;
}
.hover.shangcheng {
	background-position: -266px -134px;
}
.hover.wangdian {
	background-position: -532px -134px;
}
.hover.bagua {
	background-position: -798px -134px;
}
.hover.jituan {
  background-position: -1064px -134px;
}
.hover.love {
  background-position: -1330px -134px;
}
.hover.shishang {
  background-position: -1596px -134px;
}
.hover.cishan {
  background-position: -1862px -134px;
}
.gtlds a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
/*footer*/
#footer {
	position: relative;
	z-index: 100;
}

.friend-link {
	width: 960px;
	margin: 0 auto;
}
.friend-link h3 {
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	padding-top: 16px;
	margin-bottom: 16px;
}
.friend-link img {
	display: inline-block;
	vertical-align: middle;
	width: 131px;
	height: 52px;
	margin-right: 10px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.friend-link img:last-child {
	margin-right: 0;
}
.friend-link img:hover {
	opacity: 0.8;
	-webkit-transform: translate(5px,5px);
	-ms-transform: translate(5px,5px);
	-o-transform: translate(5px,5px);
	transform: translate(5px,5px);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7);
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.copyright {
	width: 960px;
	height: 70px;
	padding-top: 13px;
	margin: 0 auto;
}
.copyright p {
	height: 36px;
	line-height: 36px;
}
.copyright img {
	display: inline-block;
	vertical-align: middle;
}

/*content page*/
.cnt_header,.cnt_footer {
	background: #f39600;
}
.cnt_main {
	background: #fff;
	position: static;
}
.cnt_main .nav {
	width: 220px;
	margin-top: 14px;
	float: left;
	position: static;
}
.cnt_main .main-inner {
	position: static;
}
.cnt_footer p,.cnt_footer h3,.cnt_footer a {
	color: #fff;
}
.cnt_main .nav li.current a,.cnt_main .nav li.hover a,.cnt_main .nav a:hover,.cnt_main .nav a:active {
	color: #f39600;
}
.cnt_main .nav li.hover i,.cnt_main .nav li.current i {
	background: #f39600;
}
.cnt_header .sign a:hover,.cnt_header .sign a:active{
	color: #fff;
}

/*article*/
#article {
	width: 729px;
	margin-top: 14px;
	float: right;
}
.article dl {
	padding-top: 30px;
	padding-bottom: 30px;
}
.article h2 {
	background: url(../img/item.png) no-repeat 0 24px;
	padding-left: 24px;
	padding-top: 12px;
	font-size: 19px;
	line-height: 2em;
	font-weight: bold;
	color: #8b5600;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin-bottom: 5px;
}
.article dt {
	line-height: 2.2em;
	font-size: 16px;
	border-bottom: 1px dotted #ddd;	
	cursor: pointer;
	font-weight: bold;
}
.article dt,.article dd {
	padding-left: 24px;
	padding-right: 24px; 
}
dt.current {
	color: #f39600;
}
.article dd{
	display: none;
}
.article p {
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
}
.article>p:first-child {
	margin-top: 0;
}
.article img:first-child {
	display: block;
}
.article a {
	font-size: 14px;
}
.article h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	margin-top: 10px;
}
.article strong {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
.article p em {
	width:1.2em;
	font-size: 14px;
	display:inline-block;
	vertical-align:middle;
}
.sublist li {
	margin: 8px 0;
}
.sublist em { font-size: 14px; display:inline-block; vertical-align:top; padding-right:10px; width:1em; line-height:28px;}
.sublist span { font-size: 14px; display:inline-block; vertical-align:middle; width: 656px; line-height:28px;}
.sublist em em { width: 1.5em;}
.sublist span span { width: 630px;}

.article-single dt {
	margin-top: 1em;
	border: none;
	cursor: default;
}
.article-single dd{
	display: block;
}

a.ts {
    color: #f39600;
    font-size: 16px;
    margin-left: 5px;
    text-decoration: underline;
}









