@charset "utf-8";
body {
	font-family: '微软雅黑';
	min-width: 1200px;
	padding-bottom:100px;
}
a {
	color: #333;
}
#top {
	line-height: 30px;
	background-color: #F8F8F8;
	font-size: 12px;
}
header {
	padding: 20px 0;
}
.container {
	width: 1230px;
	max-width: none !important;
}
.navbar {
	min-height: 40px;
	margin-bottom: 0;
	border: none;
	border-bottom: 2px solid #333;
	min-width: 1170px;
}
.navbar .navbar-nav {
	float: left;
	margin: 0;
}
.navbar .navbar-nav > li {
	float: left;
}
.navbar .nav>li>a {
	font-size: 17px;
	padding: 10px 0;
	min-width: 120px;
	text-align: center;
	color: #333;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	background-color: #333;
	color: #fff;
}
.nav-btn, .nav-btn:focus {
	
	border: none;
	border-radius: 20px;
	font-size: 18px;
	color: #fff;
	padding: 6px 20px;
	margin-right: 10px;
	background-color: #de5610;
	
}
.nav-btn:hover {
	background-color: #333;
	color:#fff;
}
.navbar .nav>li>ul {
	display: none;
	position: absolute;
	z-index: 111;
	top: 40px;
	left: 0;
	width: 120px;
	padding: 0 0 5px;
	background: #fff;
}
.navbar .nav>li:hover>ul {
	display: block;
}
.title {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.title .main {
	border-bottom: 2px solid #eee;
}
.title .main h1 {
	border-bottom: 2px solid #de5610;
	display: inline-block;
	padding-bottom: 5px;
	font-size: 24px;
	margin-bottom: -2px;
	margin-top: 0;
}
.title .more {
	font-size: 15px;
	line-height: 40px;
}
.title .more a {
	text-decoration: none;
}
#choice .reason ul li {
	float: left;
	width: 20%;
	text-align: center;
}
#choice .reason ul li a {
	color: #333;
	text-decoration: none;
}
#choice .reason ul li a:hover {
	color: #de5610
}
#choice .reason ul li i {
	font-size: 50px;
}
#case .tab-header {
	text-align: center;
	margin-bottom: 20px;
}
#case .tab-header>li {
	display: inline-block;
	margin: 0 5px;
}
#case .tab-header>li>a {
	display: block;
	padding: 10px 0;
	border: 1px solid #a8a8a8;
	min-width: 150px;
	text-decoration: none;
	font-size: 16px;
}
#case .tab-header>li.active>a {
	border-color: #de5611;
	background-color: #de5611;
	color: #fff;
}
#case .tab-content {
	position: relative;
}
#case .tab-content ul li {
	float: left;
	width: 33.333%;
	padding: 5px;
	position: relative;
}
#case .tab-content ul li a {
	background: rgba(0,0,0,0.5);
	padding: 10px;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	display: none;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
#case .tab-content ul li .info {
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
	padding-top: 80px;
	text-align: center;
}
#case .tab-content ul li .info .look {
	border: 1px solid #de5610;
	color: #de5610;
	padding: 0 20px;
	font-size: 17px;
	border-radius: 14px;
	line-height: 28px;
}
#case .virtual {
	padding: 20px 0;
}
#loupan {
	background: url(../images/houses_bg.jpg) center no-repeat;
	padding-bottom: 20px;
}
#loupan .title {
	color: #fff;
}
#loupan .title a {
	color: #fff;
}
#loupan .col-xs-3 {
}
#loupan .loupan-item {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	padding: 20px;
	font-size: 16px;
	border: 1px solid #ddd;
}
#loupan .loupan-item h1 {
	text-align: center;
	letter-spacing: 5px;
}
#loupan .loupan-item small {
	color: #de5611;
}
#loupan .loupan-item hr {
	border-top: 1px dashed #fff;
	width: 130px;
	margin: 20px auto;
}
#loupan .loupan-item a {
	color: #fff;
	text-decoration: none;
}
#loupan .count {
	font-size: 20px;
}
#loupan .count strong {
	font-size: 30px;
}
#loupan .more-btn {
	background-color: rgba(0,0,0,.6);
	font-size: 20px;
	padding: 5px 20px;
	border: 1px solid #ddd;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 240px;
	margin: 30px auto;
}
#loupan .more-btn:hover {
	color: #de5610;
	border-color: #de5610
}
#expo .expo-img {
	margin-right: 10px;
}
#expo .expo-list {
	width: 460px;
}
#expo .expo-list li {
	height: 110px;
	background: #eee;
	margin-bottom: 5px;
}
#expo .expo-list li a {
	display: block;
	height: 110px;
	padding: 10px;
	text-decoration: none;
}
#expo .expo-list li a:hover {
	color: #de5610;
}
#expo .expo-list li a span {
	float: left;
	font-size: 50px;
	line-height: 90px;
	padding: 0 20px;
	font-family: Verdana, Geneva, sans-serif;
	border-right: 1px solid #ddd;
	margin-right: 10px;
}
#expo .expo-list li a h3 {
	margin: 5px 0;
}
#expo .order {
	background-color: #de5611;
	height: 340px;
	width: 270px;
	color: #fff;
}
#expo .order h3 {
	text-align: center;
	border-bottom: 2px solid #fff;
	padding: 20px 0;
	margin: 0;
}
#expo .order .triangle-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	display: block;
	margin: 0 auto;
}
#expo .order form {
	padding: 20px;
}
#expo .order form button {
	border: 0;
	background-color: #fff;
	height: 36px;
	width: 150px;
	border-radius: 18px;
	color: #de5611;
	outline: none;
	font-size: 17px;
	margin: 0 auto;
	display: block;
	font-weight: 500
}
#workspace .video li {
	float: left;
	margin-right: 10px;
}
#workspace .video li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#workspace .video li a.cover .play {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	color: #fff;
	font-size: 100px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#workspace .video li a.cover:hover .play {
	width: 100%;
	height: 100%;
}
#workspace .video li a.video-title {
	display: block;
	background-color: #535353;
	color: #fff;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}
#workspace .building-list {
	border: 1px solid #eee;
	width: 480px;
	float: right;
}
#workspace .building-list h4 {
	text-align: center;
	padding: 10px 0;
	margin: 0;
	background-color: #de5611;
	color: #fff;
	font-size: 20px;
}
#workspace .building-list .triangle-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #de5611;
	display: block;
	margin: 0 auto;
}
#workspace .building-list .table {
	margin-bottom: 0;
}
#workspace .building-list .table tr:first-child td {
	border-top: none;
}
#craft .craft {
	background: url(../images/craft.jpg) center no-repeat;
	height: 440px;
}
#news .news-list li {
	float: left;
	padding: 5px;
	width: 25%;
}
#news .news-list li .info {
	background-color: #f3f3f3;
	padding: 10px;
}
#news .news-list li .info h4 {
	margin: 5px 0;
	line-height: 30px;
	font-size: 16px;
}
#news .news-list li .info p {
	font-size: 12px;
}
#news .news-list li .info a:hover {
	color: #de5611;
}
#news .articles .articles-heading {
	padding: 10px 0;
	border-bottom: 1px solid #333;
	zoom: 1;
	overflow: auto;
	margin-bottom: 10px;
}
#news .articles .articles-heading h4 {
	float: left;
	color: #de5611;
	margin: 0;
}
#news .articles .articles-heading a {
	float: right;
	font-size: 17px;
}
#news .articles ul {
	list-style-type: disc;
	padding-left: 20px;
	clear: both;
}
#news .articles ul li {
	padding: 5px 0;
}
#news .articles ul li a:hover {
	color: #de5611;
}
#concept .concept {
	background: url(../images/concept.jpg) center no-repeat;
	height: 496px;
	margin-top: 10px;
}
footer {
	background-color: #333;
	color: #fff;
	padding-top: 30px;
	margin-top: 20px;
}
footer dt, footer dd {
	line-height: 2;
}
footer a, footer a:hover, footer a:focus {
	color: #fff;
}
#designer .leading .info {
	padding: 10px;
	background-color: #333;
	color: #eee;
	float: left;
	width: 283px;
	height: 318px;
}
#designer .leading .info .btn-group {
	margin: 10px 0;
}
#designer .leading .info p {
	font-size: 14px;
}
#designer .leading .info a {
	padding: 5px 10px;
	font-size: 16px;
	text-decoration: none;
}
#designer .leading .info a.order {
	color: #fff;
	background-color: #de5611;
}
#designer .leading .info a.look-case {
	color: #de5611;
	background-color: #fff;
}
#designer .leading .info {
	font-size: 16px;
}
#designer .designer-list ul li {
	float: left;
	width: 14.2857%;
	padding: 1px;
	overflow: hidden;
}
#designer .designer-list ul li a {
	position: relative;
	color: #fff;
	display: block;
}
#designer .designer-list ul li a .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	visibility: hidden;
	padding-top: 70px;
}
#designer .designer-list ul li a .info h4 small {
	color: #fff;
}
#designer .designer-list ul li a:hover .info {
	visibility: visible
}
#designer .designer-list ul li.more {
	width: 42.8571%
}
#link ul li {
	float: left;
	padding: 0 10px;
	line-height: 24px;
}
.float {
	position: fixed;
	right: 0;
	top: 40%;
	width: 80px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 40px;
	text-align: center;
	z-index: 111
}
.float .online {
	background-color: #de5611;
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	display: block;
	margin: 10px auto;
	font-size: 20px;
	overflow: hidden;
	text-decoration: none;
	line-height: 25px;
}
.float ul li a {
	color: #fff;
	font-size: 17px;
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
.float ul li a:hover {
	color: #de5611;
}
.float span {
	color: #fff;
	font-size: 12px;
}
.float .backtop {
	color: #fff;
	font-size: 24px;
	width: 60px;
	height: 60px;
	background-color: #666;
	display: block;
	margin: 10px auto;
	line-height: 60px;
	border-radius: 30px;
}
.breadcrumb {
	width: 1200px;
	margin: 10px auto;
	background-color: #fff;
	font-size: 15px;
}
.breadcrumb>.active {
	color: #de5610
}
.pagination {
	width: 100%;
	text-align: center;
}
.pagination>li {
	display: inline-block;
}
.pagination>li>a, .pagination>li>span {
	border: 1px solid #eee;
	border-radius: 0;
	margin: 0 3px;
	color: #333;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #e95702;
	border-color: #e95702;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	cursor: default;
	border-color: #eee;
}
.inner-case-list {
	margin: 0 -10px;
	clear: both;
}
.inner-case-list li {
	float: left;
	width: 33.333%;
	padding: 0 10px;
}
.inner-case-list li p {
	margin: 20px 0;
	font-size: 15px;
}
.inner-case-list li a:hover {
	text-decoration: none;
	color: #ea5703;
}
.inner-case-banner {
	background: url(../images/inner-case-banner.jpg) center no-repeat;
	height: 380px;
	margin-bottom: 20px;
}
.case-selector {
	margin-bottom: 40px;
}
.case-selector .dl-horizontal {
	font-size: 15px;
	margin-bottom: 20px;
}
.case-selector .dl-horizontal dt {
	text-align: left;
	width: 100px;
	line-height: 30px;
}
.case-selector .dl-horizontal dd {
	margin-left: 100px;
	line-height: 30px;
}
.case-selector a {
	padding-right: 30px;
	color: #666;
	display: inline-block;
}
.case-selector a.active {
	color: #e95702;
}
.case_detail {
	float: left;
	width: 880px;
	margin-right: 20px;
}
.case_detail img {
	max-width: 750px
}
.case_detail p {
	margin: 10px 0;
	line-height: 30px;
}
.quick-apply {
	margin: 20px 0;
}
.quick-apply h2 {
	display: inline-block;
	margin: 0;
}
.quick-apply h2 small {
	padding: 0 20px
}
.quick-apply input {
	margin-right: 10px;
}
.quick-apply button, .quick-apply button:hover {
	background-color: #ea5703;
	border-color: #ea5703;
}
.inner-banner-designer {
	background: url(../images/inner-banner-designer.jpg) top center no-repeat;
	height: 380px;
}
.selector-position {
	text-align: center;
	padding: 20px 0;
}
.selector-shop {
	line-height: 30px;
	margin-bottom: 20px;
}
.selector-position li, .selector-shop li {
	display: inline-block;
}
.selector-position li a {
	text-decoration: none;
	font-size: 18px;
	padding: 0 10px;
}
.selector-shop li a {
	text-decoration: none;
	font-size: 14px;
	padding: 0 10px;
}
.selector-position li.active a, .selector-shop li.active a {
	color: #de5610;
}
.inner-designer-list {
	margin-left: -3px;
	margin-right: -3px;
}
.inner-designer-list li {
	width: 20%;
	float: left;
	padding: 3px;
	overflow: hidden;
}
.inner-designer-list li h3 {
	font-size: 20px;
	font-weight: 500
}
.designer-case-heading {
	border-bottom: 2px solid #de5611;
	display: inline-block;
	padding: 5px;
	font-size: 21px;
}
.designer-case-list {
	margin-left: -5px;
	margin-right: -5px;
}
.designer-case-list li {
	float: left;
	width: 25%;
	padding: 5px;
}
.designer-case-list li p {
	text-align: center;
	margin: 15px 0;
}
.designer-detail .col-xs-3 form {
	padding: 10px;
	background-color: #f9f9f9;
}
.designer-detail h3.media-heading {
	margin-bottom: 10px;
}
.designer-detail p {
}
.case-designer-info {
	background-color: #f9f9f9;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.case-qiuck-apply {
	background-color: #f9f9f9;
	padding: 10px 30px;
	text-align: center;
	margin-bottom: 20px;
}
.shop-banner {
	background: url(../images/shop-banner.gif) center no-repeat;
	height: 444px;
}
.shop-heading {
	border-bottom: 2px solid #de5611;
	display: inline-block;
	padding: 5px;
	font-size: 21px;
}
.shop-list {
	margin: 0 -5px;
}
.shop-list li {
	float: left;
	width: 33.3333%;
	padding: 5px;
}
.shop-list li .info {
	padding: 10px;
}
.shop-list li h3 {
	font-size: 20px;
}
.shop-list li .btn {
	margin-top: 15px;
}
.shop-detail .media-left {
	padding-right: 20px;
}
.shop-detail-heading {
	margin: 0;
	border-bottom: 2px solid #de5611;
	display: inline-block;
	padding: 5px;
	font-size: 21px;
}
.shop-detail-body {
	background-color: #f9f9f9;
	padding: 20px;
	line-height: 24px;
	margin-top: 20px;
}
.shop-designer-list li {
	width: 50%;
	float: left;
	margin: 0;
	padding: 10px 15px;
}
.shop-designer-list li .media-body {
	position: relative;
	padding: 0 20px;
}
.shop-designer-list li .media-body .btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.shop-designer-list li .media-body .media-heading {
	margin: 20px 0;
}
.shop-designer-list li .media-body i {
	color: #ea5703;
}
.shop-manager {
	background-color: #fbfbfb;
	padding-bottom: 20px;
	margin-top: 20px;
}
.shop-manager .container {
	background: url(../images/shop_manager_bg.jpg) right bottom no-repeat;
}
.shop-manager .media-left {
	padding-right: 100px;
}
.shop-manager .media-heading {
	margin-bottom: 20px;
	font-size: 21px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.shop-manager .media-heading small {
	font-size: 16px;
}
.shop-manager .media-body {
	width: 750px;
	font-size: 15px;
	line-height: 24px;
}
.btn.btn-orange {
	color: #fff;
	background-color: #ea5703;
	padding: 5px 20px;
	border-radius: 5px;
}
.text-orange {
	color: #ea5703;
}
.btn.btn-black {
	color: #fff;
	background-color: #333;
	padding: 5px 20px;
	border-radius: 5px;
}
a.btn.btn-orange:hover {
	background: #333;
}
.page-header {
	margin: 10px 0 0 0;
	font-size: 20px;
	font-weight: 500
}
.jobs-banner {
	background: url(../images/jobs_banner.jpg) center no-repeat;
	height: 380px;
	margin-bottom: 20px;
}
.job-list {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.job-list>tbody>tr>th {
	background-color: #f9f9f9;
	padding: 15px 10px;
}
.job-list>tbody>tr>td {
	border-top: 1px solid #eee;
	vertical-align: middle;
}
.case-related-heading {
	border-bottom: 2px solid #de5611;
	display: inline-block;
	padding: 5px;
	font-size: 21px;
}
.case-related-list {
	margin: 0 -5px
}
.case-related-list li {
	width: 25%;
	float: left;
	padding: 0 5px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
}
.gongdi-banner {
	background: url(../images/gongdi_banner.jpg) center no-repeat;
	height: 381px;
	margin-bottom: 20px;
}
.gongdi-list {
	margin-top: 20px;
}
.gongdi-list li {
	background-color: #fbfbfc;
}
.gongdi-list li .media-left {
	padding-right: 50px;
}
.gongdi-list li .media-body {
	padding: 10px;
}
.inner-expo-list {
	width: 880px;
	float: left;
	margin-right: 20px;
}
.inner-expo-list li {
	background-color: #fbfbfc
}
.gongdi-progress {
	list-style: none;
	padding-left: 0;
	position: relative;
	zoom: 1;
	overflow: auto;
}
.gongdi-progress:before {
	content: '';
	position: absolute;
	top: 16px;
	bottom: 0;
	height: 1px;
	margin-top: -1px;
	background: #999;
	width: 100%;
	z-index: 1;
}
.gongdi-progress li {
	float: left;
	width: 16.6667%;
	height: 70px;
	position: relative;
	padding-top: 35px;
	text-align: center;
}
.gongdi-progress li i {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	border: 1px solid #999;
	background-color: #fbfbfc;
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -8px;
	z-index: 2;
}
.gongdi-progress li.active {
	color: #ea5703
}
.gongdi-progress li.active i {
	background-color: #ea5703;
	border-color: #ea5703;
}
.inner-expo-list li .media-body {
	padding: 20px;
}
.inner-expo-list .media-heading {
	font-size: 20px;
	margin-bottom: 15px;
}
.inner-expo-list li .countdown {
	color: #999;
	margin-bottom: 20px;
}
.inner-expo-list>li>.media-body>ul {
	padding-left: 20px;
	line-height: 24px;
	;
	margin-bottom: 10px;
}
.qrcode {
	background-color: #fbfbfc;
	padding: 20px;
}
.sidebar.fixed {
	position: fixed;
	top: 0;
	z-index: 999;
}
.gongzhuang-banner {
	background: url(../images/gongzhuang-banner.jpg) center no-repeat;
	height: 380px;
}
.gz-slide-pager li {
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
}
.gz-slide-pager li.cycle-pager-active {
	background-color: #de5610;
	color: #fff;
}
.gz-slide-pager li.cycle-pager-active p {
	color: #fff;
}
.gz-slide-pager li h4 {
	margin: 0;
}
.gz-slide-pager li p {
	font-size: 12px;
	margin: 0;
	color: #999;
}
.gz-slide-item .media-left {
	padding-right: 20px;
}
.gz-slide-item .media-heading {
	font-size: 30px;
	color: #de5610;
	margin: 20px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.shadow {
	box-shadow: 0 0 5px 0 #B7B7B7;
}
.gongzhuang-list {
	margin: 10px -10px;
}
.gongzhuang-list li {
	width: 385px;
	margin: 10px;
	float: left;
	padding: 10px;
}
.gongzhuang-list li h4 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}
.six-key {
	background: url(../images/6key.jpg) center no-repeat;
	height: 437px;
	margin-top: 40px;
}
.honour-banner {
	background: url(../images/honour-banner.jpg) center no-repeat;
	height: 378px;
}
.gray-bg {
	background-color: #f0f0f0;
}
.event_year {
	margin-left: 200px;
	width: 60px;
	border-bottom: 2px solid #DDD;
	text-align: center;
	float: left;
	margin-top: 10px;
}
.event_year li {
	height: 40px;
	line-height: 40px;
	background: #FFF;
	margin-bottom: 1px;
	font-size: 18px;
	color: #828282;
	cursor: pointer;
}
.event_year li.current {
	width: 70px;
	background: #de5610 url('../images/jian.png') 60px 0 no-repeat;
	color: #FFF;
	text-align: left;
	padding-left: 9px;
}
.event_list {
	width: 900px;
	float: right;
	background: url('../images/dian3.png') 80px 0 repeat-y;
	margin: 10px 0 20px 0;
}
.event_list h3 {
	margin: 0 0 10px 73px;
	font-size: 24px;
	font-family: Georgia;
	color: #de5610;
	padding-left: 25px;
	background: url('../images/jian.png') 0 -45px no-repeat;
	height: 38px;
	line-height: 30px;
	font-style: italic;
}
.event_list li {
	background: url('../images/jian.png') 77px -80px no-repeat;
}
.event_list li span {
	width: 127px;
	text-align: right;
	display: block;
	float: left;
	margin-top: 10px;
}
.event_list li p {
	width: 680px;
	margin-left: 90px;
	display: inline-block;
	padding-left: 10px;
	background: url('../images/jian.png') -21px 0 no-repeat;
	line-height: 25px;
	_float: left;
}
.event_list li p span {
	width: 650px;
	text-align: left;
	border-bottom: 2px solid #DDD;
	padding: 10px 15px;
	background: #FFF;
	margin: 0;
}
.honour-list {
	margin: 20px -5px;
}
.honour-list li {
	float: left;
	width: 285px;
	padding: 10px;
}
.gongyi-banner {
	background: url(../images/gongyi-banner.jpg) center no-repeat;
	height: 380px;
}
.gongyi-heading {
	text-align: center;
}
.gongyi-heading h2 {
	padding-left: 20px;
	margin-top: 30px;
	padding-right: 20px;
	background: url(../images/gongyi-heading-bg.png) bottom repeat-x;
	padding-bottom: 40px;
	display: inline-block;
}
.gongyi-text {
	font-size: 15px;
	line-height: 30px;
	color: #858585;
	padding-left: 100px;
	padding-right: 100px;
	text-indent: 35px;
}
.gonyi-part3 {
	background: url(../images/gongyi-part3.jpg) center no-repeat;
	height: 788px;
}
.news-banner {
	background: url(../images/news-banner.jpg) center no-repeat;
	height: 380px;
	margin-bottom: 20px;
}
.articles-nav {
	padding-bottom: 20px;
	text-align: center;
}
.articles-nav li {
	display: inline-block;
}
.articles-nav li a {
	color: #666;
	font-size: 22px;
	padding: 0 30px;
	text-decoration: none;
}
.articles-nav li.active a {
	color: #de5610;
}
.articles-list {
	float: left;
	width: 830px;
	margin-right: 20px;
}
.articles-list ul li.media {
	background-color: #fbfbfc;
}
.articles-list li .media-body {
	padding: 15px;
}
.articles-list li .media-heading a {
	text-decoration: none;
	font-size: 20px;
}
.articles-list li p.articles-time {
	color: #999;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.articles-list li p.articles-intro {
	line-height: 30px;
	text-indent: 30px;
}
.xmjl-banner {
	background: url(../images/xmjl-banner.jpg) center no-repeat;
	height: 380px;
}
.xmjl-nav li {
	float: left;
	padding: 10px
}
.xmjl-nav li a {
	text-decoration: none;
}
.xmjj-list li .media-left {
	padding: 50px 80px;
}
.xmjj-list li .media-body {
	padding-top: 50px;
	padding-right: 80px;
}
.xmjj-list li {
	border-bottom: 1px solid #ddd;
}
.xmjj-list li .media-heading h3 {
	color: #de5610;
	margin-top: 0;
}
.xmjj-list li .media-content {
	clear: both;
}
.sidebar {
	float: left;
	width: 290px;
}
.hot-articles {
	background-color: #f9f9f9;
	padding: 10px 20px;
}
.hot-articles ul {
	margin-left: -20px;
}
.hot-articles ul li {
	margin: 5px 0;
}
.nav-news {
	width: 200px;
	margin-right: 30px;
	float: left;
}
.nav-news .nav>li>a {
	background-color: #f5f5f5;
	margin-bottom: 5px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
}
.nav-news .nav>li.active>a {
	background-color: #de5610;
	color: #fff;
}
.news-content {
	float: left;
	width: 910px;
}
p.news-introduce {
	text-indent: 30px;
	line-height: 24px;
}
.news-list {
	padding-left: 20px;
	margin-top: 20px;
}
.news-list li {
	border-bottom: 1px dashed #eee;
	padding: 10px 0;
}
.service-box {
	background: url(../images/kefu.jpg) center no-repeat;
	height: 330px;
	padding-top: 240px;
	text-align: center;
	margin-bottom: 10px;
}
.zdt-banner {
	background: url(../images/gcgj-banner.jpg) center no-repeat;
	height: 600px;
}
.zdt-part2 {
	position: relative;
}
#zdt-video {
	position: absolute;
	top: 175px;
	left: 270px;
}
.zdt-part3 {
	background: url(../images/zdt_part3.jpg) center no-repeat;
	height: 413px;
}
.error-message {
	text-align: center;
	padding-top: 100px;
	min-height: 500px;
	color: #999;
}
.error-message h1 {
	font-size: 80px;
}
.community-banner {
	background: url(../images/community-banner.jpg) center no-repeat;
	height: 380px;
	margin-bottom: 20px;
}
.community-list .media {
	background-color: #fbfbfb;
}
.community-list .media .media-left {
	padding-right: 50px;
}
.community-list .media .media-body {
	padding: 20px;
}
.community-list .media .media-heading, .community-info .media .media-heading {
	color: #de5611;
	margin-bottom: 20px;
}
.community-list .media .media-body p {
	font-size: 16px;
}
.community-list, .community-info, .community-cases-info {
	float: left;
	width: 870px;
	margin-right: 20px;
}
.community-info .media .media-left {
	padding-right: 30px;
}
.community-info .media .media-body p.intro {
	line-height: 24px;
	text-indent: 30px;
}
.community-info .designer-list li {
	float: left;
	width: 33.333%;
	padding: 20px 50px;
}
.hot-community {
	background-color: #f9f9f9;
	padding: 20px;
}
.hot-community li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}
.baoming-banner {
	background: url(../images/baoming-banner.jpg) center no-repeat;
	height: 170px;
}
.sidebar-left {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.baoming-form {
	float: left;
	width: 980px;
	padding-top: 50px;
}
.baoming-form p {
	margin-bottom: 30px;
}
.indent {
	text-indent: 30px;
}
.support-banner {
	background: url(../images/support-banner.jpg) center no-repeat;
	height: 380px;
}
.form-control {
	border-radius: 0;
	box-shadow: none;
	border-color: #d2d6de;
}
.form-control:focus {
	border-color: rgb(234, 87, 3);
	box-shadow: none
}
.video-banner {
	background: url(../images/video-banner.jpg) center no-repeat;
	height: 380px;
	margin-bottom: 20px;
}
.video-list {
	float: left;
	padding-left: 20px;
	width: 980px;
}
.copyright {
	font-size: 13px;
}
.uploadify-button, .uploadify-button:hover, .uploadify:hover .uploadify-button {
	width: auto;
	float: left;
	display: inline;
	padding: 0 0;
	background: #ec5400;
	font-weight: normal;
	line-height: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	color: #FFF;
	border: none;
}
.gonyi-part2 .tab-header {
	text-align: center;
	margin: 20px 0;
}
.gonyi-part2 .tab-header>li {
	display: inline-block;
	margin: 0 5px;
}
.gonyi-part2 .tab-header>li>a {
	display: block;
	padding: 10px 0;
	border: 1px solid #a8a8a8;
	min-width: 150px;
	text-decoration: none;
	font-size: 16px;
}
.gonyi-part2 .tab-header>li.cycle-pager-active>a {
	border-color: #de5611;
	background-color: #de5611;
	color: #fff;
}
.soft-banner {
	height: 380px;
	background: url(../images/soft-banner.jpg) center no-repeat;
}
.soft-heading {
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
	margin-bottom: 30px;
}
.soft-heading:after {
	content: '';
	width: 340px;
	border-bottom: 2px solid #de5610;
	display: block;
	padding-bottom: 15px;
	margin-bottom: -1px;
	margin-left: auto;
	margin-right: auto;
}
.soft-text {
	padding-left: 100px;
	padding-right: 100px;
	line-height: 30px;
	color: #858585;
	text-indent: 30px;
}
.soft-item {
	padding-left: 0;
	list-style: none;
}
.soft-item li {
	float: left;
	width: 230px;
	margin: 5px;
	padding-left: 20px;
	padding: 20px 20px 10px 20px;
	background-color: #505050;
	color: #fff;
	text-align: center;
}
.soft-item li .bt {
	margin-top: 12px;
	font-size: 16px;
}
.soft-item li p {
	font-size: 13px;
}
.soft-item li:hover {
	background-color: #ffdecd;
	color: #505050;
}
.soft-part2 {
	margin-top: 50px;
}
.soft-part3 {
	background: url(../images/soft-part3.jpg) center no-repeat;
	height: 624px;
	width: 100%;
}
.soft-part4 {
	background: url(../images/soft-part4.jpg) center no-repeat;
	height: 465px;
	width: 100%;
}
.soft-part5 {
	background: url(../images/soft-part5.jpg) center no-repeat;
	height: 531px;
	width: 100%;
}
.soft-part6 {
	background: url(../images/soft-part6.jpg) center no-repeat;
	height: 465px;
	width: 100%;
}
.soft-part7 {
	background: url(../images/soft-part7.jpg) center no-repeat;
	height: 541px;
	width: 100%;
}
.material-banner {
	background: url(../images/material-banner.jpg) center no-repeat;
	height: 380px;
}
#video {
	width: 660px;
	margin: 20px auto;
}
.news-content .related .page-header {
	color: #de5611;
	zoom: 1;
	overflow: auto;
	font-size: 16px;
	margin-top: 20px;
}
.news-content .related .page-header h3 {
	margin: 0;
}
.news-content .related ul {
	padding-left: 20px;
}
.news-content .related ul li {
	float: left;
	width: 445px;
	padding: 5px 0;
}
.community-case-list p {
	margin: 10px 0;
	font-size: 18px;
}
.boss-banner {
	background: url(../images/boss-banner.jpg) top center no-repeat;
	height: 170px;
	width: 100%;
}
.mail-form {
	padding-top: 30px;
	float: left;
	width: 980px;
}
.mail-form p {
	font-size: 16px;
	text-indent: 32px;
	line-height: 30px;
	margin: 30px 80px;
}
.mail-form .btn {
	border-radius: 0;
	padding: 8px 30px;
}
#index-banner {
	margin-top: 40px;
}
.dot-bg {
	background-image: url(../images/dot-bg.gif);
	padding: 30px 0;
}
.online-title {
	text-align: center;
	margin-top: 0;
	padding-bottom: 30px;
}
.online-title b {
	font-weight: 500;
	color: #de5610;
}
.online-bm {
	background-color: #f4f4f4;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 16px;
	background-image: url(../images/online-house.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.online-bm label {
	font-weight: 500;
}
.online-bm .col-xs-1 {
	width: 10%;
	padding-left: 0;
	padding-right: 0;
}
.online-bm .col-xs-3 {
	padding: 0;
	width: 22%;
}
.online-bm .form-group {
	margin-bottom: 25px;
}
.online-bm .btn {
	border-radius: 0;
	font-size: 16px;
}
.online-bm .help-block {
	font-size: 80%;
}
.strategy-banner {
	background: url(../images/strategy-banner.jpg) top center no-repeat;
	height: 380px;
	margin-bottom: 20px;
}
.strategy-nav {
	border: 1px solid #ccc;
	padding: 30px;
	width: 1000px;
	margin: 40px auto;
}
.strategy-nav h3 {
	padding: 0 20px;
	text-align: center;
	margin-top: -45px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 200px;
}
.strategy-nav ul {
	list-style: none;
	padding-left: 0;
	zoom: 1;
	overflow: auto;
}
.strategy-nav ul li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 21px;
}
.strategy-nav ul li a {
	text-decoration: none;
}
.strategy-nav ul li a i {
	background-repeat: no-repeat;
	background-position: top center;
	width: 65px;
	height: 65px;
	display: block;
	margin: 10px auto;
}
.strategy-nav ul li a i.icon1 {
	background-image: url(../images/strategy-nav1.png);
}
.strategy-nav ul li a i.icon2 {
	background-image: url(../images/strategy-nav2.png);
}
.strategy-nav ul li a i.icon3 {
	background-image: url(../images/strategy-nav3.png);
}
.strategy-nav ul li a i.icon4 {
	background-image: url(../images/strategy-nav4.png);
}
.strategy-nav ul li a:hover i, .strategy-nav ul li.cur a i {
	background-position: bottom center;
}
.strategy-list ul {
	list-style: none;
	padding-left: 0;
	padding-bottom: 50px;
	min-height: 500px;
	zoom: 1;
	overflow: auto;
}
.strategy-list ul li {
	float: left;
	width: 33.3333%;
	padding: 10px;
}
.strategy-list ul li a {
	text-decoration: none;
}
.strategy-list ul li img {
	display: block;
	width: 100%;
	height: auto;
}
.strategy-list ul li p {
	background-color: #eee;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.filter {
	text-align: center;
	margin-bottom: 30px;
}
.filter label {
	font-weight: 500;
}
.filter .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.filter .form-control {
	display: inline-block;
	width: auto;
	min-width: 180px;
	margin-right: 20px;
}
.float-bottom {
	position: fixed;
	
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001
}
.float-show {
	background-image: url(../images/black-bg.png);
	position:absolute; 
	width:100%;
	bottom:0;
	z-index:1002;
	display:none;
	height:100px;
}
.float-show .close{ margin-right:10px; color:#fff;opacity:1; font-size:28px;}
.float-show form{ padding-top:15px;}
.float-show form input{ border:none; margin-bottom:10px; height:30px; padding:5px; width:90%; margin-right:10%;}
.float-show form button{ border:none; color:#fff; font-size:20px; width:70px; height:70px; line-height:30px; background-color:#de5611;}
.float-hide{ cursor:pointer; width:120px;}
