/*公用样式*/

* {
	padding: 0;
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;
	background: #f7f7f7;
	font-size: 16px;
	color: #666;
	max-width: 1920px;
	margin: 0 auto;
}

a,
a:hover,
a:active,
a:focus {
	display: inline-block;
	text-decoration: none;
	color: #0988cc;
	padding: 0;
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 500;
}

p {
	margin: 0;
	line-height: 1.8;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

ul li {
	list-style: none;
}

select,
input,
textarea,
button {
	box-shadow: none;
	outline: 0!important;
}

button {
	background: transparent;
	border: 0;
}

html,
body {
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

[placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity 0.3s 0.3s ease;
	-moz-transition: opacity 0.3s 0.3s ease;
	-ms-transition: opacity 0.3s 0.3s ease;
	-o-transition: opacity 0.3s 0.3s ease;
	transition: opacity 0.3s 0.3s ease;
	opacity: 0;
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before {
	display: table;
	content: " "
}

.clearfix:after,
.container:after {
	clear: both
}

.container {
	width: 1000px;
	margin: 0 auto;
}


/*布局样式*/

.top-bar {
	width: 1920px;
	position: fixed;
	top: 0;
	z-index: 9999;
}

@media (max-width: 1920px) {
	.top-bar {
		width: 100%;
	}
} 

.top-bar-nav {
	box-shadow: none;
	background-color: #fdfdff;
	*border: 1px solid #ddd;
}

.top-bar-nav.active {
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: background 1s;
	* Firefox 4 */ -moz-transition: background 1s;
	/* Safari and Chrome */
	-webkit-transition: background 1s;
	/* Opera */
	-o-transition: background 1s;
}

.logos,
.bosd,
.hotphone {
	float: left;
}

.logos {
	width: 454px;
}

.fast-link,
.yaoxie,
.go-bosd {
	float: right;
}

.logos-links {
	padding: 30px 0;
}

.bosd {
	border-right: 2px solid #ddd;
	padding-right: 12px;
	margin-right: 12px;
}

.fast-link {
	line-height: 24px;
	width: 338px;
	overflow: hidden;
}

.hotphone {
	font-style: italic;
	font-size: 24px;
	color: #ef8200;
	background: url(../images/phone.png) no-repeat left center;
	padding-left: 24px;
	*width: 154px;
}

.go-bosd {
	font-size: 15px;
	background: url(../images/home.png) no-repeat left center;
	padding-left: 24px;
	margin-left: 30px;
	*width: 104px;
}

.go-bosd a {
	color: #666;
}

.go-bosd a:hover {
	color: #0988cc;
}

.nav-bar {
	border-top: 1px solid #ddd;
}

.nav-bar li {
	float: left;
	padding: 14px 20px 10px;
	line-height: 24px;
}

.nav-bar li.active {
	border-bottom: 4px solid #ef8200;
}

.nav-bar li a {
	color: #666;
}

.nav-bar li a:hover {
	color: #0988cc;
}

.nav-bar li.member-li a {
	color: #fff;
	background: url(../images/menu-member.png) no-repeat left center;
	width: 114px;
	height:28px;
	line-height:28px;
	padding-left: 38px;
	font-weight: bold;
	display: block;
}

.nav-bar li.member-li a:hover {
	color: #fff;
}

.nav-bar li:nth-child(5) {
	display: none;
}


/*返回顶部*/

p#back-to-top {
	position: fixed;
	display: none;
	bottom: 300px;
	right: 5px;
	z-index: 9998;
}

p#back-to-top a {
	text-align: center;
	text-decoration: none;
	color: #bbb;
	display: block;
	width: 62px;
	/*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-o-transition: color 1s;
	font-size: 14px;
}

p#back-to-top a:hover {
	color: #979797;
}

p#back-to-top a span {
	background: transparent url(../images/top-1.png) no-repeat;
	border-radius: 6px;
	display: block;
	height: 62px;
	width: 62px;
	margin-bottom: 5px;
	/*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
}

#back-to-top a:hover span {
	background: transparent url(../images/top-2.png) no-repeat;
}


/*锚地链接*/

.white-space,
.gray-space {
	position: relative;
}

.white-space {
	background: #fdfdff;
}

.anchor-point {
	position: absolute;
	top: -140px;
}


/*首页-现场检查*/

.index-block {
	padding: 60px 0;
}

.index-block h1,
.index-block h2,
.index-block h3 {
	text-align: center;
	overflow: hidden;
}

.index-block h1 {
	font-size: 36px;
	color: #333;
	line-height: 36px;
}

.index-block h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
}

.index-block h3 {
	font-size: 18px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.index-block p {
	font-size: 13px;
	color: #999;
}

.line-orange {
	display: block;
	height: 4px;
	width: 60px;
	background: #ef8200;
	margin: 10px auto 0;
}

.inspection-row {
	padding: 30px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	background: #fff;
	margin: 30px auto;
	overflow: hidden;
	*border: 1px solid #ddd;
}

.inspection-item {
	width: 286px;
	float: left;
	text-align: center;
	letter-spacing: 2px;
}

.ii-center {
	margin: 0 41px;
}


/*首页-产品介绍*/

.gray-space {
	background: #eff0f2;
}

.blockh2-left,
.blockh2-right {
	display: block;
	width: 280px;
	height: 1px;
	background: #bfbfbf;
	margin-top: 15px;
}

.blockh2-left,
.blockh2-center {
	float: left;
}

.blockh2-center {
	width: 440px;
	text-align: center;
}

.blockh2-right {
	float: right;
}

.system-row {
	margin: 30px auto;
	*overflow: hidden;
}

.system-row-warp {
	*overflow: hidden;
}

.system-item {
	width: 235px;
	*width: 193px;
	*border: 1px solid #ddd;
	float: left;
	text-align: center;
	margin-left: 20px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	background: #fff;
	padding: 40px 20px 20px;
	position: relative;
	margin-top: 80px;
}

.system-item img {
	position: absolute;
	left: 52.5px;
	top: -80px;
}

.system-item a h3,
.solution-item a h3 {
	color: #666;
}

.system-item a:hover h3,
.solution-item a:hover h3 {
	color: #0988cc;
}

.solution-item h3 {
	margin: 15px auto;
}

.system-item:hover,
.solution-item:hover {
	box-shadow: 0 0px 12px rgba(39, 140, 249, .6);
}

.solution-item {
	width: 320px;
	float: left;
	text-align: center;
	margin-left: 20px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	background: #fff;
	margin-bottom: 30px;
}

.solution-row {
	margin-top: 90px;
}

.system-1,
.solution-1 {
	margin-left: 0;
}

.readmore a {
	background: #d3e7fd;
	width: 160px;
	line-height: 50px;
	margin: 0 auto;
	display: block;
	border-radius: 25px;
	color: #278cf9;
	border: 1px solid #278cf9;
	text-align: center;
	font-size: 14px;
}

.readmore a:hover {
	background: #0988cc;
	color: #fff;
	border: 1px solid #0988cc;
}

.productTab {
	width: 100%;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

.productTab td {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 8px;
}

.productTitle {
	text-align: center;
	background: #0B539F;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
}

.productTitle2 {
	text-align: center;
	font-weight: bold;
}

.productText h2 {
	color: #0B539F;
	font-size: 16px;
	font-weight: bold;
}

.tab_body_group .productText p,
.tab_body_group .productText ul {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
	margin: 20px 0;
}

.tab_body_group .logistics .productText p {
	border-bottom: none;
	padding-bottom: 0;
	margin: 20px 0 ;
}

.logistics .productText ol li {
    margin: 10px 20px;
}

.logistics .productText ol {
    margin-bottom: 30px;
    margin-left: 32px;
}

#tabContainer .logistics h3 {
    font-weight: bold;
    font-size: 16px;
    text-indent: 32px;    
    margin-bottom: 10px;
}

.tab_body_group .productText ul {
    margin-left: 20px;
}

.tab_body_group .productText ul li {
    list-style: disc;
    padding-left: 10px;
    line-height: 30px;
}

.section-title-h0 h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
}

/*首页-典型客户*/

.customers-row {
	margin: 30px auto;
	text-align: center;
}

.customers-row p {
	font-size: 16px;
	color: #333;
}

.customers-row p strong {
	font-size: 48px;
	color: #ef8200;
	font-weight: normal;
}

.number-orange {
	padding-left: 15px;
}


/*首页-免费试用*/

.trial-item {
	width: 235px;
	float: left;
	text-align: center;
	margin-left: 20px;
}

.trial-1 {
	margin-left: 0;
}

.trial-item .interblock {
	box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	background: #fff;
	padding: 30px 20px;
	position: relative;
	*border: 1px solid #ddd;
}

.step-next {
	position: absolute;
	right: -30px;
	*right: -20px;
	top: 96px;
	z-index: 999;
}

.step-next img {
	z-index: 9999;
}

.index-block h2.step {
	text-align: left;
	margin-bottom: 10px;
	font-size: 18px;
	font-style: italic;
}

.index-block h2.step i {
	font-size: 48px;
	color: #ef8200;
	padding-left: 6px;
}

.index-block .trial-item h3 {
	margin-top: 20px;
}

/*首页-客户服务*/

.service-row {
	margin: 30px auto;
	*overflow: hidden;
}

.service-item {
	box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	background: #fff;
	padding: 30px 20px;
	width: 304px;
	*width: 262px;
	margin-left: 44px;
	float: left;
	text-align: center;
	border: 1px solid #ddd;
}

.service-left {
	margin-left: 0;
}

.index-block .service-item h3 {
	margin-top: 10px;
}

/*首页-渠道合作*/
.cooperation-row1,
.cooperation-row2 {
	margin: 30px auto;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	background: #fff;
	height: 200px;
	overflow: hidden;
}

.cooperation-text {
	width: 666px;
	margin: 30px 0;
}

.cooperation-img {
	width: 334px;
}

.cooperation-row1 .cooperation-text {
	float: left;
}

.cooperation-row2 .cooperation-text {
	float: right;
}

.cooperation-row1 .cooperation-pic {
	float: right;
}

.cooperation-row2 .cooperation-pic {
	float: left;
}

.cooperation-1,
.cooperation-3 {
	float: left;
	width: 332px;
	border-right: 1px solid #ddd;
	height: 140px;
}

.cooperation-2,
.cooperation-4 {
	float: right;
	width: 333px;
}

.cooperation-text ul {
    margin-left: 60px;
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}
.cooperation-text li {
    list-style: disc;
    padding-left: 10px;
    line-height: 24px;
}

/*首页-行业资讯*/
.news-row {
    margin-top: 60px;
    overflow: hidden;
}

.industry-news {
	width: 499px;
	*width: 469px;
	float: left;
	padding-right: 30px;
	border-right: 1px solid #ddd;
    overflow: hidden;
}

.bosdsoft-news {
	width: 500px;
	*width: 470px;
	float: right;
	padding-left: 30px;
    overflow: hidden;
}

.news-type {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.news-type h2 {
    float: left;
    margin-bottom: 0;
    overflow: hidden;
}

.news-more {
    float: right;
    font-size: 14px;
}
.news-more a {   
	background: url(../images/arrow.png) no-repeat right center;
	padding-right: 16px;
	display: block;
	margin-top: 12px;
}

.news-list li {
	background: url(../images/circle.png) no-repeat left center;
	padding-left: 30px;
	margin-top: 20px;
	overflow: hidden;
}

.news-list li a {
	display: block;
	font-size: 14px;
}

.news-list li a .news-title {
	float: left;
	color: #666;
	width: 340px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.news-list-all li a .news-title {
	width: 740px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.news-list li a .news-date {
	float: right;
	color: #999;
	width: 80px;
    text-align: right;
}

/*首页-友情链接*/

.rollBox {
	margin: 30px auto;
	width: 960px;
}

.pic {
	float: left;
	margin-right: 20px;
}

/*首页-页脚*/
.footer {
	box-shadow: 0 -1px 5px rgba(0, 0, 0, .1);
	background: #fdfdff;
	*border: 1px solid #ddd;
}

.footer a {
	color: #666;
}

.footer .index-block {
    padding: 30px 0;
}

.footer-left {
    float: left;
    font-size: 14px;
}

.footer-left li {
    line-height: 22px;
    margin-bottom: 10px;
    overflow: hidden;
}

.footer-left li span {
    display: block;
    float: left;
    overflow: hidden;
}

.footer-left li span a {
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 5px;
}

.footer-right {
    float: right;
}

.footer-content strong  {
    font-size: 24px;
    font-weight: normal;
    color: #ef8200;
}

.copyright {
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
}

.qr-code {
	text-align: center;
	float: right;
	margin-left: 15px;
}

.qr-code span {
    padding: 4px;
    border: 1px solid #ddd;
    display: block;
}

.qr-code span img {
    width: 135px;
}

.footer-right #sales {
    display: none;
}



.link-box a {
	margin-right: 30px;
}

a.link-pdf {
	background: transparent url(../images/link-pdf.png) no-repeat left center;
	font-size: 15px;
	padding: 0 0 0 26px;
	text-indent: 0px;
	height: auto;
	line-height: 36px;
}

a.link-download {
	background: transparent url(../images/link-down.png) no-repeat left center;
	font-size: 15px;
	padding: 0 0 0 26px;
	text-indent: 0px;
	height: auto;
	line-height: 36px;
}

a.link-web {
	background: transparent url(../images/link-web.png) no-repeat left center;
	font-size: 15px;
	padding: 0 0 0 30px;
	text-indent: 0px;
	height: auto;
	line-height: 36px;
}

a.link-pdf:hover,
a.link-download:hover {
	text-decoration: underline;
}

/*首页广告*/
.ad-top {
    position: relative;
}

#btn {
    position: absolute;
    color: #fff;
    top: 15px;
    right: 20px;
    cursor: pointer;
	background: #ad241c url(../images/close.png) no-repeat 5px center;
	padding-left: 36px;
	line-height: 36px;
	border-radius: 18px;
	padding-right: 12px;
}

.ad-left {
    position: fixed;
    bottom: 2px;
    left: 2px;
	z-index: 9999;
}

.ad-left-1 {
    margin-bottom: 20px;
}

.ad-left img {
    width: 180px;
}

.ad-left .closeAd img {
    width: 18px;
}

#ad-a2 {
	position: relative;
}

#ad-a3 {
	position: relative;
}

.closeAd {
	position: absolute;
	right:4px;
	top: 4px;
	z-index:99999;
	cursor: pointer;
}

.company-row1 span {
	margin-right: 10px;
}

.gongan a {
    background: url(../images/guohui.png) no-repeat left center;
	padding-left: 22px;
}

/*改版后产品介绍*/
.system2-row {
	margin: 30px auto;
	+overflow: hidden;
}

.system2-item {
	width: 233px;
	+width: 200px;
	float: left;
	text-align: center;
	margin-left: 20px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .1);
	background: #fff;
	padding: 30px 15px;
	border: 1px solid #eee;
	+margin-left: 24px;
}

.system2-4,
.solution2-4 {
	float: right;
}

.system2-item img {
	width: 88px;
	margin: 0 auto;
}

.system2-item a h3 {
	color: #666;
	margin-top: 12px;
}

.system2-item a p {
	line-height: 18px;
	letter-spacing: -1px;
}

.system2-item:hover {
	box-shadow: 0 0px 12px rgba(39, 140, 249, .3);
	border: 1px solid #93ccea;
}

.system2-item-row {
	margin-bottom: 20px;
	+overflow: hidden;
}

.system2-item-row-last {
	margin-bottom: 0;
}

.solution1-item a h3,
.solution2-item a h3,
.solution3-item a h3,
.solution4-item a h3 {
	color: #666;
	height: 48px;
	cursor: pointer;
}

.solution1-item h3,
.solution2-item h3,
.solution3-item h3,
.solution4-item h3 {
	margin: 15px auto;
}


.solution2-item:hover {
	box-shadow: 0 0px 12px rgba(39, 140, 249, .6);
}

.solution2-item {
	width: 235px;
	float: left;
	text-align: center;
	margin-left: 20px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	background: #fff;
	margin-bottom: 30px;
}

.solution2-row {
	margin-top: 90px;
}

.system2-1,
.solution2-1 {
  margin-left: 0;
}


