/*公用样式*/

* {
	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;
}

a:hover {
	color: #ef8200;
}

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;
}

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: 988;
}

@media (max-width: 1920px) {
	.top-bar  {
		width: 100%;
	}
} 

.top-bar-nav {
	box-shadow: none;
	background-color: #fdfdff;
}

.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 {
	float: left;
	width: 168px;
	margin-top: 30px;
}

/*导航菜单*/
.nav-bar {
	float: right;
	width: 534px;
}

.nav-bar ul {
	float: right;
	line-height: 82px;
}

.nav-bar li {
	float: left;
	padding: 0 20px;
}

.nav-bar li.active {
	border-bottom: 4px solid #ef8200;
}

.nav-bar li a {
	color: #666;
}

.nav-bar li.active a {
	font-weight: bold;
}


.nav-bar li a:hover {
	color: #ef8200;
}

/*返回顶部*/

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;
	height: 720px;
}

.white-space {
	background: #fdfdff;
}

.gray-space {
	background: #eff0f2;
}


.index-block {
	padding: 80px 0;
}

.index-block h1,
.index-block h2,
.index-block h3 {
	text-align: center;
}

.index-block h1 {
	font-size: 36px;
	color: #333;
	line-height: 36px;
	margin-bottom: 40px;
}

.index-block h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
	width: 100%;
}

.index-block h3 {
	font-size: 18px;
	margin-bottom: 8px;
	color: #333;
	font-weight: bold;
}

.index-block h3 a.icon-01 {
	background-image: url(../images/inspection-01.png);
}

.index-block h3 a.icon-02 {
	background-image: url(../images/inspection-02.png);
}

.index-block h3 a.icon-03 {
	background-image: url(../images/inspection-03.png);
}

.index-block h3 a.icon-04 {
	background-image: url(../images/inspection-04.png);
}

.index-block h3 a.icon-05 {
	background-image: url(../images/inspection-05.png);
}

.index-block h3 a.icon-06 {
	background-image: url(../images/inspection-06.png);
}

.index-block h3 a.icon-07 {
	background-image: url(../images/inspection-07.png);
}

.index-block h3 a {
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 110px;
	color: #333;
	font-weight: bold;
}

.index-block h3 a:hover {
	background-position: center -199px;
	color: #004898;
}

.index-block p {
	font-size: 13px;
	color: #999;
	letter-spacing: 1px;
}

.line-orange {
	display: block;
	height: 4px;
	width: 60px;
	background: #ef8200;
	margin: 10px auto 0;
}

/*首页-产品介绍*/
.inspection-row {
	overflow: hidden;
}

.inspection-row-1 {
	overflow: hidden;
}

.inspection-row-2 {
	margin: 30px auto 0;
	overflow: hidden;
}

.inspection-item {
	width: 300px;
	float: left;
	text-align: center;
	letter-spacing: 2px;
}

.ii-center {
	margin: 0 50px;
}

/*首页-定制项目*/
.project-row {
	overflow: hidden;
}

.project-row-1 {
	overflow: hidden;
}

.project-row-2 {
	margin: 50px auto 0;
	overflow: hidden;
}

.project-item {
	width: 300px;
	float: left;
	text-align: center;
	letter-spacing: 2px;
	position: relative;
	overflow: hidden;
}

.index-block .project-item h3 {
	font-size: 18px;
	margin-bottom: 0px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 42px;
	z-index: 999;
}

.index-block .project-item span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	filter:alpha(opacity=50);  
	-moz-opacity:0.5;  
	-khtml-opacity: 0.5;  
	opacity: 0.5; 
	background: #000;
	display: block;
	height: 42px;
}

.index-block .project-item a:hover span {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;  
	opacity: 0.6;
}

/*首页-页脚*/
.footer {
	box-shadow: 0 -1px 5px rgba(0, 0, 0, .1);
	background: #fdfdff;
	height: auto !important;
}

.footer a {
	color: #666;
	text-decoration: underline;
}

.footer a:hover {
	color: #004898;
}

.footer .index-block {
    padding: 30px 0;
}

.footer-left {
    float: left;
    font-size: 14px;
}

.footer-left li {
    line-height: 22px;
    margin-bottom: 10px;
}

.footer-right {
    float: right;
}

.footer-content strong  {
    font-size: 24px;
    font-weight: normal;
    color: #ef8200;
}

.footer-content a {
    margin-right: 5px;
}

.copyright {
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
}

.qr-code {
	text-align: center;
}

.qr-code span {
    padding: 8px;
    border: 1px solid #ddd;
    display: block;
}

.qr-code span img {
    width: 120px;
}

.index-block .footer-right p {
    color: #666;
	text-align: center;
}

.company-row1 span {
	margin-right: 10px;
}

.gongan a {
    background: url(../images/guohui.png) no-repeat left center;
	padding-left: 22px;
}

/*蓝海动态*/
.news-center {
    overflow: hidden;
	margin-bottom: 20px;
}

.news-pic {
    float: left;
    width: 300px;
}

.news-list {
    float: right;
    width: 650px;
}

.news-list ul {
    overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.news-list li {
    overflow: hidden;
	border-top: 1px solid #ddd;
	padding-top: 24px;
	padding-bottom: 24px;
}

.news-time {
    float: left;
    width: 60px;
    text-align: center;
    font-size: 16px;
	font-family: arial;
}

.news-date  {
    font-size: 48px;
    color: #999;
	border-bottom: 1px solid  #999;
    line-height: 48px;
    font-weight: bold;
    display: block;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

.news-title {
    float: right;
    width: 560px;
}

.index-block .news-title h2 {
    font-size: 20px;
    margin-bottom: 5px;
    width: 100%;
	font-weight: bold;
	text-align: left;
}

.index-block .news-title h2 a {
    color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
    width: 560px;
}

.summary {
    font-size: 14px;
	line-height: 24px;
	color: #666;
}

.readmore a {
	background: #eff0f2;
	width: 160px;
	line-height: 50px;
	margin: 0 auto;
	display: block;
	border-radius: 25px;
	color: #666;
	text-align: center;
	font-size: 14px;
}

.readmore a:hover {
	background: #d3e7fd;
	color: #0988cc;
}

/*二级页*/
.default-body {
	background: #f7f7f7;
}

.banner {
	margin-top: 84px;
}

.content {
	width: 1000px;
	*width: 940px;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
	min-height: 400px;
}

.content h1 {
	text-align: center;
	margin-bottom: 30px;
}

/*产品介绍*/
.product-row {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}

.product-left,
.product-list {
	float: left;
}

.product-right,
.product-pic {
	float: right;
}

.product-left,
.product-right {
	border: 1px solid #ddd;
	overflow: hidden;
	width: 450px;	
}

.product-list {
	padding-top: 28px;
	padding-left: 28px;
}

.product-list h2 {
    font-size: 18px;
    font-weight: bold;
    border-left: 4px solid #004898;
    padding-left: 12px;
    line-height: 18px;
    margin-bottom: 12px;
	color: #333;
}

.product-list ul {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.5px;	
} 

.product-list ul li {
    background: url(../images/disc.png) no-repeat left center;
    padding-left: 16px;
}

.product-pic:hover img {
	transform: scale(1.1)
}

.product-pic img {
	transition: all 0.3s;
}

.product-pic {
	width: 188px;
	overflow: hidden;
}

#target_1 {
	position: absolute;
	top: -100px;
}

/*客户服务*/

.preface {
	margin-bottom: 60px;
}

.preface-img {
	text-align: center;
	width: 400px;
}

.preface-text {
	width: 500px;
	padding: 30px 0;
	line-height: 42px;
	letter-spacing: 1px;
}

.preface-l-r .preface-img {
	float: left;
}

.preface-l-r .preface-text {
	float: right;
}

.preface-r-l .preface-img {
	float: right;
}

.preface-r-l .preface-text {
	float: left;
}

.preface p {
	text-indent: 36px;
}

.section-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.not-first-title {
	margin-top: 60px;
}

.content .section-title h1.h1-blue {
	font-size: 24px;
	font-weight: bold;
	border-left: 6px solid #004898;
	text-align: left;
	padding-left: 20px;
	line-height: 30px;
    margin-bottom: 10px;
    color: #333;
}

.cooperation-row1,
.cooperation-row2 {
	margin: 30px auto;
	background: #fff;
	height: 200px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.cooperation-text {
	width: 624px;
	margin: 30px 0;
}

.cooperation-pic {
	width: 314px;
}

.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: 311px;
	border-right: 1px solid #ddd;
	height: 140px;
}

.cooperation-2,
.cooperation-4 {
	float: right;
	width: 312px;
}

.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;
}

.cooperation-text h3 {
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 4px;
	text-align: center;
}

/*服务支持*/
.service-box {
    overflow: hidden;
}

.service-item {
    float: left;
    width: 212px;
    text-align: center;
	margin-right: 30px;
	letter-spacing: 2px;
}

.service-4 {
	margin-right: 0;
}

.service-box h3.icon-01 {
	background-image: url(../images/service-01.png);
}

.service-box h3.icon-02 {
	background-image: url(../images/service-02.png);
}

.service-box h3.icon-03 {
	background-image: url(../images/service-03.png);
}

.service-box h3.icon-04 {
	background-image: url(../images/service-04.png);
}

.service-box h3 {
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 110px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}

.service-box h3:hover {
	background-position: center -199px;
}

.service-box  p {
    font-size: 13px;
    color: #999;
    letter-spacing: 1px;
}

/*关于我们*/
.video-box {
	overflow: hidden;
}

.video-left {
	float: left;
	width: 342px;
	padding-top: 6px;
}

.video-right {
	float: right;
	width: 568px;
}

.company-profile p {
	text-indent: 36px;
	margin-bottom: 30px;
    line-height: 36px;
}

.jobs-info {
	overflow: hidden;
}

.jobs-text {
	float: left;
	width: 568px;
}

.job-pic {
	float: right;
	width: 298px;
}

.jobs p {
	margin-bottom: 30px;	
	line-height: 32px;
}

.jobs-list {
	margin-bottom: 30px;
	line-height: 32px;
}

.jobs-list h3 {
	font-size: 18px;
	color: #ef8200;
	font-weight: bold;
	margin-bottom: 15px;
}

.jobs-list li {
	background: url(../images/diamond.png) no-repeat left 9px;
	padding-left: 24px;
	font-size: 14px;
	margin-bottom: 10px;
}

.jobs-list li .job-name {
	font-size: 16px;
	font-weight: bold;
}

.job-duties {
	line-height: 30px;
}

/*三级页面*/
.content-no-banner {
    margin-top: 84px;
    clear: both;
    overflow: hidden;
}

.news-details {
    border: 1px solid #ddd;
    padding: 60px;
	min-height: 600px;
}

.details-header {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

.details-header h1 {
	font-size: 30px;
	color: #333;
	margin-bottom: 20px;
}

.details-header h2 {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	text-align: center;
}

.details-text {
	margin: 10px auto 20px;
	text-align: center;
	color: #999;
	font-size: 14px;
}

.details-text span {
	margin: 0 20px;
}

.details-body p {
	margin: 30px 0;
	text-indent: 36px;
}

.details-body p.first-p {
	text-indent: 0;
}

.details-body p.last-p {
	text-align: right;
	text-indent: 0;
}

.details-body p.ny_xbd  {
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid #004898;
    padding-left: 12px;
    line-height: 20px;
    margin-bottom: 12px;
    color: #004898;
	text-indent: 0;
}

.details-body ul,
.details-body ol {
    padding-left: 18px;
}

.details-body ul li {
    list-style: disc;
    margin-left: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.details-body ol li {
    margin-left: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.details-body p.ny_xbt {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-indent: 36px;
	margin-bottom: 0px;
}

.details-body p.psta,
.details-body p.one-pic {
	text-indent: 0;
	text-align: center;
}

.details-body p.ny_sec {
    font-size: 20px;
    font-weight: bold;
    background: url(../images/diamond.png) no-repeat left 3px;
    padding-left: 18px;
    line-height: 20px;
    margin-bottom: 12px;
    color: #333;
	text-indent: 0;
	margin-left: 18px;
}

.details-body p img {
    max-width: 818px;
    border: 1px solid #ddd;
}

.details-body caption {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

.psta img {
    width: 350px;
    margin: 0px 20px;
}

.details-body table {
	width: 100%;
	margin: 20px auto 30px;
}

.details-body td {
	padding: 5px;
}

.details-body table p {
	text-indent: 0;
	margin: 0;
}

#tabContainer {
	margin-top: 30px;
	margin-bottom: 20px;
}

.details-body ul.tab_header_group {
	z-index: 10;
	background: #fff;
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #004898;
}

.details-body ul li.tab_header {
	display: inline-block;
	cursor: pointer;
	margin: 0 3px 0 0;
	*display: inline;
	zoom: 1;
}

.tab_header_group .tab_header a,
.tab_header_group a:hover {
	text-decoration: none;
	height: 42px;
	line-height: 42px;
	background: #d3e7fd;
	color: #0989cd;
	padding-left: 40px;
	padding-right: 40px;
}

.tab_header_group .tab_header:hover {
	background: #F5F5F5;
}

.tab_header_group .active a {
	margin-bottom: 0px;
	background: #0b539f url(../product/images/tab-active.png) no-repeat center;
	color: #fff;
}

/*蓝海动态新闻列表页*/
.news-wrapper .news-list {
    min-height: 400px;
	float: none;
	width: auto;
}

.news-wrapper .news-list ul {
    overflow: hidden;
    border-bottom: none;
}

.news-wrapper .news-list li {
    background: url(../images/circle.png) no-repeat left center;
    margin-bottom: 20px;
    overflow: hidden;
	border: none;
	padding: 0 0 0 30px;
}


.news-wrapper .news-list li a {
	display: block;
	font-size: 14px;
}

.news-wrapper .news-list-all li a .news-title {
	float: left;
	width: 740px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 0;
	border: none;
	color: #333;
}

.news-wrapper .news-list-all li a:hover .news-title {
	color: #ef8200;
}

.news-wrapper .news-list li a .news-date {
	float: right;
	color: #999;
	width: 80px;
    text-align: right;
	font-size: 14px;
	line-height: 16px;
	border: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: inline;
}

/*首页广告*/
.ad-top {
    position: relative;
}

#btn {
    position: absolute;
    color: #fff;
    top: 15px;
    right: 20px;
    cursor: pointer;
	background: #ad241c url(http://www.bosdsoft.com/zhuanlan/yaoxie/images/close.png) no-repeat 5px center;
	padding-left: 36px;
	line-height: 36px;
	border-radius: 18px;
	padding-right: 12px;
}

.ad-left {
    position: fixed;
    top: 45%;
    left: 2px;
	z-index: 9999;
}