/*背景*/
.bg_img{
	position:fixed;
	top:0px;
	left: 0px;
	width:100%;
	height: 100%;
	z-index: -1;
}

/*头部 */
.headerbox{
	width:80%;
	height: 200px;
	margin: 10px auto;
}
.headerbox .top_nav{
	font-size: 14px;
	height: 25px;
	line-height: 25px;
}
/*搜索*/
.logo_ss .ss form{
	width:240px;
	height: 35px;
	line-height: 35px;
	position: relative;
	float:left;
	margin-right: 20px;
}
.logo_ss .ss form input.ss_txt{
	width:92%;
	height: 35px;
	line-height: 35px;
	background: url(bs_ss_bg.png) no-repeat;
	background-size: 100% 100%;
	border:0px;
	font-size: 16px;
	color: #666;
	padding-left: 8%;
	outline: 0px;
}
.logo_ss .ss form input.ss_btn{
	width:80px;
	height: 35px;
	line-height: 35px;
	background:#3364ff url(bs_hm_ss.png) no-repeat 10px 10px;
	border:0px;
	font-size: 16px;
	color: #fff;
	padding-left: 20px;
	border-radius: 25px;
	position: absolute;
	right: -1px;
	top:0px;
}

.logo_ss .ss a.yws{
	height: 35px;
	line-height: 35px;
	width: 100px;
	display: block;
	float: right;
	color: #fff;
	background: #eb6100;
	text-align: center;
	font-size: 16px;
	border-radius: 25px;
	-webkit-transition: all .5s; 
    -moz-transition: all .5s; 
    -ms-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;
}
.logo_ss .ss a.yws:hover{
	background: #eb3800;
}
/*logo*/
.hm_logo{
	display:block;
	margin:10px auto;
}

/*中间内容*/
.contents{
	background:url(bs_con_bg.png) no-repeat;
	background-size: 100% 100%;
	width:76%;
	margin: 0px auto;
	padding: 2%;
	border-radius: 10px;
}
.hm_btn{
	width:100%;
}
.hm_btn p{
	float:left;
	background: url(bs_btn_bg.png) no-repeat center;
	width:18%;
	margin: 1.5% 1%;
	background-size: 99% 99%;
	height: 59px;
	line-height: 59px;
	
}
.hm_btn p a{
	display:block;
	background: #fff;
	width:96%;
	margin: 2%;
	line-height: 49px;
	text-align: center;
	font-size: 20px;
	border-radius: 8px;
}
.hm_btn p:hover{
	background: url(bs_btn_bg2.png) no-repeat center;
	background-size: 99% 99%;
	box-shadow: 3px 6px 20px -3px #5ff5fb;
}
.hm_btn p:hover a{
	opacity:1;
	-webkit-animation:orangeIn 0.2s ease;
	animation:orangeIn 0.2s ease;
	background-color:#3364ff;
	color: #fff;
}
	@-webkit-keyframes orangeIn {
	0% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
100% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}
@-moz-keyframes orangeIn {
	0% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
100% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}
@-ms-keyframes orangeIn {
	0% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
100% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}
@keyframes orangeIn {
	0% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
100% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}


/*内容切换*/
.content{
	width: 80%;
	margin: 0px auto;
	padding: 0%;
	position: relative;
}
.tab-header {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 60px;
	height: 515px;
	text-align: center;
}
.tab-header .center{
	margin-top: 2px;
	margin-bottom: 2px;
}
.tab-header .tab-item {
	line-height: 20px;
	float: right;
	width: 50px;
	height: 33%;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background:hsla(0,0%,100%,0.85);
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	vertical-align:middle;
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: 900;
	letter-spacing: 4px;
	transition: width 200ms;
}
.tab-header .tab-item.active {
	width: 60px;    
	background: #3768fe;
		-webkit-transition: all .5s; 
    -moz-transition: all .5s; 
    -ms-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;

}
.tab-item span {
	font-size: 20px;
    display: block;
    width: 16px;
    margin: 25px auto;
    /* vertical-align: middle; */
    color: #333;
    /* letter-spacing: 3em; */
    line-height: 28px;
}
.tab-item.active span {
	color: #fff;
}
.tab-body {
	margin-left: 60px;
	padding: 30px;
	border: 1px solid #3768fe;
	background:hsla(0,0%,100%,0.85);
	overflow: hidden;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	height: 453px;
	overflow: hidden;
}
.tab-body h2{
	font-size: 26px;
	letter-spacing: 3px;
	text-shadow: 3px 2px 7px #567ae7;
	height: 60px;
	line-height: 30px;
	color: #4d4d4d;
}
.tab_con{
	overflow:hidden;
	height: 370px;
}
.tab-body .tab_div{
	height: 370px;
	overflow-y: scroll;
}
.tab-body .tab_div::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.tab-body .tab_div::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
background-color: #3499db;
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    }
.tab-body .tab_div::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        /*border-radius: 10px;*/
        background: #EDEDED;
    }
.tab-body .tab_div p{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-bottom: 5px;
}

.fhsy{
	width:200px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background:#EBEBEB;
	color: #0562C2;
	font-size: 18px;
	border-radius: 5px;
	margin: 5px auto;
	display: block;
	-webkit-transition: all .5s; 
    -moz-transition: all .5s; 
    -ms-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;
	letter-spacing: 2px;
}
.fhsy:hover{
	color: #fff;
	background:#3768fe;
	letter-spacing: 3px;
}




/*底部*/
.footer {
	width: 100%;
	height: 145px;
	position: relative;
	/* bottom:0px; */
/*	margin-top: 20px;*/
}
.footer_bg {

	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0px;
}
.footer_con {
	margin: 0px auto;
	width: 771px;
	color: #333;
	overflow: hidden;
	font-size: 14px;
	position: relative;
	z-index: 0;
	padding-top: 76px;
}
.footer_con .foot_txt{
	float:left;
	width:80%;
}
.footer_con p{
	line-height:25px;
}
.footer_con .con_left {
	width: 70%; float: left;
}
.footer_con .con_left p {
	float: left;
}
.footer_con .con_left span {
	margin: 5px 10px; float: left; display: inline;
}
.footer_con .con_right {
	width: 30%; text-align: right; float: right;
}
.footer_con .con_right a {
	color: #333;
}
.footer_con .con_left span{margin:10px 5px}
#_span_jiucuo{margin-top:5px}
#_span_jiucuo img{width:75px;padding-top: 5px;}
.foot_img{float:right;}
.gn_bn img {
    margin: 4px 0px -9px 0px;
}




@media screen and (max-width: 1366px){

	.headerbox {
    width: 90%;
	}
	.contents {
    width: 86%;
}
	.hm_btn p a {
    font-size: 18px;
}
	.content {
    width: 90%;
}
	
	
	
}