.header {
	position: relative;
	z-index: 2;
	background: #fff;
}

.headerWeb {
	width: 1180px;
	margin: 0 auto;
}

.logo {
	float: left;
	width: 160px;
	padding: 12px 0;
	margin-right: 105px;
}

.logo img {
	display: block;
	width: 160px;
	height: 55px;
}

.nav {
	float: left;
	width: 797px;
}

.nav ul li {
	float: left;
	height: 80px;
	padding: 0 16px;
	margin: 0 10px;
}

.nav ul li h3 {
	font-size: 16px;
}

.nav ul li h3 a {
	display: block;
	line-height: 80px;
}

.nav ul li:hover,
.nav ul li.cur {
	background: #dc3023;
	color: #fff;
}

.nav ul li:hover h3 a,
.nav ul li.cur h3 a {
	color: #fff;
}

.headerRight {
	float: right;
	padding-top: 30px;
	width: 117px;
	position: relative;
}

.lanuage a {
	color: #666;
}

.lanuage a:hover {
	color: #60be2d;
}

.lanuage {
	padding-left: 22px;
	background: url(../images/inco72.png) 0 0 no-repeat;
	color: #CCCCCC;
}

.search i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 19px;
	height: 20px;
	background: url(../images/search.png) right 0 no-repeat;
	padding-left: 15px;
	height: 50px;
	cursor: pointer;
}

.Searchbox {
	display: none;
	position: absolute;
	width: 261px;
	height: 40px;
	right: 0;
	top: 80px;
	z-index: 999;
}

.Searchbox .searchText {
	width: 200px;
	height: 40px;
	padding-left: 10px;
	background: #fff;
	color: #333;
	line-height: 40px;
	border: 1px solid #ccc;
}

.Searchbox .searchBtn {
	width: 50px;
	height: 42px;
	cursor: pointer;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	*top: 1px;
	overflow: hidden;
	background-position: center center;
}

.subWraper {
	background: #43768B;
	height: 40px;
	width: 100%;
	overflow: hidden;
	display: none;
}

.subMenu {
	text-align: center;
	padding-left: 0 !important;
}

.subMenu a {
	color: #fff;
	display: inline-block;
	padding: 0 25px;
	line-height: 40px;
}

.subMenu a:hover,
.subMenu a.cur {
	color: #60be2d;
}


/*banner*/

.banner {
	position: relative;
	overflow: hidden;
	z-index: 0;
	height: 430px;
	width:1400px;/* margin:0 auto;*/
	left:50%; margin-left:-700px;
}

.banner ul li {
	width: 100%;
	height: 430px;
}

.banner ul li img {
	display: block;
	width: 1400px;
	height: 430px;
	/*position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;*/
}

.bannerbtn {
	text-align: center;
	position: relative;
	bottom: 35px;
	z-index: 12;
}

.bannerbtn a {
	background-image: url(../images/inco02.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
	line-height: 99px;
	font-size: 0;
}

.bannerbtn a.cur {
	background-position: -21px 0;
}

.indexColumn {
	background: #fff;
}

.ColumnNav {
	padding: 0 35px;
}

.ColumnNav li {
	float: left;
	padding: 30px 87px 30px 0;
}

.ColumnNav li img {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 57px;
	height: 57px;
	vertical-align: middle;
}

.ColumnNav li .text {
	color: #333;
	font-size: 16px;
	padding-left: 9px;
}


/*首页栏目*/

.indexWeb {
	padding: 45px 0;
}

.indexNewsOne {
	width: 361px;
	float: left;
	background: #fff;
	padding: 30px 15px 30px 25px;
	height: 255px;
}

.newsNav {
	color: #b2b2b2;
}

.newsNav a {
	color: #333;
	padding: 0 6px 8px;
	border-bottom: 2px solid #fff;
}

.newsNav a:hover,
.newsNav a.cur {
	border-bottom: 2px solid #008C89;
	color: #008C89;
	font-weight: bold;
}

.indexNewsTop .more {
	float: right;
	color: #b2b2b2;
	font-size: 13px;
}

.indexNewsTop .more:hover {
	color: #008C89;
}

.indewNewsCon {
	display: none;
}

.newsDl {
	padding: 18px 0 13px;
}

.newsDl dt {
	width: 123px;
	float: left;
	margin-right: 14px;
}

.newsDl dt img {
	display: block;
	width: 123px;
	height: 97px;
}

.newsDl dd {
	float: left;
	width: 223px;
}

.newsDl dd .tite {
	font-size: 18px;
	font-weight: bold;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
}

.newsDl dd .tite a {
	color: #60be2d;
}

.newsDl dd .text {
	margin-top: 10px;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.indexNewsList li {
	font-size: 13px;
	margin-top: 4px;
}

.indexNewsList li a {
	color: #666;
}

.indexNewsList li .date {
	float: right;
	color: #b2b2b2;
}

.indexNewsList li a:hover {
	color: #60be2d;
}

.newsbanner {
	float: left;
	width: 400px;
	position: relative;
	overflow: hidden;
}

.newsbanner ul {}

.newsbanner img {
	display: block;
	height: 315px;
	width: 400px;
}

.newsbanner li {}

.newsbanner li .newsBg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 315px;
	background: url(../webimages/inco09.png) repeat;
	overflow: hidden;
	z-index: 13;
}

.absoluteCon {
	padding: 72px 78px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

.absoluteCon h4.nTtile {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

.absoluteCon .more {
	text-align: center;
}

.absoluteCon .more span {
	background: url(../webimages/inco10.png) 0 0 no-repeat;
	line-height: 26px;
	width: 86px;
	display: inline-block;
	font-size: 13px;
	margin-top: 45px;
}

.newsbanner li:hover .newsBg {
	display: block;
}

.competition {
	float: left;
	width: 399px;
}

.competition a {
	display: block;
	position: relative;
	color: #666;
	font-size: 13px;
}

.competition a img {
	display: block;
	width: 399px;
	height: 158px;
}

.competition .comAbout {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
}

.competition .comAbout .title1 {
	background: url(../webimages/inco11.png) right center no-repeat;
	color: #088283;
	font-size: 20px;
	padding-right: 10px;
	display: inline-block;
	margin-bottom: 5px;
}

.aboutTitle {
	margin-bottom: 45px;
	height: 25px;
	position: relative;
	text-align: center;
}

.aboutTitle em {
	width: 100%;
	height: 1px;
	background: #D9D9D9;
	display: block;
	margin-top: -7px;
}

.aboutTitle span {
	position: relative;
	font-size: 24px;
	padding: 0 16px 20px;
	background-image: url(../webimages/inco12.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #F5F5F5;
	line-height: 24px;
	color: #0d9293;
}

.indexList {
	padding-bottom: 50px;
}

.indexList ul {
	position: relative;
	height: 413px;
}

.indexList ul li {
	position: absolute;
}

.indexList ul li.li1 {
	width: 397px;
	height: 274px;
	left: 0;
	top: 0;
}

.indexList ul li.li1 img {
	width: 397px;
	height: 274px;
	display: block;
}

.indexList ul li.li2 {
	top: 278px;
	left: 0;
}

.indexList ul li.li3 {
	top: 278px;
	left: 200px;
}

.indexList ul li.li2,
.indexList ul li.li3 {
	width: 197px;
	height: 136px;
}

.indexList ul li.li2 img,
.indexList ul li.li3 img {
	width: 197px;
	height: 136px;
	display: block;
}

.indexList ul li.li4 {
	width: 397px;
	height: 414px;
	left: 401px;
	top: 0;
}

.indexList ul li.li4 img {
	width: 397px;
	height: 413px;
	display: block;
}

.indexList ul li.li5 {
	top: 0;
	right: 0;
}

.indexList ul li.li6 {
	top: 0;
	right: 201px;
}

.indexList ul li.li5,
.indexList ul li.li6 {
	width: 197px;
	height: 136px;
}

.indexList ul li.li5 img,
.indexList ul li.li6 img {
	width: 197px;
	height: 136px;
	display: block;
}

.indexList ul li.li7 {
	width: 397px;
	height: 274px;
	right: 0;
	top: 140px;
}

.hotHover {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: url(../webimages/inco09.png) repeat;
	height: 100%;
	overflow: hidden;
}

.hotHover .absoluteCon {
	text-align: left;
	padding: 35px 25px;
	font-size: 14px;
}

.hotHover .absoluteCon .nTtile {
	font-size: 18px;
	margin-bottom: 20px;
}

.hotHover .absoluteCon .more {
	text-align: left;
}

.hotHover .absoluteCon .text {
	height: 66px;
	overflow: hidden;
	line-height: 22px;
	margin-bottom: 30px;
}

.hotHover .absoluteCon .more span {
	text-align: center;
	margin-top: 0;
}

.indexList ul li:hover .hotHover {
	display: block;
}


/*footer start*/

.footer {
	background: #53656E;
	padding: 35px 0 25px;
}

.footerList {}

.footerList li.li1 {
	width: 148px;
	float: left;
}

.footerList li.li1 h3 {
	font-size: 14px;
	margin-bottom: 8px;
}

.footerList li.li1 h3 a {
	color: #a4adb1;
}

.footerList li.li1 h3 a:hover,
.subfooter a:hover {
	color: #60BD2E;
}

.subfooter a {
	display: block;
	color: #a4adb1;
	font-size: 12px;
	margin-bottom: 3px;
}

.footerList li.li2 {
	float: right;
	width: 234px;
	padding-left: 85px;
	color: #a4adb1;
	border-left: 1px solid #627077;
	height: 252px;
}

.sharelist {
	width: 234px;
	height: 33px;
	background: url(../webimages/inco14.png) 0 0 no-repeat;
	margin-bottom: 15px;
}

.sharelist a {
	height: 33px;
	line-height: 33px;
	color: #a4adb1;
	background-image: url(../webimages/inco15.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 105px;
}

.sharelist a.wesite {
	background-position: 72px 8px;
}

.sharelist a.weixin {
	background-position: 72px -42px;
}

.footerText {
	padding-top: 5px;
}

.inpageBanner {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 95px;
}

.inpageBanner img {
	display: block;
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	height: 95px;
}

.pageAbsout {
	width: 1060px;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: 1px solid #E8E8E8;
}

.indexlogo {
	background: url(../webimages/inco13.png) 0 1px no-repeat;
	display: inline-block;
	width: 21px;
	height: 20px;
	vertical-align: middle;
	*vertical-align: -3px;
}

.pageAbsout a.cur {
	color: #61bd2c;
}

.contactList {
	padding-top: 53px;
	color: #666;
}

.contactSum {
	padding-bottom: 30px;
	border-bottom: 1px solid #E8E8E8;
	position: relative;
}

.contactList .title {
	font-size: 18px;
	color: #dc3023;
	padding-bottom: 20px;
	font-weight: bold;
}

.companyTitle {
	font-size: 16px;
	color: #333;
	padding-bottom: 8px;
}

.contactCon {
	line-height: 26px;
}

.contactSum dd.dd2 {
	position: absolute;
	left: 565px;
	top: 70px;
}

.contactSum dd.dd2 a {
	display: block;
	width: 158px;
	height: 45px;
	line-height: 45px;
	background: url(../webimages/inco16.png) 0 0 no-repeat;
	padding-left: 78px;
	color: #333;
	font-weight: bold;
}

.contactWay {
	padding: 30px 0;
	*padding-bottom: 65px;
}

.contactgrList li {
	margin-bottom: 35px;
	float: left;
	width: 565px;
}

.contactgrList li.add {
	width: 495px;
}


/*联系地图*/

.conname {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}

.contactAdd {
	padding-bottom: 25px;
}

.allmap {
	height: 468px;
	width: 100%;
	margin-bottom: 40px;
}

.BMap_bubble_title {
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
}

.BMap_bubble_content {
	padding-top: 10px;
}

.bdsharebuttonbox {
	float: right;
	margin-top: -48px;
}

.bdsharebuttonbox a {
	background-image: url(../webimages/inco17.png) !important;
	background-repeat: no-repeat;
	padding: 0 !important;
	margin: 0 -2px 0 0!important;
	width: 24px;
	height: 24px !important;
	vertical-align: top;
	*zoom: 1;
	*display: inline;
}

.bdsharebuttonbox a.bds_weixin {
	background-position: 0 0 !important;
}

.bdsharebuttonbox a.bds_tsina {
	background-position: -24px 0 !important;
}

.bdsharebuttonbox a.bds_qzone {
	background-position: -48px 0!important;
}

.bdsharebuttonbox a.bds_renren {
	background-position: -72px 0 !important;
}

.bdsharebuttonbox a.bds_more {
	background-position: -96px 0 !important;
}

.map {
	margin-bottom: 80px;
}

.mapmore {
	text-align: center;
}

.mapmore a {
	display: inline-block;
	width: 140px;
	height: 42px;
	background: #dc3023;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 42px;
}


/*新闻中心*/

.newsList {
	padding: 0px 0 80px;
}

.newslistDl {
	padding: 15px;
	border: 1px solid #E0F1F1;
	background: #EFF7F7;
}

.newslistDl a {
	display: block;
	cursor: pointer;
}

.newslistDl dt {
	width: 635px;
	float: left;
}

.newslistDl dt img {
	display: block;
	width: 635px;
	height: 356px;
}

.newslistDl dd {
	width: 352px;
	float: right;
	padding-top: 35px;
	color: #333;
}

.newslistDl dd h4 {
	font-size: 22px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin-bottom: 15px;
}

.newslistDl dd h4 a {
	color: #dc3023;
}

.newslistDl dd span.date,
.wcompanyList dl dd .time {
	display: block;
	padding-left: 22px;
	color: #999;
	background: url(../webimages/inco18.png) 0 center no-repeat;
	margin-bottom: 15px;
}

.newslistDl dd .text {
	height: 88px;
	overflow: hidden;
}

.newslistDl dd .newsmore {
	margin-top: 38px;
}

.newslistDl dd .newsmore span {
	padding: 9px 35px;
	font-size: 13px;
	background: #dc3023;
	color: #fff;
	display: inline-block;
}

.wcompanyList {
	padding-bottom: 45px;
}

.wcompanyList dl {
	padding: 30px 0;
	border-bottom: 1px solid #D9D9D9;
}

.wcompanyList dl dt {
	width: 336px;
	float: right;
}

.wcompanyList dl dt img {
	display: block;
	width: 336px;
	height: 189px;
}

.wcompanyList dl dd {
	width: 593px;
	float: left;
	padding-top: 15px;
}

.wcompanyList dl dd h3 {
	font-size: 22px;
	line-height: 24px;
	height: 24px;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.wcompanyList dl dd h3 a {
	color: #333;
}

.wcompanyList dl dd h3 a:hover,
.newslistDl dd h4 a:hover {
	color: #dc3023;
}

.wcompanyList dl dd .time {
	padding-left: 25px;
	color: #999;
	margin-bottom: 15px;
	font-family: Arial;
}

.wcompanyList dl dd .deails {
	font-size: 12px;
	color: #666;
	height: 44px;
	overflow: hidden;
}

.wcompanyList dl dd .deailsbtn {
	padding-top: 25px;
	font-size: 13px;
}

.wcompanyList dl dd .deailsbtn span {
	padding: 6px 22px;
	border: 1px solid #8C8C8C;
	display: inline-block;
}

.wcompanyList dl dd .deailsbtn span:hover {
	background: #dc3023;
	border: 1px solid #dc3023;
	color: #fff;
}

.page {
	text-align: center;
}


/*--新闻详细--*/

.commonDetailed {
	background: #FFF;
	margin-top: 55px;
}

.commonDetailedtitle {
	padding: 0 170px;
}

.commonDetailedtitle h3 {
	font-size: 28px;
	text-align: center;
	line-height: 32px;
	color: #1a1a1a;
	margin-bottom: 25px;
}

.commonDetailedtitle .date {
	text-align: center;
	display: block;
	color: #666;
	font-size: 13px;
}

.commonDetailedContents {
	padding: 30px 170px;
	font-size: 16px;
	line-height: 32px;
	color: #1a1a1a;
	text-indent: 32px;
}

.commonDetailedContents img {
	display: block;
	max-width: 100%;
	width: 600px !important;
	height: auto !important;
	margin: 0 auto;
}

.commonDetailedContentsfoot {
	padding-bottom: 65px;
}

.commonDetailedContentsfoot p.return {
	text-align: center;
	padding-bottom: 40px;
}

.commonDetailedContentsfoot p.return a {
	display: inline-block;
	background: #dc3023;
	padding: 6px 34px;
	color: #FFF;
	font-size: 14px;
}

.commonDetailedContentsfoot p a:hover {}

.commonDetailedContentsfoot dl {
	border: 1px solid #cccccc;
	border-left: none;
	border-right: none;
	font-size: 13px;
	padding: 13px 0px;
}

.commonDetailedContentsfoot dl a {
	color: #666;
}

.commonDetailedContentsfoot dl span {
	display: inline-block;
	background: #f2f2f2;
	color: #1a1a1a;
	line-height: 27px;
	padding: 0px 10px;
	margin-right: 15px;
}

.commonDetailedContentsfoot dl dd {
	float: right;
}

.commonDetailedContentsfoot dl dt {
	float: left;
}

.footerSub a:hover,
.footerList li h3 a:hover {
	color: #FF0066;
}

.shareDeatils {
	float: none;
	margin: 0;
	padding: 10px 13px;
	background: #F5F5F5;
	margin-bottom: 25px;
}


/*视频中心*/

.videoWarper h3 {
	background-color: #E4E4E4;
	background-image: url(../webimages/inco19.png);
	background-position: 11px center;
	background-repeat: no-repeat;
	color: #1a1a1a;
	line-height: 42px;
	height: 42px;
	font-size: 20px;
	padding-left: 50px;
	margin-bottom: 5px;
}

.videolist {
	padding-bottom: 65px;
}

.videolist .large {
	width: 865px;
	float: left;
	position: relative;
}

.videolist .large img {
	display: block;
	width: 865px;
	height: 489px;
}

.videolist .large .playBtn {
	width: 73px;
	height: 73px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -36px 0 0 -36px;
	background: url(../webimages/inco20.png) 0 0 no-repeat;
}

.videolist .small {
	width: 192px;
	float: right;
}

.videolist .smallList {
	height: 448px;
	overflow: hidden;
	position: relative;
}

.videolist .small ul {
	position: relative;
}

.videolist .small ul li {
	margin-bottom: 5px;
	cursor: pointer;
	position: relative;
}

.videolist .small ul li img {
	display: block;
	width: 192px;
	height: 107px;
}

.videolist .small ul li h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 180px;
	height: 30px;
	line-height: 30px;
	padding-left: 12px;
	z-index: 100;
	color: #fff;
	background: url(../webimages/inco21.png) repeat;
}

.videolist .small ul li .samllBorer {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 186px;
	height: 101px;
	border: 3px solid #61BE31;
	z-index: 99;
}

.videolist .small ul li:hover .samllBorer,
.videolist .small ul li.cur .samllBorer {
	display: block;
}

.arrorBtn {
	margin-top: 2px;
}

.arrorBtn a {
	display: block;
	width: 94px;
	float: left;
	height: 40px;
	background-image: url(../webimages/inco22.png);
	background-repeat: no-repeat;
}

.arrorBtn a.left {
	background-position: 0 0;
	margin-right: 4px;
}

.arrorBtn a.right {
	background-position: -98px 0;
}


/*集团介绍*/

.pt55 {
	padding-top: 55px;
}

.CompanyProfile {
	color: #333;
	padding-bottom: 25px;
}

.comPro {
	padding-bottom: 35px;
}

.comPro h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.CompanyNav {
	background: #E4E4E4;
	height: 35px;
	line-height: 35px;
}

.CompanyNav a {
	padding: 0 32px;
	display: block;
	float: left;
	color: #333;
	font-weight: bold;
	background: url(../webimages/wimg30.jpg) right center no-repeat;
}

.CompanyNav a:hover,
.CompanyNav a.cur {
	background: #dc3023;
	color: #fff;
}

.content {
	padding: 40px 0;
	border-bottom: 1px solid #EBEBEB;
}

.content .conOne {
	display: none;
}

.contentShare {
	float: none;
	margin: 0;
	text-align: right;
	padding: 13px 0;
}


/*品牌理念*/

.mt55 {
	margin-top: 55px;
}

.Brandidea {
	padding: 45px 0 0;
	margin-bottom: 70px;
	background: url(../webimages/wimg31.jpg) right bottom no-repeat;
}

.BrandideaCon {
	width: 590px;
}

.BrandTitle img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.BrandTitle .blos {
	font-weight: bold;
	font-size: 16px;
	padding-right: 28px;
	color: #dc3023;
}

.BrandTitle .emText {
	font-size: 16px;
	padding-right: 30px;
}


/*品牌释意*/

.meaning {
	margin: 35px 0 55px;
	border: 1px solid #DADADA;
	padding: 90px 90px 145px;
	background: url(../webimages/wimg36.jpg) 30px bottom no-repeat;
}


/*品牌专刊*/

.bookWraper {
	padding: 40px 0 65px;
}

.bookLeft {
	width: 760px;
	float: left;
}

.bookDatename {
	font-size: 24px;
	color: #dc3023;
	background: url(../webimages/inco23.png) 0 0 no-repeat;
	padding-left: 50px;
	line-height: 40px;
	margin-bottom: 15px;
}

.bookDatename select {
	float: right;
	border: 1px solid #DADADA;
	width: 255px;
	padding: 10px;
	color: #999;
	font-size: 12px;
	cursor: pointer;
}

.RecommendBook {
	border: 1px solid #DADADA;
}

.RecommendBook dt {
	float: left;
	width: 248px;
}

.RecommendBook dt img {
	display: block;
	width: 248px;
	height: 311px;
}

.RecommendBook dd {
	width: 470px;
	float: left;
	padding: 30px 20px 35px;
	cursor: pointer;
}

.RecommendBook dd h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

.RecommendBook dd h4 a {
	color: #333;
	font-weight: 600;
}

.RecommendBook dd:hover h4 a {
	color: #dc3023;
}

.RecommendBook dd .text {
	margin-bottom: 20px;
	height: 154px;
	overflow: hidden;
}

.RecommendBook dd .readBtn {}

.RecommendBook dd .readBtn a {
	color: #dc3023;
	padding-right: 18px;
	background: url(../webimages/inco24.png) right 6px no-repeat;
}

.booking {
	margin-top: 15px;
}

.booking ul {
	width: 780px;
	padding-bottom: 25px;
	*padding-bottom: 40px
}

.booking ul li {
	margin-bottom: 10px;
	width: 248px;
	float: left;
	margin-right: 8px;
	background-color: #F2F1F1;
}

.booking ul li img {
	display: block;
	width: 248px;
	height: 139px;
}

.booking ul li .liCon {
	padding: 15px 15px 20px;
	color: #666;
	font-size: 12px;
}

.booking ul li .liCon .bookName {
	color: #333;
	font-size: 14px;
	margin-bottom: 5px;
	height: 22px;
	overflow: hidden;
}

.booking ul li a:hover .bookName {
	color: #dc3023;
}

.booking ul li .bookText {
	height: 62px;
	overflow: hidden;
	line-height: 20px;
}

.bookRight {
	border-left: 1px solid #DADADA;
	padding-left: 15px;
	width: 265px;
	float: right;
}

.bookRight h3 {}

.booHotklist {
	padding-top: 48px;
}

.booHotklist h4 {
	font-size: 18px;
	color: #dc3023;
	margin-bottom: 25px;
}

.hotList {
	padding-bottom: 5px;
}

.hotList li {
	margin-bottom: 8px;
	height: 22px;
	overflow: hidden;
}

.hotList li span.square {
	width: 4px;
	height: 4px;
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	*zoom: 1;
	background: #dc3023;
	margin-right: 15px;
}

.hotList li.add1 span.square {
	background: #ED1C24;
}

.hotList li.add2 span.square {
	background: #FBAF5D;
}

.hotList li.add3 span.square {
	background: #FBAF5D;
}

.hotList li a:hover,
.pastList li a:hover {
	color: #dc3023;
}

.pastList {
	margin-top: -15px;
}

.pastList li {
	border-bottom: 1px solid #E6E6E6;
	padding: 15px 0 11px;
}

.pastList li .loadBtn {
	float: right;
	color: #dc3023;
	background: url(../webimages/inco26.png) 0 0 no-repeat;
	padding-left: 25px;
}

.pastList li a {
	display: block;
	height: 22px;
	overflow: hidden;
}

.scrollbar {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 235px;
	padding-right: 26px;
}

.scrollbar .ui-lengthways-slide {
	height: 40px!important;
	cursor: pointer;
}


/*滚动条外部路径*/

.scrollbar .ui-lengthways {
	width: 5px;
	position: absolute;
	right: 2px;
	top: 0;
	background: #E6E6E6;
	font-size: 0;
	cursor: pointer;
}


/*滚动条滑块*/

.scrollbar .ui-lengthways-slide {
	width: 100%;
	background: #C1C1C1;
	position: absolute;
	left: 0;
	top: 0;
}


/*横的滚动条*/

.scrollbar .ui-horizontal {
	height: 10px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #C1C1C1;
	font-size: 0;
}


/*滚动条滑块*/

.scrollbar .ui-horizontal-slide {
	height: 100%;
	width: 20px;
	background: #C1C1C1;
	position: absolute;
	left: 0;
	top: 0;
}


/*企业文化*/

.corporateCulture {
	padding-bottom: 60px;
	background: url(../webimages/wimg45.jpg) left bottom no-repeat;
}

.Culture {
	width: 666px;
	margin-top: -30px;
}

.cultureTit {
	color: #333;
	font-weight: bold;
	margin-bottom: 17px;
}

.cultureTit span {
	color: #dc3023;
	font-size: 16px;
	padding-right: 13px;
}

.borderBottom {
	border-bottom: 1px solid #E4E4E4;
	padding: 30px 0;
}


/*创投*/

.productDeatils,
.estateDeatils {
	padding: 55px 0 90px;
	line-height: 24px;
}

.productTitle {
	color: #523737;
	font-size: 24px;
	margin-bottom: 25px;
}

.productTitle img {
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 10px;
}


/*房地产*/

.RealEstate {
	padding: 55px 0 65px;
	background: url(../webimages/wimg50.jpg) right bottom no-repeat;
}

.RealEstateList {
	padding-bottom: 80px;
}

.RealEstateList ul {
	padding: 20px 0 22px;
	width: 1080px;
	*padding-bottom: 36px;
}

.RealEstateList ul li {
	float: left;
	width: 348px;
	background: #F2F2F2;
	margin: 0 8px 14px 0;
}

.RealEstateList ul li img {
	display: block;
	width: 348px;
	height: 196px;
}

.RealEstateList ul li h4 {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
}

.RealEstateList ul li h4 a:hover {
	color: #dc3023;
}

.loadMore {
	border: 1px solid #7FC1C0;
	height: 42px;
	line-height: 42px;
}

.loadMore a {
	display: block;
	height: 42px;
	background: url(../webimages/inco30.png) center center no-repeat;
}

.recruitmentfloat {
	z-index: 110;
	display: none;
	width: 100%;
	position: fixed;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#8F000000, endcolorstr=#8F000000);
	left: 0px;
	top: 0px;
	_position: absolute;
	_top: expression(documentElement.scrollTop + 0 + "px");
}

.tianjiatvwrap {
	width: 1000px;
	margin: 0 auto;
	position: absolute;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -250px;
}

.tianjiatvwrap .videobox {
	height: 500px;
	position: relative;
	z-index: 1;
}

.recclosebtn {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../webimages/icon_18.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0px;
	cursor: pointer;
	z-index: 100;
	margin: -20px -20px 0 0;
	z-index: 9;
}


/*房地产详情页*/

.estateDeatils {
	background: url(../webimages/wimg67.jpg) right bottom no-repeat;
}

.photoList {
	margin: 10px 0 15px;
}

.photoLarge {
	float: left;
	width: 818px;
}

.photoLarge img {
	display: block;
	width: 818px;
	height: 458px;
}

.photoSamll {
	width: 237px;
	float: right;
}

.photoSamll .samllCon {
	position: relative;
	height: 416px;
	overflow: hidden;
}

.photoSamll ul {
	position: relative;
}

.photoSamll ul li {
	width: 237px;
	height: 134px;
	padding-bottom: 6px;
	position: relative;
	cursor: pointer;
}

.photoSamll ul li img {
	display: block;
	width: 237px;
	height: 134px;
}

.photoSamll ul li .line {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 231px;
	height: 128px;
	border: 3px solid #60BD2E;
}

.photoSamll ul li:hover .line,
.photoSamll ul li.cur .line {
	display: block;
}

.photoArrorBtn {
	margin-top: 2px;
}

.photoArrorBtn a {
	display: block;
	float: left;
	width: 117px;
	height: 40px;
	background-image: url(../webimages/inco31.png);
	background-repeat: no-repeat;
}

.photoArrorBtn a.left {
	background-position: 0 0;
	margin-right: 3px;
}

.photoArrorBtn a.right {
	background-position: -120px 0;
}


/*高尔夫*/

.golfColumnDeatils {
	padding: 55px 0 30px;
}

.golfTitle {
	background-color: #E4E4E4;
	background-image: url(../webimages/inco33.png);
	background-repeat: no-repeat;
	background-position: 14px center;
	height: 35px;
	line-height: 35px;
	padding-left: 47px;
	font-weight: bold;
}

.golfColumn {
	padding-bottom: 60px;
}

.productPop {
	position: relative;
	text-align: left;
	padding: 48px 0 50px;
	background-image: url(../webimages/wimg71.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 15px;
}

.productPop .d_img {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 946px;
	height: 320px
}

.productPop .d_img li {
	position: absolute;
	display: none;
	z-index: 0;
	padding: 0 !important;
}

.productPop .d_img li img {
	display: block;
	width: 100%;
	border: 1px solid #D9D9D9;
}

.productPop .d_img li p {
	position: absolute;
	bottom: -30px;
	text-align: center;
	width: 100%;
	left: 0;
	font-size: 16px;
	color: #1a1a1a;
}

.productPop .d_img li h4 {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	color: #fff;
	background: url(../webimages/inco21.png) repeat;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.productPop .d_img li.d_pos1 {
	display: block;
	width: 138px;
	left: 0%;
	top: 110px;
	z-index: 1;
}

.productPop .d_img li.d_pos2 {
	display: block;
	width: 225px;
	left: 10%;
	top: 80px;
	z-index: 2;
}

.productPop .d_img li.d_pos3 {
	display: block;
	width: 563px;
	left: 20%;
	top: 0;
	z-index: 3;
}

.productPop .d_img li.d_pos4 {
	display: block;
	width: 225px;
	right: 10%;
	top: 80px;
	z-index: 2;
}

.productPop .d_img li.d_pos5 {
	display: block;
	width: 138px;
	right: 0%;
	top: 110px;
	z-index: 1;
}

.productPop .proBtn a {
	position: absolute;
	display: block;
	width: 23px;
	height: 33px;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	margin-top: -38px;
	background-image: url(../webimages/inco34.png);
	background-repeat: no-repeat;
}

.productPop .d_next {
	right: 18px;
	background-position: -55px 0;
}

.productPop .d_prev {
	left: 18px;
	background-position: -6px 0;
}

.productPop .d_prev:hover {
	background-position: -85px 0;
}

.productPop .d_next:hover {
	background-position: -135px 0;
}

.enterline {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.enterline a {
	color: #339d9a;
	text-decoration: underline;
	font-weight: normal;
}


/*金属板材*/

.CoreTitle {
	height: 35px;
	line-height: 35px;
	background-color: #E4E4E4;
	font-size: 14px;
}

.CoreTitle span {
	display: inline-block;
	padding: 0 28px;
	line-height: 35px;
	background-color: #dc3023;
	font-weight: bold;
	color: #fff;
}

.CoreProductDeatils {
	padding: 55px 0 35px;
}

.CoreProduct ul {
	width: 1090px;
	padding: 20px 0 35px;
}

.CoreProduct ul li {
	width: 336px;
	float: left;
	color: #666;
	background: #F2F2F2;
	margin-right: 25px;
}

.CoreProduct ul li img {
	display: block;
	width: 336px;
	height: 189px;
}

.CoreProduct ul li .coreCon {
	padding: 20px 25px;
}

.CoreProduct ul li .coreCon h4 {
	border-bottom: 1px solid #DADADA;
	font-size: 16px;
	color: #333;
	height: 30px;
	overflow: hidden;
}

.CoreProduct ul li .coreCon .text {
	margin-top: 10px;
	height: 44px;
	overflow: hidden;
}

.SuccessfulCase {
	padding-bottom: 45px;
}

.SuccessfulCaseCon {
	padding: 30px 0;
	background: url(../webimages/wimg80.jpg) left bottom no-repeat;
}

.proenterline {
	padding-top: 25px;
}

.pb45 {
	padding-bottom: 45px;
}


/*医药*/

.pb25 {
	padding-bottom: 25px;
}

.medicine {
	width: 1090px;
}

.medicine li {
	float: left;
	width: 348px;
	margin-right: 8px;
}

.medicine li img {
	display: block;
	width: 348px;
	height: 195px;
}

.medicine li .tit {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #F2F2F2;
	font-size: 16px;
	overflow: hidden;
}

.medicineList {
	padding-bottom: 45px;
}

.medicineDl {
	padding-bottom: 25px;
}

.medicineDl dl {
	padding: 50px 0;
	border-bottom: 1px solid #E6E6E6;
}

.medicineDl dl dt {
	float: right;
	width: 456px;
	border: 1px solid #F2F2F2;
}

.medicineDl dl dt img {
	width: 454px;
	height: 254px;
	display: block;
}

.medicineDl dl dd {
	float: left;
	width: 575px;
}

.medicineDl dl dd h4 {
	color: #199899;
	margin-bottom: 10px;
}

.medicineDl dl dd h4 strong {
	font-size: 18px;
	padding-right: 13px;
}

.medicineDl dl dd .p1 {
	color: #199899;
	margin-bottom: 5px;
}

.medicineDl dl dd .more {
	margin-top: 15px;
	border: 1px solid #E4E4E4;
	display: inline-block;
	width: 69px;
	height: 30px;
	font-size: 12px;
	background-image: url(../webimages/inco40.png);
	background-repeat: no-repeat;
	background-position: 63px -30px;
	text-align: center;
	line-height: 30px;
	padding-right: 10px;
}

.medicineDl dl dd .pText {
	height: 122px;
	overflow: hidden;
	cursor: pointer;
	line-height: 24px;
}

.medicineDl dl dd.cur .pText {
	height: auto;
	overflow: auto;
}

.medicineDl dl dd .more.cur {
	background-position: 63px 13px;
}

.TalentIdea {
	padding: 55px 0 75px;
	line-height: 24px;
	background: url(../webimages/wimg98.jpg) right bottom no-repeat;
}

.TalentIdea dl dd {
	float: left;
	width: 500px;
}

.TalentTitle {
	font-size: 16px;
	color: #dc3023;
	font-weight: bold;
	margin-bottom: 8px;
}

.TalentIdea dl dd.dd1 {
	border-right: 1px solid #E6E6E6;
	padding-right: 29px;
}

.TalentIdea dl dd.dd2 {
	padding-left: 30px;
}


/*人才招聘*/

.jobSearch {
	padding: 55px 0 36px;
}

.jobSearch .searchList {
	width: 226px;
	float: left;
	height: 38px;
	border: 1px solid #d9d9d9;
	margin-right: 11px;
	color: #999;
	position: relative;
}

.jobSearch .searchList .choose {
	padding-left: 10px;
	width: 176px;
	height: 38px;
	line-height: 38px;
	display: block;
	color: #999;
	background: url(../webimages/inco41.png) right top no-repeat;
	cursor: pointer;
	padding-right: 40px;
	overflow: hidden;
}

.searchList ul,
.suggestionTable tbody tr td ul {
	position: absolute;
	width: 100%;
	top: 38px;
	left: -1px;
	background: #fff;
	height: 150px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #e0e0e0;
	display: none;
}

.searchList ul li,
.suggestionTable tbody tr td ul li {
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.suggestionTable tbody tr td ul li {
	*padding-left: 20px;
}

.searchList ul li:hover,
.suggestionTable tbody tr td ul li:hover {
	background: #dc3023;
	color: #fff;
}

.jobsearchBtn {
	*width: 125px;
	padding: 0 32px 0 59px;
	background-image: url(../webimages/inco42.png);
	background-repeat: no-repeat;
	background-position: 32px center;
	background-color: #60be2d;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.jobslist {
	padding-bottom: 35px
}

.jobslist dl {
	line-height: 60px;
	border-bottom: 1px solid #cccccc;
}

.jobslist dl dt {
	float: left;
	padding-left: 53px;
	width: 219px;
	background: url(../webimages/inco43.png) no-repeat 19px center;
}

.jobslist dl dt a:hover {
	color: #dc3023;
}

.jobslist dl dd {
	float: left;
	width: 219px;
}

.jobslist dl dd span {
	display: inline-block;
	width: 68px;
	text-align: center;
}

.jobslist dl dd.jobslistTime {
	width: 157px;
	font-family: Arial;
}

.jobslist dl dd.jobslistTshen {
	width: 193px;
	text-align: center;
}

.jobslist dl dd .deatilsBtn {
	width: 93px;
	height: 60px;
	display: block;
	background: url(../webimages/inco44.png) no-repeat 0 center;
	margin: 0 auto;
	line-height: 60px;
	font-size: 14px;
}

.jobslist dl dd .deatilsBtn:hover {
	color: #dc3023
}

.jobslist dl.jobslistHead {
	background: #dc3023;
	color: #FFF;
	border-bottom: none;
	margin: 0px;
	font-size: 16px;
}

.jobslist dl.jobslistHead dt {
	background: none;
}

.jobslist dl.jobslistHead dd.jobslistTime {
	width: 152px;
	padding-left: 5px;
	font-family: "Microsoft YaHei";
}

.mb75 {
	margin-bottom: 75px;
}


/**人力资源详情页*/

.managerDeatils {
	padding: 55px 0 60px;
}

.managerDeatils h3 {
	font-size: 24px;
	margin-bottom: 22px;
}

.jobsDetailedTop {
	background: #EFF7F7;
	padding: 25px 30px 15px;
	color: #4c4c4c;
}

.jobsDetailedTop span {
	display: inline-block;
	padding: 0 85px 8px 0;
}

.jobsDetailedMiddle {
	padding: 30px 30px 20px;
	color: #4c4c4c;
	line-height: 24px;
	border-bottom: 1px solid #E4E4E4;
}

.jopshen a {
	color: #dc3023;
}

.returnBtn {
	padding-top: 25px;
}

.returnBtn a {
	display: inline-block;
	padding: 8px 40px;
	background: #dc3023;
	font-size: 16px;
	color: #fff;
}

.jobsbdshare {
	float: none;
	margin-top: 20px;
}

.MiddleSchoolPro {
	padding: 55px 0 30px;
	line-height: 24px;
	background: url(../webimages/wimg99.jpg) right 55px no-repeat;
}

.MiddleTitle {
	color: #dc3023;
	font-size: 24px;
	margin-bottom: 15px;
}

.MiddleTitle img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	*zoom: 1;
	*display: block;
}

.MiddleSchoolList {
	padding-bottom: 60px;
}


/*专题*/

.specialBanner {
	position: relative;
	overflow: hidden;
	height: 300px;
}

.specialBanner img {
	position: absolute;
	display: block;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	height: 300px;
}

.specialTop {
	padding: 47px 0 30px;
	border-bottom: 1px solid #DCDCDC;
}

.specialLeft {
	width: 607px;
	float: left;
	position: relative;
}

.specialLeft img {
	display: block;
	width: 607px;
	height: 342px;
}

.specialLeft h4 {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../webimages/inco21.png) repeat;
	padding-left: 20px;
	font-size: 13px;
	width: 567px;
	padding: 10px 20px;
	color: #fff;
}

.specialLeft h4 a {
	color: #fff;
}

.specialtext {
	display: block;
	padding-top: 8px;
}

.specialRight {
	float: right;
	width: 410px;
	color: #000;
}

.specialRight .img {
	text-align: center;
}

.specialRight .dot {
	color: #dc3023;
	padding-right: 10px;
}

.specialCon {
	background: #dc3023;
	color: #fff;
	padding: 13px 10px;
	margin-top: 8px;
	line-height: 20px;
}

.specialCon p {
	margin-bottom: 3px;
}

.specialCon .spw {
	display: inline-block;
	width: 98px;
	vertical-align: top;
}

.specialCon .sp2 {
	width: 292px;
	display: inline-block;
}

.specialMiddle {
	padding-bottom: 40px;
	border-bottom: 1px solid #DCDCDC;
}

.specialDl {
	padding: 20px 0;
}

.specialDl dd {
	float: left;
	width: 630px;
}

.specialDl dd h4 {
	font-weight: bold;
	font-size: 20px;
	color: #dc3023;
	margin: 15px 0 16px 0;
}

.specialDl dd .satime {
	display: block;
	padding-left: 22px;
	color: #999;
	background: url(../webimages/inco18.png) 0 center no-repeat;
	margin-bottom: 10px;
}

.specialDl dt {
	position: relative;
	float: right;
	width: 365px;
}

.specialDl dt img {
	display: block;
	width: 365px;
	height: 217px;
}

.specialDl dt .vodeoBtn {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../webimages/inco47.png) 0 0 no-repeat;
	width: 81px;
	height: 81px;
	z-index: 3;
	cursor: pointer;
}

.specialDl dt .layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../webimages/inco46.png) repeat;
	z-index: 2;
}

.specialList {
	padding: 25px 53px;
	background: #EFF7F7;
}

.specialList {
	position: relative;
}

.specialItem {
	overflow: hidden;
}

.specialList ul {
	width: 999999px;
}

.specialList ul li {
	float: left;
	width: 313px;
	margin-right: 8px;
}

.specialList ul li img {
	display: block;
	width: 313px;
	height: 176px;
}

.specialList ul li .title {
	height: 30px;
	line-height: 30px;
}

.specialArror a {
	display: block;
	width: 20px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	background-image: url(../webimages/inco48.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.specialArror a.sprev {
	left: 15px;
	background-position: 0 0;
}

.specialArror a.snext {
	right: 15px;
	background-position: -31px 0;
}

.specialBottom {
	padding-bottom: 65px;
	border-bottom: none;
}


/*投诉建议*/

.slogan img {
	display: block;
	width: 1060px;
}

.suggestionsCon {
	padding: 55px 30px 35px;
	background: url(../webimages/inco50.png) left top no-repeat;
	margin-bottom: 18px;
}

.suggestionsCon dl {
	padding-bottom: 30px;
	border-bottom: 1px solid #92d3d0;
}

.suggestionsCon dl dt {
	width: 97px;
	float: left;
	margin-top: 10px;
	margin-right: 25px;
}

.suggestionsCon dl dd {
	float: left;
	width: 618px;
}

.suggestionsList {
	padding: 33px 0 28px;
}

.suggestionsList li {
	padding-left: 40px;
	float: left;
	border-right: 1px solid #92d3d0;
}

.suggestionsList li.li1 {
	padding-left: 30px;
	width: 282px;
}

.suggestionsList li.li2 {
	width: 312px;
}

.suggestionsList li.li3 {
	width: 284px;
	border-right: none;
}

.suggestionsList li h5,
.suggestionTable thead td h5 {
	font-size: 18px;
	color: #dc3023;
	margin-bottom: 20px;
}

.suggestionsList li h5 img,
.suggestionTable thead td h5 img {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	margin-right: 10px;
	margin-top: -3px;
}

.suggestionsList li .num {
	font-size: 12px;
}

.suggestionsList li .code {
	float: right;
	margin: -10px 55px 0 0;
}

.suggestionsList li .code img {
	display: block;
	width: 84px;
	height: 84px;
}

.onlineTable {
	padding-bottom: 65px;
}

.suggestionTable {
	background: #E9F4F4;
	width: 100%;
	margin-bottom: 15px;
}

.suggestionTable thead td {
	height: 50px;
	line-height: 50px;
}

.suggestionTable thead td h5 {
	padding-left: 30px;
	margin-bottom: 0;
}

.suggestionTable tr td {
	border-bottom: 1px solid #92d3d0;
	height: 55px;
}

.suggestionTable tbody tr td {
	border-right: 1px solid #92d3d0;
}

.suggestionTable tbody tr .td1 {
	width: 120px;
}

.suggestionTable tbody tr .title {
	padding-left: 30px;
}

.suggestionTable tbody tr .title em {
	color: #ff0000;
}

.suggestionTable tbody tr .td2 {
	width: 412px;
	background: #F5FAFA;
	position: relative;
}

.suggestionTable tbody tr .td2 label {
	display: block;
}

.suggestionTable tbody tr td .text {
	padding-left: 10px;
	width: 100%;
}

.suggestionTable tbody tr td.reList {
	z-index: 2;
}

.suggestionTable tbody tr td .tdChoose {
	padding-left: 10px;
	*padding-left: 20px;
	width: 402px;
	height: 55px;
	line-height: 55px;
	display: block;
	background: url(../webimages/inco56.png) 96% center no-repeat;
	cursor: pointer;
}

.suggestionTable tbody tr td .sugUl {
	width: 400px;
	top: 55px;
	z-index: 999;
}

.suggestionTable tbody tr td textarea {
	padding: 10px;
	width: 926px;
	height: 110px;
}

.suggestionTable tbody tr td.message .title {
	margin-top: -50px;
}

.suggestionTable tbody tr td .codeImg {
	position: absolute;
	right: 15px;
	top: 7px;
}

.suggestionTable tbody tr td .codeImg img {
	display: block;
	width: 105px;
	height: 45px;
}

.tableBtn input {
	width: 122px;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
}

.tableBtn .submitBtn {
	background: #dc3023;
	color: #fff;
	margin-right: 5px;
	vertical-align: top;
}

.tableBtn .resetbtn {
	width: 120px;
	border: 1px solid #229492;
}

.sharelist {
	position: relative;
}

.weixinImg {
	display: none;
	position: absolute;
	top: -91px;
	left: 50%;
	margin-left: -42px;
	z-index: 3;
}

.weixinImg img {
	display: block;
	width: 84px;
	height: 84px;
}

.bdsharebuttonbox a {
	*display: inline;
	*zoom: 1;
	*margin: 0 1px !important;
}


/*20170114*/

.footerText a {
	color: #a4adb1;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

body {
	padding-top: 120px;
}

.indexList ul li {
	z-index: 1;
}

.videolist .large h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 845px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: url(../webimages/inco21.png) repeat;
	padding: 0 10px;
}

.wcompanyList dl:hover {
	background: #ddd;
	cursor: pointer;
}

.wcompanyList dl dd {
	padding-left: 30px;
}

.wcompanyList dl dt {
	padding-right: 30px;
}

.wcompanyList {
	padding-top: 10px;
}

.subWraper {
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 3;
}

.productTitle img,
.MiddleTitle img {
	display: none;
}

.golfcom {
	position: relative;
	cursor: pointer;
}

.golfcom .hotHover .absoluteCon {
	padding: 15px 15px 0;
}

.golfcom .hotHover .absoluteCon .nTtile {
	margin-bottom: 2px;
	font-size: 13px;
}

.golfcom .hotHover .text {
	height: 20px;
	overflow: hidden;
	margin-bottom: 2px;
	font-size: 12px;
}

.golfcom:hover .hotHover {
	display: block;
}

.recruitmentfloat {
	z-index: 999;
}


/**20170223*/

.secondEdition {
	padding: 40px 0 20px;
	background: #fff;
}

.secondNews {
	float: left;
	width: 376px;
	margin-right: 20px;
}

.secondNews h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #DADBDE;
}

.secondNews h3 span {
	position: relative;
	color: #dc3023;
	font-weight: bold;
	border-bottom: 1px solid #dc3023;
	padding-bottom: 10px;
}

.secondNews h3 .more {
	width: 20px;
	height: 20px;
	background: url(../webimages/inco57.png);
	float: right;
	display: block;
}

.twonewsdl {
	padding: 10px 0 8px;
	border-bottom: 1px solid #DADBDE;
	cursor: pointer;
}

.twonewsdl dt {
	float: left;
	width: 60px;
	margin-right: 25px;
	text-align: center;
}

.twonewsdl dt em {
	padding: 10px 0 5px;
	display: block;
	color: #dc3023;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
}

.twonewsdl dt span {
	color: #dc3023;
	font-size: 16px;
}

.twonewsdl dd {
	float: left;
	width: 290px;
}

.twonewsdl dd .newsTitle {
	font-weight: bold;
	font-size: 16px;
	height: 36px;
	overflow: hidden;
	margin-bottom: 6px;
	line-height: 18px;
}

.twonewsdl dd .newsText {
	font-size: 12px;
	color: #666;
	height: 44px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.twonewsdl dd .newsText a span {
	color: #dc3023;
}

.twonewslist {
	padding-top: 6px;
}

.twonewslist li {
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.twonewslist li a {
	color: #666;
}

.twonewslist li a:hover,
.twonewsdl:hover a {
	color: #dc3023;
}

.twonewslist li span {
	padding-right: 16px;
}

.groupMiddle {
	float: right;
	margin-right: 0px;
	position: relative;
}

.groupCon {
	position: relative;
}

.groupCon .abouttext {
	position: absolute;
	top: 30px;
	left: 30px;
}

.groupCon .abouttext em {
	display: block;
	font-size: 18px;
	color: #fff;
	padding-top: 10px;
}

.groupMiddle .img {
	display: block;
	width: 480px;
	height: 235px;
}

.groupHover {
	display: none;
	position: absolute;
	width: 420px;
	height: 205px;
	top: 0;
	left: 0;
	z-index: 999;
	background: url(../webimages/wimg118.jpg) repeat;
	overflow: hidden;
	padding: 20px 30px 10px;
}

.groupMiddle:hover .groupHover {
	display: block;
}

.grouptitle {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}

.incoUl {
	padding-top: 20px;
}

.incoUl li {
	width: 84px;
	float: left;
	text-align: center;
	color: #fff;
}

.incoUl li a {
	color: #fff;
	padding: 7px 0;
	display: block;
}

.incoUl li a:hover {
	background: #60BE2D;
}

.wqpcommonWeb {
	width: 1180px;
	margin: 0 auto;
}

.twophotoList {
	position: relative;
	float: left;
	width: 285px;
}

.twophotoList img {
	display: block;
	width: 285px;
	height: 235px;
}

.twophotoList:hover .hotHover {
	display: block;
}

.twoFooter {
	background: #53656F;
	padding: 26px 0;
	color: #8b9eaa;
	*height: 44px;

}

.rightfooter {
	float: right;
}

.footerlink a {
	color: #8b9eaa;
	font-size: 13px;
	padding-right: 20px;
}

.rightfooter .weixin {
	float: left;
	margin-right: 22px;
	position: relative;
	cursor: pointer;
}

.rightfooter .weixin span {
	background: url(../images/inco69.png) 0 0 no-repeat;
	display: block;
	height: 38px;
	line-height: 38px;
	padding-left: 45px;
}

.rightfooter .siteSelect {
	float: left;
	position: relative;
}

.rightfooter .siteSelect span {
	display: block;
	width: 180px;
	height: 36px;
	border: 1px solid #8999A3;
	line-height: 36px;
	padding-left: 15px;
	background: url(../webimages/inco70.png) 168px center no-repeat;
	cursor: pointer;
}

.sitelist {
	position: absolute;
	bottom: 38px;
	left: 0;
	width: 197px;
	background: #dc3023;
	display: none;
}

.sitelist a {
	color: #fff;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px solid #ddd;
}

.sitelist a:hover {
	background: #60BE2D;
}

.twoweixinimg {
	position: absolute;
	bottom: 38px;
	left: 10px;
	padding-bottom: 10px;
	display: none;
}

.twoweixinimg img {
	width: 100px;
	height: 100px;
}

.webbg {
	background: #fff;
	clear: both;
	overflow: hidden;
}



.view {
	background: #fff;
}

.webmap01 {
	background-color: #fff;
	padding: 10px 40px 50px;
}

.webmap01 dl {
	border: 1px solid #e6e6e6;
	margin-top: 50px;
}

.webmap01 dl h3 {
	padding-left: 20px;
	padding-bottom: 5px;
}

.webmap01 dl h3 span {
	font-size: 20px;
	color: #00a1e9;
	position: relative;
	top: -12px;
	background-color: #fff;
	padding: 0px 13px;
}

.webmap01 dl h3 span a {
	color: #dc3023;
}

.webmap01 dl dd {
	padding-left: 33px;
	padding-bottom: 10px;
}

.webmap01 dl dd a {
	font-size: 14px;
	padding-right: 50px;
	display: inline-block;
	padding-bottom: 8px;
}

.webmap01 dl dd a em {
	display: inline-block;
	margin-right: 8px;
	width: 3px;
	height: 3px;
	background-color: #dc3023;
	vertical-align: middle;
}

.Culture {
	margin-top: 10px;
}

.indexabout {
	position: absolute;
	left: 0;
	display: none;
}

.Brandidea {
	margin-bottom: 30px;
}

.RecommendBook:hover {
	background: #F2F1F1;
}

.specialLeft h4 {
	display: none;
}


/*20170313*/

.webmap01 dl dd a:hover {
	color: #dc3023;
}

.twoweixinimg img {
	display: block;
	border: 1px solid #ccc;
}

.meaning {
	border: none;
	background: none;
	margin: 0;
	padding: 20px 0 30px;
}

.RealEstateList ul li:hover h4 {
	background: #dc3023;
}

.RealEstateList ul li:hover h4 a {
	color: #fff;
}

.suggestionsList li.li1,
.suggestionsList li.li2 {
	width: 46%;
}

.suggestionsList li {
	border-right: none;
}

.jobsearchBtn {
	cursor: pointer;
}

.returnBtn a {
	background: none;
	border: 1px solid #ccc;
	color: #333;
	padding: 4px 20px;
	font-size: 14px;
}

.jopshen {
	font-weight: bold;
	font-size: 18px;
}

.jobstext {
	width: 190px;
	padding-left: 10px;
	border: 1px solid #D9D9D9;
	height: 38px;
	line-height: 38px;
	margin-right: 11px;
	color: #999;
}

.jobslist dl dd span {
	width: auto;
}

.jobslist dl dd.peoplecon,
.jobslist dl.jobslistHead .peoplenum {
	width: 120px;
	text-align: center;
}

.jobslist dl dd.jobaddress,
.jobslist dl dd.jodAddresscon {
	width: 310px;
	text-align: center;
}

.wcompanyList dl a {
	display: block;
	height: 191px;
	cursor: pointer;
}

.estateDeatils p.return {
	text-align: center;
	padding: 60px 0 0;
}

.estateDeatils p.return a {
	display: inline-block;
	background: #dc3023;
	padding: 6px 34px;
	color: #FFF;
	font-size: 14px;
}


/*20170919*/

.footerbommom2 a {
	color: #8b9eaa;
	margin-right: 10px;
}

.footerbommom2 a img {
	vertical-align: -4px;
	margin-right: 5px;
}


/*201701129*/

.subMenu {
	position: relative;
	text-align: left;
}

.nav ul li.li1 .subMenu {
	left: 252px;
}

.nav ul li.li2 .subMenu {
	text-align: center;
}

.nav ul li.li3 .subMenu {
	left: 47px;
	text-align: center;
}

.nav ul li.li4 .subMenu {
	left: 162px;
	text-align: center;
}

.nav ul li.li5 .subMenu {
	left: 290px;
	text-align: center;
}


/*20180426*/

.nav ul li {
	padding: 0 9px;
}


/*20180524*/

.logo {
	margin-right: 60px;
}

.nav {
	width: 820px;
}

.nav ul li {
	padding: 0 43px;
}

.contactUs{
	left: 391px;
   text-align: center;
} 


/* 页码 */

ul.pagination {
    text-align: center;
    padding: 0;
    margin: 0 ;

}

ul.pagination li {text-align: center;display:inline-block;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

ul.pagination li a.active {
    background-color: #dc3023;
    color: white;
    border: 1px solid #dc3023;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}


/* 首页董事长致辞 */
.m_bottom30{
	margin-bottom:30px;
}

.overflow{
	overflow: hidden;
}
.speech{width: 830px;background: #f1f1f1;float:left;}

.slideTxtBox{ width:830px; text-align:left;    height: 325px;  }
.slideTxtBox .hd{ height:30px; line-height:30px;padding:0 10px 0 20px; position:relative; }
.slideTxtBox .hd ul{ float:left; position:absolute; right:50px; top:-1px; height:32px;   }
.slideTxtBox .hd ul li{ float:left; padding:0 10px; cursor:pointer;background: #333333;  }
.slideTxtBox .hd ul li.on{ background:#dc3023; }
.slideTxtBox .hd ul li b{text-align: center;display: block;font-size: 22px;margin-top: 5px;color: #fff;}
.slideTxtBox .hd ul li span{text-align: center;display: block;color: #fff;}
.slideTxtBox .hd ul li.on b{color: #fff;}
.slideTxtBox .hd ul li.on span{color: #fff;}
.slideTxtBox .bd ul{ padding:15px 15px 40px 15px;  zoom:1;  }
.slideTxtBox .bd li{}
.slideTxtBox .bd li .date{ float:right; color:#999;  }
.speech .bd ul li{overflow: hidden;}
.speech .bd ul li .avatar{float: left;margin-right: 40px;margin-left: 20px;}
.speech .bd ul li .avatar img{width: 115px;height: 173px;border-radius:5% ;}
.speech .bd ul li dl{float: left;width: 430px;}
.speech .bd ul li dl dt {font-size: 20px;}
.speech .bd ul li dl dt span{font-size: 14px;color: #333;}
.speech .bd ul li dl dd{color: #666;line-height: 26px;margin-top: 15px;}
.speech .bd ul li .chairman{float: right;margin-top: 100px;margin-right:40px;}
.speech .bd ul li .chairman h3{font-size: 20px;}
.speech .bd ul li .chairman h3 span{border-bottom: solid 2px #333;padding-bottom: 5px;}
.speech .bd ul li .chairman p{text-align: right;line-height: 50px;}
.speech .bd ul .ry_li .ry_li_left{float:left}
.speech .bd ul .ry_li a{ margin:0 10px}
.speech .bd ul .ry_li a img{
	width: 310px;
	height: 235px;
}

/* 视频 */




.video{
	width: 350px;
	float:right;
	height: 325px;
	background-color: #F1F1F1;
}


/*播放器样式*/
.video_player{height:260px;}
.video_list_area{width: 350px;}
	ul.video_list{margin: 7px 0px 0px 0;height: 107px; list-style:none;}
	ul.video_list li{font-size: 14px;line-height: 24px;text-indent:5px;width: 340px; cursor:pointer }
	ul.video_list li a{display:inline-block;color: #333;}
	ul.video_list li.last a{margin-right:0;}
	ul.video_list li a:hover,ul.video_list li a.on{color: #c12e2e;}
	#ascrail2000-hr div{margin-left:0;}
.center{width: 350px;margin: 0px auto;}
/*播放器样式*/

