/* ========== 短视频 start ========== */
.videoList1Dl {overflow: hidden;margin-right: -30px;}
.videoList1Dl dd {width: 25%;float: left;display: inline;margin-bottom: 30px;}
.videoList1Dl dd .con {display: block;margin-right: 30px;background: #fff;overflow: hidden;border-radius: 5px;}
.videoList1Dl dd .pic::before{padding-top: 66.5761%;}
.videoList1Dl dd .pic .playBtn{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.3);z-index: 2;}
.videoList1Dl dd .pic span.play {width: 100%;height: 40px;margin-bottom: 24px;display: block;background: url(../images/kljt/videoIco.png) no-repeat center center;}
.videoList1Dl dd .pic span.time {width: 100%;height: 16px;line-height: 16px;display: block;font-size: 16px;color: #ffffff;text-align: center;}
.videoList1Dl dd .text{padding:20px;}
.videoList1Dl dd .con .title {height: 50px;line-height: 25px;font-size: 16px;color: #333333;overflow: hidden;transition: all 0.4s;-webkit-transition: all 0.4s;}
.videoList1Dl dd .con:hover .title {color: #a67e58;}
/* ========== 短视频 end ========== */
/* 荣誉资质 start */
.honourDl {
	overflow: hidden;
	margin: 0 -15px;
}

.honourDl dd {
	float: left;
	width: 25%;
	display: inline;
	margin-bottom: 30px;
}

.honourDl dd a {
	display: block;
	margin: 0 15px;
	background-color: #fff;
	border-radius: 5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.honourDl dd .picBox {
	padding: 48px;
	border-bottom: 1px solid #e7e7e7;
}

.honourDl dd .pic:before {
	padding-top: 132.96703%;
}

.honourDl dd .pic img {
	object-fit: contain;
}

.honourDl dd .text {
	font-size: 18px;
	color: #333333;
	text-align: center;
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 48px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.honourDl dd a:hover .text {
	color: #cf9d50;
}

.honourDl dd a:hover {
	box-shadow: 0 2px 20px 0 rgba(4, 49, 20, 0.1);
	-webkit-box-shadow: 0 2px 20px 0 rgba(4, 49, 20, 0.1);
}

.viewer-number i {
	font-style: normal;
}

/* 荣誉资质 end */

/* 联系我们 start */
.contactDl1 {
	overflow: hidden;
	margin: 0 -15px 30px;
}

.contactDl1 dd {
	width: 50%;
	float: left;
	display: inline;
}

.contactDl1 dd .con {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 15px;
	padding-top: 40.6892%;
	position: relative;
}

.contactDl1 dd a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.contactDl1 dd .title1 {
	line-height: 26px;
	font-size: 22px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	margin-left: 60px;
	padding-top: 26px;
}

.contactDl1 dd .title2 {
	line-height: 50px;
	font-size: 50px;
	font-size: 24px;
	color: #ffffff;
	margin-left: 60px;
	margin-bottom: 24px;
}

.contactDl1 dd .icn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: 60px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.contactDl1 dd.dd1 .icn {
	background: #fff url(../images/contactIcn1.png) no-repeat center center;
	background-size: auto 24px;
}

.contactDl1 dd.dd2 .icn {
	background: #fff url(../images/contactIcn2.png) no-repeat center center;
	background-size: auto 24px;
}

.contactDl1 dd a:hover .icn {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.contactMap {
	z-index: 1;
	width: 100%;
	height: 750px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#allmap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	font-family: "微软雅黑";
	position: relative;
}

.contactMapCon {
	position: absolute;
	left: 0;
	bottom: 42px;
	width: 100%;
}

.contactCon {
	overflow: hidden;
	height: 305px;
}

.contactL {
	width: 510px;
	height: 100%;
	background: url(../images/contactLBg.jpg) no-repeat center center;
	background-size: cover;
}

.contactL .con {
	padding: 40px 75px 0;
}

.contactL .icn {
	width: 60px;
	height: 60px;
	background: url(../images/contactIcn3.png) no-repeat center center;
	margin-bottom: 20px;
}

.contactL .title {
	font-size: 22px;
	color: #d6b385;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	padding-top: 18px;
	position: relative;
}

.contactL .title:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 4px;
	background-color: #e2e1e1;
}

.contactL .info {
	font-size: 18px;
	color: #d6b385;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	margin-bottom: 20px;
}

.contactL .contactLogo img {
	height: 32px;
}

.contactR {
	overflow: hidden;
	background-color: #ffffff;
}

.contactDl2 {
	overflow: hidden;
	padding: 0 110px;
}

.contactDl2 dd {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 42px;
}

.contactDl2 dd.dd3,
.contactDl2 dd.dd4 {
	margin-bottom: 0;
}

.contactDl2 dd .con {
	overflow: hidden;
}

.contactDl2 dd .icn {
	width: 48px;
	height: 48px;
	float: left;
	display: inline;
	margin-right: 24px;
	border-radius: 50%;
	margin-top: 6px;
}

.contactDl2 dd.dd1 .icn {
	background: url(../images/contactIcn4.png) no-repeat center center;
}

.contactDl2 dd.dd2 .icn {
	background: url(../images/contactIcn5.png) no-repeat center center;
}

.contactDl2 dd.dd3 .icn {
	background: url(../images/contactIcn6.png) no-repeat center center;
}

.contactDl2 dd.dd4 .icn {
	background: url(../images/contactIcn7.png) no-repeat center center;
}

.contactDl2 dd .text {
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	height: 60px;
	line-height: 30px;
}

/* 联系我们 end */

/* 在线留言 start */
.messageBox {
	padding: 40px 85px 75px;
	background-color: #fff;
}

.messageTitle {
	text-align: center;
	height: 64px;
	line-height: 64px;
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}

.messageFormCon {
	margin-right: -30px;
}

.messageForm {
	width: 50%;
	float: left;
	display: inline;
}

.messageForm1 {
	width: 100%;
}

.messageForm .con {
	margin-right: 30px;
}

.messageFDd {
	margin-bottom: 15px;
}

.messageFTitle {
	font-size: 14px;
	color: #666666;
	height: 52px;
	line-height: 52px;
	position: relative;
	padding-right: 20px;
}

.messageFBox {
	overflow: hidden;
}

.messageFBox1 {
	margin-left: 60px;
	width: 85%;
}

/* .messageFBox .messageFDiv {
	padding-right: 55px;
} */

.messageFBox textarea {
	height: 246px;
	border: none;
	outline: none;
	width: 100%;
	padding-top: 12px;
	line-height: 25px;
	background: #f5f5f5;
}

.messageFDiv input {
	width: 100%;
	height: 52px;
	line-height: 52px;
	border: none;
	outline: none;
	font-size: 14px;
	background: #f5f5f5;
}

.messageFCon {
	position: relative;
	border: 1px solid #e6e6e6;
	background: #f5f5f5;
	padding: 0 20px;
}

.messageFYzmDd .messageFCon {
	border-right: none;
}

.messageFYzmDd .yzmImg {
	cursor: pointer;
	width: 118px;
	height: 52px;
	border: 1px solid #e6e6e6;
}

.messageFYzmDd .yzmImg img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.messageFCon1 {
	height: 118px;
}

.messageFBtn {
	padding-top: 27px;
}

.messageFBtn a {
	width: 77px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	margin-right: 23px;
	background: #4d82e2;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.messageFBtn a.messageFBtn1 {
	background: #f2f2f2;
	color: #333333;
}

.messageFPs {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
}

.messageFCon .messageFTitle span {
	font-size: 14px;
	color: #d9031f;
	line-height: 52px;
	height: 52px;
	position: absolute;
	right: 10px;
	top: 2px;
}

.messageFormBtn {
	padding-top: 45px;
	text-align: center;
	font-size: 0;
}

.messageFormBtn .btn {
	display: inline-block;
	margin: 0 10px;
}

.messageFormBtn .btn a {
	display: block;
	width: 158px;
	height: 48px;
	line-height: 48px;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border: 1px solid;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.messageFormBtn .btn.btn1 a {
	background: #dcb26a;
	border-color: #dcb26a;
}

.messageFormBtn .btn.btn2 a {
	background: #f0f0f0;
	color: #999999;
	border-color: #e6e6e6;
}

/* 在线留言 end */

/* 新闻搜索 start */
.textTopCon {
	overflow: hidden;
}

.textTopBox {
	float: right;
}

.textFormSel {
	width: 260px;
	height: 43px;
	position: relative;
	border: 1px solid #e5e5e5;
	margin-right: 30px;
	position: relative;
	cursor: pointer;
	background: #ffffff;
}

.textFormSel .layui-input {
	width: 100%;
	height: 100%;
	line-height: 45px;
	border: none;
	outline: none;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	padding-left: 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	z-index: 1;
	background: none;
}

.textFormSel .layui-input::-webkit-input-placeholder {
	font-size: 16px;
	color: #cccccc;
}

.textFormSel .seljg {
	padding-left: 10px;
	line-height: 45px;
	color: #cccccc;
	font-size: 16px;
	cursor: pointer;
}

.textFormSel i {
	display: block;
	width: 45px;
	height: 45px;
	background: url(../images/formSel.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.selectSearchBox {
	overflow: hidden;
	width: 336px;
}

.selectSearchBox .inputWidth {
	height: 43px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

.selectSearchBox .inputWidth input {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	font-size: 16px;
}

.selectSearchBox .inputWidth input::-webkit-input-placeholder {
	font-size: 16px;
	color: #cccccc;
}

.selectSearchBox a {
	display: inline-block;
	width: 76px;
	height: 45px;
	background: #b39070 url(../images/searchIcn2.png)no-repeat center center;
}

/* 新闻搜索 end */

/* 招标公示 start */
.textList {
	padding-top: 10px;
	overflow: hidden;
}

.textList dd {
	padding: 40px 30px 10px 25px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border-bottom: 1px solid #d1d1d1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.textList dd:last-child {
	border-color: transparent;
}

.textList dd.hover {
	border-color: transparent;
}

.textList dd:last-child {
	margin-bottom: 0;
}

.textList dd .timeBox {
	margin-right: 44px;
	text-align: right;
	margin-top: 15px;
}

.textList dd .timeBox .month {
	font-weight: lighter;
	color: #d1d1d1;
	font-size: 36px;
	overflow: hidden;
	height: 52px;
	line-height: 52px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.textList dd .timeBox .year {
	font-weight: lighter;
	color: #666666;
	font-size: 20px;
	position: relative;
	height: 38px;
	line-height: 38px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.textList dd .text {
	overflow: hidden;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.textList dd .more a {
	position: absolute;
	top: 52px;
	right: 0;
	width: 46px;
	height: 36px;
	display: block;
	background: url(../images/textMore.png) no-repeat center center;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	opacity: 0;
	visibility: hidden;
}

.textList dd .text .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 46px;
	line-height: 46px;
	margin-bottom: 8px;
}

.textList dd .text .title a {
	color: #333333;
	font-size: 18px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.textList dd .text .textC {
	line-height: 30px;
	height: 60px;
	font-size: 16px;
	color: #858585;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical;
}

.textList dd .time {
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	font-size: 14px;
	color: #858585;
}

.textList dd .time .status {
	font-size: 14px;
	color: #ab1f1f;
	opacity: 0;
	visibility: hidden;
}

.textList dd.active .time .status {
	opacity: 1;
	visibility: visible;
}

.textList dd:hover {
	background-color: #fff;
}

.textList dd:hover .text {
	padding-right: 100px;
}

.textList dd:hover .more a {
	opacity: 1;
	visibility: visible;
}

.textList dd:hover .text .title a,
.textList dd:hover .timeBox .year,
.textList dd:hover .timeBox .month {
	color: #a67e58;
}

/* 招标公示 end */

/* 媒体聚焦 start */
.imgText {
	overflow: hidden;
}

.imgText dd {
	padding: 50px 30px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText dd .pic {
	margin-top: 14px;
	width: 0;
	height: 166px;
	margin-right: 30px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText dd .pic:before {
	padding-top: 66.4%;
}

.imgText dd .text {
	overflow: hidden;
}

.imgText dd .title {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.imgText dd .title a {
	font-size: 18px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText dd .time {
	font-size: 16px;
	color: #999999;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	margin-bottom: 12px;
}

.imgText dd .info {
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	font-size: 16px;
	color: #777777;
}

.imgText dd .textC {
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
	position: relative;
	margin-bottom: 20px;
}

.imgText dd .textC:before {
	width: 250px;
	height: 1px;
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #c7c7c7;
	transition: all 0.3s linear 0.5s;
	-webkit-transition: all 0.3s linear 0.5s;
}

.imgText dd .more a {
	display: block;
	width: 44px;
	height: 24px;
	background: url(../images/textMore1.png) no-repeat left center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText dd:hover {
	background-color: #fff;
}

.imgText dd:hover .pic {
	width: 250px;
}

.imgText dd:hover .more a {
	background: url(../images/textMore1h.png) no-repeat left center;
}

.imgText dd:hover .textC:before {
	background-color: #a67e58;
	width: 100%;
}

.imgText dd:hover .title a {
	color: #a67e58;
}

/* 媒体聚焦 end */

/* 集团新闻 start */
.imgText2 {
	padding-top: 35px;
	overflow: hidden;
}

.imgText2 dd {
	padding: 30px;
	margin-bottom: 30px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText2 dd .con {
	overflow: hidden;
}

.imgText2 dd .pic {
	width: 268px;
	margin-right: 25px;
}

.imgText2 dd .pic:before {
	padding-top: 67.1641%;
}

.imgText2 dd .text {
	overflow: hidden;
	padding-top: 18px;
}

.imgText2 dd .title {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 6px;
}

.imgText2 dd .title a {
	font-size: 18px;
	color: #666666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText2 dd .textC {
	overflow: hidden;
}

.imgText2 dd .timeBox {
	margin-left: 160px;
	margin-right: 38px;
}

.imgText2 dd .time {
	font-size: 20px;
	color: #888888;
	margin-bottom: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText2 dd .more {
	text-align: right;
}

.imgText2 dd .more a {
	width: 46px;
	height: 36px;
	display: inline-block;
	background: url(../images/textMore.png) no-repeat right center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
}

.imgText2 dd .info {
	overflow: hidden;
	line-height: 30px;
	height: 60px;
	font-size: 16px;
	color: #999999;
}

.imgText2 dd .readNews {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999999;
}

.imgText2 dd .readNews span {
	margin-right: 28px;
}

.imgText2 dd:hover {
	background-color: #fff;
}

.imgText2 dd:hover .title a {
	color: #a67e58;
}

.imgText2 dd:hover .time {
	color: #a67e58;
}

.imgText2 dd:hover .more a {
	opacity: 1;
	visibility: visible;
}

/* 集团新闻 end */

/* 集团领导 start */
.leaderDl {
	overflow: hidden;
}

.leaderDl dd {
	width: 25%;
}

.leaderDl dd .con {
	margin: 0 10px;
	height: 200px;
	background: url(../images/leaderDdbg.png) no-repeat center center;
	background-size: cover;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.leaderDl dd a {
	display: block;
	padding: 0 30px;
	height: 100%;
}

.leaderDl dd .text {
	padding-top: 45px;
}

.leaderDl dd .name {
	text-align: left;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.leaderDl dd .post {
	text-align: left;
	font-size: 18px;
	color: #666666;
	line-height: 36px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	height: 72px;
	overflow: hidden;
}

.leaderDl1 {
	text-align: center;
	font-size: 0;
	margin-bottom: 20px;
}

.leaderDl1 dd {
	display: inline-block;
}

.leaderDl2 {
	overflow: hidden;
}

.leaderDl2 dd {
	float: left;
	margin-bottom: 20px;
}

.leaderDl dd .con:hover {
	background: url(../images/leaderDdbgh.png) no-repeat center center;
	background-size: cover;
}

.leaderDl dd .con:hover .name {
	color: #fff;
}

.leaderDl dd .con:hover .post {
	color: #fff;
}

/* 集团领导 end */

/* 企业文化 start */
.cultureDl {
	overflow: hidden;
	margin: 0 -9px;
}

.cultureDl dd .con {
	margin: 0 9px;
	height: 280px;
	background-color: #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.cultureDl dd .titleBox {
	padding-top: 48px;
	margin-bottom: 12px;
}

.cultureDl dd .title1 {
	font-size: 20px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: Spectral;
}

.cultureDl dd .title2 {
	font-size: 24px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cultureDl dd .info {
	line-height: 35px;
	height: 105px;
	overflow: hidden;
	font-size: 16px;
}

.cultureDl dd a {
	display: block;
	height: 100%;
	padding: 0 30px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.cultureDl dd .con:hover a {
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
}

.cultureDl1 {
	margin-bottom: 20px;
}

.cultureDl1 dd {
	width: 33.3333%;
	float: left;
	display: inline;
}

.cultureDl2 dd {
	float: left;
	display: inline;
}

.cultureDl2 dd.dd1 {
	width: 38.85897%;
}

.cultureDl2 dd.dd2 {
	width: 32.8897%;
}

.cultureDl2 dd.dd3 {
	width: 28.0769%;
}

.cultureDl1 dd.dd1 .title1 {
	color: #ceb65c;
}

.cultureDl1 dd.dd1 .title2 {
	color: #98562a;
}

.cultureDl1 dd.dd1 .info {
	color: #7f2500;
}

.cultureDl1 dd.dd2 .title1 {
	color: #284eb1;
}

.cultureDl1 dd.dd2 .title2 {
	color: #284eb1;
}

.cultureDl1 dd.dd2 .info {
	color: #4c4c4c;
}

.cultureDl1 dd.dd3 .title1 {
	color: #e21303;
}

.cultureDl1 dd.dd3 .title2 {
	color: #e21303;
}

.cultureDl1 dd.dd3 .info {
	color: #4c4c4c;
}

.cultureDl2 dd.dd1 .title1 {
	color: #6291b5;
}

.cultureDl2 dd.dd1 .title2 {
	color: #30385f;
}

.cultureDl2 dd.dd1 .info {
	color: #326283;
}

.cultureDl2 dd.dd2 .title1 {
	color: #fac28b;
}

.cultureDl2 dd.dd2 .title2 {
	color: #e15563;
}

.cultureDl2 dd.dd2 .info {
	color: #4c4c4c;
}

.cultureDl2 dd.dd3 .title1 {
	color: #30385f;
}

.cultureDl2 dd.dd3 .title2 {
	color: #30385f;
}

.cultureDl2 dd.dd3 .info {
	color: #30385f;
}

/* 企业文化 end */

/* 社会责任 start */
.dutyCon {
	position: relative;
	padding-top: 40px;
	z-index: 1;
	overflow: hidden;
}

.dutyCon:before {
	display: block;
	content: '';
	width: 506px;
	height: 771px;
	position: absolute;
	right: 0;
	top: -175px;
	background: url(../images/dutyBg1.png) no-repeat center center;
	background-size: cover;
	z-index: -1;
}

.dutyCon:after {
	display: block;
	content: '';
	width: 516px;
	height: 495px;
	position: absolute;
	left: 50%;
	top: 156px;
	background: url(../images/dutyBg2.png) no-repeat center center;
	background-size: cover;
	z-index: -1;
}

.dutyIcon {
	position: absolute;
	width: 72px;
	height: 72px;
	background: url(../images/dutyIcn.png) no-repeat center center;
	margin-left: -36px;
}

.dutyIcon1 {
	left: 50%;
	top: 44px;
}

.dutyIcon2 {
	left: 50%;
	bottom: 0;
}

.dutyDl {
	position: relative;
	overflow: hidden;
	padding-top: 40px;
	min-height: 1000px;
}

.dutyDl:before {
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 99%;
	left: 50%;
	top: 0;
	border-left: 1px dashed #b97e38;
}

.dutyDl dd {
	width: 50%;
	position: absolute;
	padding-bottom: 130px;
}

.dutyDl dd.l {
	left: 0;
}

.dutyDl dd.r {
	right: 0;
}

.dutyDl dd.l .con {
	padding-right: 66px;
}

.dutyDl dd .con {
	padding-bottom: 5px;
	position: relative;
}

.dutyDl dd .con:before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 70%;
	border-bottom: 1px dashed #b97e38;
}

.dutyDl dd.r .con:before{
	left: 0;
}

.dutyDl dd .con:after {
	display: block;
	content: '';
	position: absolute;
	left: -36px;
	bottom: -36px;
	height: 72px;
	width: 72px;
	background: url(../images/dutyIcn.png) no-repeat center center;
}

.dutyDl dd.l .con:after {
	left: unset;
	right: -36px;
}

.dutyDl dd .con .picBox {
	position: relative;
	width: 688px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.dutyDl dd.l .con .picBox{
	padding: 0 0 0 45%;
}
.dutyDl dd.r .con .picBox{
	padding: 0 45% 0 0;
}
.dutyDl dd .con .picBox:before {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	left: 0;
	top: 0;
	z-index: 2;
	display: none;
}

.dutyDl dd .con .count {
	width: 80px !important;
	height: 80px !important;
	line-height: 80px !important;
	border-radius: 50%;
	text-align: center;
	background-color: #d1b493;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	z-index: 3;
}

.dutyDl dd .con .title {
	font-size: 28px;
	color: #333333;
	line-height: 70px;
	margin-bottom: 16px;
}
.dutyDl dd .con .title a{
	transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.dutyDl dd .con .title a:hover{
	color: #a67e58;
}
.dutyDl dd .con .info {
	line-height: 30px;
	font-size: 16px;
	color: #999999;
}

.dutyDl dd.l .title,
.dutyDl dd.l .info {
	text-align: right;
}

/* .dutyDl dd.l .con .picBox:before {
	background: url(../images/dutyPicBg1.png) no-repeat center center;
	background-size: cover;
}

.dutyDl dd.r .con .picBox:before {
	background: url(../images/dutyPicBg2.png) no-repeat center center;
	background-size: cover;
} */

.dutyDl dd.l .con .count {
	right: 0;
}

.dutyDl dd.r .con .count {
	left: 0;
}

.dutyDl dd.l .con .picBox {
	margin-left: 20px;
}

.dutyDl dd.r .con .picBox {
	margin-right: 20px;
}

.dutyDl dd.r .con {
	padding-left: 66px;
}

.dutyDl dd .pic:before {
	padding-top: 136%;
}

/* .dutyDl dd:last-child {
	width: 100%;
	padding-bottom: 0;
} */

.dutyDl dd:last-child .con .picBox:before {
	/* background: url(../images/dutyPicBg1.png) no-repeat center center; */
	/* background-size: cover; */
}

/* .dutyDl dd:last-child .con .count {
	right: 0;
}

.dutyDl dd:last-child .picBox {
	float: left;
	margin-right: 250px;
}

.dutyDl dd:last-child .text {
	overflow: hidden;
	padding-top: 110px;
}

.dutyDl dd:last-child .con:after {
	left: 50%;
	margin-left: -36px;
} */

/* 结构调整 */
.dutyDl2{
	padding: 0 200px;
}
.dutyDl2 dd{
	margin-bottom: 30px;
}
.dutyDl2 dd:last-child{
	margin-bottom: 0px;
}
.dutyDl2 dd .con{
	overflow: hidden;
}
.dutyDl2 dd .picBox{
	float: left;
	width: 50%;
}
.dutyDl2 dd .picBox a{
	display: block;
	margin-right: 100px;
}
.dutyDl2 dd:nth-child(even) .picBox a{
	display: block;
	margin-right: 0px;
	margin-left: 100px;
}
.dutyDl2 dd:nth-child(even) .picBox{
	float: right;
}
/* .dutyDl2 dd .pic{
	
}
.dutyDl2 dd:nth-child(even) .pic{
	
} */
.dutyDl2 dd .pic:before {
	padding-top: 136%;
}
.dutyDl2 dd .text{
	overflow: hidden;
}
.dutyDl2 dd .con .title {
	font-size: 28px;
	color: #333333;
	line-height: 70px;
	margin-bottom: 16px;
}
.dutyDl2 dd .con .title a{
	transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.dutyDl2 dd .con .title a:hover{
	color: #a67e58;
}
.dutyDl2 dd .con .info {
	line-height: 30px;
	font-size: 16px;
	color: #999999;
	text-indent: 2em;
}
/* 社会责任 end */

/* 新闻详细页 strat */
.newsView {
	background: #fff;
	padding: 25px 54px 30px;
}

.articleBox {
	line-height: 40px;
	padding: 10px 0;
	color: #666666;
	font-size: 16px;
}

.articleBox img {
	max-width: 100%;
}

.articleTitle {
	text-align: center;
	line-height: 55px;
	font-size: 26px;
	color: #333333;
	margin-bottom: 8px;
}

.articleTime {
	text-align: center;
	height: 28px;
	line-height: 28px;
	color: #666666;
	font-size: 16px;
}

.articleTime span {
	margin: 0 5px;
	cursor: pointer;
}

.articleTime .fontColor {
	display: inline;
	color: #ffa200;
	font-weight: bold;
	margin-left: -5px;
}

.articleTime span.hover {
	color: #101887;
}

.newsReturn a {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	display: block;
	background: #b7b9db;
	padding: 5px 56px;
	color: #ffffff;
	font-size: 16px;
	margin-top: 36px;
}

.newsReturn a:hover {
	background: #101887;
}

.pageUpText {
	padding-top: 20px;
	overflow: hidden;
}

.pageUpText .con {
	margin-bottom: 10px;
}

.pageUpText a {
	display: block;
	color: #555555;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	background-color: #f7f7f7;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.pageUpText a span {
	font-weight: bold;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.pageUpText a:hover {
	color: #ffffff;
	background-color: #a67e58;
}

.pageUpText a:hover span {
	color: #ffffff;
}

.share {
	display: block;
	clear: both;
	padding: 10px 0;
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #1e8ddc;
}

.articlePage a.hover {
	color: #fff;
	background: #1e8ddc;
}

/**
 * 文章阅读页-内容上部大图
 */
#play {
	width: 780px;
	height: 500px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none;
}

#play .prev_a span {
	background: url(../images/file/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/file/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 780px;
	height: 500px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 780px;
	height: 500px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #1e8ddc;
	background: #1e8ddc;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/file/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.syShare1 {
	display: inline-block;
	line-height: 40px !important;
	position: relative;
	top: 5px;
	overflow: hidden;
}

.syShare1 span {
	font-size: 16px;
	float: left;
	display: block;
	line-height: 20px;
	margin-left: 15px;
}

.syShare1 .bshare-custom {
	overflow: hidden;
	line-height: 18px !important;
}

.syShare1 .bshare-custom a {
	transition: all 0.3s linear;
	-wevkit-transition: all 0.3s linear;
	padding-left: 0 !important;
	font-size: 16px;
	color: #6e6e6e;
	margin: 0 6px !important;
	width: 16px;
}

.syShare1 .bshare-qqim {
	background: url(../images/qqicn.png) center center no-repeat !important;
}

.syShare1 .bshare-qqim:hover {
	background: url(../images/qqicnh.png) center center no-repeat !important;
}

.syShare1 .bshare-weixin {
	background: url(../images/wxicn.png) center center no-repeat !important;
}

.syShare1 .bshare-weixin:hover {
	background: url(../images/wxicnh.png) center center no-repeat !important;
}

.syShare1 .bshare-renren {
	background: url(../images/rrw.png) center center no-repeat !important;
}

.syShare1 .bshare-renren:hover {
	background: url(../images/rrwh.png) center center no-repeat !important;
}

.syShare1 .bshare-sinaminiblog {
	background: url(../images/wbicn.png) center center no-repeat !important;
}

.syShare1 .bshare-sinaminiblog:hover {
	background: url(../images/wbicnh.png) center center no-repeat !important;
}

.syShare1 .bshare-custom .bshare-more.more-style-addthis {
	background: url(../images/viewmore.png) center center no-repeat !important;
}

.syShare1 .bshare-custom .bshare-more.more-style-addthis:hover {
	background: url(../images/viewmoreh.png) center center no-repeat !important;
}

/*新闻详细页 end*/


.bigImg img {
	object-fit: contain;
	object-position: center center;
	width: 100%;
	display: block;
	overflow: hidden;
}

.bigImgConBox .myPrev {
	background: rgba(0, 0, 0, 0.5) url(../images/cropvPrev.png) center center no-repeat;
	background-size: auto 16px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.bigImgConBox .myNext {
	background: rgba(0, 0, 0, 0.5) url(../images/cropvNext.png) center center no-repeat;
	background-size: auto 16px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.bigImgSlide {
	overflow: hidden;
}

.bigImgSlideBox .bigMySlide .con {
	padding: 4px;
	background: #fff;
	border: 1px solid #d4d4d4;
	cursor: pointer;
}

.bigImgSlideBox .bigMySlide.active .con {
	border: 1px solid #a67e58;
	background: #a67e58;
}

.bigImgSlideBox .mySlidePrev {
	background: url(../images/cropvPrev2.png) center center no-repeat;
	background-size: auto 20px;
}

.bigImgSlideBox .mySlideNext {
	background: url(../images/cropvNext2.png) center center no-repeat;
	background-size: auto 20px;
}


/* 音频 start */
.newsAudio .audiojs audio {
	position: absolute;
	left: -1px;
	opacity: 0;
}

.newsAudio .audiojs {
	z-index: 99999;
	background: #fff;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	width: 400px;
	margin: 0 auto;
	border: 1px solid #e5e5e5\9;
}

.newsAudio .audiojs .play-pause {
	width: 25px;
	height: 27px;
	padding: 4px 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}

.newsAudio .audiojs .play-pause:before {
	content: '';
	display: block;
	border-right: 1px solid #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs p {
	display: none;
	width: 25px;
	height: 27px;
	margin: 0px;
	cursor: pointer;
}

.newsAudio .audiojs .play {
	display: block;
}

.newsAudio .audiojs .scrubber {
	position: relative;
	float: left;
	width: 240px;
	background: #f5f5f5;
	height: 14px;
	margin: 10px;
	top: 1px;
	overflow: hidden;
}

.newsAudio .audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #fbbc05;
	z-index: 1;
}

.newsAudio .audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #ffeebb;
	cursor: pointer;
}


.newsAudio .audiojs .time {
	overflow: hidden;
	height: 35px;
	line-height: 36px;
	margin: 0px 0px 0px 6px;
	padding: 0px 6px 0px 12px;
	position: relative;
	color: #666;
}

.newsAudio .audiojs .time:before {
	content: '';
	display: block;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #666;
	font-style: normal;
}

.newsAudio .audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}

.newsAudio .audiojs .error-message {
	display: none;
	padding: 0px 10px;
	height: 35px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #666;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.newsAudio .audiojs .error-message a {
	color: #666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}

.newsAudio .audiojs .play {
	background: url(../components/audio/images/play.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .loading {
	background: url(../components/audio/images/loading.png) center center no-repeat;
	background-size: 14px;
	-webkit-animation: fa-rotating 2s infinite linear;
	animation: fa-rotating 2s infinite linear;
}

.newsAudio .audiojs .loading:before {
	content: '';
}

@keyframes fa-rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.newsAudio .audiojs .error {
	background: url(../components/audio/images/error.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .pause {
	background: url(../components/audio/images/pause.png) center center no-repeat;
	background-size: 16px;
}

.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {
	display: none;
}

.newsAudio .playing .pause {
	display: block;
}

.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {
	display: none;
}

.newsAudio .loading .loading {
	display: block;
}

.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {
	display: none;
}

.newsAudio .error .error {
	display: block;
}

.newsAudio .error .play-pause p {
	cursor: auto;
}

.newsAudio .error .error-message {
	display: block;
}

/* 音频 end */
/* 
 by:fpx start 
 */
/* 精品项目 start */
.jpProject {
	margin-right: -60px;
	padding-top: 120px;
}

.jpProject:after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

.jpProject dd {
	float: left;
	width: 50%;
	margin-bottom: 60px;
	position: relative;
}

.jpProject dd a {
	display: block;
	margin-right: 60px;
	position: relative;
}

.jpProject dd .pic:before {
	padding-top: 61.7218%;
}

.jpProject dd .text1 {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 68px;
	height: 85px;
	line-height: 85px;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
	background: -webkit-gradient(linear, top, bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
	background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(0, 0, 0, .5));
	transition: all .3s;
	-webkit-transition: all .3s;
	visibility: visible;
	opacity: 1;
}

.jpProject dd .text1 .more {
	padding-right: 28px;
	color: #ffffff;
	font-size: 16px;
	margin: 0 30px 0 90px;
	background: url(../images/jpMore.png) no-repeat right center;
}

.jpProject dd .text1 .title {
	color: #ffffff;
	font-size: 22px;
	overflow: hidden;
	padding-left: 30px;
}

.jpProject dd .text2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(38, 67, 120, .7);
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.jpProject dd .text2 .title {
	margin-bottom: 28px;
}

.jpProject dd .text2 .title span {
	display: inline-block;
	height: 65px;
	line-height: 65px;
	position: relative;
	padding: 0 75px;
	color: #ffffff;
	font-size: 22px;
}

.jpProject dd .text2 .title span:before {
	display: block;
	content: '';
	border-top: 1px solid #dee2e3;
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	transition: width 300ms 200ms;
	-webkit-transition: width 300ms 200ms;
}

.jpProject dd .text2 .title span:after {
	display: block;
	content: '';
	border-top: 1px solid #dee2e3;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0%;
	transition: width 300ms 200ms;
	-webkit-transition: width 300ms 200ms;
}

.jpProject dd .text2 .more {
	height: 40px;
	line-height: 40px;
	visibility: hidden;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transition: transform 500ms;
	-webkit-transition: transform 500ms;
	opacity: 0;
}

.jpProject dd .text2 .more span {
	display: inline-block;
	padding-right: 28px;
	color: #ffffff;
	font-size: 16px;
	background: url(../images/jpMore.png) no-repeat right center;
}

.jpProject dd:nth-child(2n) {
	top: -100px;
}

.jpProject dd:hover .text1 {
	visibility: hidden;
	opacity: 0;
	bottom: -85px;
}

.jpProject dd:hover .text2 {
	visibility: visible;
	opacity: 1;
}

.jpProject dd:hover .text2 .title span:before {
	width: 100%;
}

.jpProject dd:hover .text2 .title span:after {
	width: 100%;
}

.jpProject dd:hover .text2 .more {
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}

/* 精品项目 end */
/* 项目详情 start */
.projectViewBox1 {
	background: #FFF;
	padding: 40px 50px 50px;
	margin: -120px 0 20px 0;
	position: relative;
}

.projectViewBox1 .title {
	margin-bottom: 30px;
}

.projectViewBox1 .title span {
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #666666;
	font-size: 24px;
}

.projectViewBox1 .title em {
	display: block;
	padding: 5px 0;
	line-height: 35px;
	overflow: hidden;
	color: #666666;
	font-size: 30px;
	font-style: normal;
}

.projectViewBox1 .info span {
	display: block;
	color: #559ea7;
	padding: 5px 0;
	line-height: 35px;
	overflow: hidden;
	font-size: 26px;
	margin-bottom: 15px;
}

.projectViewBox1 .info .con {
	display: block;
	color: #666666;
	line-height: 32px;
	overflow: hidden;
	font-size: 16px;
}

.projectViewBox2 {
	background: #FFF;
	padding: 0px 50px 40px;
	position: relative;
}

.projectViewBox2 .title {
	height: 120px;
	line-height: 120px;
	overflow: hidden;
	color: #666666;
	font-size: 30px;
}

.projectPicList {
	overflow: hidden;
}

.projectPicList dd {
	position: relative;
	margin-bottom: 20px;
}

.projectPicList dd .pic:before {
	padding-top: 58.2191%;
}

.projectPicList dd .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 65px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #ffffff;
	font-size: 20px;
	background: rgba(38, 67, 120, 1);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(38, 67, 120, 1));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(38, 67, 120, 1));
	background: -webkit-gradient(linear, top, bottom, from(rgba(0, 0, 0, 0)), to(rgba(38, 67, 120, 1)));
	background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(38, 67, 120, 1));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(38, 67, 120, 1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(38, 67, 120, 1));
}

/* 项目详情 end */
/* 文旅板块 start */
.wlbkColumn1 {
	background: #ffffff;
	padding-top: 60px;
	position: relative;
}

.wlbkColumn1 .wrap {
	position: relative;
}

.wlbkColumn1Bg {
	position: absolute;
	left: 0;
	height: 57px;
	background: #FFF;
	bottom: -57px;
	width: 100%;
}

.wlbkColumn1Pic {
	width: 560px;
	margin-left: 150px;
	margin-top: 35px;
}

.wlbkColumn1Pic .pic:before {
	padding-top: 70.5357%;
}

.wlbkColumn1Text {
	overflow: hidden;
	padding-left: 30px;
}

.wlbkColumn1C {
	overflow: hidden;
}

.wlbkColumn1C .title {
	margin-bottom: 30px;
}

.wlbkColumn1C .title span {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 20px;
	color: #999999;
	font-family: "Spectral";
	text-transform: uppercase;
}

.wlbkColumn1C .title em {
	display: block;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	font-size: 26px;
	color: #1453b1;
	font-weight: bold;
	font-style: normal;
}

.wlbkColumn1C .info {
	display: block;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	text-align: justify;
	text-indent: 2em;
}

.wlbkColumn1C .info span {
	color: #1453b1;
	font-weight: bold;
}

.wlbkColumn2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 115px;
}

.wlbkColumn2 .title {
	text-align: center;
	padding-bottom: 50px;
}

.wlbkColumn2 .title span {
	display: block;
	height: 38px;
	line-height: 38px;
	color: rgba(235, 235, 235, .1);
	font-size: 20px;
	text-transform: uppercase;
	font-family: "Spectral";
}

.wlbkColumn2 .title em {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	text-transform: uppercase;
	color: #cf9c51;
	font-style: normal;
	font-weight: bold;
}

.wlbkColumn2 .con {
	text-align: left;
	overflow: hidden;
}

.wlbkColumn2 .con .item {
	display: inline-block;
	padding: 0 42px;
	height: 66px;
	line-height: 66px;
	color: #dedede;
	font-size: 24px;
	border: 1px solid rgba(238, 238, 238, .1);
	border-radius: 68px;
	font-family: "宋体";
	margin: 0 30px 38px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.wlbkColumn2 .con .item:nth-child(4) {
	margin-left: 178px;
}

.wlbkColumn2 .con .item:hover {
	background: #1453b1;
	border-color: #1453b1;
}

.wlbkTitle {
	overflow: hidden;
}

.wlbkTitle .more {
	margin-left: 30px;
	margin-top: 30px;
}

.wlbkTitle .more a {
	font-size: 18px;
	font-weight: bold;
	color: #cf9c51;
}

.wlbkTitle .more a span {
	display: inline-block;
	width: 24px;
	height: 8px;
	margin-left: 14px;
	position: relative;
	top: -2px;
	background: url(../images/textMore2.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.wlbkTitle .more a:hover span {
	margin-left: 8px;
}

.wlbkTitle .titleBox {
	overflow: hidden;
}

.wlbkTitle span {
	display: block;
	height: 38px;
	line-height: 38px;
	color: #e5e5e5;
	font-size: 24px;
	font-family: "Spectral";
	text-transform: uppercase;
}

.wlbkTitle em {
	display: block;
	height: 46px;
	line-height: 46px;
	color: #cf9c51;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
}

.wlbkColumn3 {
	padding-top: 90px;
}

.wlbkColumn3 .wlbkTitle {
	padding-left: 26.6025%;
}

.wlbkColumn3C {
	margin-top: -85px;
}

.wlbkColumn3C .item {
	float: left;
	display: inline;
	width: 23%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.wlbkColumn3C .item.wlbkColumn3C1 {
	min-height: 410px;
	background: #f7f4ef url(../images/wlC3Bg1.jpg) no-repeat center bottom / 100% auto;
}

.wlbkColumn3C .item.wlbkColumn3C2 {
	margin-top: 122px;
	height: 288px;
	background: #dee6ef;
}

.wlbkColumn3C .item.wlbkColumn3C3 {
	width: 31%;
	margin-top: 65px;
	height: 345px;
	background: #dfbc5e url(../images/wlC3Bg2.jpg) no-repeat right top / cover;
	position: relative;
}

.wlbkColumn3C .item.wlbkColumn3C4 {
	height: 350px;
	background: #f7f4ef;
}

.wlbkColumn3C .text {
	padding: 35px 25px 22px;
}

.wlbkColumn3C .icon {
	margin-bottom: 10px;
}

.wlbkColumn3C .icon img {
	height: 60px;
}

.wlbkColumn3C .title {
	height: 40px;
	line-height: 40px;
	color: #1453b1;
	font-size: 18px;
	font-weight: bold;
}

.wlbkColumn3C .info {
	line-height: 28px;
	color: #999999;
	font-size: 15px;
	text-align: justify;
	text-indent: 2em;
}

.wlbkColumn3C3 a {
	display: block;
	width: 100%;
	height: 100%;
}

.wlbkColumn3C3 .con1 {
	position: absolute;
	right: 28.925%;
	top: 11.304%;
	text-align: right;
}

.wlbkColumn3C3 .con1 span {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.wlbkColumn3C3 .con1 em {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 18px;
	font-style: normal;
}

.wlbkColumn3C3 .con2 {
	position: absolute;
	right: 51.546%;
	top: 37.101%;
	text-align: right;
}

.wlbkColumn3C3 .con2 span {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.wlbkColumn3C3 .con2 em {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
}

.wlbkColumn3C3 .con3 {
	position: absolute;
	right: 20%;
	bottom: 3%;
	text-align: right;
}

.wlbkColumn3C3 .con3 span {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.wlbkColumn3C3 .con3 em {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
}

.wlbkColumn4 {
	padding: 70px 0 50px;
	background: #f5f5f5;
}

.wlbkColumn4List {
	padding-right: 50%;
	position: relative;
	overflow: hidden;
}

.wlbkColumn4List dd {
	float: left;
	display: inline;
	width: 50%;
	margin-bottom: 20px;
}

.wlbkColumn4List dd a {
	display: block;
	margin-right: 20px;
	position: relative;
}

.wlbkColumn4List dd a .pic:before {
	padding-top: 67.14%;
}

.wlbkColumn4List dt {
	width: 50%;
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 20px;
}

.wlbkColumn4List dt a {
	display: block;
	height: 100%;
	position: relative;
}

.wlbkColumn4List dt a img {
	display: block;
	width: 100%;
	height: 100%;
}

.wlbkColumn4List .text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 28px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgba(38, 67, 120, .5);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(38, 67, 120, .5));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(38, 67, 120, .5));
	background: -webkit-gradient(linear, top, bottom, from(rgba(0, 0, 0, 0)), to(rgba(38, 67, 120, .5)));
	background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(38, 67, 120, .5));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(38, 67, 120, .5));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(38, 67, 120, .5));
	text-align: center;
	color: #ffffff;
	font-size: 18px;
}

.wlbkColumn4List .text .title {
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 22px;
	text-align: left;
}

.wlbkColumn4List .text .info {
	line-height: 30px;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
}

/* 文旅板块 end */
/* 
 by:fpx end
 */

/* 康养板块 start */
.kybkColumn1 {
	padding-bottom: 45px;
}

.kybkColumn1 .wlbkColumn1Text {
	padding-bottom: 90px;
}

.kybjColumn1Pic {
	width: 540px;
	margin-left: 150px;
	margin-top: 35px;
	position: relative;
	z-index: 3;
}

.kybjColumn1Pic .pic:before {
	padding-top: 66.66666%;
}

.kybkColumn2 {
	background: #f5f5f5;
	position: relative;
	padding-bottom: 72px;
}

.kybkColumn2Con {
	position: relative;
}

.kybkColumn2Con .wlbkColumn1C {
	padding-left: 30px;
}

.kybkColumn2Con .wlbkColumn1C .title {
	margin-bottom: 12px;
}

.kybkColumn2TabCon {
	background-color: #fff;
	position: relative;
	top: -105px;
	overflow: hidden;
}

.kybkColumn2Tab {
	overflow: hidden;
	margin-bottom: 30px;
}

.kybkColumn2Tab .title {
	float: left;
	height: 29px;
	line-height: 29px;
	width: 73px;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	color: #666666;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	cursor: pointer;
	margin-right: 20px;
	border-radius: 30px;
}

.kybkColumn2Tab .title.hover {
	color: #fff;
	background-color: #1453b1;
	border-color: #1453b1;
}

.kybkColumn2TabC .con {
	line-height: 36px;
	font-size: 16px;
	color: #858585;
	padding: 10px 30px 30px;
	position: relative;
	text-indent: 2em;
}

/* .kybkColumn2TabC .con:before{
	width: 11px;
	height: 6px;
	display: block;
	content: '';
	position: absolute;
	top: 28px;
	left: 30px;
	background: url(../images/yinhIcn1.png) no-repeat center center;
}
.kybkColumn2TabC .con:after{
	width: 11px;
	height: 6px;
	display: block;
	content: '';
	position: absolute;
	bottom: 56px;
	right: 30px;
	background: url(../images/yinhIcn2.png) no-repeat center center;
} */
.kybkColumnDl {
	overflow: hidden;
	margin: 0 -15px;
}

.kybkColumnDl dd {
	float: left;
	display: inline;
	width: 33.3333%;
}

.kybkColumnDl dd .con {
	margin: 0 15px;
}

.kybkColumnDl dd .title1 {
	text-align: center;
	font-size: 20px;
	color: #f9dfb4;
	margin-bottom: 12px;
	height: 42px;
	line-height: 42px;
}

.kybkColumnDl dd .info {
	padding-top: 24px;
	height: 272px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	text-align: center;
}

.kybkColumnDl dd a {
	display: block;
	font-size: 20px;
	color: #dedede;
	height: 30px;
	line-height: 30px;
	font-family: "宋体";
}

.kybkColumn3 .title {
	padding-bottom: 30px;
}

.kybkColumn3 {
	padding-bottom: 80px;
}

.kybkColumn4 .wlbkColumn3C .item.wlbkColumn3C1 {
	background: #f7f4ef;
}

.kybkColumn4 {
	padding-bottom: 60px;
}

/* 康养板块 end */

/* 城市发展环保板块 start */
.csbkColumnDl dd .info {
	height: 143px;
}

/* 城市发展环保板块 end */

/* 产投产研与金融板块 start */
.ctbkColumn1Tab {
	padding-top: 60px;
	overflow: hidden;
	margin-bottom: 28px;
}

.ctbkColumn1Tab .item {
	float: left;
	height: 29px;
	line-height: 29px;
	width: 103px;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	color: #666666;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	cursor: pointer;
	margin-right: 20px;
	border-radius: 30px;
}

.ctbkColumn1Tab .item.hover {
	color: #fff;
	background-color: #1453b1;
	border-color: #1453b1;
}

.ctbkColumn1TabC .con {
	line-height: 36px;
	font-size: 16px;
	color: #858585;
	padding: 14px 30px 30px;
	position: relative;
	text-indent: 2em;
}

/* .ctbkColumn1TabC .con:before{
	width: 11px;
	height: 6px;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/yinhIcn1.png) no-repeat center center;
}
.ctbkColumn1TabC .con:after{
	width: 11px;
	height: 6px;
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/yinhIcn2.png) no-repeat center center;
} */
.ctbkColumn1Con {
	background: #f5f5f5;
	position: relative;
}

.ctbkColumn1Con:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 105px;
	width: 100%;
	background-color: #fff;
}

.ctbkColumn1Con .wlbkColumn1Text {
	padding-top: 30px;
	padding-right: 50px;
	background: #fff;
}

.ctbkColumn3Con {
	overflow: hidden;
}

.ctbkColumn3ConL {
	width: 502px;
	margin-right: 28px;
}

.ctbkColumn3ConR {
	overflow: hidden;
}

.ctbkColumnDl {}

.ctbkColumnDl dd .title1 {
	text-align: center;
	font-size: 20px;
	color: #f9dfb4;
	margin-bottom: 12px;
	height: 42px;
	line-height: 42px;
}

.ctbkColumnDl dd .info {
	padding-top: 24px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	overflow: hidden;
}

.ctbkColumnDl1 {
	margin-bottom: 50px;
}

.ctbkColumnDl1 dd .info {
	height: 52px;
}

.ctbkColumnDl2 dd .info {
	height: 52px;
}

.ctbkColumnDl3 dd .info {
	height: 236px;
}

.ctbkColumnDl3 dd .infoCon {
	float: left;
	display: inline;
	text-align: left;
	padding: 0 50px;
	margin-right: 12px;
}

.ctbkColumnDl dd a {
	display: block;
	font-size: 20px;
	color: #dedede;
	height: 30px;
	line-height: 30px;
	font-family: "宋体";
}

.ctbkColumn4C .wlbkColumn3C1 {
	width: 46%;
}

.ctbkColumn4C .item.wlbkColumn3C1 {
	background: url(../images/ctC3Bg1.png) no-repeat center top;
	background-size: cover;
}

/* 产投产研与金融板块 end */
