@charset "utf-8";

/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
blockquote,
img,
figure {
	margin: 0;
	padding: 0
}

body {
	color: #434343;
	background-color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.color1 {
	color: #1c2954;
}

.color2 {
	color: #434343;
}

@font-face {
	font-family: bahnschrift;
	src: url(../font/KohinoorBangla.ttf);
	/* src: url(font/fangzheng.eot?#iefix) format("embedded-opentype"),url(font/fangzheng.woff) format("woff"),url(font/fangzheng.ttf) format("truetype"),url(font/fangzheng.svg#fnagzheng) format("svg"); */
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: HeadingP;
	src: url(../font/Heading-Pro-Light-trial.ttf);
	/* src: url(font/fangzheng.eot?#iefix) format("embedded-opentype"),url(font/fangzheng.woff) format("woff"),url(font/fangzheng.ttf) format("truetype"),url(font/fangzheng.svg#fnagzheng) format("svg"); */
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: Mp;
	src: url(../font/Mandatory-Plaything.otf);
	/* src: url(font/fangzheng.eot?#iefix) format("embedded-opentype"),url(font/fangzheng.woff) format("woff"),url(font/fangzheng.ttf) format("truetype"),url(font/fangzheng.svg#fnagzheng) format("svg"); */
	font-style: normal;
	font-weight: 400
}


@font-face {
	font-family: Renner;
	src: url(../font/Renner_400_Book.ttf);
	/* src: url(font/fangzheng.eot?#iefix) format("embedded-opentype"),url(font/fangzheng.woff) format("woff"),url(font/fangzheng.ttf) format("truetype"),url(font/fangzheng.svg#fnagzheng) format("svg"); */
	font-style: normal;
	font-weight: 400
}



em,
i,
b {
	font-weight: normal;
	font-style: normal;
}

input,
select,
textarea,
button {
	font-family: Tahoma, Helvetica, Arial, "Microsoft YaHei", "\5b8b\4f53", sans-serif;
	color: #666;
	outline-style: none;
	box-sizing: content-box;
}

dl,
ul,
li,
dt,
dd {
	list-style: none;
}

img {
	border: none;
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input::-moz-focus-inner {
	padding: 0;
}

input,
select,
textarea,
button {
	outline: none;
	outline-style: none;
	resize: none;
	vertical-align: middle;
}

button {
	padding: 1px 6px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

header,
section,
article,
aside,
footer {
	display: block;
}

.clear {
	clear: both;
}

.clearer {
	clear: both;
	font-size: 1px;
	width: 100%;
	height: 1px;
	visibility: hidden;
	overflow: hidden
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	content: "\200B";
}

.clearfix {
	*zoom: 1;
}

.hide {
	display: none;
}

a {
	text-decoration: none;
	outline-style: none;
	color: #333;
}

a:hover {}

a:active {}

.fz12 {
	font-size: 12px;
}

.fz14 {
	font-size: 14px;
}

.fz16 {
	font-size: 16px;
}

.fz18 {
	font-size: 18px;
}

.fz20 {
	font-size: 20px;
}

.fz22 {
	font-size: 22px;
}

.fz24 {
	font-size: 24px;
}

.fz28 {
	font-size: 28px;
}

.fz30 {
	font-size: 30px;
}

.fl {
	float: left !important;
	display: inline;
}

.fr {
	float: right !important;
	display: inline;
}

.fn {
	font-weight: normal;
}

.fb {
	font-weight: bold;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.song {
	font-family: SimSun;
}

.fontSimsun {
	font-family: \5B8B\4F53;
}

.fontYaHei {
	font-family: "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.fontTahoma {
	font-family: Tahoma;
}

.fontSerif {
	font-family: "serif";
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

.t_ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.black {
	color: #333 !important;
}

.gray {
	color: #999 !important;
}

.white {
	color: #fff !important;
}

.red,
.cRed {
	color: #f60 !important;
}

.blue {
	color: #3a94f6 !important;
}

.green {
	color: #32cd99 !important;
}

.yellow {
	color: #ffdb84 !important;
}

.orange {
	color: #f6aa61 !important;
}

.hide {
	display: none;
}

.blank {
	background: url(/static/img/blank.gif);
}

.clear-pwd {
	position: absolute;
	left: -9999px;
	visibility: hidden;
}

.hr {
	width: 100%;
	height: 1px;
	background: #f5f5f5;
}

.no_data {
	padding: 10px 0;
	color: #999;
	text-align: center;
}

.bg-gray {
	background: #f5f5f5;
}

.bg-white {
	background: #fff;
}

/* 徽章 */
.badge {
	position: relative;
	top: -8px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	min-width: 10px;
	padding: 4px 5px;
	line-height: 10px;
	font-size: 14px;
	background: #ff5555;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	border-radius: 10px;
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*全局内块居中*/
.max-w {
	width: 1200px;
	margin: 0 auto;
}

/*面包屑*/
.where {
	margin-bottom: 20px;
}

.where a {
	color: #333;
}

/* 链接 样式 */
.link1 {
	color: #999;
	cursor: pointer;
}

.link1.active,
.link1:hover {
	color: #2c81ff;
}

.link2 {
	color: #2c81ff;
	cursor: pointer;
}

.link2.active,
.link2:hover {
	color: #2c81ff;
}


.header-m {
	min-width: 1200px;
	padding: 20px 0;
	border-bottom: solid 1px #f0f0f0;
	background: #fff;
}

.header-m .logo {}

.header-m .logo a {}

.header-m .logo img {
	vertical-align: middle;
}

.header-m .logo em {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: solid 2px #ddd;
	font-size: 24px;
}

.header-m .fr {
	line-height: 60px;
	font-size: 16px;
}


/*底部样式*/
.footer2 {
	min-width: 1200px;
	padding: 20px 0;
	text-align: center;
	color: #999;
	line-height: 30px;
	border-top: solid 1px #f0f0f0;
	background: #fff;
}

.footer2 .nav a {
	color: #999;
	margin: 0 10px;
}

.footer2 .copyright {
	text-align: center;
	color: #999;
	letter-spacing: 1px;
}

.footer2 .copyright .text360 {
	display: inline-block;
	padding-left: 20px;
	height: 15px;
	line-height: 15px;
	color: #328a12;
	vertical-align: middle;
}

.footer2 .fticon {
	width: 998px;
	margin: 15px auto;
	border: 1px solid #e7e3e4;
}

.footer2 .fticon td {
	padding: 5px 0;
	border: 1px solid #e7e3e4;
	text-align: center;
	vertical-align: middle;
}

.footer2 .inspectLogo {
	height: 40px;
	display: inline-block;
	padding: 20px 0 30px;
}

.footer2 .inspectLogo li {
	float: left;
	width: 102px;
	height: 37px;
	margin: 0 9px;
}

.footer2 .inspectLogo li a {
	display: block;
	height: 37px;
	text-indent: -9999px;
	background: url(images/inspect_logos.png) no-repeat;
	overflow: hidden;
}

.footer2 .inspectLogo .logo_1 a {
	background-position: 0 0;
}

.footer2 .inspectLogo .logo_2 a {
	background-position: -103px 0;
}

.footer2 .inspectLogo .logo_3 a {
	background-position: -206px 0;
}

.foot-link {
	min-width: 1200px;
	border-top: 1px solid #f0f0f0;
	background-color: #fff;
}

.foot-link .item {
	padding: 40px 0 50px 0;
	text-align: left;
}

.foot-link .item li {
	float: left;
	display: inline;
}

.foot-link .item li dt {
	padding-bottom: 20px;
	color: #333;
	font-size: 16px;
}

.foot-link .item li dd {
	margin-bottom: 8px;
}

.foot-link .item li dd.tel {
	font-size: 30px;
	height: 48px;
	line-height: 48px;
	margin-bottom: 5px;
	color: #666;
}

.foot-link .item li dd.tel strong {
	font-weight: normal;
}

.foot-link .item li dd a {
	color: #888;
}

.foot-link .item li dd a.contact {
	display: inline-block;
	padding: 0px 15px;
	border: 2px solid #ccc;
	border-radius: 20px;
	color: #888;
}


/*服务市场头部*/
.header {
	min-width: 1200px;
	background: #fff;
	font-size: 16px;
	color: #666;
	border: 1px solid #f0f0f0;
}

.header .nav .logo {
	margin: 10px 0;
}

.header .nav1 {
	margin-left: 70px;
}

.header .nav .nav2 {}

.header .n {
	float: left;
	display: inline;
	position: relative;
}

.header .n .brand {
	padding: 0 20px;
}

.header .n .drop,
.header .n .brand {
	height: 80px;
	line-height: 80px;
	position: relative;
	display: inline-block;
}

.header .n:hover .drop:before {
	content: '';
	width: 100%;
	height: 3px;
	background: #2c81ff;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 5px;
}

.header .n .drop a {
	display: inline-block;
	padding: 0 20px;
}

.header .n:hover .drop a {
	color: #2c81ff;
}



.report-wrap {
	background: url(../img/banner-bg.jpg) no-repeat center;
	background-size: cover;
	height: 538px;
	width: 100%;
	color: #fff;
	line-height: 1;
}

.report-wrap-h2 {
	padding: 160px 0 60px 60px;
	font-size: 80px;
	font-weight: bolder;
}

.report-wrap-p {
	padding-left: 60px;
	padding-bottom: 14px;
	font-size: 20px;
}

.report-line {
	width: 130px;
	height: 1px;
	background: #fff;
	margin-left: 60px;
	margin-top: 60px;
}