@charset "utf-8";
/* CSS Document */
body{
	letter-spacing:2px;
}

/*集团资讯*/
.jtzx{
	width:100%;
	height:auto;
	padding-bottom:2%;
}
.jtzxn{
	width:60%;
	margin:0 auto;
	height:auto;
	margin-top:1%;
}
.newsnav{
	margin-top:2%;
	color:#999999;
}
.newsnav a{
	color:#999999;
}
.nrlist ul li{
	padding-top:2%;
	padding-left:2%;
	margin-bottom:2%;
	padding-bottom:2%;
	background-color:#f8f8f8;
}
.newssingle div{
	width:96%;
	margin:0 auto;
}
.ntitle{
	line-height:42px;
}
.ncontent{
	line-height:36px;
	color:#999999;
}
.ckgd{
	padding-top:2%;
	color:#076ab4;
}

@media screen and (max-width:1440px) {
.jtzxn {
	width: 70%;
	margin: 0 auto;
	height:auto;
}
}
/*选项卡*/
.tabbox {
	width:100%;
}
.tab {
	list-style: none;
	display: table;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.tab li {
	width: 16%;
	float: left;
	line-height: 56px;
	cursor: pointer;
	background-color:#f2f3f3;
	color:#000;
	font-size: 16px;
    text-decoration: none;
	margin-right:2%;
	border-radius:30px;
	font-weight:bold;
}
.tab li {
	background-color: #076ab4;
	color:#FFF;
}
.tabbox .content>div {
	display: none;
}
.tabbox .content>div.active {
	display: block;
}



/*机遇*/
.jy{
	width:100%;
	margin:0 auto;
	padding-bottom:2%;
}

/*banner咨询按钮*/
.btn1{
	position:absolute !important;
	width:16%;
	height:18%;
	bottom:8%;
	right:28%;
}
.btn2{
	position:absolute !important;
	width:16%;
	height:24%;
	bottom:1%;
	left:0%;
}
.btn3{
	position:absolute !important;
	width:16%;
	height:24%;
	bottom:1%;
	left:0%;
}

