@charset "utf-8";


/*头部样式*/
.navbg{
	background:url(/uploads/image/animages/topbg.png) center no-repeat;
	height:165px;
}

.topnav li{
	float:left;
	font-size:12px;
	line-height:35px;
    position: relative;
}
.topnav li{
	padding-left:15px;
}
.topnav li a{
	color:#113d66;
}
.topnav li svg{
	margin-right: 5px;
	position: relative;
	top:5px
}
.topnav li .code {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 50%;
    top: 35px;
    margin-left: -55px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%) !important;
    opacity: 0;
    display: none;
	z-index: 999;
}
.topnav li .code::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  left: 50%;
  top: -8px;
  margin-left: -8px;
}
.topnav li .code img{
	width: 100%;
	height: 100%;
}
.topnav li:hover .code{
	display: inline-block;
	opacity: 1;
}
.logo{
  height:130px;
}
.logo img{
	margin-top:10px;
	height:80px;
}
.othernav{
	margin-right:10px;
}
.othernav li{
	float:left;
	line-height:32px;
	font-size:12px;
	margin:0 15px;
}
.main_menu {
	margin: 0px;
	position: relative;
	z-index: 800;
	height:35px;
}
 .main_menu li {
	float: left;
	line-height:30px;
	margin:0px;
	padding: 0px;
	font-size:14px;
	margin-left: 43px;
	text-align: center;
	position: relative;
}
 .main_menu li:last-child {
	margin-left: 0px;
}
 .main_menu li a {
	text-decoration: none;
	display: block;
	-webkit-transition: color 0.25s;
	-moz-transition: color 0.25s;
	-o-transition: color 0.25s;
	-ms-transition: color 0.25s;
	transition: color 0.25s;
}
 .main_menu li a:hover {
	color: #3b669b;
}
 .main_menu li li a:hover {
	 background:#f5f5f5;
	color: #0c3164;
}
.active_marker {
	background: #3b669b;
	height: 5px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display:none;
	z-index: 10;
	margin: 0px;
}
 .main_menu ul {
	width:90px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	border-top: 5px solid #3b669b;
	background: #fff;
	top: 30px;
	left: -18px;
	z-index: 800;
	display: none;
}
 .main_menu ul li {
	float: none;
	line-height: 1;
	margin: 0px;
	font-size:12px;
	line-height:30px;
	border: 1px solid #ececec;
	border-top: none;
}
 .main_menu ul li a {
	line-height: 1;
	white-space: nowrap;
	color: #797878;
	font-weight: normal;
	text-transform: none;
	display: block;
	padding: 10px 0;
	-webkit-transition: background 0.25s;
	-moz-transition: background 0.25s;
	-o-transition: background 0.25s;
	-ms-transition: background 0.25s;
	transition: background 0.25s;
}
.main_menu ul li.active {
	background: #f7f7f7;
}
.main_menu ul li ul{
	 top:-5px;
	 left:98px;
 }
.main_menu ul li ul li{
	  font-size:12px;
	  padding:1px 0;
}
.main_menu span, .othernav span{
	 color:#b5b5b5;
	 padding-left:20px;
	 line-height:30px;
	 position: absolute;
 }
.othernav span{
	 padding-left:0px;
 }
/*全屏广告*/
#full-screen-slider {
	width: 100%;
	height: 400px;
	position: relative;
	margin:5px 0 0 0;
}
#slides {
	display: block;
	height: 400px;
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
}
#slides li a {
	display: block;
	width: 100%;
	height:100%;
}
#slides li p{
	width:100%;
	height: 50px;
	background:rgba(0,0,0,0.6);
	text-align:center;
	color:#fff;
	line-height:50px;
	font-size:16px;
	position: absolute;
	bottom:-10px;
}
#pagination {
	display:none;
	position: absolute;
	left: 50%;
	top: 370px;
	z-index: 900;
	padding: 5px 15px 5px 0;
}
#pagination li {
	display: block;
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 8px;
	border-radius: 5px;
	background: #fff
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}
#pagination li.current {
	background: #305fa5
}
#full-screen-slider .left-scroll, #full-screen-slider .right-scroll {
	width: 52px;
	height: 52px;
	position: absolute;
	top: 50%;
	margin-top:-25px;
	z-index: 1000;
	left: 0;
}
#full-screen-slider .left-scroll a, #full-screen-slider .right-scroll a {
	display: block;
	width: 52px;
	height: 52px;
	background: url(/uploads/image/animages/g8s_03.png) no-repeat;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: 0.5;
}
#full-screen-slider .left-scroll a:hover, #full-screen-slider .right-scroll a:hover {

	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: 0.8;
}
#full-screen-slider .right-scroll {
	left:inherit;
	right: 0;
}
#full-screen-slider .right-scroll a {
	background: url(/uploads/image/animages/g8s_05.png) no-repeat;
}

/*头部样式结束*/

/*中间样式*/
.mina{
	padding:10px 0;
}
.minaline{
	background-color:#fff;
	border:1px solid #dadada;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.minalinebott{
	height:5px;
	background:#fff;
	margin:0 5px 10px 5px;
	border:1px solid #dadada;
	border-top:0px;
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
}
/*新闻类*/
.news{
	width:100%;
	padding:10px;
	display:table;
}
.news p{
	font-size:12px;
	line-height:25px;
	margin-bottom:5px
}
.newsli{
	border-left:1px dashed #dadada;
}
.newsli01{
	margin-top:5px;
}

.newsli li{
	line-height:30px;
	border-bottom:1px solid #dadada;
}
.newsli li:last-child{
	border-bottom:0px;
}
.newsli02{
	margin-top:10px;
}
.newsli02 li{
	line-height:31px;
}
.books{
	margin:5px -10px 0 0;
}
.books .c4, .books .c3, .books .c1-5{
	padding-left:0px;
	margin-bottom:10px;
}
.books .c3{
	margin-bottom:0px;
}
.booksbox .img{
	border:1px solid #f5f5f5;
	height:180px;
	overflow:hidden;
}
.booksbox .img img{
	width:100%;
	min-height:180px;
}
.booksbox h6{
	font-size:14px;
	line-height:22px;
	}
.booksbox01{
	background:#ececec;
	padding:5px;
}
.booksbox01 h6, .booksbox01 p{
	text-align:center;
}
.booksbox01 p{
	padding:3px 0;
	border-top:1px dashed #9f9f9f;
}
.booksbox02, .booksbox03{
	height:335px;
	margin-top:10px;
}
.booksbox02 .img, .booksbox03 .img{
	border:1px solid #f5f5f5;
	height:210px;
	overflow:hidden;
}
.booksbox02 .img img, .booksbox03 .img img{
	width:100%;
	min-height:210px;
}
.booksbox03 p{
	text-align:left;
	padding:10px 5px 0 4px;
}
/*首页滚动广告*/
.newsad{
	height:245px;
	background:#f5f5f5;
	overflow:hidden;
	position:relative;
}

#fcbx, #fcimg {
	width: 100%;
	height: 245px;
	margin: 0 auto;
	position: relative
}
#fcbx ul, #fcbx ul li {
	list-style-type: none;
	overflow: hidden;
	text-align: center;
}
#fcbx div, #fcnum {
	top: 0px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
#fcimg li img, .newsad img {
	min-width: 100%;
	height:auto;
}
#fcimg p, .newsad p{
	position:absolute; 
	background:rgba(0,0,0,0.5);
	height:40px;
	line-height:40px;
	font-size:13px;
	color:#fff;
	left:0px;
	bottom:-5px;
	width:100%;
	text-align: left;
	padding:0 15px;
}
#fcnum {
		display:none;
	position: absolute;
	top: 225px;
	right: 5px;
	margin-left:-40px;
	height: 18px;
	padding: 0 10px 0 5px;
}
#fcnum li {
	float: left;
	background:rgba(255,255,255,0.8);
	margin-left: 5px;
	height: 5px;
	width: 12px;
	cursor: pointer;
	margin-top: 5px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
#fcnum li.crn {
	background-color: #2775e9;
}
/*----end----*/
.tongad{
	height:90px;
	overflow:hidden;
	border:1px solid #dadada;
	margin:5px auto 15px auto;
}
/*首页搜索*/
.i_search{
	margin-top:-20px;
	height:50px;
}
.i_search .vform span.post{
	line-height:22px;
}
.i_search .c3, .i_search .c9{
	padding:0 2px;
}
.i_search .vform input.post{
	width:77%;
}

/*--end--*/
.r_newstitle{
	height:35px;
	line-height:35px;
	background:#113d66;
	padding:0 18px;
	color:#fff;
}
.r_newstitle01{
	height:45px;
	line-height:45px;
}
.r_newstitle span a{
	float:right;
	font-size:12px;
	color:#fff;
}
.r_newslist{
	clear: both;
}
.r_newslist ul{
	margin:11px 18px;
}
.r_newslist ul li{
	line-height:30.5px;
}
.r_newslist01{
	padding-bottom:3px;
}
.r_newslist02 ul{
	margin:0px;
}
.r_qikanbox{
	height:135px;
	margin:17px 18px;
}
.r_qikanbox img{
	float:left;
	width:96px;
	height:100%;
	overflow:hidden;
	margin-right:15px;
}
.r_qikanbox p, .i_app01 p{
	margin-top:0px;
}
.i_app{
	width:160px;
	margin:20px auto 10px auto;
	text-align:center;
}
.i_app .img{
	width:160px;
	height:160px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	overflow:hidden;
}

.i_app01{
	display:table;
	width:80px;
	margin-bottom:0px;
}
.i_app01 .img{
	width:80px;
	height:80px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;

}
.i_app01 h6{
	line-height:18px;
	margin-bottom:0px;
	font-size:12px;
}
.r_newslist03{
	height:360px;
}
.r_newslist03 li{
	height:48px;
}
.booksmore{
	clear:both;
	background:#f5f5f5;
	text-align:center;
	border:1px solid #dddddd;
	margin-top:10px;
}
/*友情链接*/
.flinktitle{
	height:35px;
	line-height:35px;
	color:#fff;
	background:#113d66;
	padding:0 20px;
}
.flinktitle a{
	font-size:12px;
	color:#fff;
}
.flink{
	display: inline-table;
	background:#fff;
	padding:15px 18px;
	margin-bottom:15px;
}
.flink li{
	float:left;
	padding-right:25px;
	line-height:30px;
}

/*中间样式结束*/

/*底部样式*/
.footer{
	border-top:5px solid #113d66;
	padding:20px 0;
	text-align:center;
}
.footer p{
	margin-bottom:5px;
}
/*底部样式结束*/

/*子页样式*/

.about{
	width:100%;
	display:table;
	margin:15px 0 0 0;
	
}
.subnav{
	margin:0 20px 20px 0;
}
.subnav01{
	margin:0px;
}
.subnav li{
	line-height:60px;
	border-bottom:1px solid #ebebeb;
	padding-left:40px;
}
.subnav01 li{
	width: 100%;
	padding-left:30px;
}
.subnav ul li, .subnav ul li i{
	line-height:45px;
	padding-left:0px;
}
.subnav ul li:first-child{
	border-top:1px solid #ebebeb;
}
.subnav ul li:last-child{
	border-bottom:0px;
}
.subnav li i{
	float:right;
	font-size:20px;
	line-height:60px;
	margin-right:0px;
	color:#b6b6b6;
}
.subnav01 li i{
	float:left;
}
.subnav li:hover, .subnav li.active{
	padding-left:35px;
	border-left:5px solid #113d66;
	
}
.subnav01 li:hover, .subnav01 li.active{
	padding-left:30px;
	border-left:0px;
	border-right:5px solid #113d66;
	background-color:#fafafa;
}
.subnav li:hover a, .subnav li:hover i, .subnav li.active a, .subnav li.active i{
	color:#195b99;
}
.subnav li.active ul li, .subnav li.active ul li a{
	padding:0px;
	color:#696969;
}
.subnav li.active ul li i{
	font-size:10px;
	margin-right:5px;
}
.subnav li:hover ul li{
	border-left:0px;
}

.aboutbox{
	padding:0 25px 20px 0;
	line-height:230%;
}
.aboutbox01{
	padding-left:35px;
	padding-right:35px;
}
.jobinfo{
	margin:10px 30px 40px 0;
	background:#f5f5f5;
	padding:25px 30px;
}
.sitemap ul{
	display: table;
	margin-bottom:20px;
}
.sitemap p{
	clear:both;
}
.sitemap ul li{
	float:left;
	padding-right:25px;
}

.subnews{
	display:table;
}
.subnews01{
	margin-top:15px;
}
.subnews #fcbx, .subnews #fcimg {
	width: 100%;
	height: 268px;
	margin: 0 auto;
	position: relative
}
.subnews #fcnum{
	top:245px;
}
.subnewshot{
	height:265px;
	overflow:hidden;
	padding-right:15px;
}
.subnewshot h6{
	margin:0px;
	line-height:30px;
}
.subnewshot h6 span{
	font-size:12px;
}
.subnewshot p{
	font-size:12px;
	line-height: 185%;
	margin:5px 0 15px 0;
}
.subnewsbox{
	padding:10px 20px 15px;
}
.subnewsbox ul li{
	line-height:28px;
}
.subnewsbox ul li span{
	float:right;
	font-size:12px;
	color:#aaaaaa;
}
.subnewsbox .active01 {
	color:#113d66;
	font-size:18px;
	line-height:30px;
}
.nlist{
	width:100%;
	display:table;
	padding-top:20px;
}
.nlist .nimg {
	float: left;
	width: 40%;
	height: 120px;
	overflow: hidden;
	position: relative;
	margin-right: 15px;
	text-align: center;
	margin-bottom:15px;
}
.nlist .nimg .pclass{
	width:100%;
	font-size: 12px;
	position: absolute;
	text-align: center;
	padding: 5px 0;
	background-color: #000;
	color:#fff;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: 0.8;
	bottom: -5px;
	overflow:hidden;
}
.nlist h6{
	margin:-5px 0 0 0;
}
.nlist p{
	font-size:12px;
	color:#b0b0b0;
	margin:0 0 5px 0;
	line-height:20px;
}
.nlist li{
	font-size:14px;
}
.location{
	margin-bottom:10px;
}
.location h3{
	margin:0px;
	line-height:40px;
}
.location a{
	color:#9e9e9e;
}
.location span{
	float:right;
		color:#9e9e9e;
	margin-right:5px;
	font-size:12px;
		line-height:40px;

}
.location01 span{
	line-height:20px;
}

.subnewslist{
	width:100%;
	display:table;
	padding:15px 20px 20px 20px;
}

.listclass{
	display:table;
	width: 100%;
	margin:10px 0;
	padding-bottom:10px;
} 
.listclass li{
	float: left;
	width: 100%;
	height:auto;
	font-size:12px;
	color:#9e9e9e;
	line-height:20px;
	padding:0 0 15px 0;
	margin-top:15px;
	border-bottom:1px dashed #e3e3e3;
}

.listclass .img{
	float:left;
	width:26%;
	height:120px;
	margin-right:15px;
	overflow:hidden;
}
.listclass .img img, .listclass .imgbook img{
	width:100%;
}
.listclass .imgbook{
	width:130px;
	height:160px;
}
.listclass .time{
	font-size:12px;
	margin-top:8px;
	color:#696969;
	text-align:right;
}
.download{
	margin-top:10px;
}
.download li {
	line-height: 40px;
	margin-right:5px;
	border-bottom: 1px dashed #b5b5b5;
}
.download i{
	color: #b6b6b5;
	padding-left:0px;
}
.download li span {
	float: right;
 }
.download li span a, .download li span i {
	color:#113d66;
}


.info_s{
	line-height:20px;
	text-align:center;
	margin-top:-10px;
	color:#b4b4b4;
	font-size:12px;
}
.tag{
	padding:15px 0;
	color:#bfbfbf;
	font-size:12px;
	line-height:30px;
	text-align:right;
}
.tag a{
	color:#bfbfbf;
}
.tag span{
	margin-right:5px;
}
.relevan{
	display:table;
	margin-bottom:20px;
}

.relevan li{
	float:left;
	clear:none;
	width:49%;
	margin-right:5px;
	border-bottom:1px dashed #bdbdbd;
	height:35px;
	line-height:35px;
	overflow: hidden;
}
.buy, .buy a, .buy i {
	color:#fa4444;
}
.buy i {
	font-size:14px;
}

.classli{
	min-height:292px;
}
.classli ul{
	display:table;
}
.classli ul li{
	float:left;
	line-height:27px;
	margin-right: 15px;
}
.classli .i_search{
	display:table;
	margin:0 18px;
}
.classli .i_search .vform input.post{
	width:70%;
}
.classli .i_search p{
	font-size:12px;
	margin:-5px 0 0 0;
	
}
.classli .i_search p span a{
	color:#fa4444;
	padding-right:18px;
}
.search{
	width:100%;
	padding:20px 0;
	display:table;
	
}
.search label{
	width:12%;
	line-height:35px;
	text-align:right;
	margin-right:25px;
}
.search input[type="text"]{
	width:75%;
}
.books_info{
	display:table;
	width:100%;
	padding:20px 25px;
}
.books_info01{
	margin-top:-20px;
	padding:0px 40px 40px 50px;
}
.books_info .booksimg{
	width:auto;
	text-align:center;
	border:1px solid #d4d4d4;
	margin:10px 0 0 30px;
}
.books_info .booksimg img{
	max-height:350px;
}
.books_info .books_infobox{
	padding:10px 20px;
}
.books_info .books_infobox h5{
	margin:0px;
	font-size:25px;
	text-align:left;
}
.books_info .books_infobox p{
	line-height:28px;
	border-bottom:1px solid #c9c9c9;
	padding-bottom:15px;
}
.books_info .books_infobox ul{
	display:table;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #c9c9c9;
}
.books_info .books_infobox ul li{
	float:left;
	width:50%;
	line-height:29px;
}
.books_info .books_infobox ul li span{
	color:#fa4444;
}
.books_info .books_infobox button i{
	margin-left:-5px;
}
.share{
	margin:25px 0 25px 30px;
}
.media{
	clear:both;
}
.media .media-body {
	float:right;
	width:830px;
	overflow: hidden;
}
.media .media-body h4{
	font-size:16px;
	color:#2c96dd;
	line-height:20px;
}
.media .media-body h4 span{
	float:right;
	font-size:12px;
}
.media p{
	line-height:25px;
	padding-bottom:15px;
}
.media,.media .media {
	margin-top: 15px;
}
.media .media .media-body {
	width:750px;
}

.media:first-child {
	margin-top: 0;
}

.media-object {
	float:left;
	width:55px;
	height:55px;
	display: block;
}

.media-heading {
	margin: 0 0 5px;
}

.media .pull-left {
	margin-right: 15px;
}

.media .pull-right {
	margin-left: 15px;
}

.media-list {
	margin-left: 0;
	list-style: none;
}
.media hr{
	margin-top:5px;
}
.media01{
	margin-top:15px;
}
/*会员登录注册*/
.loginbox{
	width:100%;
	margin:0px auto 50px auto;
	padding:0 70px;
	display:table;
}
.loginbox .vform span.pre{
	font-size:18px;
	padding:7px 5px;
	color: #b3b3b3;
}
.loginbox .right{
	margin-top:15px;
}
.loginbox .right a{
	color:#2c96dd;
	margin-left:10px;
}

/*快速登录代码*/
.loginmask {
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
#loginalert {
	width: 440px;
	padding:20px 0 40px 0;
	background: #fff;
	position: fixed;
	top: -600px;
	left: 50%;
	margin-left: -220px;
	z-index: 1000;
	display: none;
}
.closealert {
	float:right;
	width: 20px;
	height: 20px;
	margin-right:-30px;
	cursor: pointer;
	background:  no-repeat -220px -315px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.closealert:hover {
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}
.loginwrap {
	width: 100%;
	margin: 0 auto;
	padding:20px 0 0 0;
}
.loginh {
	height: 30px;
	padding-top: 20px;
}
.loginh .fl {
	float: left;
	line-height:40px;
	font-size: 30px;
	color: #ff9a00;
}
.loginh .enl{
	color: #1f97dd;
}
.loginh .fr {
	float: right;
	font-size: 16px;
	color: #707070;
}
.loginh .fr a {
	font-size: 16px;
	line-height: 55px;
	color: #113d66;
	margin-left: 5px;
}
.loginbtn {
	color: #6b6a6a;
	height: 60px;
	margin: 10px 0;
}
.logininput {
	padding-top: 35px;
}
.loginwrap .vform input[type="text"], .loginwrap .vform input[type="password"]{
	display: block;
	height: 40px;
}

.loginbtn .fl {
	float: left;
	font-size: 12px;
}
.loginbtn .fr {
	float: right;
	font-size: 14px;
	margin: 17px 0 0 0;
}
.loginsubmit {
	float: left;
	width: 40%;
	height: 40px;
	margin: 5px 0px 0 0;
	display: inline;
}
.loginsubmit button {
	width:120px;
	height:40px;
	font-size:18px;
}
.loginpd {
	border-bottom: 1px solid #e8e8e8;
	margin:0 50px;
}
.thirdlogin {
	clear:both;
	height:70px;
	width: auto;
	margin: 15px 50px;
}
.thirdlogin p {
	font-size: 12px;
	color: #6b6a6a;
	font-weight: 500;
	margin-bottom: 15px;
}
.thirdlogin ul {
	padding-top:10px;
	margin-right: -20px;
}
.thirdlogin ul li {
	font-size: 87.5%;
	float: left;
	margin: 0 20px 10px 0;
}
.thirdlogin ul li a {
	display: block;
	float: left;
	width: 138px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-indent: 50px;
}
#sinal a {
	background: #d63b22  no-repeat 0px -5px;
}
#qql a {
	background: #3eb0d8  no-repeat 0px -5px;
}
.thirdlogin .regbutt a{
	text-align:center;
	text-indent: 0px;
	font-size:16px;
}
.loginwrap .login_warning {
	display: block;
	height: 20px;
	line-height: 20px;
	background: #ff7200;
	color: #fff;
	padding: 0 4px;
	float: left;
	text-align: center;
	font-size: 12px;
	margin-left: 14px;
	margin-top: 3px;
	display: none;
}
.logcheckbox{
	padding-top:15px;
}

.video{
	display:table;
	clear:both;
	margin:0px -10px 20px -10px;
	padding:10px 0;
}
.videobox{
	padding:0 10px;
}
.videobox .img{
	height:220px;
	overflow:hidden;
	position:relative;
}
.videobox .img img{
	width:100%;
}
.videobox h6{
	text-align:center;
	border-bottom:2px solid #f5f5f5;
	padding-bottom:10px;
}
.videobox .img .videoico{
	width:100%;
	height:220px;
	position:absolute;
	background:url(/uploads/image/animages/hover-av.png) no-repeat center 70px;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: 0.6;
}
.videobox .img:hover .videoico{
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: 0.8;
}
.sub_button{
	float:left;
	padding:7px 9px 6px 9px;
	border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	margin-left:-1px;
}