/*全局控制*/

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family:  "微软雅黑", Arial;
 - webkit-text-size-adjust: none;
	min-width: 1200px;
}

/*-- ui-loading --*/
.ui-loading { overflow: hidden; display:block;height: 250px;
 margin-bottom: 10px;
 }
.ui-loading img { transition: all .3s ease-in; }
.ui-loading:hover img { transform: scale(1.1); }

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, block quote, th, td, p {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-size: 12px;
	line-height: 16px;
}
img {
	border: 0;
}
ul, li {
	list-style-type: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.dis {
	display: block;
}
.undis {
	display: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.fb {
	font-weight: bold;
}
.fnb {
 font- weight: 200;
	margin-left: -1px;
}
.hr_1, .hr_10 {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
.hr_1 {
	height: 1px;
}
.hr_10 {
	height: 10px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
/*首页样式开始*/


/*header样式*/

.header {
	height: 88px;
}
.shop {
	width: auto;
	height: 88px;
	float: right;
	line-height: 88px;
	border-left: solid 1px #dedede;
	padding-left: 18px;
	margin-left: 20px;
}
.shop .searchBar {
	display: inline-block;
	position: relative;
	height: 88px;
}
.shop .searchBar:hover .search {
	width: 250px;
	height: 36px;
	padding: 5px 10px;
	position: absolute;
	top: 88px;
	left: -50px;
	z-index: 99;
	background-color: #4c4a4f;
	display: block;
	-webkit-transition: top 300ms;
	transition: top 300ms;
	overflow: hidden;
}
.shop .search {
	width: 250px;
	height: 36px;
	padding: 5px 10px;
	position: absolute;
	top: 88px;
	left: -50px;
	z-index: 99;
	background-color: #4c4a4f;
	display: none;
}
.search input {
	height: 36px;
	width: 245px;
	color: #A7A7A7;
	display: inherit;
	padding-left: 10px;
}
.language {
	display: inline-block;
	position: relative;
	font-size:12px;
}
.language a:hover{
	color: #CDB27B;
}
/*.language:hover .lg_choose {
	display: inline-block;
	background-color: #4c4a4f;
	z-index: 99;
	top: 88px;
	left: -30px;
	position: absolute;
	padding: 0 10px;
	height: 64px;
	line-height: 64px;
	width: 150px;
	display: block;
}
.language:hover .lg_choose a {
	color: #FFFFFF;
}*/
.lg_choose {
	display: inline-block;
	background-color: #4c4a4f;
	z-index: 99;
	top: 88px;
	left: -10px;
	position: absolute;
	padding: 10px;
	height: 44px;
	line-height: 44px;
	width: 150px;
	display: none;
}
.lg_choose a {
	line-height: 44px;
	padding: 10px;
	color: #FFFFFF;
}
/*nav样式*/

.nav {
	position: absolute;
    top: 0;
    right: 250px;
    z-index: 4;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.nav ul {
	height: 88px;
	width: auto;
}
.nav_list li{ float:left;}

.nav ul li {
	display: inline-block;
}

.nav ul li a {
	float: left;
	height: 88px;
	line-height: 88px;
	width: 90px;
	text-align: center;
	position: relative;
    z-index: 2;
    display: block;
    color: #000;
	font-size:14px;
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

.nav ul li a:hover {
	color: #FFFFFF;
}
.nav li a span {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.nav li a .bkg {
    top: 100%;
    z-index: 1;
    background-color: #cdb27b;
    -webkit-transition: top 200ms;
    transition: top 200ms;
}
.SubNav{
	position: absolute;
    top: 0;
    left: 0px;
    z-index: 4;
    width: 100%;
    height: 61px;
    overflow: hidden;
	}
.SubNav .item{
	    position: absolute;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: #4c4a4f;
    overflow: hidden;
    -webkit-transition: top 300ms;
    transition: top 300ms;
	}
.SubNav ul{ height:46px;}
.SubNav .on{
	top: 0;
	z-index: 2;
}
.SubNav .about{
	left: 410px;
    padding: 0px;
	}
.SubNav .project{
	left: 500px;
    padding: 0px;
	}
.SubNav .news{
	left: 590px;
    padding: 0px;
	}
.SubNav .investors{
	left: 680px;
    padding: 0px;
	}
.SubNav .join{
	left: 770px;
    padding: 0px;
	}
.SubNav .contact{
	left: 860px;
    padding: 0px;
	}
.nav ul li a:hover .SubNav .item {
	top:0;
}
.nav ul li a:hover .bkg {
	top:0;
	opacity:1;  
}
.nav ul li.first a {
	background: none;
	padding-right: 0px;
}
.nav_list li a:hover.on {
	text-decoration: none;
	color: #fff;
}
.nav_list li a.on2 {
	text-decoration: none;
	color: #fff;
	background: #cdb27b;
}
.nav_list li:hover.on {
	color: #fff;
	text-decoration: none;
}
.nav_list li ul {
	display: none;
	position: absolute;
	z-index: 9999;
	background: #4c4a4f;
	top: 88px;
	width: 100%;
}
.nav_list li ul li {
	float: left;
	display: block;
	position: relative;
	line-height: 50px;
	_display: inline;
	height: 50px;
	width: 110px;
}
.nav_list li ul li .s {
	position: absolute;
	top: 0;
	left: 140px;
	border-left: 1px solid transparent;
}
.nav_list li ul li .s li {
	float: none;
}
.nav_list li ul li a {
	display: block;
	width: 110px;
	height: 38px;
	padding: 4px 0 8px 0px;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 38px;
}
.nav_list li ul li a:hover {
	color: #cdb27b;
	background: none;
	height: 38px;
	display: block;
	width: 110px;
	line-height: 38px;
	padding: 4px 0 8px 0px;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}
.nav_list .t, .nav_list .t:hover {
}
.nav_list .on{color: #FFFFFF;}
.nav_list .on a{
	color: #FFFFFF;}
.nav_list .on .bkg{
	top: 0;
}
.SubNav ul li a{
	background:url(../img/li_bg.png) left 18px  no-repeat;
	display: block;
	padding: 4px 0 4px 0px;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	text-align: left;
	line-height: 38px;
	padding-left:15px;
	
	
}
.SubNav ul li{
	
	float: left;
	display: block;
	position: relative;
	line-height: 46px;
	_display: inline;
	height: 100%;
	padding:0 15px;
}
/*banner样式*/

.fullSlide {
	width: 100%;
	height: 456px;
	position: relative;
	background: #000000;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 456px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li img {
	width: 100%;
	height: 458px;
}
.fullSlide .bd li a {
	height: 458px;
	display: block;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
 *display: inline;
	zoom: 1;
	width: 9px;
	height: 9px;
	margin: 0 10px 0 0;
	overflow: hidden;
	border:solid 2px #FFFFFF;
	filter: alpha(opacity=80);
	opacity: 0.8;
	line-height: 999px;
	border-radius:50%;
}
.fullSlide .hd ul .on {
	background: #cdb27b;
	border:none;
	width:13px;
	height:13px;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 12%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: #000 url(../../images/new/slider-arrow.png) -126px -137px no-repeat;
	cursor: pointer;
	filter: alpha(opacity=80);
	opacity: 0.8;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 12%;
	background-position: -6px -137px;
}
/*新闻列表样式*/

.main {
	margin-bottom:40px;
	margin-top: 20px;
}
.news_list {
	width: 490px;
	height: 235px;
	display: inline-block;
}
.tabs {
	width: 490px;
	height: 235px;
}
.tabs> DIV {
/*border-top: 1px solid #c7c7c7*/
	/*border-bottom: 4px solid #E95855 !important;*/
}
.tabs UL.horizontal {
	list-style: none outside none;
	margin: 0;
	height: 30px;
	line-height: 30px;
	border-bottom: solid 2px #DEDEDE;
}
.tabs .horizontal LI {
	margin: 0 10px 0 0;
	display: inline-block;
}
.tabs a {
	color: #000;
	display: block;
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;
}
.active {
	color: #000000;
	border-bottom: 2px solid #CDB27B !important;
}
.active a {
	font-weight:bold;
	color: #000000 !important;
}
/*新闻切换*/

.slideBox {
	width: 490px;
	height: 195px;
	position: relative;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev{
	background: url(../img/pre.png) center center no-repeat;
	position: absolute;
	left: 95%;
	top: -8%;
	margin-top: -5px;
	display: block;
	width: 10px;
	height: 14px;
	filter: alpha(opacity=100);
	opacity: 1;
	color: #FFFFFF;
	text-align:center;
	line-height: 12px;
} 
.slideBox .next {
	background:url(../img/next.png) center center no-repeat;
	position: absolute;
	left: 95%;
	top: -8%;
	margin-top: -5px;
	display: block;
	width: 10px;
	height: 14px;
	filter: alpha(opacity=100);
	opacity: 1;
	color: #FFFFFF;
	text-align:center;
	line-height: 12px;
}
.slideBox .prev:hover{
	background: url(../img/pre_.png) center center no-repeat;
}
 .slideBox .next:hover {
	background: url(../img/next_.png) center center no-repeat;
}
.slideBox .next {
	left: auto;
	right: 0;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
.news_box {
	margin-top: 15px;
	height: 86px;
}
.news_text {
	float: right;
	width: 345px;
	height: 86px;
	margin-left: 10px;
	line-height: 25px;
}
.news_text .news_title a{ color:#666666; font-size:16px;}
.news_text .news_title a:hover{ color:#CDB27B; font-size:16px;}
.news_text p {
	color: #979797;
	font-size: 12px;
}
.news_text .time {
	color: #979797;
	font-size: 12px;
}
.news_text .details a {
	color: #979797;
	display: inline-block;
	border-bottom: solid 1px #C8C8C8;
	float: right;
	margin-top: 10px;
	font-size: 12px;
	font-weight:normal;
}
.news_text .details a:hover {
	color: #CDB27B;
	display: inline-block;
	border-bottom: solid 1px #CDB27B;
	float: right;
	margin-top: 10px;
	font-size: 12px;
}
/*list样式*/

.list {
	width: 673px;
	height: 233px;
	float: right;
}
.list .img_box {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 5px;
}
.list .more {
	background-color:#CDB27B;
	width: 166px;
	height: 115px;
	font-size: 100px;
	text-align: center;
	line-height: 100px;
	display: inline-block;
	overflow:hidden;
}
.list .more a:hover{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}
.list .more a {
	background:url(../img/more.png) left center no-repeat;
	-webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
	width: 100%;
	height: 100%;
	display:block;
}
.list .img_bg {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #CDB27B;
	width: 100%;
	height: 100%;
	ilter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.list .img_box:hover .img_bg {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #CDB27B;
	width: 100%;
	height: 100%;
	ilter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.box {
	float: left;
	margin-right: 5px;
	margin-bottom:5px;
}
.he_slideAllDown {
	display: inline-block;
	background: #CDB27B;
	padding: 0;
	margin: 0;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}
.he_slideAllDown .he_slideAllDown_img {
	position: relative;
	display: block;
	width: auto;
	padding: 0;
	margin: 0;
	opacity: .9;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}
.he_slideAllDown:hover .he_slideAllDown_img {
	opacity: 1;
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}
.he_slideAllDown .he_slideAllDown_caption {
	color: #fff;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}
.he_slideAllDown .he_slideAllDown_caption, .he_slideAllDown .he_slideAllDown_caption> a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}
.he_slideAllDown .he_slideAllDown_caption_h {
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
	width: 80%;
	position: absolute;
	top: -50%;
	left: 10%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
	opacity: 0
}
.he_slideAllDown:hover .he_slideAllDown_caption_h {
	color: #fff;
	top: 38%;
	opacity: 1
}
.he_slideAllDown .he_slideAllDown_caption_p {
	font-size: 1em;
	text-align: center;
	width: 80%;
	position: absolute;
	top: -50%;
	left: 10%;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	overflow: hidden;
	opacity: 0
}
.he_slideAllDown:hover .he_slideAllDown_caption_p {
	color: #fff;
	top: 45%;
	opacity: 1
}
/*footer样式*/

.footer {
	border-top: solid 1px #e0e0e0;
	font-size:12px;
}
.Copyright {
	line-height: 40px;
	color: #a7a7a7;
}
.footer a {
	line-height: 40px;
	color: #a7a7a7;
	margin: 0 5px;
}
/*首页样式结束*/


/*内页样式开始*/

.subnav {
	height: 45px;
	border-bottom: solid 2px #e5e5e5;
	font-size:12px;
}
.subnav ul li a {
	position:relative;
	float: left;
	text-align: center;
	margin: 0 20px;
	padding:0 10px;
	font-weight: 600;
	line-height: 44px;
	color: #656565;
	 display:inline-block;
	
}
.subnav ul li a span{
	position:absolute;
	left:0; bottom:-2px;
	height:2px;
	width:0;
	background-color: #cdb27b;
	-webkit-transition: width 300ms;
    transition: width 300ms;
	}
.subnav ul li a.current span,
.subnav ul li.on a span{
	width:100%;
}
/*.subnav ul li a:hover{
	border-bottom: solid 2px #cdb27b;
	}*/
.content {
	width: 100%;
	padding: 54px 0;
	background:#F7F7F7;
}
.content .text_box {
	width: 1086px;
	min-height: 350px;
	box-shadow: #bebebe 0px 0px 10px;
	padding:45px;
	margin:0 auto;
	background:#fff;
	overflow:hidden;
	color:#626262;
    line-height: 25px;
    position:relative;
}
.content .text_box .text_back{
      position: absolute;
    top: 15px;
    left: 45px;
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    background: #f7f7f7;

}

.content .text_box .text_back a{
	 color: #777777;
}

.content .text_box .text_back:hover{
	color: #fff;
	background: #cdb27b;
}
.content .text_box .text_back a:hover{
color: #fff;
}
.leftsidebar {
	width: 800px;
	display: inline-block;
}
<!--.leftsidebar li{ float:left;}-->
.rightsidebar {
	font-size:12px;
	line-height: 45px;
	color: #979797;
}
.rightsidebar  span{
	background:url(../img/rightsidebar_bg.png) left center no-repeat;
	padding-left:20px;
	}
.rightsidebar a {
	line-height: 45px;
	color: #979797;
}
.text_box .title{ font-size:28px; color:#959595; width:600px; height:65px;  border-bottom:solid 1px #e5e5e5; display:inline-block; line-height:20px;}

/*新闻内页*/
.text_box .News_Headline{ float:left; width:400px; margin-top: 20px;}
.text_box .News_Headline ul li{ margin-bottom:10px; border:solid 1px #e1e1e1; padding:5px;}
 .text_box .News_Headline .news_title{ font-size:16px; margin:0;}
 .text_box .News_Headline  .details a{ margin:0px; float:left;  border:none;color: #CDB27B;}
 .text_box .News_Headline  .details a:hover{ float:left; color: #CDB27B; border:none; margin:0;}
 .text_box .News_Headline .news_con{ margin:0;}
.text_box .time{ display:inline-block; height:65px; width:100px; text-align:center; background-color:#F1F4F7; padding-top:35px; float:left; margin-right:20px;}
.text_box .day{ font-size:35px; color:#cdb27b;}
.text_box .news_title{ font-size:16px; line-height:25px; font-weight:bold; margin-bottom:10px; display:block;}
.text_box .news_con{ color:#746969; margin-bottom:10px; min-height:38px; font-size:12px; line-height:18px;}
.text_box .hits{ color:#746969; font-size:12px; }
.text_box .details a {
	color:#746969;
	display: inline-block;
	border-bottom: solid 2px #C8C8C8;
	float: right;
	margin-top: 10px;
	font-size: 12px;
}
.text_box .details a:hover {
	color: #CDB27B;
	display: inline-block;
	border-bottom: solid 2px #CDB27B;
	float: right;
	margin-top: 10px;
	font-size: 12px;
}
.text_box .news{ width:620px; float:right; line-height:16px;}
.text_box .news li{ width:600px; padding:20px 10px; border-bottom:solid 1px #e1e1e1; height:103px;}
.text_box .news li:hover{ background-color:#F1F4F7;}
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:37px;line-height:37px; text-align:center;letter-spacing:0; font-size:14px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#fff;text-align:center;padding:0 15px;margin:0 5px;-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */}
.page_list a:hover{color:#fff;border:1px solid #cdb27b;background:#cdb27b;}
.page_list a.on{color:#fff;border:1px solid #cdb27b;background:#cdb27b;}
.news_search{ width:100%; line-height:16px;}
.news_search li{ padding:5px;}
.news_search li:hover{
background-color: #F1F4F7;
}
/*新闻列表详细内容页*/
.listConts{line-height:28px;color:#666; margin:0 auto; width:90%;}
#textarea img{max-width:970px;}
.listConts .title{font-size:24px;text-align:center;line-height:40px;color:#000; width:auto; height:auto; border:none; display:inherit;}
.listConts .info{width:380px;height:27px;line-height:28px;text-align:center;margin:15px auto;border:1px solid #ccc;border-left:none;border-right:none;color:#666; font-size:12px;}
.listConts .info small{margin-left:8px;margin-right:3px;color:#999;font-size:12px;}
.listConts .info .small,.info .big{font-family:Georgia;font-weight:bold;cursor:pointer;}
.listConts .info .small{font-size:10px;padding-right:3px;}
.listConts .info .big{color:#003ba6;padding-left:3px;}
.listConts .desc{margin:20px 0 15px;padding:5px 10px;line-height:20px;border:1px solid #f4e4b4;background:#fffff0;}
.listConts .showimg{margin:20px 0;text-align:center;}
.listConts .showimg a img{border:1px solid #ccc;padding:1px;}
.listConts .showimg a:hover img{border:1px solid #F90;padding:1px;}
.listConts .conttitle{font-weight:bold;padding-bottom:7px;margin-bottom:7px;color:#2f2f2f;line-height:24px;border-bottom:1px solid #ddd;font-size:14px;}
.listConts .author{text-align:right;color:#999;}

/*荣誉列表*/
.hq{line-height:26px;color:#666;}
.page_info{text-align:center;margin-top:20px;color:#333;}
.goods_list li{width:288px;float:left;margin:7px 5px 7px 5px;}
.goods_list li a.img{width:263px;height:150px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:125px;*font-family:Arial;border:1px solid #ccc;overflow:hidden;}
.goods_list li a.img img{vertical-align:middle; width:286px;}
.goods_list li a.img:hover{border:1px solid #F90;}
.goods_list li .info{width:265px;line-height:22px;padding-top:8px; text-align:center;}
.goods_list li .info div{font-family:Verdana;display:block;}
.goods_list li .info i{color:#d94f44;font-style:normal;margin-right:5px;font-family:Verdana;font-weight:bold;}
.goods_list li .info i.lt{text-decoration:line-through;color:#333;}
.goods_list li .info i.hits{font-weight:normal;margin-right:0;}
.goods_list li .info a{color:#555;}
.goods_list{ min-height:200px;}
/*招聘*/
.join_list{ line-height:26px; color:#666;}
.join_list td {
    border-bottom: solid 1px #dcdada;
}
/*招聘详细信息*/
/*诚聘英才页面*/
.join_list td{ border-bottom: solid 1px #dcdada; }
.subBody .OneOfTwo{width:750px;}
.subBody .subTitle{padding-bottom:10px;border-bottom:1px solid #e0e0e0;text-align:right; width:1100px; margin:25px auto 25px auto;}
.subBody{margin-bottom:25px; margin-top:25px; min-height:500px;}
.subBody .subTitle .catname{font-size:15px;font-weight:bold;float:left;font-family:"微软雅黑";color:#333;}
/*招聘详细*/
.subBanner, .subBody{width:750px;margin:0 auto; font-size:14px;}
.jobConts{line-height:30px;color:#666;}
.jobConts .line{background:#ccc;height:1px;overflow:hidden;font-size:0;margin:10px 0;}
.jobConts .jobdesc{background:#f5f5f5;padding:10px;color:#333;}
.jobConts strong{color:#333;}
.subBody .subTitle a.goback{float:left;margin-left:10px;}
.jobbtn{ border-radius:5px; line-height:25px; height:25px; padding:0 5px; margin:0 5px; text-align:center; color:#fff; background:#cdb27b; display:inline-block; }
		.jobbtn:hover{background:#baa06b;}
		.join_list tr:hover{background:#efefef;}

/*留言栏目*/
.subCont{line-height:26px;color:#666;}
.msgtitle{display:block;padding-bottom:5px;font-size:14px;font-weight:bold;}
.message_block{color:#666;}
.message_block p{padding:12px;}
.msg_input{width:400px;border:1px solid #e0e0e0;padding:8px 9px;background:#fff;font-size:13px;color:#888;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;}
.msg_input_on{width:400px;border:1px solid #8cd1ff;background:#f1f9ff;padding:8px 9px;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;font-size:13px;color:#888;}
.message_labes{font-size:14px;}
.message_title{height:34px;line-height:34px;background:#f6f9fb;padding:0 12px;}
.message_title h2{color:#376b88;font-size:14px;float:left;}
.message_title span{float:right;font-weight:bold;color:#999;}
.message_info{color:#8ea6b6;text-align:right;}
.message_replay{background:#f5f5f5;padding:0 12px;}
.msg_btn_area{margin:16px 0;text-align:center;}
.msg_btn_area a{display:inline-block;padding:5px 15px;background:#09F;color:#fff;text-align:center;font-family:"宋体";font-size:14px;overflow:hidden;cursor:pointer;font-weight:bold;}
.msg_btn_area a:hover{text-decoration:none;background:#F60}
.message_block { font-size:12px;}

/*万城发展*/
.left_text{ float: left; width:600px;}
.right_text{ float:right; }
.about_title{font-size: 30px;color: #cdb27b;line-height: 50px;}
.about_text{ padding:45px 0; }
.about_text p{ line-height:25px;}

.Categories{ padding:20px 0; overflow:hidden;}
.first {
  border-left: 1px solid #C9CFD7;
}
.Categories li {
  
  float: left;
  height: 40px;
  width: 91px;
text-align:center;line-height:40px;
}
.Categories li a {
  display: inline-block;
  /*padding: 9px 27px;*/
  width: 100%;
  border-bottom: 1px solid #C9CFD7;
  border-right: 1px solid #C9CFD7;
  border-top: 1px solid #C9CFD7;

}
.Categories li .current{
	color: #fff;
	background: #cdb27b;
	border-bottom: 1px solid #cdb27b;
	border-right: 1px solid #cdb27b;
	border-top: 1px solid #cdb27b;
}
.Categories li a:hover{
	color: #fff;
	background: #cdb27b;
	border-bottom: 1px solid #cdb27b;
	border-right: 1px solid #cdb27b;
	border-top: 1px solid #cdb27b;
}


/*投资者*/
.investorslist{width: 100%;display: block;}
.investorslist li{width: 100%;display: block; margin: 10px 0px; background: #f7f4ed;}
.investorslist li:hover{background: #f1e9d8;}
.investorslist li a{ padding: 10px; display: block;}
.investorslist li a span{float: right;}
/*项目展示*/
.focus {
	position: relative;
	width: 686px;
	height: 458px;
	background-color: #000;
	float: left;
}
.focus img {
	width: 686px;
	height: 458px;
}
.focus .shadow .title {
	width: 200px;
	height: 65px;
	padding-left: 30px;
	padding-top: 20px;
}
.focus .shadow .title a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	overflow: hidden;
}
.focus .btn {
	position: absolute;
	bottom: 34px;
	left: 510px;
	overflow: hidden;
	zoom: 1;
}
.focus .btn a {
	position: relative;
	display: inline;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}
.focus .btn a:hover, .focus .btn a.current {
	cursor: pointer;
	background: #fc114a;
}
.focus .fPic {
	position: absolute;
	left: 0px;
	top: 0px;
}
.focus .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
}
.focus .shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 10;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,0.6);
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = '#80000000', endColorstr = '#80000000')\9;
	display: block;
	text-align: left;
}
.focus .shadow a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	margin-left: 10px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
.focus .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
	background: #000
}
.focus .fcon img {
	display: block;
}
.focus .fbg {
	bottom: 5px;
	right: 20px;
	position: absolute;
	height: 25px;
	text-align: center;
	z-index: 200;
}
.focus .fbg div {
	margin: 4px auto 0;
	overflow: hidden;
	zoom: 1;
	height: 14px
}
.focus .D1fBt a {
	position: relative;
	display: inline;
	width: 10px;
	height: 10px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}
.focus .D1fBt .current, .focus .D1fBt a:hover {
	background: #cdb27b;
}
.focus .D1fBt img {
	display: none
}
.focus .D1fBt i {
	display: none;
	font-style: normal;
}
.focus .prev, .focus .next {
	position: absolute;
	width: 40px;
	height: 74px;
	background: url(../images/focus_btn.png) no-repeat;
}
.focus .prev {
	top: 50%;
	margin-top: -37px;
	left: 0;
	background-position: 0 -74px;
	cursor: pointer;
}
.focus .next {
	top: 50%;
	margin-top: -37px;
	right: 0;
	background-position: -40px -74px;
	cursor: pointer;
}
.focus .prev:hover {
	background-position: 0 0;
}
.focus .next:hover {
	background-position: -40px 0;
}

.Projects_show{ }
.Projects_show01{ background-color:#F1F4F7; height:458px;}
.dynamic_top{  margin-bottom:5px; width:350px; margin-left:7px;}
.dynamic_top li{ padding:5px 0px; border-bottom: solid 1px #E6E6E6; }
.dynamic{width:380px; float:right;}
.dynamic span.times{
	color:#cdb27b;
	display:block;
	}
.dynamic span.titles{
	line-height:25px;
	display:block;
	font-weight:bold;
	}
.dynamic p{ color:#999; line-height:20px; font-size:12px;}
.dynamic_list li{ padding-left:15px; background:url(../img/libg.png) no-repeat scroll 0 9px transparent;}
.Project_List{ margin-top:20px; width:1110px;}
.Project_List ul li{ display:inline-block; float:left;  margin-right:10px; width:355px; background:#F1EEE7; margin-bottom:10px; height:340px; overflow:hidden;}
.Project_List ul li:hover{}
.Project_List ul li img{width:355px; height:250px;}
.Project_List .info{ text-align:center; padding:5px 0; font-size:14px;  margin-top:-6px;}
.Project_List .info a{ color:#7D869F; }
.Project_List .info span a{ 
 display: block;
    text-align: center;
    border: 1px solid #ccc;
    width: 30%;
    border-radius: 4px;
    margin: 0 auto;}
.Project_List .info span a:hover{
	background: #023994;
    color: #fff;
	border: 1px solid #023994;
} 
.Project_List_index{ margin-top:20px; width:1110px;}
.Project_List_index ul li{  float:left;  margin-right:10px; width:355px; background:#F1EEE7; margin-bottom:10px; height:200px; overflow:hidden;}
.Project_List_index ul li a{display:block;
line-height: 200px;
    font-size: 30px;
    width: 100%;
text-align: center;
}
.Project_List_index ul li a:hover{
	background:#cdb27b;
	color:#fff;
}

/*行业分类*/
.Project_List_In{ margin-top:20px; width:1100px;}
.Project_List_In ul li{display:inline-block; float:left;  margin-right:10px; width: 264px; background:#F1EEE7; margin-bottom:10px; height:230px; overflow:hidden;}
.Project_List_In ul li:hover{background:#cdb27b;}
.Project_List_In ul li:hover a{ color: #fff; }
.Project_List_In ul li a{color: #7D869F; }
.Project_List_In ul li a img{width:264px; height:186px;}
.Project_List_In ul li h2{text-align:center; font-size: 18px; }

/*分类*/
.Project_List_Cat{ margin-top:20px; width:1080px;}
.Project_List_Cat ul li{float:none; width:100%; background:#F1EEE7; margin-bottom:10px; padding:10px 0px; overflow:hidden;}
.Project_List_Cat ul li:hover{}
.Project_List_Cat .pl{width:20%; float:left; height: 150px;text-align:center}
.Project_List_Cat .pl a{color:#7D869F;font-size: 30px;line-height: 150px; }
.Project_List_Cat .pr{width:80%; float:right;}
.Project_List_Cat .pr ul{display: block; }
.Project_List_Cat .pr ul li a{display:block;}
.Project_List_Cat .pr ul li p{line-height: 25px;}
.Project_List_Cat .pr ul li{float:left; width:150px; padding: 0px; font-weight: bold;; display: inline-block; text-align: center; margin: 10px;line-height: 25px;border: 1px solid #dcdcdc;}
.Project_List_Cat .pr img{width:140px; height: 99px; padding:5px;}
.Project_List_Cat .pr ul li:hover{background:#cdb27b; border: 1px solid #cdb27b;}
.Project_List_Cat .pr ul li:hover a{color:#fff;}



/* 效果CSS开始 */
.goodsarea{width:100%;position:relative;margin:0 auto; overflow:hidden; background:#f5f5f5; margin-top:20px;}
.goodsarea .btn{position:absolute;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.goodsarea .prev{left:20px;background:url(../images/prevBtn.png) no-repeat;}
.goodsarea #prevTop,.goodsarea #nextTop{top:296px;width:32px;height:48px;}
.goodsarea #prev,.goodsarea #next{top:550px;width:99px;height:39px; }
.goodsarea #prevTop{background:url(../images/prevBtnTop.png) 0 0 no-repeat;  display:none;}
.goodsarea #nextTop{background:url(../images/nextBtnTop.png) 0 0 no-repeat;  display:none;}
.goodsarea .next{right:250px;background:url(../images/nextBtn.png) no-repeat;}
.goodsarea li{float:left;}
.goodsarea .cf li{position:relative;color:#fff;}
.goodsarea .picBox li img{width:850px; height:600px;}
.goodsarea .cf li span{display:none;width:486px;position:absolute;left:75px;bottom:0;padding:10px 20px;line-height:22px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.goodsarea .picBox{width:850px; height:600px; float:left;  position:relative;overflow:hidden; background:#0D0D0D; }
.goodsarea .picBox ul{height:600px;position:absolute; left:0;}
.goodsarea .picBox li{padding-left:0px; padding-right:0px; width:1100px; overflow:hidden; }
.goodsarea .listBox{width:210px;height:500px;margin:0 auto;position:relative; padding-top:10px;overflow:hidden; float:left; margin-left:10px;}
.goodsarea .listBox ul{position:absolute; padding-left:5px;height: auto;}
.goodsarea .listBox li{width:206px; height:156px; cursor:pointer;position:relative; padding:10px 0px; float:none; display:block;}
.goodsarea .listBox li i{display:none;}
.goodsarea .listBox li a{display:block;width:108px;height:77px;}
.goodsarea .listBox img{border:3px solid #fff; width:200px; height:150px;}
.goodsarea .listBox .on img{border:3px solid #b59559;}
.goodsarea .listBox .on i{display:block;}
/*.tabs{border-bottom:1px solid #ccc;height:32px;width:1100px; margin:35px auto 15px; }
.tabs li{float:left;margin-right:5px; }
.tabs li a{width:83px;height:32px ;display:block;text-align:center;line-height:32px;font-size:14px;font-weight:bold;}
.tabs li a:hover{text-decoration:none;}
.tabs li.active a{background:#b59559; color:#fff; }
.tabs li.normal a{background:#c9c9c9;}
#textstyle{width:1100px; margin: 0 auto;}*/
.project_title{ line-height:30px; padding:10px 0px; border-bottom:1px solid #efefef;}
.Projects_text{ padding:10px 0; margin-top:10px; color:#626262; line-height:20px; font-size:14px;}
/*内页样式结束*


/
/*详细页功能区*/
.preNext{position:relative; font-size:12px;}
.preNext .line{height:10px;overflow:hidden;clear:both;background:url(../../templates/default/images/box_dotline.gif) left 15px repeat-x;margin:4px auto;padding-top:10px;}
.preNext .line strong{display:block;width:8px;height:10px;overflow:hidden;font-size:0px;line-height:100px;background:url(../../templates/default/images/box_dotline.gif) right -10px no-repeat;float:left;}
.preNext .text{color:#999;}
.preNext .actBox{position:absolute;top:25px;right:0;}
.preNext .actBox li{display:inline;padding-left:22px;margin-left:10px;}
.preNext .actBox li a{color:#666;}
.preNext .actBox li#act-fav{background-position:4px 0px;}
.preNext .actBox li#act-err{background-position:4px -37px;}
.preNext .actBox li#act-pus{background-position:4px -73px;}
.preNext .actBox li#act-pnt{background-position:4px -109px;}

/*Top按钮*/
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
.tbox{width:50px;float:right;position:fixed;right:10px;bottom:45px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:15px;display:none;}/*解决IE6下不兼容 position:fixed 的问题*/
.tbox #gotop{width:50px;height:50px;background:url(../../templates/default/images/icon.png) no-repeat 0 0;display:block;}