
.content{
	position: relative;
	width: 1204px;
	height: 500px;
	margin: 10px auto;
	text-align: center;
	padding: 0;
}
.accruals{
	float: left;
	width: 20%;
	height: 100%;
}
.accruals>span{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #0757a0;
	color: #FFFFFF;
}
.accruals>ul{
	float: left;
	width: 100%;
}
.accruals>ul>li{
	list-style: none;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #4da0ee;
	color: #FFFFFF;
	border-top: 1px #ffffff solid;
	cursor: pointer;
}
.accruals>ul>li:hover{
	background: red;
}
#tabs{
	position: absolute;
	top: 40px;
	left: 20%;
	width: 80%;
	color: #000;
	display: none;
	z-index: 50000;
}
.tab{
	width: 100%;
}
.tabhead{
	width: 100%;
	background: #D3D3D3;
}
.tabhead>th{
	width: 10%!important;
}
.marquee{
	float: left;
	width: 53%;
	height: 500px;
	overflow: hidden;
	margin-left: 1%;
}
#container{
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.section {
	background-color: #000;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
}
.sections,.section {
	height:100%;
}
#container,.sections {
	position: relative;
}
#section0 {
	background-image: url('../img/5.jpg');
}
#section1 {
	background-image: url('../img/5.jpg');
}
#section2 {
	background-image: url('../img/5.jpg');
}
#section3 {
	background-image: url('../img/5.jpg');
}
.banner{
	position: relative;
	/*width: 99.5%;*/
	height: 70px;
	margin-top: 20px;
	border: 1px #eee solid;
}
.banner>ul{
	float: left;
	width: 100%;
	text-align: center;
	height: 100%;
}
.banner>ul>a{
	float: left;
	width: 16.6%;
	height: 100%;
	/*border-right: 2px #EEEEEE solid;*/
	color: #000000;
	font-size: 14px;
	margin: 0 auto;
}
.banner>ul>a>li{
	float: left;
	text-align: center;
	list-style: none;
	margin: 0 auto;
}
.banner>ul>a>li>img{
	display: block;
	text-align: center;
}
.industry{
	float: left;
	width: 24.7%;
	height: 490px;
	/*border: 1px #EEEEEE solid;*/
	margin-left: 1%;
}
.notice {
    width: 100%;
    border: 1px solid #ddd;
    height: 400px;
    overflow: hidden;
    /* 点击导航栏第一个或最后一个标签时，超出的部分隐藏*/
}
.notice-tit {
    position: relative;
    height: 45px;
}        
.notice-tit ul {
    position: absolute;
    width: 301px;
    left: -1px;
    /* 当点击第一个导航栏标签时，左边边框会与大盒子的边框发生叠加，解决的方法利用定位让两个边框重合叠加在一起 */
	height: 45px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
}      
.notice-tit ul li {
    float: left;
    width: 95px;
    padding: 0 1px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    list-style: none;
}
.notice-tit ul li.selected {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #fff;
	color: #ad0002;
}
.notice-con div {
	width: 100%;
	/*float: left;*/
    /*height: 90px;*/
    display: none;
}
.notice-con>div>ul{
	float: left;
	width: 100%;
	margin:0;
	padding:0;
	list-style: none;
}
.notice-con>div>ul>li>a{
	display: inline-block;
	text-decoration: none;
	/*color: #000000;*/
	width: 60%;
	white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow: hidden;
	height:30px;
	line-height:30px;
	text-align: left;
}
.notice-con>div>ul>li{
	width: 100%;
	display: inline-block;
	height:30px;
	list-style-type:disc;
	list-style-image: url("/img/btn_pulldown.jpg");
}
.hangout{
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0 auto;
}
.hangouts{
	float: left;
	position: relative;
	width: 74%;
	height: 96%;
	background: #f6f6f6;
}
.hangout-content{
	position: relative;
	width: 98%;
	height: 96%;
	top: 2%;
	margin-left: 1%;
	background: #FFFFFF;
}
.hangout-head{
	position: relative;
	float: left;
	width: 96%;
	height: 40px;
	border-bottom: 1px #D1D1D0 solid;
	margin: 10px auto;
	margin-left: 2%;
	margin-bottom: 4px;
	overflow: hidden;
}
.hangout-head>img{
	float: left;
}
.hangout-head>span{
	float: left;
	color: #CD2626;
	font-size: 22px;
	line-height: 40px;
	margin-left: 3%;
	font-weight: bold;
}
.kgo-scroll-sty{
	width:96%;
	height:200px;
	margin:0 auto;
	line-height:26px;
	font-size:12px;
	overflow:hidden;
}
.kgo-scroll-sty>ul{
	list-style-type:none;
	margin:0;
	padding:0;
	background-color:#fff;
}
.kgo-scroll-sty>ul>li{
	color:#393939;
}
.kgo-scroll-head{
	margin-bottom:15px;
	height:30px;
	background-color:#364a5f;
	color:#fff;
	font-size:14px;
	font-weight:800;
	z-index:999;
}
.baseStyle{
	display:inline-block;
	height:100%;
	text-align:center;
	margin-left:20px;
	padding-left:10px;
	padding-right:10px;
}
.kgo-scroll-sty li{
	height:26px;
}
.croll-width{
	width:8%;
	height:30px;
	border-right: 1px #FFFFFF solid;
	white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow: hidden;
	}
.rowhover{
	background-color: #52c1a1;
	color: #FFF;
	font-weight: bold;
	border: none !important;
}
.hangouts-right{
	float: left;
	width: 24.7%;
	height: 96%;
	border: 1px #EEEEEE solid;
	margin-left: 1%;
}
.list-tit{
	float: left;
	width: 100%;
	height: 45px;
	background: #f6f6f6;
}
.list-tit>ul{
	float: left;
	width: 100%;
	height: 45px;
	border-left: 1px #EEEEEE solid;
	border-top: 1px #EEEEEE solid;
	border-right: 1px #EEEEEE solid;
	background: #f6f6f6;
}
.list-tit>ul>li{
	float: left;
	width: 33%;
	height: 100%;
	list-style: none;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
}
.selects{
	background: #FFFFFF;
	color: #00BFFF;
}
.newest{
	position: relative;
	width: 100%;
	height: 440px;
	margin: 0 auto;
}
.newests{
	float: left;
	position: relative;
	width: 74%;
	height: 440px;
	background: #f6f6f6;
}
.newest-content{
	position: relative;
	/*width: 98%;*/
	height: 285px;
	/*top: 2%;*/
	/*margin-left: 1%;*/
	background: #FFFFFF;
	margin:10px;
}
.newest-head{
	position: relative;
	float: left;
	width: 96%;
	height: 40px;
	border-bottom: 1px #D1D1D0 solid;
	margin: 10px auto;
	margin-left: 2%;
	margin-bottom: 4px;
	overflow: hidden;
}
.newest-head>img{
	float: left;
}
.newest-head>span{
	float: left;
	color: #CD2626;
	font-size: 22px;
	line-height: 40px;
	margin-left: 3%;
	font-weight: bold;
}
.newest-right{
	float: left;
	width: 24.7%;
	height: 96%;
	margin-left: 1%;
}
.newestbox{
	float: left;
	width: 100%;
	height: 96%;
	overflow: hidden;
}
.newestfoot{
	/*float: left;*/
	width: 100%;
	margin-top: 11px;
}
.newestbox>ul{
	float: left;
	width: 100%;
}
.newestbox>ul>li{
	float: left;
	width: 50%;
	list-style: none;
}
.newestbox>ul>li>a{
	/*float: left;*/
	/*width: 90%;*/
	text-decoration: none;
	/*color: #000000;*/
	display: block;
	margin:10px 10px 0 10px;
}
.newestbox>ul>li>a:hover{
	color: #00BFFF;
}
.newestbox>ul>li>a>img{
	width: 100%;
}
.newestbox>ul>li>a>span{
	display: block;
	white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow: hidden;
}
.project{
	position: relative;
	width: 100%;
	/*height: 400px;*/
	margin: 30px auto;
}
.project-head{
	position: relative;
	width: 100%;
	height: 40px;
	border-bottom: 2px #3694eb solid;
}
.project-head>span{
	float: left;
	width: 8%;
	height: 40px;
	background: #3694eb;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	display: block;
}
.project-head>ul{
	float: left;
	/*width: 88%;*/
	/*height: 20px;*/
}
.project-head>ul>li{
	float: left;
	list-style: none;
	/*width: 9%;*/
	height: 29px;
	font-size: 10px;
	border: 1px #3694eb solid;
	margin-top: 10px;
	text-align: center;
	margin-left: 4px;
	border-radius: 4px 4px 0 0;
	padding:0 5px;
}
.project-head>ul>li>a{
	text-decoration: none;
	color: #000000;
}

#tabMenu ul li.curent{ 
	background: #3694eb;
}
#tabMenu ul li.curent a{
	color: #fff;
}
.porject-content{
	/*float: left;*/
	width: 100%;
	height: 380px;
}
.project-contenthead{
	float: left;
	width: 100%;
	height: 100%;
	/*margin-top: 10px;*/
}
.project-tab{
	position: relative;
	width: 100%;
	height: 100%;
}
.project>img{
	/*float: left;*/
	width: 100%;
	/*margin: 130px auto;*/
}
.project-tab>table{
	/*float: left;*/
	background: #e9f4fa;
	font-weight: bold;
	height: 40px;
	border:0;
}
.project-tab>table td{
	border:0;
}
#tabContent .hide{ display:none;}

