

#newsBg{}


#roleBg{
    width: 100%;
}

.navBg{
	/* margin-top: 39px; */
	/* height: 66px; */
	position: absolute;
	z-index: 9999;
	width: 400px;
	top: inherit;
	left: 50%;
	margin-left: -555px;
	padding-top: 110px;
}
.navBg li{
    width: 183px;
    height: 161px;
    float: left;
    display: inline;
    background: url("../images/roleNav.png") no-repeat;
    cursor: pointer;
    margin-right: 2px;
}
.navBg li.roleNav1{
    background-position: -24px -12px;
}
.navBg li.roleNav2{
    background-position: -195px -16px;
}
.navBg li.roleNav3{
    background-position: -380px -19px;
}
.navBg li.roleNav4{
    background-position: -550px -18px;
}
.navBg li:hover.roleNav1, .navBg li.curr.roleNav1{
    background-position: -22px -178px;
}
.navBg li:hover.roleNav2, .navBg li.curr.roleNav2{
    background-position: -195px -177px;
}
.navBg li:hover.roleNav3, .navBg li.curr.roleNav3{
    background-position: -380px -171px;
}
.navBg li:hover.roleNav4, .navBg li.curr.roleNav4{
    background-position: -551px -170px;
}
ul.navBg li  {
    position: absolute;
    left: 12px;
    top: 257px;
}
ul.navBg li+li  {
    position: absolute;
    left: 167px;
    top: 338px;
}
ul.navBg li+li+li {
    position: absolute;
    left: 12px;
    top: 482px;
}
ul.navBg li+li+li+li  {
    position: absolute;
    left: 77px;
    top: 631px;
}
#roleBg .roleItem{
    width: 100%;
    height: 1000px;
    position: relative;
}
#roleBg .roleItem .a1{
    width: 1250px;
    height: 622px;
    background: url("../images/link1bg.png") center  no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -214px;
    top: 246px;
}
#roleBg .roleItem .a2{
     width: 1250px;
     height: 622px;
     background: url("../images/link1bg2.png") center  no-repeat;
     position: absolute;
     left: 50%;
     margin-left: -214px;
     top: 246px;
}
#roleBg .roleItem .a3{
     width: 1340px;
     height: 622px;
     background: url("../images/link1bg3.png") center  no-repeat;
     position: absolute;
     left: 50%;
     margin-left: -300px;
     top: 246px;
}
#roleBg .roleItem .a4{
     width: 1256px;
     height: 622px;
     background: url("../images/link1bg4.png") center  no-repeat;
     position: absolute;
     left: 50%;
     margin-left: -215px;
     top: 246px;
}
/*tab*/
.abgne_tab {
	clear: left;
	width: 1200px;
	margin: 62px 0 0 0;
	/*position: relative;*/
}
ul.tabs {
	width: 100%;
	margin: 0;
}
ul.tabs li {
	float: left;
	height: 39px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	border-left: none;
}
ul.tabs li a {
	display: block;
	padding: 6px 20px;
	color: #4a4a4a;
	text-decoration: none;
}
ul.tabs li a:hover {
	/*background: #ccc;*/
}
ul.tabs li.active  {
	/*background: #fff;*/
	/*border-bottom: 1px solid #F00;*/
}
ul.tabs li.active a:hover {
	/*background: #fff;*/
}
div.tab_container {
	clear: left;
	width: 1000px;
	padding-top: 40px;
}
div.tab_container .tab_content {
	padding: 0;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	overflow-x: auto;
	/*height: 540px;*/
}
div.tab_container .tab_content::-webkit-scrollbar {
    width: 15px;
} 
div.tab_container .tab_content::-webkit-scrollbar-track {
	background-color:inherit;
} 

div.tab_container .tab_content::-webkit-scrollbar-thumb {
	background-color: rgb(0, 0, 0);
	border-radius:30px;
} 

div.tab_container .tab_content::-webkit-scrollbar-button {
		  /*background-color: rgb(0, 0, 0);*/
} 

div.tab_container .tab_content::-webkit-scrollbar-corner {
	background-color: black;
}
div.tab_container .tab_content h1 {
	color: #a2a2a2;
	margin: 0 0 5px;
	color: #ff5b00;
	font-weight: bold;
}
div.tab_container .tab_content p{
	color:#a2a2a2;
}
div.tab_container .tab_content ul li {
	color:#a2a2a2;
}
div.tab_container .tab_content img{
}
div.tab_container .tab_content a{
	color:#fff;
}
div.tab_container .tab_content a:hover{
	color:#e8e8e8;
}
.tab{
	background-image: url(../images/btn03.png);
	background-repeat: no-repeat;
}
.tab1{
	background-position: 0 0;
	height: 43px;
	width: 153px;
	text-indent: -9999px;
}
.tab1 a{
	width: 153px;
	height: 39px;
	display:block;
}
.tab2{
	background-position: -155px 0;
	height: 43px;
	width: 132px;
	text-indent: -9999px;
}
.tab2 a{
	width: 132px;
	height: 39px;
	display:block;
}
.tab3{
	background-position: -288px 0;
	height: 43px;
	width: 125px;
	text-indent: -9999px;
}
.tab3 a{
	width: 125px;
	height: 39px;
	display:block;
}
.tab4{
	background-position: -415px 0;
	height: 43px;
	width: 138px;
	text-indent: -9999px;
}
.tab4 a{
	width: 138px;
	height: 39px;
	display:block;
}
.tab5{
	background-position: -556px 0;
	height: 43px;
	width: 101px;
	text-indent: -9999px;
}
.tab5 a{
	width: 101px;
	height: 39px;
	display:block;
}
.tab6{
	background-position: -659px 0;
	height: 43px;
	width: 118px;
	text-indent: -9999px;
}
.tab6 a{
	width: 118px;
	height: 39px;
	display:block;
}
.tab7{
	background-position: -780px 0;
	height: 43px;
	width: 140px;
	text-indent: -9999px;
}
.tab7 a{
	width: 140px;
	height: 39px;
	display:block;
}

.tab1:hover{
	background-position: 0 -37px;
}
.tab2:hover{
	background-position: -155px -37px;
}
.tab3:hover{
	background-position: -288px -37px;
}
.tab4:hover{
	background-position: -415px -37px;
}
.tab5:hover{
	background-position: -556px -37px;
}
.tab6:hover{
	background-position: -659px -37px;
}
.tab7:hover{
	background-position: -780px -37px;
}

.tab1.active{
	background-position: 0 -37px;
}
.tab2.active{
	background-position: -155px -37px;
}
.tab3.active{
	background-position: -288px -37px;
}
.tab4.active{
	background-position: -415px -37px;
}
.tab5.active{
	background-position: -556px -37px;
}
.tab6.active{
	background-position: -659px -37px;
}
.tab7.active{
	background-position: -780px -37px;
}
div.tab_container .tab_content::-webkit-scrollbar {
    width: 8px;
} 
div.tab_container .tab_content::-webkit-scrollbar-track {
	background-color:inherit;
} 

div.tab_container .tab_content::-webkit-scrollbar-thumb {
	background-color: rgb(55, 134, 123);
	border-radius:1px;
} 

div.tab_container .tab_content::-webkit-scrollbar-button {
		  /*background-color: rgb(0, 0, 0);*/
} 

div.tab_container .tab_content::-webkit-scrollbar-corner {
	background-color: black;
}

@media screen and (max-width: 1000px) {

}