﻿body {
	background: url(../img/home/bgdy_bg.jpg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	font-style: normal;
	font: 80% Helvetica, sans-serif, Arial;
	font-family: 'microsoft yahei';
	overflow: auto;
	-webkit-text-size-adjust: 100%;
	-webkit-touch-callout: none;
	/*移动端点击无色块*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	letter-spacing: -0.01em;
	word-spacing: 0.2em;
}

html,
body {
	height: 100%;
}

body {
	width: 100%;
	/*overflow: auto;*/
}

*,
a,
body {
	font-family: "microsoft yahei";
}

img {
	float: left;
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	/*ie的专有命令缩放图片*/
	-ms-interpolation-mode: bicubic
}


/*鼠标拖动文字显示方式*/

*::selection,
img::selection,
a::selection,
p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
input::selection,
figcaption::selection,
#P_content #ListTable tr::selection,
#P_content #ListTable td::selection,
#news_warpContent .tit_ifo span::selection,
.txtMarquee-left .rollHd span::selection {
	color: #ffffff;
	background: #F09800;
}

a {
	color: #808080;
}


/*主体框架*/


/*顶部*/

#header {
	height: 113px;
	background: url(../img/home/top_bg.jpg);
}

#header #content,
#navContent {
	height: inherit;
	width: 980px;
	margin: 0 auto;
}

#header #content img {
	float: left;
	margin-top: 15px;
	display: block;
}

#header #content #right {
	float: right;
}

#header #content #right #label {
	float: right;
	color: #ffffff;
	text-align: center;
	width: 228px;
	height: 23px;
	line-height: 23px;
	background: url(../img/home/top_label.png);
}

#header #content #right #label a {
	color: #ffffff;
}

#header #content #right #label a:hover {
	font-weight: bold;
}

#header #content #right #hlep {
	font-family: "microsoft yahei";
	margin-top: 82px;
}

#header #content #right #hlep a,
#header #content #right #hlep span {
	font-size: 12px;
	font-weight: bold;
	color: #f49800;
}

#header #content #right #hlep span {
	font-size: 17px;
	padding-left: 5px;
	line-height: 16px;
}

#header #content #right #hlep .yuan_help {
	color: #f46700;
	font-size: 14px;
	padding-left: 30px;
	background: url(../img/home/yuan_help.png) no-repeat left 1px;
}

#header #content #right #hlep .yuan_help:hover {
	font-size: 14px;
}

#header #content #right #hlep .hotLine {
	cursor: default;
	padding-left: 34px;
	margin-right: 4px;
	background: url(../img/home/service_hotline.png) no-repeat;
}


/*nav*/

#nav {
	position: absolute;
	z-index: 999;
	width: 100%;
	/*height: 113px;*/
	background: url(../img/home/nav_bg.png) repeat-x;
}

#navContent li {
	float: left;
}

#navContent li a {
	margin-top: -6px;
	color: #ffffff;
	display: block;
	width: 140px;
	height: 74px;
	line-height: 74px;
	font-size: 14px;
	font-family: "microsoft yahei";
	text-align: center;
}

#navContent li .current,
#navContent li a:hover {
	width: 140px;
	z-index: 999;
	color: #F09800;
	background: url(../img/home/nav_current.png) no-repeat;
}


/**/


/*******************公司首页********************/


/*banner*/


/* flexslider */

.flexslider {
	position: relative;
	height: 460px;
	margin-top: 60px;
	overflow: hidden;
	background: url(../img/home/loading.gif) 50% no-repeat;
}

.slides {
	position: relative;
	z-index: 1;
}

.slides li {
	height: 460px;
}

.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	background: url(../img/home/dot.png) right 0 no-repeat;
	cursor: pointer;
}

.flex-control-nav .flex-active {
	background-position: 0 0;
}

.flex-direction-nav {
	z-index: 999;
	position: absolute;
	top: -50px;
	z-index: 300;
	width: 100%;
	top: 45%;
}

.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(../img/home/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(../img/home/next.png) center center no-repeat;
}


/*行业最新动态     标题统一、覆盖*/

.txtMarquee-left {
	clear: both;
	width: 980px;
	margin: 0 auto;
	margin-top: 28px;
	margin-bottom: 24px;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #FFFFFF;
	/*border: 1px solid #dddddd;*/
	/*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);*/
}

#businessNews {
	margin-bottom: 0px;
}

.txtMarquee-left .rollHd {
	overflow: hidden;
	height: 44px;
}

.txtMarquee-left .rollHd span {
	color: #505050;
	float: left;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	font-family: "microsoft yahei";
	margin-top: 0.6em;
	padding-left: 10px;
	border-left: 5px solid #F09800;
}

.txtMarquee-left .rollHd .prev,
.txtMarquee-left .rollHd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 15px;
	margin-top: 18px;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/superSide/icoLeft.gif) no-repeat;
}

.txtMarquee-left .rollHd .next {
	margin-right: 0px;
	background: url(../img/superSide/icoRight.gif) no-repeat;
}

.txtMarquee-left .rollInfoList {
	/*padding: 10px;*/
}


/*行业最新-新闻列表*/

.txtMarquee-left .rollInfoList .infoList li a {
	color: #808080;
}

.txtMarquee-left .rollInfoList .infoList li a:hover {
	color: #F09800;
}

.txtMarquee-left .rollInfoList .tempWrap {
	width: 960px !important;
}


/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */


/*最新动态列表样式控制*/

.txtMarquee-left .rollInfoList ul {
	overflow: hidden;
	zoom: 1;
}

.txtMarquee-left .rollInfoList ul li {
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: left;
	_display: inline;
	width: auto !important;
}

.txtMarquee-left .rollInfoList ul li a {
	margin-right: 20px;
}

.txtMarquee-left .rollInfoList ul li span {
	float: right
}


/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */

.txtMarquee-left .rollInfoList ul li span {
	color: #999;
	margin-right: 30px;
}


/*服务项目和新闻*/

#serviceNewsActivity {
	width: 980px;
	margin: 0 auto;
}

#service {
	float: left;
	width: 664px;
}

#service #content img,
#service #content #right_txt {
	float: left;
	margin-right: 20px;
}

#service #content img {
	width: 238px;
}

#service #content #right_info {
	float: left;
}

#service #content #right_info p {
	font-family: "microsoft yahei";
	text-align: justify;
	width: 389px;
	font-size: 15px;
	line-height: 30px;
	color: #505050;
	margin-bottom: 30px;
}

#service #content #right_info a {
	float: left;
	margin-right: 20px;
	display: block;
	font-size: 12px;
	color: #F09800;
	width: 110px;
	padding-right: 5px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: url(../img/home/knowledge.png) no-repeat;
}

#service #content #right_info a:hover {
	color: #ffffff;
	background: url(../img/home/knowledge_current.png) no-repeat;
}


/*右新闻动态*/

#NewsActivity {
	clear: right;
	float: right;
	width: 296px;
	height: 220px;
}

.slideTxtBox {
	width: 296px;
	text-align: left;
}

.slideTxtBox .newsL_current {
	color: #F09800;
}

.slideTxtBox .hd {
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 20px;
	position: relative;
}

.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 20px;
	top: -1px;
	height: 32px;
}

.slideTxtBox .hd ul li {
	font-family: "microsoft yahei";
	color: #505050;
	float: left;
	margin-left: -20px;
	padding-right: 40px;
	cursor: pointer;
}

.slideTxtBox .hd ul li.on {
	height: 30px;
}

.slideTxtBox .hd ul li.on:hover {
	color: #F09800;
}

.slideTxtBox .bd ul {
	/*padding: 15px;*/
	zoom: 1;
}

.slideTxtBox .bd li {
	height: 24px;
	line-height: 24px;
}


/*溢出显示省略号*/

.slideTxtBox .bd li a {
	display: inline-block;
	width: 192px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.slideTxtBox .bd li a:hover {
	color: #F09800;
}

.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideTxtBox .arrow {
	position: absolute;
	right: -15px;
	top: 0;
}

.slideTxtBox .arrow a {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 15px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/superSide/arrow.png) 0 0 no-repeat;
}

.slideTxtBox .arrow .next {
	background-position: 0 -50px;
}

.slideTxtBox .arrow .prevStop {
	background-position: -60px 0;
}

.slideTxtBox .arrow .nextStop {
	background-position: -60px -50px;
}


/*产品列表*/

#product_box,
#chengxin_box {
	clear: both;
	width: 100%;
}

#product {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.picMarquee-left {
	width: 980px;
	overflow: hidden;
	position: relative;
}

.picMarquee-left .hd {
	overflow: hidden;
	height: 30px;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/superSide/arrow.png) no-repeat;
}

.picMarquee-left .hd .next {
	background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}

.picMarquee-left .bd {
	/*padding: 10px;*/
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 0 10px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: 320px;
	max-width: 320px;
	height: 200px;
	max-height: 200px;
	display: block;
	padding: 3px;
	border: 1px solid #ccc;
}

.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #F09800;
}

.picMarquee-left .bd ul li .title {
	clear: both;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
}

.picMarquee-left .bd ul li .title a:hover {
	color: #F09800;
}


/*诚信服务*/


/*#chengxin_box img {
	padding-top: 20px;
	margin-left: 50px;
}

#chengxin_box p {
	font-family: "microsoft yahei";
	float: right;
	font-size: 16px;
	width: 664px;
	text-align: justify;
	color: #505050;
	line-height: 36px;
	margin-top: 40px;
}*/


/*我们承诺*/

#chengxin_box .service {
	width: 100%;
	margin-top: 20px;
}

#chengxin_box .service .left {
	float: left;
	width: 50%;
	border-right: 2px dotted #d6d6d6;
}

#chengxin_box .service p {
	font-size: 13px;
	width: 322px;
	margin-left: 130px;
	line-height: 26px;
	text-align: justify;
}

#chengxin_box .service span {
	color: #F09800;
}

#chengxin_box .service .right {
	float: right;
}


/********************产品通道*****全部客户****************/

#productChannels,
#client {
	margin-top: 88px;
}

#productChannels #productList,
#client #clientList {
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #808080;
}

#productChannels #productList li,
#client #clientList li {
	float: left;
}

#productChannels #productList li a,
#client #clientList li a {
	cursor: pointer;
	display: block;
	margin-right: 40px;
}

#productChannels #productList li a:hover,
#client #clientList li a:hover {
	color: #F09800;
}

#productChannels #cont {
	clear: both;
	width: 980px;
	height: 386px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: -70px;
}

#productChannels #cont img {
	float: left;
	margin-left: 10px;
}

#productChannels #cont .txt {
	float: right;
	width: 438px;
	margin-top: 80px;
}

#productChannels #cont .txt h1 {
	text-align: center;
	color: #505050;
	font-family: "microsoft yahei";
	font-size: 28px;
	margin-bottom: 24px;
}

#productChannels #cont .txt p {
	color: #808080;
	font-family: "microsoft yahei";
	font-size: 16px;
	line-height: 28px;
}


/*调换方向*/

#productChannels #cont .right {
	float: right;
}

#productChannels #cont .left {
	float: left;
}


/****汽车汽配系列*** 新闻二级当前**/

#productList .productCurrent,
#productList .news_current,
.news_doc_current {
	color: #F09800
}


/*产品内容*/

#P_content {
	clear: both;
	margin-top: 60px;
}


/**/


/*产品通道-汽配表格*/

.pro_tabel table tr td {
	padding: 5px;
	padding-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(240, 152, 0);
}


/*重点文字 标签重用*/

body #P_content .important,
body #news_warpContent .content .important {
	color: #ff4e00;
}

#P_content img,
.culture img {
	float: none;
	margin-bottom: 20px;
}

#P_content .banner,
.culture .banner {
	margin-bottom: 40px;
}

.about_current,
.contact_current {
	font-weight: bold;
}

.about_content {
	margin-top: 60px;
	min-height: 500px;
}

.culture {
	margin-top: 60px;
}

.partner {
	margin-top: 0px;
}

#P_content h2,
.about_content h2,
#P_content p,
p {
	color: #505050;
	font-family: "microsoft yahei";
}

#P_content h2,
.about_content h2 {
	clear: both;
	font-size: 18px;
	padding-left: 20px;
	margin: 25px 0px;
	background: url(../img/product/product_car_list_dot.png) no-repeat left center
}

#P_content p,
.about_content p {
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
}

#P_content #ListTable {
	width: 100%;
}

#P_content #ListTable tr,
#P_content #ListTable td {
	border: 1px solid #F09800;
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #333333;
	padding: 5px;
}

#P_content #ListTable td {
	line-height: 26px;
	padding-left: 10px;
}

#P_content #ListTable img {
	padding: 10px 0px;
}


/********远程体验***********/

#longRange {
	margin-top: 88px;
}

#download_box {
	clear: all;
	float: left;
	max-width: 100%;
	margin-bottom: 20px;
}

#download_box li {
	float: left;
	padding: 35px;
}

#download_box li a {
	display: block;
	font-family: "microsoft yahei";
	font-size: 18px;
	color: #F09800;
	width: 124px;
	height: 124px;
	line-height: 124px;
	text-align: center;
	/*padding: 40px 15px;*/
	background: url(../img/remote/remote_list_a_default.png);
}

#download_box li a:hover {
	transition: all 0.2s linear 0s;
	font-size: 18px;
	color: #ffffff;
	background: url(../img/remote/remote_list_a_hover.png);
}

#download_box li .building_a {
	color: #808080;
	background: url(../img/remote/remote_list_a_building.png)
}

#download_box li .building_a:hover {
	background: none;
}


/****************技术支持*****************/


/*工具下载*/

#toolsTable {
	width: 980px;
	max-width: 100%;
}

.tools_D {
	min-height: 50%
}

#toolsTable tr,
#toolsTable td {
	border: 1px solid #F09800;
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #333333;
	padding: 5px;
}

#toolsTable .tit_table td {
	background: #ffbb46;
	color: #FFFFFF;
}

#toolsTable td {
	line-height: 26px;
	padding-left: 10px;
}

#toolsTable a {
	color: #F09800;
	border: 1px solid #ffbb46;
	padding: 2px 10px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

#toolsTable a:hover {
	color: #FFFFFF;
	background: #ffbb46;
}


/**********成功案例**************/

#Customers_box {
	margin-top: 88px;
	width: 980px;
}


/* 用!important强制设置superside显示内容宽度即可 */

#Customers_box .tempWrap {
	width: 980px !important;
}

#Customers_box .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
	width: 100px;
}

#Customers_box .hd ul {
	width: 980px;
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

#Customers_box .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url(../img/superSide/icoCircle.gif) 0 -9px no-repeat;
}

#Customers_box .hd ul li.on {
	background-position: 0 0;
}

#Customers_box .bd ul li .pic img {
	width: 176px;
	height: 88px;
	margin: 10px 0px;
}


/*客户表格*/

.client_tag {
	margin-top: 40px;
	width: 100%;
}

.client_tag .client_table {
	width: 100%;
	border: 1px solid #F09800;
}

.client_tag .client_table tr td {
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #505050;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #F09800;
}

.client_tag .client_table .client_tit {
	text-align: center;
	background: #ffbb46;
	color: #FFFFFF;
}

.client_current {
	color: #F09800;
}


/*联系我们*/

.corporate img {
	margin-bottom: 20px;
}

.contact .contactIfo {
	float: left;
	margin-top: 30px;
	min-height: 500px;
}

.contact .contactIfo dd {
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #505050;
	line-height: 38px;
}

.contact #baidu_map {
	float: left;
	margin-top: 10px;
	float: right;
	width: 980px;
	height: 420px;
	border: 1px solid #F0F0F0;
}


/*关于银通*/

.honour_box .bd ul li .pic img {
	width: 300px;
	max-width: 300px;
	height: 424px;
	max-height: 424px;
}

#dituContent {
	float: right;
	width: 460px;
	height: 260px;
	border: #ccc solid 1px;
}

.aboutBox .current {
	color: #F09800;
}


/************新闻中心****************/


/* 新闻中心 滚动分页列表*/

.newsList {
	width: 980px;
	margin: 0 auto;
}

.txtScroll-top {
	width: 980px !important;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}

.txtScroll-top .hd {
	overflow: hidden;
	height: 30px;
	/*padding: 0 10px;*/
}

.txtScroll-top .hd .prev,
.txtScroll-top .hd .next {
	display: block;
	width: 9px;
	height: 5px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/superSide/icoUp.gif) no-repeat;
}

.txtScroll-top .hd .next {
	background: url(../img/superSide/icoDown.gif) no-repeat;
}

.txtScroll-top .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}

.txtScroll-top .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url(../img/superSide/icoCircle.gif) 0 -9px no-repeat;
}

.txtScroll-top .hd ul li.on {
	background-position: 0 0;
}

.txtScroll-top .bd {
	padding: 15px 0px;
}

.txtScroll-top .infoList li {
	height: 32px;
	line-height: 24px;
}

.txtScroll-top .infoList li .date {
	float: right;
	color: #999;
}

.txtScroll-top .infoList li a {
	font-family: "microsoft yahei";
	font-size: 14px;
}

.txtScroll-top .infoList a:hover {
	color: #F09800;
}


/*定义新闻内容*/

#news_warpContent {
	margin-top: 30px;
	clear: both;
}

#news_warpContent h1 {
	font-family: "microsoft yahei";
	font-weight: normal;
	color: #333333;
}

#news_warpContent .tit_ifo {
	margin-top: 20px;
	font-family: 'microsoft yahei';
	font-size: 12px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dddddd;
}

#news_warpContent .tit_ifo span {
	color: #505050;
}

#news_warpContent .tit_ifo .editName {
	float: left;
}

#news_warpContent .tit_ifo .time {
	float: right;
}

#news_warpContent .content {
	overflow: hidden;
	/*防止内容太少footer过高*/
	min-height: 500px;
	margin-top: 20px;
}

#news_warpContent .content h2 {
	padding: 10px 0px;
	font-family: "microsoft yahei";
	text-align: center;
}

#news_warpContent .content p {
	/*float: left;*/
	width: 980px;
	width: 100%;
	text-align: justify;
	font-family: "microsoft yahei";
	color: #505050;
	font-size: 16px;
	text-indent: 32px;
	line-height: 32px;
	margin: 18px 0px;
}

#news_warpContent .content img {
	clear: both;
	max-width: 100%;
	float: left;
	padding: 10px 0px;
}


/*新闻滚动部分页码*/

.page_btn,
.page_btn p {
	float: right;
}

.page_btn p,
.pageState {
	color: #505050;
	font-family: "microsoft yahei";
}

.page_btn p {
	padding: 0 5px;
}

.page_btn p:hover {
	cursor: pointer;
	color: #F09800;
}


/*新闻*/

.no_news_list .bd {
	padding: 0px;
}


/************footer**********/

#footer {
	clear: both;
	width: 100%;
	margin-top: 150px;
	height: 136px;
	background: url(../img/home/footer_bg.jpg);
}

#footer #ifo {
	width: 980px;
	text-align: center;
	margin: 0 auto;
	padding: 16px 0px;
}

#footer #ifo p,
#footer #ifo a {
	width: 980px;
	text-align: center;
	margin-top: 10px;
	color: #ffffff;
	font-size: 14px;
	line-height: 12px;
}

#footer #ifo a:hover {
	font-weight: bold;
}

#footer #ifo img {
	float: none;
	margin-top: 12px;
}


/*========================================织梦分页样式*/


/*CSS pageinfo style pagination*/


/*条数*/

.pageinfo {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 3px;
	MARGIN: 3px;
	PADDING-TOP: 3px;
	TEXT-ALIGN: center
}

.pageinfo A {
	BORDER-RIGHT: #aaaadd 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #aaaadd 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	MARGIN: 2px;
	BORDER-LEFT: #aaaadd 1px solid;
	COLOR: #000099;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #aaaadd 1px solid;
	TEXT-DECORATION: none
}

.pageinfo A:hover {
	BORDER-RIGHT: #000099 1px solid;
	BORDER-TOP: #000099 1px solid;
	BORDER-LEFT: #000099 1px solid;
	COLOR: #000;
	BORDER-BOTTOM: #000099 1px solid
}

.pageinfo A:active {
	BORDER-RIGHT: #000099 1px solid;
	BORDER-TOP: #000099 1px solid;
	BORDER-LEFT: #000099 1px solid;
	COLOR: #000;
	BORDER-BOTTOM: #000099 1px solid
}

.pageinfo SPAN.thisclass {
	BORDER-RIGHT: #000099 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #000099 1px solid;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	MARGIN: 2px;
	BORDER-LEFT: #000099 1px solid;
	COLOR: #fff;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #000099 1px solid;
	BACKGROUND-COLOR: #000099
}

.pageinfo SPAN.disabled {
	BORDER-RIGHT: #929292 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #929292 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #929292 1px solid;
	COLOR: #929292;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #929292 1px solid
}

.pageinfo strong {
	padding: 0 5px;
	color: #505050;
}

.pageinfo {
	color: #505050;
	font-family: "microsoft yahei";
}


/*==================badoo样式=====================*/


/*分页*/


/*CSS badoo style pagination*/

DIV.badoo {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 13px;
	PADDING-BOTTOM: 10px;
	COLOR: #48b9ef;
	PADDING-TOP: 10px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #fff;
	TEXT-ALIGN: center
}

DIV.badoo A {
	BORDER-RIGHT: #f0f0f0 2px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #f0f0f0 2px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	MARGIN: 0px 2px;
	BORDER-LEFT: #f0f0f0 2px solid;
	COLOR: #505050;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #f0f0f0 2px solid;
	TEXT-DECORATION: none;
	display: inline-block;
}

DIV.badoo A:hover {
	BORDER-RIGHT: #ff5a00 2px solid;
	BORDER-TOP: #ff5a00 2px solid;
	BORDER-LEFT: #ff5a00 2px solid;
	COLOR: #ff5a00;
	BORDER-BOTTOM: #ff5a00 2px solid
}

DIV.badoo A:active {
	BORDER-RIGHT: #ff5a00 2px solid;
	BORDER-TOP: #ff5a00 2px solid;
	BORDER-LEFT: #ff5a00 2px solid;
	COLOR: #ff5a00;
	BORDER-BOTTOM: #ff5a00 2px solid
}

DIV.badoo SPAN.thisclass {
	BORDER-RIGHT: #ff5a00 2px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #ff5a00 2px solid;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #ff5a00 2px solid;
	COLOR: #fff;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #ff5a00 2px solid;
	BACKGROUND-COLOR: #ff6c16
}

DIV.badoo SPAN.disabled {
	DISPLAY: none
}


/**/

.page_btn {
	float: right;
}

.badoo a,
.badoo span {
	float: left;
}

.pageinfo {
	line-height: 14px;
}

.no_news_list {
	margin-top: 0px;
}

.no_news_list .bd {
	clear: both;
}


/*新闻和技术文章 文章页 上一篇 下一篇  标题 文章超出换行*/


/*文章顶部*/

.article_btn_tit {
	clear: both;
	float: right;
	font-size: 12px;
	line-height: 22px;
	max-width: 850px;
	margin-top: 8px;
}


/*文章底部*/

.article_btn_f_tit {
	float: right;
	line-height: 22px;
}

.article_btn_tit a:hover,
.article_btn_f_tit a:hover {
	color: #ff5a00;
}