﻿* {
	margin: 0;
	padding: 0;
}

body {
	font: 0.75em/1.5 Arial, Verdana, "Microsoft Yahei", Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	word-wrap: break-word
}


.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


.default-article-content {
	text-align: justify;
}

.default-article-content a {
	color: blue;
}

.default-article-content ul {
	padding-left: 20px;
}

.default-article-content li {
	list-style-type: inherit;
}

.default-article-content h1,
.default-article-content h2,
.default-article-content h3,
.default-article-content h4,
.default-article-content h5,
.default-article-content h6 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}

.default-article-content td {
	border: 1px solid #333;
}

.default-article-content p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.default-article-content img {
	max-width: 100%;
}

/*控制网页宽度*/

.wp {
	width: 1188px;
	margin: 0 auto;
}

.w960 .wp,
.w960 .w1188 {
	width: 960px;
}

/*浮动设置*/

.l,
.left {
	float: left;
}

.r,
.right {
	float: right;
}

/*清除浮动*/

.cl {
	zoom: 1;
}

.cl:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*单行文本*/

.s {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

/*边距*/

.ispc .mr0 {
	margin-right: 0 !important;
}

/*快转化 可见*/

.block {
	display: block;
}

.none {
	display: none;
}

/*页面加载中*/
#global_showload {
	background: url("../images/showload.gif");
	position: fixed;
	z-index: 1025;
	top: 50%;
	left: 50%;
	width: 130px;
	height: 130px;
	margin-left: -75px;
	margin-top: -75px;
}


.default-pc-nav-menu li {
	position: relative;
}

.default-pc-nav-menu>li ul li {
	position: relative;
	width: 100%;
	white-space: nowrap;
	line-height: 30px;
}

.default-pc-nav-menu ul {
	display: none;
	position: absolute;
	z-index: 2;
}

.default-pc-nav-menu>li>ul {
	top: 100%;
	left: 0;
}

.default-pc-nav-menu>li>ul>li>ul {
	top: 0;
	left: 100%;
}

.default-pc-nav-menu>li {
	float: left;
}

.default-pc-nav-menu li a em {
	display: none;
	font-style: initial;
}

.default-pc-nav-menu>li:hover>ul {
	display: block;
}

.default-pc-nav-menu>li ul>li:hover>ul {
	display: block;
}

/*友情链接默认样式*/

.default-pc-links-text {}

.default-pc-links-text dt,
.default-pc-links-text dd {
	float: left;
}

.default-pc-links-pic li {
	float: left;
}

/*默认版权样式*/

.default-pc-copyright {
	position: absolute;
	left: 0;
	top: 27px;
	width: 350px;
	line-height: 2;
	color: #666;
	font-size: 12px;
}

.default-pc-copyright a {
	color: #FFD400;
	font-size: 12px;
}

.default-pc-copyright span {
	display: inline-block;
	white-space: nowrap;
	margin-right: 10px;
}

/*默认发布文章按钮*/

.default-pc-button-publish {
	padding-left: 21px;
	background: no-repeat url("../images/publish.png");
	transition: opacity .3s;
}

.default-pc-button-publish:hover {
	opacity: 0.5;
}

/*默认编辑文章 && 删除*/

.default-pc-button-edit a {
	margin-left: 10px;
	font-size: 14px;
	color: #ccc;
}

.default-pc-button-edit a:hover {
	color: #000;
}


/*幻灯片默认样式*/

.default-slider {
	position: relative;
	overflow: auto;
}

.default-slider li {
	list-style: none;
}

.default-slider ul li {
	float: left;
	width: 100%;
	overflow: hidden;
}

.default-slider ul li img {
	position: relative;
	left: 50%;
	height: auto;
	/*margin-left:-960px;*/

}

.default-slider .dots {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.default-slider .dots li {
	display: inline-block;
	cursor: pointer;
	background-color: #fff;
	margin: 5px;
	width: 47px;
	font-size: 0;
	height: 12px;
}

.default-slider .dots li {
	*display: inline;
}

.default-slider .dots li.active {
	background-color: #FFE401;
}

.default-slider .next,
.default-slider .prev {
	position: absolute;
	bottom: 50%;
	width: 50px;
	height: 100px;
	margin-bottom: -50px;
	opacity: 0.7;
	font: 50px/58px Simsun;
	color: #fff;
	line-height: 100px;
	text-align: center;
}

.default-slider .next:hover,
.default-slider .prev:hover {
	background-color: #000;
}

.default-slider .next {
	right: 0;
}

.default-slider .prev {
	left: 0;
}

.default-pc-sidebar-dl {
	border: 1px solid #dedede;
}

.default-pc-sidebar-dl dt,
.default-pc-sidebar-dl dd {
	border-bottom: 1px solid #dedede;
}

.default-pc-sidebar-dl dt,
.default-pc-sidebar-dl dd a {
	display: block;
	line-height: 48px;
	padding: 0 28px;
}

.default-pc-contactcard li,
.default-pc-contactcard dd {
	background: no-repeat;
	background-position: 0 center;
	padding-left: 30px;
}

.default-pc-contactcard .add {
	background-image: url("../images/address.png");
}

.default-pc-contactcard .tel {
	background-image: url("../images/mobile.png");
}

.default-pc-contactcard .email {
	background-image: url("../images/email.png");
}

.default-pc-contactcard .fax {
	background-image: url("../images/weixin.png");
}

/*幻灯片样式*/

.default-slider-2 {
	position: relative;
}

.default-slider-2 .default-slider-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.default-slider-2 .next,
.default-slider-2 .prev {
	position: absolute;
}

.default-slider-2 .dots {
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center;
}

.default-slider-2 .dots span {
	display: inline-block;
	background-color: #fff;
	margin: 5px;
	width: 47px;
	font-size: 0;
	height: 12px;
	cursor: pointer;
}

.default-slider-box>ul>li {
	position: relative;
	overflow: hidden;
}

.default-slider-effect-fadeIn>.default-slider-box>ul {
	position: relative;
}

.default-slider-effect-fadeIn>.default-slider-box>ul>li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.default-slider-direction-left>.default-slider-box>ul>li {
	float: left;
}

.default-slider-direction-left>.next,
.default-slider-direction-left>.prev {
	cursor: pointer;
	top: 50%;
	margin-top: -45px;
	opacity: .1;
	color: #fff;
	line-height: 90px;
	font-size: 60px;
	background-color: #000;
}

.default-slider-direction-left>.next:hover,
.default-slider-direction-left>.prev:hover {
	opacity: 1;
}

.default-slider-direction-left>.next {
	right: 0;
}

.default-slider-direction-left>.prev {
	left: 0;
}

.default-slider-direction-left>.thumb {
	position: absolute;
	bottom: 10px;
	left: 50%;
	padding: 0 30px;
	overflow: hidden;
}

.default-slider-direction-left>.thumb ul>li {
	float: left;
}

.default-slider-direction-left>.thumb ul>li img {
	padding: 5px;
	margin: 5px;
	border: 1px #ccc solid;
	background-color: #fff;
}

.default-slider-direction-left>.thumb>.next,
.default-slider-direction-left>.thumb>.prev {
	margin-top: -15px;
	width: 27px;
	width: 20px;
	height: 31px;
	font-size: 0;
	background: url(../images/slider_thumb_buttom.png) no-repeat;
}

.default-slider-direction-left>.thumb>.next {
	right: 0;
	background-position: -23px 0;
}

.default-slider-direction-left>.thumb>.prev {
	left: 0;
	background-position: 0 0;
}

.default-slider-direction-left>.thumb>.next:hover,
.default-slider-direction-left>.thumb>.prev:hover {
	background-position-y: -32px;
}

.default-slider-direction-left>.thumb>.active {
	background-color: #333;
}

.ispc #diystart {
	display: block;
	position: fixed;
	top: 0;
	right: 50px;
	background-color: #F90;
	color: #fff;
	z-index: 3;
	text-align: center;
	padding: 5px 10px;
	border-radius: 0 0 10px 10px;
	transition: background .5s;
}

.ispc #diystart:hover {
	background-color: #BA3315;
}

/*文章内容页视频默认高度*/

.default-article-content object {
	min-height: 500px;
}

.fixed-header {
	position: fixed;
	top: 0;
	z-index: 9999;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.header {
	width: 100%;
	background-color: #fff;
}
.logo {
	margin-top: 15px;
}

.menu {
	width: 840px;
}

.header > .wp> .menu > li {
	line-height: 80px;
}

.menu li a {
	position: relative;
	font-size: 16px;
	padding: 0 22px;
}

.menu > li > a::before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1.5px;
	content: '';
	width: 3px;
	height: 3px;
	background-color: #bdbdbd;
}

.menu li:nth-child(1) a::before {
	display: none;
}

.menu li ul {
	background-color: rgba(177, 139, 64, 0.4);
	padding: 5px 0;
}

.menu > li:hover > a,
.menu > li.a > a {
	color: #b18b40;
}


.menu li ul li a {
	color: #fff;
	line-height: 25px;
}

.menu li li:hover a {
	color: #fff;
	background: rgba(177, 139, 64, 0.6);
}

.banner {
	position: relative;
	max-height: 700px;
	overflow: hidden;
}

.banner .prev,
.banner .next {
	width: 100px;
	height: 100px;
	font-size: 0;
	opacity: .3;
}

.banner .prev {
	background: url("../images/prev.png") no-repeat center center;
}

.banner .next {
	background: url("../images/next.png") no-repeat center center;
}

.about {
	margin-top: -50px;
	position: relative;
}

.about img {
	float: left;
	margin-left: 70px;
}

.about-r {
	width: 60%;
	margin-top: 130px;
}

.w960 .about-r {
	margin-top: 70px;
}

.about-r h3 {
	height: 90px;
	font-size: 27px;
	line-height: 90px;
	color: #333;
	background: url("../images/bg02.png") no-repeat center right;
}

.w960 .about-r h3 {
	background-size: 150%;
}

.about-r h3 strong {
	text-transform: uppercase;
	margin-left: 24px;
	color: #D0AE64;
	font-size: 26px;
}

.about-r div {
	line-height: 2em;
	font-size: 14px;
	color: #666;
	margin-top: 40px;
	height: 130px;
	overflow: hidden;
}

.w960 .about-r div {
	margin-top: 11px;
	line-height: 1.9;
}

.about-r .more02 {
	top: 160px;
	right: 30px;
	background: none;
}

.w960 .about-r .more02 {
	top: 99px;
	right: 46px;
	background: none;
}

.more01 {
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #CFAD63;
	display: block;
	color: #fff;
	font-size: 14px;
	/* margin-top: 48px; */
}

.more01:hover {
	background: #BF9947;
}

.more02 {
	display: block;
	width: 80px;
	height: 30px;
	top: 34px;
	right: 0;
	border-radius: 3px;
	position: absolute;
	z-index: 1;
	background: url("../images/7.png") no-repeat center center;
}

.more02:hover {
	opacity: .8;
}

.news {
	padding: 70px 0;
	margin: 70px 0;
	background: url("../images/case-list-bg.jpg") no-repeat center top;
}

.tit {
	height: 90px;
	position: relative;
	text-align: center;

}

.w960 .tit strong {
	margin-left: 10px;
}

.tit span,
.field .tit span {
	display: block;
	position: absolute;
	width: 375px;
	height: 38px;
	right: 0;
	top: 28px;
	/*background: url("../images/6.png") no-repeat center right;*/
}

.tit .more02 {
	position: absolute;
	right: 0;
	top: 32px;
}

.tit h3 {
	line-height: 90px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	display: inline-block;
	background: url("../images/5.png") no-repeat center center;
}

.tit h3 {
	*display: inline;
}

.tit strong {
	text-transform: uppercase;
	margin-left: 6px;
}

.case-list {
	margin-top: 50px;
}
.list-nav {
	text-align: center;
	margin-bottom: 20px;
}

.list-nav a {
	display: inline-block;
	margin: 0 10px;
	padding: 5px 10px;
	border: 1px solid #fff;
	color: #fff;
}

.list-nav a:hover {
	background-color: #b18b40;
	border-color: #b18b40;
	color: #fff;
}

.news li {
	float: left;
	width: 25%;
	background: #fff;
}

.news li a {
	display: block;
	padding: 40px;
	border-right: 1px solid #CFAD63;
}

.w960 .news li a {
	padding: 30px;
}

.news li a h3 {
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	overflow: hidden;
	margin: 15px 0;
}

.news .tit .more02{
	width: auto;
	top: 20px;
	background: none;
	color: #fff;
	border: 1px solid #fff;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	width: 140px;
}

.news li strong {
	font-weight: normal;
	font-size: 14px;
	color: #CFAD63;
}

.news li em {
	font-style: normal;
	color: #CFAD63;
	font-size: 14px;
}

.news li p {
	line-height: 20px;
	font-size: 12px;
	height: 80px;
	overflow: hidden;
	margin: 25px 0;
	padding-top: 25px;
	border-top: 1px solid #eee;
}

.w960 .news li p {
	line-height: 1.3em;
	height: 60px;
	margin: 20px 0;
	padding-top: 20px;
}

.news li span {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ddd;
	margin-top: 30px;
}

.news li:hover a h3 {
	color: #fff;
}

.news li:hover a p {
	color: #ccc;
}

.news li:hover {
	background: #333;
}

.news li:hover p {
	border-top: 1px solid #444;
}

.news li:hover span {
	background: #CFAD63;
	border: 1px solid #CFAD63;
}



.team {
	background: url("../images/field-bg.jpg") no-repeat center;
	margin: 70px 0;
	padding: 70px 0;
}


.case .tit h3,
.range-wrap h3 {
	color: #CFAB57;
	background: url("../images/2.png") no-repeat center center;
}

.range-con {
	margin-top: 50px;
	overflow: hidden;
}

.range-con li{
	float: left;
	width: 282px;
	margin-right: 20px;
}
.range-con li:nth-last-child(1) {
	margin-right: 0;
}
.range-con li .img {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.range-con li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.range-con li:hover img {
	transform: scale(1.1);
}
.range-con li .text {
	padding-top: 10px;
	font-size: 14px;
}
.range-con li .text .title {
	color: #666;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.range-con li:hover .title {
	border-color: #CFAB57;
}
.range-con li .text .des {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	color: #999;
}
.range-con li .text .more {
	margin-top: 10px;
	font-size: 11px;
	color: #aaa;
	background: url(../images/icon-arrow-gray.svg) right center no-repeat;
}
.range-con li:hover .more {
	background-image: url(../images/icon-arrow.svg);
}


.w960 .case .tit span,
.w960 .team .tit span,
.w960 .tit span,
.w960 .field .tit span {
	display: none;
}

.range-wrap .more02,
.case .more02{
	background: url("../images/8.png") no-repeat center right;
}

.case ul {
	width: 725px;
	margin-top: 70px;
}

.w960 .cover01 {
	margin-top: 40px;
}

.w960 .case ul {
	width: 64%;
	margin-top: 40px;
}

.case ul li {
	margin-bottom: 20px;
}

.w960 .case ul li {
	margin-bottom: 9px;
}

.case ul li a {
	display: block;
}

.case ul li span {
	display: block;
	width: 240px;
	float: left;
}

.w960 .case ul li span {
	width: 200px;
}

.case ul li img {
	width: 100%;
	height: 231px;
	object-fit: cover;
}

.case li div {
	width: 400px;
	float: left;
	padding: 38px 35px;
	border: 15px solid #eee;
	border-left: none;
	/* height: 72px; */
	overflow: hidden;
	background: url("../images/bg06.png") no-repeat center right;
	background-position: 380px center;
}

.w960 .case li div {
	width: 50%;
	padding: 23px 35px;
}

.case li:hover div {
	background: url("../images/bg05.png") no-repeat center right;
	background-position: 380px center;
	border: 15px solid #CFAB57;
	border-left: none;
}

.case li div h3 {
	font-size: 18px;
	height: 39px;
	overflow: hidden;
	line-height: 1.2em;
	margin-top: 10px;
}
.case li div p {
	color: #999;
	font-size: 13px;
}
.case li em {
	font-style: normal;
	color: #999;
	font-family: "STXinwei", 华文新魏, "Microsoft YaHei", 微软雅黑;
	letter-spacing: 5px;
}

.cover01 {
	width: 36%;
	margin-top: 70px;
}

.cover01 a {
	display: block;
}

.cover01 img {
	width: 100%;
	height: 732px;
}

.field {
	padding: 50px 0;
	margin: 70px 0;
	background: url("../images/bg08.jpg")repeat;
}

.field ul {
	margin: 70px 0;
}

.w960 .field ul {
	margin: 30px 0;
}

.field li {
	width: 25%;
	float: left;
	background: #C29655;
	margin-bottom: 1px;
}

.field li:hover {
	background: #333;
}

.field li ins {
	display: block;
	padding: 20px 25px;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #D4AF68;
}

.field li em {
	display: block;
	width: 20px;
	margin-bottom: 10px;
	border-top: 2px solid #fff;
}

.field li h2 {
	font-size: 25px;
	font-weight: bold;
}

.field li a {
	color: #fff;
}

.field li h3 {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	width: 68%;
}

.w960 .field li h3 {
	font-size: 23px;
}

.field li div {
	margin-top: 13px;
	padding-top: 10px;
	height: 125px;
	overflow: hidden;

}

.field li div a {
	display: block;
	width: 90%;
	float: left;
	color: #fff;
	line-height: 30px;
	font-size: 13px;
}

.field li div a:hover {
	color: #D6AE68;
}

.team ul {
	margin-top: 70px;
}

.w960 .team ul {
	margin-top: 40px;
}

.team li {
	float: left;
	width: 275px;
	margin-right: 20px;
}

.w960 .team li {
	width: 217px;
	margin-right: 30px;
}
.team01 {
	margin-top: 50px;
}

.team01 .prev {
	left: -60px;
	background-color: transparent;
	opacity: .5;
	color: #DBB66F;
}

.team01 .next {
	right: -60px;
	background-color: transparent;
	opacity: .5;
	color: #DBB66F;
}

.w960 .team li a {
	height: 360px;
}

.team li a {
	display: block;
	text-align: center;
	/* height: 430px; */
	overflow: hidden;
	border: 3px solid #eee;
}

.team li:hover a {
	border: 3px solid #EED89E;
}

.team li a img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.team li h3 {
	font-size: 16px;
	color: #444;
	padding: 15px 0;
}

.team li p {
	line-height: 1.6em;
	height: 75px;
	overflow: hidden;
	padding: 0px 20px;
	transition: all .5s;
}

.w960 .team li p {
	line-height: 1.2em;
	height: 40px;
	padding: 0px 15px;
}

.team li div {
	/* margin-top: -65%; */
	position: relative;
	background: #fff;
	transition: all .5s;
	border-top: 3px solid #fff;
}

.team li:hover div {
	/* margin-top: 0; */
	border-top: 3px solid #EED89E;
}

.team li span {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #DBB66F;
	margin: 30px auto;
	background-color: #DBB66F;
	color: #fff;
}

.news-wrap {
	margin-top: 70px;
	padding: 70px 0;
	background: url(../images/news-bg.jpg) center no-repeat;
}
.news-wrap .news-list {
	overflow: hidden;
	margin-top: 50px;
}
.news-wrap .news-list li {
	float: left;
	padding: 20px;
	width: 45%;
	margin-bottom: 30px;
	background-color: #fff;
}
.news-wrap .news-list li:nth-child(2n) {
	float: right;
}
.news-wrap .news-list li:hover {
	background-color: #333;
}
.news-list li .date {
	font-size: 12px;
	color: #CFAD63;
}
.news-list li .title {
	margin: 10px 0;
	font-size: 16px;
	color: #333;
}
.news-wrap .news-list li:hover .title {
	color: #fff;
}
.news-list li .des {
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
.news-wrap .news-list li:hover .des {
	color: #eee;
}
.recruit {
	padding: 50px 0;
	margin-top: 100px;
	padding-bottom: 90px;
	background: url("../images/bg13.jpg")no-repeat center center;
}
.contact-us {
	padding: 70px 0;
	display: flex;
}
@font-face {
	font-family: 'iconfont';  /* project id 2158278 */
	src: url('//at.alicdn.com/t/font_2158278_3nh26awcu8n.eot');
	src: url('//at.alicdn.com/t/font_2158278_3nh26awcu8n.eot?#iefix') format('embedded-opentype'),
	url('//at.alicdn.com/t/font_2158278_3nh26awcu8n.woff2') format('woff2'),
	url('//at.alicdn.com/t/font_2158278_3nh26awcu8n.woff') format('woff'),
	url('//at.alicdn.com/t/font_2158278_3nh26awcu8n.ttf') format('truetype'),
	url('//at.alicdn.com/t/font_2158278_3nh26awcu8n.svg#iconfont') format('svg');
  }
.contact-us li{
	width: 27%;
	padding: 0 3%;
	text-align: center;
	border-right: 1px solid #eee;
	height: 170px;
}
.contact-us li div{
	margin-top: 15px;
}
.contact-us li {
	color: #999;
}
.contact-us li p {
	color: #666;
	line-height: 1.2;
	margin-top: 10px;
}
.contact-us .tel p {
	font-size: 26px;
}

.contact-us .address p {
	font-size: 16px;
}

.contact-us .wechat img{
	width: 75px;
}
.contact-us li:nth-last-child(1) {
	border: none;
}
.contact-us li i {
	font-size: 40px;
	color: #C6A24C;
	height: 40px;
}

.recruit01 {
	margin-top: 50px;
}

.re02 span {
	display: block;
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 1px;
	margin-top: 50px;
	background: url("../images/bg11.jpg")no-repeat center center #fff;
}

.re02 div {
	float: left;
	width: 275px;
	height: 369px;
	background: url("../images/bg12.jpg")no-repeat center center #fff;
}

.w960 .re02 div {
	width: 204px;
}

.re03 {
	width: 100%;
}

.re03 li {
	float: left;
	width: 24%;
	margin-left: 1%;
	background: #fff;
}

.re03 li:hover a {
	border: 3px solid #EED89E;
}

.re03 li a {
	display: block;
	border: 3px solid #fff;
	padding: 20px;
	text-align: center;
	height: 350px;
}

.re03 li a h2 {
	font-size: 50px;
	padding-top: 20px;
	line-height: 1;
}

.re03 li:hover a h2,
.re03 li:hover a h3 {
	color: #D2B16A;
}

.re03 li a h3 {
	font-size: 24px;
	margin-top: 5px;
}

.re03 li a em {
	display: block;
	width: 45px;
	border: 1px solid #ccc;
	margin: 20px auto;
}

.re03 li:hover a em {
	border: 1px solid #D2B16A;
}

.re03 li a p {
	color: #666;
	line-height: 1.8em;
	overflow: hidden;
}

.re03 li a span {
	display: block;
	width: 100px;
	line-height: 30px;
	border: 1px solid #ccc;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 20px;
}

.re03 li:hover a span {
	border: 1px solid #D9AC69;
	background-color: #D9AC69;
	color: #fff;
}

.footer {
	padding: 70px 0;
	background: #282828;
}

.default-basescript-index .footer {
	margin-top: 0;
}

.foot01 h3 {
	font-size: 20px;
	color: #B28B3E;
	font-weight: bold;
}

.foot01 p {
	color: #AA903B;
	margin: 10px 0;
}

.foot01 p span {
	display: block;
	float: left;
	line-height: 30px;
}

.foot01 p em {
	display: block;
	width: 120px;
	line-height: 25px;
	background: #B18B40;
	color: #282828;
	float: left;
	text-align: center;
	font-style: normal;
	font-size: 15px;
	margin-left: 10px;
}

.foot01 img {
	margin-top: 20px;
}

.foot02 {
	float: left;
	/* margin-left: 100px; */
	padding: 10px;
	border: 1px solid #444;
	width: 30%;
}

.w960 .foot02 {
	margin-left: 2%;
	width: 31%;
}

.foot02 span {
	border-right: 1px solid #555;
	width: 30px;
	display: block;
	float: left;
	color: #B18B40;
	margin-right: 10px;
}

.foot02 p {
	font-size: 12px;
	color: #888;
	line-height: 2em;
}

.foot03 {
	width: 300px;
	margin-left: 150px;
}

.w960 .foot03 {
	margin-left: 3%;
}

.foot03 h3 {
	font-size: 20px;
	color: #B08D3B;
	font-weight: bold;
}

.foot03 em {
	color: #B08D3B;
	font-style: normal;
	display: block;
	margin-bottom: 6px;
}

.foot03 li {
	float: left;
	width: 30%;
}

.foot03 li a {
	display: block;
	line-height: 30px;
	font-size: 12px;
	color: #888;
}

.foot03 li:hover a {
	color: #B18B40;
}

.foot03 li a em {
	display: none;
}

.foot04 {
	width: 20%;
	text-align: center;
	border-left: 1px solid #555;
}
.foot04 img {
	width: 80px;
}

.foot04 p {
	color: #999;
	margin-top: 10px;
}

.foot04 span {
	display: block;
	width: 138px;
	margin: 0 auto;
	color: #666;
	font-size: 12px;
}

.copy {
	position: relative;
}

.default-pc-copyright a {
	color: #B3903F;
}

.links {
	text-align: left;
}

.links dd,
.links dt {
	display: inline-block;
	float: none;
	color: #666;
	margin-right: 10px;
}

.links dd,
.links dt {
	*display: inline;
}

.links dd a {
	font-size: 12px;
	color: #666;
}

.links dd a:hover {
	color: #B3903F;
}

.line01 {
	position: absolute;
	width: 78%;
	border-top: 1px solid #3A3838;
	top: 36px;
	left: 350px;
}

.w960 .line01 {
	width: 60%;
}

.top01 {
	position: absolute;
	width: 65px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	border: 1px solid #B18B40;
	right: 0;
	top: 27px;
	color: #B18B40;
	text-align: center;
	cursor: pointer;
}

.lianxi {
	position: fixed;
	top: 50%;
	right: 30px;
}

.lianxi li {
	background: #B18B40;
	margin-bottom: 1px;
	position: relative;
}

.lianxi li.top a {
	background: url("../images/back.png")no-repeat;
}

.lianxi li.te03 a {
	background: url("../images/tel.png")no-repeat;
}

.lianxi li.zx a {
	background: url("../images/zixun.png")no-repeat;
}

.lianxi li.wx02 a {
	background: url("../images/weixin.png")no-repeat;
}

.lianxi li a {
	display: block;
	width: 45px;
	height: 45px;
}

.lianxi li p {
	line-height: 45px;
	position: absolute;
	right: 45px;
	color: #fff;
	width: 0px;
	height: 45px;
	transition: all .5s;
	background: #B18B40;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
}

.lianxi li:hover p {
	width: 120px;
}

.lianxi li div {
	position: absolute;
	width: 140px;
	height: 154px;
	right: 53px;
	bottom: 0;
	display: none;
	transition: all .3s;
	background: url("../images/599.png")no-repeat;
}

.lianxi li div img {
	margin: 10px 13px;
}

.lianxi li div h3 {
	text-align: center;
	font-size: 12px;
	margin-top: -5px;
}

.lianxi li:hover div {
	display: block;
}

/*--------------list-show--------*/

.header01 {
	background: #D3B167;
	position: inherit;
}

.header01 .menu li a {
	color: #85671E;
}

.w960 .header01 .menu li a {
	padding: 0 15px;
}

.header01 .logo {
	margin-top: 5px;
	margin-left: 0;
}

.header01 .menu {
	margin-top: 0;
	margin-right: 0;
}

.header01 .menu li {
	border-right: 1px solid #D1AA54;
}

.header01 .menu li a {
	line-height: 94px;
	width: auto;
	padding: 0 20px;
}

.header .menu li ul {
	background-color: #B59143;
}

.header .menu li ul li {
	border: none;
}

.header .menu li ul li:hover a {
	color: #7D5D0F;
	background-color: #D3B167;
}

.header .menu li ul li a {
	display: block;
	line-height: 30px;
	font-size: 14px;
}

.header01 .menu > li:hover a,
.header01 .menu > li.a a {
	background: #B59143;
	color: #fff;
	font-size: 14px;
}

.pox p,
.pox p a {
	text-align: right;
	padding-top: 30px;
	color: #555;
}

.pox p a:hover {
	color: #85671E;
}

.list-left {
	width: 25%;
}

.list-left h3 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #333;
	line-height: 3;
	padding-left: 80px;
}

.list-left li {
	padding: 0 10px;
	background: #D3B167;
	border-top: 2px solid #E4C584;
}

.list-left li a {
	display: block;
	line-height: 40px;
	font-size: 14px;
	padding-left: 70px;
	color: #fff;
}

.w960 .list-left li a,
.w960 .list-left h3 {
	padding-left: 30px;
}

.list-left li:hover,
.list-left li.a {
	background: #856920;
}

.list-left li span {
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	color: #EEE4C0;
}

.con01 {
	margin-top: 20px;
	border: 2px solid #F8F5F0;
}

.con01 h4 {
	color: #8F7737;
	font-size: 12px;
	text-align: center;
	line-height: 26px;
	background-color: #EEE4C0;
	letter-spacing: 16px;
}

.w960 .con01 h4 {
	letter-spacing: 12px;
}

.con01-1 {
	padding-bottom: 10px;
}

.con01-1 p {
	float: left;
	padding: 15px;
	font-style: normal;
	font-size: 12px;
	color: #D3B167;
}

.con01-1 strong {
	display: block;
	width: 50px;
	font-size: 25px;
	line-height: 1.1;
	color: #333;
	margin: 7px 0;
}

.con01-1 span {
	display: block;
	width: 50px;
	height: 50px;
	background: url("../images/ttt.png")no-repeat center center;
}

.con01 ins {
	float: left;
	width: 210px;
	color: #b18b40;
	margin-top: 15px;
	border-left: 1px solid #F1EBD5;
	padding-left: 20px;
	text-decoration: none;
}
.con01 .tel {
	font-size: 25px;
	font-weight: bold;
}


.w960 .con01 ins {
	font-size: 20px;
	width: 56%;
}

.list-right {
	width: 72%;
}

.list-right .case ul {
	width: 100%;
	margin-top: 0;
}

.list-right .case li div {
	width: 62%;
}

.w960 .list-right .case li div {
	width: 58%;
}

.case li div,
.case li:hover div {
	background-position: 480px center;
}

.pub {
	text-align: right;
	margin-bottom: 10px;
}


/*-----------list-news-------------------*/

.list-news {}

.list-news li {
	margin-bottom: 10px;
}

.list-news li:hover a {
	background: #D3B167;
	border: 1px solid #CCA34B;
}

.list-news li a {
	display: block;
	padding: 20px;
	border: 1px solid #eee;
}


.list-news li a h3 {
	display: block;
	font-size: 18px;
	height: 54px;
	overflow: hidden;
}

.list-news li a em {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #C6A24C;
	font-style: normal;
}

.list-news li:hover a em {
	color: #856920;
}

.list-news li p {
	float: left;
	width: 85%;
	padding-left: 2%;
	color: #666;
	border-left: 3px solid #eee;
}

.list-news li:hover p {
	color: #fff;
}

.list-news li span {
	display: block;
	float: right;
	width: 75px;
	line-height: 30px;
	border: 1px solid #eee;
	text-align: center;
	color: #C6A273;
	margin-top: 20px;
}

.list-news li:hover span {
	background: #333;
	border: 1px solid #333;
}

/*----------view-page-----------------*/



.view-page h3 {
	font-size: 25px;
	/* padding-bottom: 10px; */
}

.view-page .ww {
	color: #C6A24C;
	font-size: 12px;
}

.fanye p {
	font-size: 14px;
}

.fanye {
	padding: 20px 0;
	border-top: 1px solid #EEE4C0;
}

.fanye p a {
	color: #999;
}

.fanye p a:hover {
	color: #D3B167;
}

/*----------list-team------*/



.list-right .team ul {
	margin-top: 0;
}

.list-right .team li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.list-right .team li a {
	height: 445px;
}

.w960 .list-right .team li a {
	height: 375px;
}

.co01 {
	width: 100%;
	height: auto;
}

.list-right .team li p {
	line-height: 1.7em;
	height: 82px;
}

.w960 .list-right .team li p {
	line-height: 1.4em;
	height: 48px;
}

.list-right .team li:hover p {
	height: 0;
}

.team02 {
	position: relative;
	background: #eeeff1;
	box-shadow: 5px 5px 0 #ddd;
	padding: 10px;
}

.cover02 img {
	width: 100%;
	height: auto;
}

.box03 {
	position: absolute;
	right: 24%;
	top: 19%;
}

.w960 .box03 {
	right: 18%;
	top: 11%;
}

.box03 p {
	font-size: 15px;
	color: #666;
	line-height: 1.7;
}

.box03 h3 {
	font-size: 35px;
	font-weight: bold;
	color: #333;
}

.team03 {
	margin-top: 20px;
}

.fanhui a.fh02 {
	margin-right: 10px;
	float: right;
}

@media screen and (max-width:1024px) {
	.header {
		display: none;
	}

	.about-r {
		margin-top: 80px;
	}

	.about-r div {
		line-height: 1.5em;
		font-size: 12px;
		height: 110px;
	}

	.about-r h3 {
		background-size: 150%;
	}

	.tit,
	.team .tit,
	.case .tit {
		background-size: 100%;
	}

	.case ul {
		width: 62%;
	}

	.case ul li span {
		width: 30%;
	}

	.case li div {
		width: 60%;
		padding: 3%;
	}

	.mr0 {
		margin-right: 0 !important;
	}

	.team li p {
		font-size: 12px;
	}

	.re03 {
		width: 60%;
	}

	.re03 li a p {
		font-size: 12px;
		max-height: 63px;
		overflow: hidden;
	}
}

/*列表页标*/
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}
.pagess ul strong {font-weight: normal;}

/*网站地图样式*/
.sitemap .linkbox {
    margin-bottom: 40px;
    overflow: hidden;
}
.sitemap .linkbox h3{
    text-align: left;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.sitemap .linkbox .f6 {
    margin-top: 20px;
}
.sitemap .linkbox .f6 li {
    display: inline-block;
    margin-right: 20px;
}

.sub-ban {
	width: 100%;
	height: 300px;
	background: url(/sub-ban.jpg) center no-repeat;
}

.view-page .article {
	font-size: 14px;
	line-height: 1.7;
	margin: 30px 0;
	color: #555;
	min-height: 200px;
}

.view-page .fanye {
	color: #666;
}

.view-page .fanye a{
	color: #666;
}

#allmap {
	width: 100%;
	height: 400px;
}