input::placeholder, textarea::placeholder {
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}
/* 首页 Start */
.header-area.absolute-header {
	padding: 0px;
	background: #206dc9;
}

.header-area.absolute-header .is-sticky .sticky-area {
	backdrop-filter: blur(10px);
	background: rgba(32, 109, 201, 0.9);
}

#header-3.header-area .main-menu .navbar-nav .nav-link.active {
	color: #ffffff;
	font-weight: bold;
}

.header-area {
	line-height: 80px;
}

@media ( max-width : 1024px) {
	.img-tip p, .img-tip span {
		font-size: 20px !important;
		padding-bottom: 0 !important;
	}
	.img-tip {
		width: 80%;
	}
	.hot-package .service-grids .grid {
		width: 30% !important;
	}
	.inside-cont {
		padding: 16px 200px !important;
	}
}

@media ( max-width : 768px) {
	.header-area .nav-item {
		line-height: 24px;
	}
	#header-3.header-area .main-menu .navbar-nav .nav-link.active {
		color: #206dc9;
	}
	.main-menu li.nav-item {
		position: relative;
		margin-right: 0px !important;
	}
	.hot-package .service-grids .grid {
		width: 40% !important;
	}
	.inside-cont {
		padding: 16px 100px !important;
	}
}

.header-area .logo {
	padding: 0;
	margin-left: 30px;
}

.navbar-brand {
	padding: 0;
}

.main-menu .sub-menu li a {
	padding: 12px 0 12px 20px;
	color: #1D2129;
}

.sub-menu {
	background-color: rgba(255, 255, 255, 0.9);
	width: 140px;
	border-radius: 2px;
}

.main-menu .navbar-nav .nav-link {
	padding: 0;
}

.main-menu .sub-menu li:hover>a {
	color: #1664FF;
}

.main-menu li.nav-item {
	position: relative;
	margin-right: 48px;
}

.sub-menu::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0px;
	top: 0;
	left: 0;
	background: #70C150;
	visibility: hidden;
	opacity: 0;
}

.sub-menu li {
	line-height: 22px;
}

.btn-loginr:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.btn-login {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-right: 50px;
}

.btn-loginr {
	color: #fff;
	font-size: 14px;
	padding: 6px 18px;
}

.btn-loginr2 {
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 2px;
}

#home-3 .single-slide-item {
	height: 500px;
}

.single-slide-item p {
	color: #ffffff;
	opacity: 0.9;
	margin-bottom: 4rem;
}

.main-btn {
	display: inline-block;
	background: #1664FF;
	border-radius: 4px;
}

.main-btn:hover {
	background: #1664FF;
	color: #ffffff;
}

.single-slide-item h1 {
	font-size: 60px;
	margin: 15px 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.single-slide-item p {
	font-size: 28px;
}

.overlay {
	background-color: rgb(3 15 39/ 0%);
}

#home-3 .single-slide-item {
	background-image: url(../images/home-banner1.png);
}

#home-3 .hero-area-bg-2 {
	background-image: url(../images/home-banner2.png);
}

.homepage-slides:hover .owl-nav button.owl-prev, .homepage-slides:hover .owl-nav button.owl-next
	{
	visibility: visible;
	opacity: .5;
}

.homepage-slides .owl-nav button.owl-prev:hover, .homepage-slides .owl-nav button.owl-next:hover
	{
	color: #fff;
	border-color: #206DC9;
	opacity: 1;
}

.homepage-slides .owl-nav button.owl-prev:hover {
	background: url(../images/banner-arrowl.svg) no-repeat center center
		#206DC9;
}

.homepage-slides .owl-nav button.owl-next:hover {
	background: url(../images/banner-arrowr.svg) no-repeat center center
		#206DC9;
}

.homepage-slides .owl-nav button.owl-prev {
	background: url(../images/banner-arrowl.svg) no-repeat center center;
}

.homepage-slides .owl-nav button.owl-next {
	background: url(../images/banner-arrowr.svg) no-repeat center center;
}

.homepage-slides .owl-nav button.owl-prev, .homepage-slides .owl-nav button.owl-next
	{
	width: 45px;
	height: 45px;
	border: 2px solid;
	border-radius: 50%;
	position: absolute;
	left: 50px;
	top: 50%;
	margin-top: -25px;
	color: #ffffff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
	left: auto;
	right: 50px;
}

.arrow-r {
	padding-left: 6px;
	vertical-align: baseline;
}

.vertical-middle {
	vertical-align: middle;
}

.notice {
	height: 58px;
	line-height: 58px;
}

.notice-con {
	margin-bottom: 0;
	line-height: 58px;
	color: #1D2129;
	font-size: 14px;
}

.notice-btn {
	color: #FA2E2D;
	padding: 0px 8px;
	line-height: 24px;
	font-size: 10px;
	border: 1px solid #FA2E2D;
	border-radius: 2px;
}

.notice-title {
	font-style: normal;
	padding-left: 10px;
}

.more {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #4E5969;
	font-size: 16px;
	float: right;
	line-height: 58px;
	padding: 0;
}

.more:hover {
	color: #1664FF;
	font-weight: normal;
	text-decoration: none;
}

.quick-entry-area {
	background: #F7F8FA;
	height: auto;
}

.quick-entry-inner {
	border-bottom: 1px solid #eee;
}

.quick-entry-inner a {
	margin: 0;
}

.quick-entry-inner h5 {
	margin: 16px 0 0px;
	font-weight: normal;
	color: #4E5969;
	font-size: 16px;
}

.padding50 {
	padding: 50px;
}

.section-title h6 {
	color: #4E5969;
	line-height: 40px;
	font-weight: normal;
}

.hot-serve-area .read-more {
	color: #fff;
}

.hot-serve-area h5 {
	top: 40%;
}

.hot-serve-area h5:after {
	position: absolute;
	content: " ";
	width: 93px;
	height: 2px;
	background: #fff;
	opacity: 0.5;
	bottom: -15px;
	left: 0;
	z-index: -1;
}

.hot-serve-area .read-more:before {
	width: 10px;
	height: 2px;
	background: #fff;
	opacity: 0.9;
	top: 50%;
	left: 0;
	margin-left: 0px;
	visibility: hidden;
}

.btn-more {
	border: 1px solid #E8EAEC;
	background: #fff;
	border-radius: 3px;
	font-size: 14px;
	color: #1664FF;
	text-align: center;
	margin-top: 40px;
	padding: 10px 20px;
}

.arrow-more {
	height: 14px;
	width: auto;
	margin-left: 10px;
}

.certification-area .client-carousel .owl-dots {
	text-align: center;
	margin-top: 40px;
}

.certification-area .owl-dots button.owl-dot span {
	width: 10px;
	height: 10px;
	background: #ddd;
	margin-right: 10px;
	margin-top: 20px;
}

.certification-area .owl-dots button.owl-dot.active span {
	width: 35px;
	height: 10px;
	background: #1664FF;
}

.single-client-item {
	background: none;
	padding: 0px;
	border-bottom: 0;
	margin-top: 40px
}

.single-client-item:hover {
	border-bottom: 0px solid #70C150;
}

.single-client-item img {
	max-width: 100%;
	height: auto;
	float: left;
	border-radius: 0
}

.friend-link {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.friend-link li a {
	padding: 0px 20px;
	color: #4E5969;
}

.footer-up .foot-title span {
	color: rgba(255, 255, 255, 0.6);
	padding-left: 10px;
	font-size: 16px;
}

.footer-area .foot-cont {
	font-size: 18px;
	color: #ffffff;
}

.footer-up {
	padding: 50px 0 40px 0;
}

.footer-area {
	background: #206dc9;
}

.footer-area p {
	margin-top: 8px;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 0;
	background: #206dc9;
}

.footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	text-align: center;
}

.col-form-label {
	font-size: 14px;
}

.inside-content .btn {
	width: 96px;
	height: 38px;
	font-size: 14px;
}

.btn-backl {
	background: #1664FF;
}

.btn-backr {
	border: 1px solid #DDDDDD;
}

.symbol {
	color: #FF3E3E;
	font-weight: bold;
}

.paddingr {
	padding-right: 28px;
}

.inspection-guide h5 {
	line-height: 80px;
}

.plus {
	font-style: normal;
	font-size: 30px;
	vertical-align: top;
	padding-left: 3px;
}

.grids-title {
	font-weight: bold !important;
	font-weight: 28px !important;
	margin-bottom: 3.5rem !important;
}

.icon-quickwhite {
	display: none;
}

.service-section-s2 .service-grids .grid:hover .icon-quickwhite {
	display: block;
}

.service-section-s2 .service-grids .grid:hover .icon-quick {
	display: none;
}

.client-area {
	background: #fff;
}
/* 首页-资讯中心部分 */
h2.title {
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 24px;
	padding-bottom: 24px;
	position: relative;
}

h2.title:after {
	position: absolute;
	left: 50%;
	width: 46px;
	height: 2px;
	margin-left: -23px;
	background-color: #366DC2;
	bottom: 0;
	content: '';
}

p.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 18px;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-transform: uppercase;
}

.tab-block {
	max-width: 1200px;
	height: 580px;
	margin: 50px auto 0;
	background-color: #FFF;
	border: 1px solid #e5e5e5
}

.tab-block.information-tab {
	height: 430px
}

.tab-block.information-tab .tabs {
	height: 380px
}

.tab-block .tab-buttons {
	width: 100%;
	height: 50px;
	background-color: #fafafa
}

.tab-block .tab-buttons .tab-button {
	width: 33.33%;
	float: left;
	height: 50px;
	text-align: center;
	font-size: 16px;
	color: #999;
	line-height: 50px;
	position: relative;
	cursor: pointer;
	background-color: #f2f2f3;
}

.tab-block .tab-buttons .tab-button.cur {
	background-color: #fff;
	color: #333
}

.tab-block .tab-buttons .tab-button.cur:after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1183ff
}

.tab-block .tabs {
	width: 100%;
	height: 528px
}

.tab-block .tabs .tab-item {
	width: 100%;
	height: 100%;
	padding: 20px;
	display: none
}

.tab-block .tabs .tab-item.active {
	display: block
}

.information-tab .information-left {
	width: 40%;
	overflow: hidden;
	position: relative;
	float: left;
}

.information-tab .information-left img {
	width: 100%;
}

.information-tab .information-left .left-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
	color: #fff;
	padding: 0 14px
}

.information-tab .information-left .left-bottom .article-title {
	width: 400px;
	float: left;
}

.information-tab .information-left .left-bottom .article-time {
	font-size: 14px;
	float: right;
}

.information-tab .information-right {
	width: 60%;
	padding-left: 16px;
	height: 340px;
	float: right;
}

.information-tab .information-right .article-list {
	padding: 10px 0;
}

.information-tab .information-right .article-list .article-link {
	display: block;
	padding: 0 20px
}

.information-tab .information-right .article-list .article-link .article-head span
	{
	display: inline-block;
	vertical-align: middle
}

.information-tab .information-right .article-list .article-number {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background-color: #BDBDBD;
	font-size: 14px;
	border-radius: 2px;
}

.information-tab .information-right .article-list .article-title {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	margin-left: 14px;
	max-width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media ( max-width : 768px) {
	.information-tab .information-right .article-list .article-title {
		max-width: 290px;
	}
}

.information-tab .information-right .article-list .article-time {
	font-size: 12px;
	color: #999;
	line-height: 20px
}

.information-tab .information-right .article-list .article-content {
	margin-top: 10px;
	padding-left: 44px;
	max-width: 580px;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: none
}

.information-tab .information-right .article-list .article-content p {
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0;
}

.information-tab .information-right .article-list:nth-of-type(2) .article-number,
	.information-tab .information-right .article-list:nth-of-type(3) .article-number
	{
	background-color: #1483FF;
	opacity: 0.6;
}

.information-tab .information-right .article-list.current .article-link
	{
	background-color: #fafafc;
	padding: 20px
}

.information-tab .information-right .article-list.current .article-number
	{
	background-color: #1483FF !important
}

.information-tab .information-right .article-list.current .article-title
	{
	color: #1483FF
}

.information-tab .information-right .article-list.current .article-content
	{
	display: block
}
/* 首页-数据支持 Start */
.counter.counter-auto-theme, .counter.counter-theme-default {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
}

.counter.counter-auto-theme .counter-digit, .counter.counter-theme-default .counter-digit
	{
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
}

.counter.counter-auto-theme .counter-digit .counter-digit-spacer,
	.counter.counter-theme-default .counter-digit .counter-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	visibility: hidden;
}

.counter.counter-auto-theme .counter-digit .counter-digit-inner,
	.counter.counter-theme-default .counter-digit .counter-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.counter.counter-auto-theme .counter-digit .counter-ribbon, .counter.counter-theme-default .counter-digit .counter-ribbon
	{
	display: block;
}

.counter.counter-auto-theme .counter-digit .counter-ribbon-inner,
	.counter.counter-theme-default .counter-digit .counter-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}

.counter.counter-auto-theme .counter-digit .counter-value, .counter.counter-theme-default .counter-digit .counter-value
	{
	display: block;
	-webkit-transform: translateZ(0);
}

.counter.counter-auto-theme .counter-digit .counter-value.counter-last-value,
	.counter.counter-theme-default .counter-digit .counter-value.counter-last-value
	{
	position: absolute;
}

.counter.counter-auto-theme.counter-animating-up .counter-ribbon-inner,
	.counter.counter-theme-default.counter-animating-up .counter-ribbon-inner
	{
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
}

.counter.counter-auto-theme.counter-animating-up.counter-animating .counter-ribbon-inner,
	.counter.counter-theme-default.counter-animating-up.counter-animating .counter-ribbon-inner
	{
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.counter.counter-auto-theme.counter-animating-down .counter-ribbon-inner,
	.counter.counter-theme-default.counter-animating-down .counter-ribbon-inner
	{
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.counter.counter-auto-theme.counter-animating-down.counter-animating .counter-ribbon-inner,
	.counter.counter-theme-default.counter-animating-down.counter-animating .counter-ribbon-inner
	{
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.counter.counter-auto-theme, .counter.counter-theme-default {
	font-family: "Helvetica Neue", sans-serif;
	line-height: 1.1em;
}

.counter.counter-auto-theme .counter-value, .counter.counter-theme-default .counter-value
	{
	text-align: center;
}

.grids-title {
	font-weight: bold !important;
	font-size: 28px !important;
	margin-bottom: 3.5rem !important;
}

/* 检验指南-资料下载 Start */
.content-body {
	display: table;
	width: 100%;
	height: 100vh;
	background: #F7F8FA;
}

.inside-banner {
	margin-top: 78px;
}

.inside-body {
	padding-bottom: 40px;
}

.inside-content {
	background: #ffffff;
	padding: 20px;
	min-height: 200px;
}

.inside-cont {
	padding: 16px 300px;
}

.breadcrumb {
	background: none;
	margin-bottom: 0;
}

.breadcrumb-item {
	font-size: 14px;
}

.breadcrumb-item a {
	color: #1664FF;
	font-size: 14px;
}

.my-location {
	font-size: 14px;
	color: #6c757d;
}

.single-feature-item {
	border-bottom: 1px solid #E9EEF4;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.file-list {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: none;
}

.single-feature-item .num {
	font-size: 14px;
	color: #1F7BFF;
	background: none;
	cursor: pointer;
}

.single-feature-item .num img {
	margin-right: 5px;
}

.feature-content h5 {
	font-size: 16px;
	color: #121923;
	font-weight: normal;
	line-height: 30px;
}

.feature-content p {
	font-size: 12px;
	color: #586371;
	line-height: 26px;
	margin: 0;
}

.img-group {
	position: relative;
	display: inline-block;
}

.img-tip {
	position: absolute;
	color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.25rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}

.img-tip p, .img-tip span {
	color: #fff;
	font-size: 2.25rem;
	text-transform: uppercase;
}

.letter-large {
	font-size: 3.5rem !important;
	margin-right: -10px;
}

.font-en {
	font-family: Arial, Helvetica, sans-serif;
}

.letter-small {
	font-size: 1.5rem !important;
}

.banner-line {
	display: inline-block;
	width: 260px;
	height: 2px;
	background: rgba(255, 255, 255, 0.8);
	vertical-align: middle;
}

.pr-6 {
	padding-right: 60px;
}

/* 送检流程 Start */
.proces-con {
	width: 80%;
	text-align: center;
	margin: auto;
}

.org-chart {
	display: block;
	clear: both;
	margin-bottom: 30px;
	position: relative;
}

.org-chart .board {
	display: block;
	position: relative;
	margin: 0px;
	width: 100%;
}

.org-chart .board:before {
	content: "";
	display: block;
	position: absolute;
	height: 44px;
	width: 0px;
	border-left: 2px solid #CCCDCE;
	margin-left: 49%;
	top: 60px;
}

.org-chart ul.columnOne {
	height: 102px;
	position: relative;
	width: 100%;
	display: block;
	clear: both;
}

.org-chart ul.columnOne:before {
	content: "";
	display: block;
	position: absolute;
	height: 44px;
	width: 0px;
	border-left: 2px solid #CCCDCE;
	margin-left: 49%;
	top: 60px;
}

.org-chart ul.border-none:before {
	border: none;
}

.org-chart ul li {
	position: relative;
}

.org-chart ul.columnOne li {
	width: 30%;
	margin: 0px auto;
	top: 0px;
}

.org-chart ul li span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	border: 1px solid #2D8CF0;
	color: #333333;
	font-size: 14px;
	box-shadow: 4px 4px 9px -4px rgb(0 0 0/ 40%);
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	transition: all linear .1s;
	background: #EEF6FE;
	padding: 10px;
	border-radius: 5px;
}

.org-chart .department {
	float: left;
	width: 33%;
	padding: 0 2%;
	margin-left: 0;
	margin-bottom: 40px;
}

.org-chart .departments:before {
	content: "";
	display: block;
	width: 66%;
	height: 22px;
	border-top: 2px solid #CCCDCE;
	border-left: 2px solid #CCCDCE;
	border-right: 2px solid #CCCDCE;
	margin: 0 auto;
	top: 0px;
}

.width100 {
	display: inline-block;
	width: 100% !important;
	padding: 0 3%;
}

.org-chart ul.height82 {
	height: 82px !important;
}
/* 业务咨询 Start */
.consult-content h5 {
	font-size: 16px;
	color: #2070FB;
	line-height: 40px;
}

.consult-content h5 img {
	padding-right: 10px;
}

.consult-content p {
	font-size: 14px;
	color: #586371;
}

.table tr th, .table tr td {
	font-size: 14px;
}

.qq-style {
	height: 27px;
}
/* 进度查询 Start */
.form-validation .form-control.parsley-error:focus {
	border-color: #ff4d4f;
	box-shadow: none !important;
}

.parsley-errors-list li {
	color: #ff4d4f;
	font-size: 0.9em;
	margin-top: 3px;
}

.regis-canvas {
	position: absolute;
	top: 0;
	right: 0;
}

.progress-querycon {
	width: 80%;
	margin: auto;
	height: 100px;
}

.flow {
	width: 100%;
	margin: 50px auto;
	position: relative;
}

.flowListBox {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 10px;
}

.flowList {
	height: 1px;
	background: #009CFF;
}

.flowListBox .flowList {
	float: left;
}

.flowListBox .for-cur em {
	margin-top: -20px;
	width: 40px;
	height: 40px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	box-shadow: 0 0 2px 2px rgb(255 255 255/ 56%);
	position: absolute;
	left: 40%;
}

.flowListBox .flowList strong {
	height: 40px;
	line-height: 40px;
	font-weight: 400;
	white-space: nowrap;
}

.circle {
	position: absolute;
	left: 0px;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #009CFF;
	z-index: 2;
}

.circle2 {
	position: absolute;
	left: 830px;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #009CFF;
	z-index: 3;
}

@media ( max-width : 1024px) {
	.circle2 {
		display: none;
	}
}

.flowListBox .flowListItem {
	position: relative;
	width: 25%;
	border: 1px solid #009CFF;
}

.flowList p {
	position: absolute;
	left: 35%;
	top: 50px;
	font-size: 14px;
	white-space: nowrap;
}

.flowList p span {
	color: #ffa12b;
}

.SMS-verif {
	width: 102px;
	height: 40px;
	float: right;
	display: inline-block;
	border: 1px solid #E9EEF4;
	border-radius: 5px;
	cursor: pointer;
	background: #fff;
	font-size: 14px;
	color: #FF7D04;
	position: absolute;
	top: 0;
	right: 0;
}

/* 电子报告下载 */
.elec-report-con thead th {
	border-top: 0;
	border-bottom: 1px solid #dee2e6;;
}

.elec-report-con thead tr th {
	color: rgba(0, 0, 0, .5);
	font-weight: normal;
}

#pagination_3 {
	text-align: center;
}

/* 报告信息查询 Start */
.form-control {
	border: 1px solid #E9EEF4;
	box-shadow: none;
	color: #333;
	font-size: 15px;
	height: 40px;
}

.form-group {
	margin-bottom: 1.25rem;
}

.verif-code {
	width: calc(100% - 110px);
	display: inline-block;
	margin-bottom: 0;
}

.canvas {
	float: right;
	display: inline-block;
	border: 1px solid #E9EEF4;
	border-radius: 5px;
	cursor: pointer;
	background: #fff;
}

input[type=text], input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.report-info-con h5 {
	line-height: 80px;
}

.report-info-con button[type="submit"] {
	border: none;
	border-radius: .25rem;;
	display: inline-block;
	background: #1F7BFF;
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 100px;
	text-align: center;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}

.progress-canvas {
	position: absolute;
	top: 0;
	right: 0;
}
/* 报告真伪验证 Start */
.uploader {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	cursor: default;
	padding: 0;
	margin: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.filename {
	float: left;
	display: inline-block;
	outline: 0 none;
	height: 40px;
	width: calc(100% - 110px);
	margin: 0;
	padding: 8px 10px;
	overflow: hidden;
	cursor: default;
	border: 1px solid #E9EEF4;
	font-size: 15px;
	color: #797979;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 5px;
	background: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
}

.button {
	float: left;
	height: 40px;
	width: 100px;
	display: inline-block;
	outline: 0 none;
	padding: 8px 12px;
	margin: 0 0 0 10px;
	cursor: pointer;
	border: 1px solid;
	font-size: 14px;
	font-weight: normal;
	border-radius: 5px;
}

.white .button {
	color: #1F7BFF;
	background: rgba(31, 123, 255, 0.12);
	border-color: #E9EEF4;
}

.uploader input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	padding: 0;
	margin: 0;
	height: 40px;
	cursor: pointer;
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.canvas-code {
	position: absolute;
	right: 110px;
	border: 0;
	top: 1px;
}

.canvas-btn, .rainbow-code .btn {
	font-size: 14px !important;
	color: #1F7BFF !important;
	background: rgba(31, 123, 255, 0.12) !important;
	border-color: #E9EEF4 !important;
}

.rainbow-code {
	margin-top: 1.25rem;
}
/* 客户满意度调查 Start */
.survey-con .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 0;
	color: #121923;
}

.survey-con .card-header h5 {
	font-size: 16px !important;
	color: #121923;
	font-weight: normal;
}

.survey-con .control {
	display: block;
	position: relative;
	padding-left: 1.2rem;
	color: #24292C;
	cursor: pointer;
	font-size: 14px;
}

.survey-con .control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.survey-con .control-radio .control-indicator {
	position: absolute;
	top: 4px;
	left: 0;
	height: 13px;
	width: 13px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: none
}

.survey-con .control-radio .control-indicator:after {
	content: '';
	position: absolute;
	display: none;
	left: 2px;
	top: 2px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background: #1F7BFF;
}

.survey-con .control input:checked ~ .control-indicator:after {
	display: block;
}

.survey-num {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 10px;
	border-radius: 3px;
	background: #1F7BFF;
}

.survey-title {
	font-size: 14px;
	color: #24292C;
	margin-left: 8px;
}

.border-line {
	width: 100%;
	height: 1px;
	border: 1px solid #EEEEEE;
}

.title-symbol {
	padding-right: 8px;
}

.list-inline {
	padding-left: 24px;
	padding-top: 3px;
}

.question-certain {
	margin: 30px auto;
}

.question-certain .btn {
	border-radius: .25rem;
	display: inline-block;
	background: #1F7BFF;
	color: #fff;
	text-align: center;
	font-size: 14px;
	height: auto;
}
/* 机构资质 Start */
.qualification {
	padding: 20px 80px;
}

.qualification .col-4 img {
	/* height: 370px; */
	padding: 20px;
	box-shadow: 0 0px 4px rgba(0, 0, 0, .12);
}
/* 检验能力 Start */
.inspection-ability .single-feature-item {
	border: 1px solid #E9EEF4;
	background: rgba(233, 238, 244, 0.32);
	border-radius: 3px;
	margin: 10px 0;
	padding: 8px 20px;
}

.ability-con img {
	padding-right: 8px;
}

.ability-con h5 {
	font-size: 14px;
}

.pd-10 {
	padding: 10px;
}
/* 联系我们 Start */
.contact-us ul {
	flex-direction: column;
	justify-content: center;
}

.contact-us ul li {
	margin: 12px 0;
	font-size: 16px;
	color: #797979;
}

.contact-us ul li img {
	padding-right: 24px;
}
/* 业务范围 Start */
.case_box {
	width: 100%;
	padding: 20px 50px;
}

.case_box h3 {
	color: #081232;
	font-weight: normal;
	font-size: 42px;
	padding-top: 80px;
	padding-bottom: 60px;
	text-align: center;
}

.case_box .category ul {
	padding-bottom: 16px;
	display: block;
	height: auto;
	overflow: hidden;
}

.case_box .category ul li {
	display: block !important;
	float: left;
	font-size: 16px;
	text-align: center;
	padding: 12px 24px;
	color: #586371;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #E9EEF4;
	background: rgba(233, 238, 244, 0.12);
	box-shadow: 0 0 4px rgba(31, 123, 255, 0.12);
	margin-right: 20px;
}

.case_box .category ul li.active {
	color: #1F65F5;
}

.case_box .content .cont {
	display: none;
}

.busi-scope-con .title img {
	padding-right: 8px;
}

.case_box .content .cont.active {
	display: block;
}

.case_box .content .cont .info .title:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.case_box .content .cont .info {
	display: block;
	border-bottom: 1px solid #E5E6EB;
	margin: 24px 0;
}

.case_box .content .cont .info .title h4 {
	float: left;
	font-size: 16px;
	color: #24292C;
}

.case_box .content .cont .info p {
	font-size: 14px;
	line-height: 40px;
	color: #828b9f;
	margin-bottom: 10px;
}
/* 热门套餐 Start */
.hot-package .service-grids {
	padding-top: 10px;
}

.hot-package .service-grids .grid {
	width: calc(25% - 20px);
	float: left;
	margin: 0 10px 20px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 5px;
}

.pd-0 {
	padding: 0;
}

.hot-package .service-grids h3 {
	font-size: 16px;
	color: #24292C;
	font-weight: normal;
	line-height: 48px;
	padding-left: 16px;
}

.hot-package .service-grids p {
	font-size: 14px;
	color: #797979;
	padding-left: 16px;
	line-height: 14px;
}
/* 热门套餐详情 Start */
.package-img {
	height: 155px;
	border-radius: 8px;
}

.package-detail-title {
	margin-left: 24px;
}

.package-detail-title h3 {
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
}

.package-style {
	font-size: 16px;
	color: #586371;
	line-height: 24px;
}

.package-detail-title p {
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 0;
	color: #999;
}

.package-detail-title .package-price {
	color: #E43C3C;
	font-weight: bold;
	font-size: 20px;
	margin-left: 16px;
}

.order-now {
	display: inline-block;
	background: #f47425;
	font-size: 14px;
	color: #fff !important;
	padding: 6px 20px;
	border-radius: 18px;
	font-weight: bold;
}

.package-detail-cont h4 {
	color: #121923;
	font-size: 16px;
	line-height: 40px;
}

.package-detail-cont p {
	font-size: 16px;
	color: #586371;
}

.package-detail-cont .table tr td {
	color: #586371;
}
/* 资讯中心 */
.news-center {
	padding: 20px !important;
}

.news-con {
	background: rgba(233, 238, 244, 0.32);
	border: 1px solid #E9EEF4;
	border-radius: 6px;
	padding: 20px;
	margin: 15px 0px;
}

.display-flex {
	display: flex;
}

.news-con .title h5 {
	font-size: 16px;
	color: #121923;
	margin-bottom: 10px;
}

.news-con .title p {
	font-size: 14px;
	color: #586371;
	line-height: 20px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-con .title span {
	font-size: 12px;
	line-height: 24px;
	color: #586371;
	font-family: Arial, Helvetica, sans-serif;
}
/* 通知公告详情 */
.news-detail-con {
	padding: 10px 60px;
}

.news-detail-title {
	font-size: 18px;
	color: #121923;
	text-align: center;
	line-height: 48px;
}

.news-sub-title {
	margin: 0px auto 10px;
}

.news-sub-title li {
	margin: 0 10px;
	font-size: 14px;
	color: #586371;
}

.news-detail-content h3 {
	font-size: 14px;
	line-height: 30px;
	color: #121923;
}

.news-detail-content p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.btn-blue {
	background: #1664FF !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0.25rem !important;
}

.btn-blue:hover {
	color: #fff;
}

label.xrequired:before {
	content: '* ';
	color: red;
}

.news-con {
	width: 100%;
}

.num a {
	color: #007bff;
}

textarea {
	height: auto;
	padding: 10px;
	font-weight: normal;
	margin-bottom: 0;
	font-size: 14px;
}

.txt {
	border: 1px solid #E9EEF4;
	border-radius: 0.25rem;
}

.multi-select {
	position: absolute;
	top: 3px;
	left: -3px;
	height: 14px;
	width: 14px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: none;
}

.survey-con .control-radio .multi-select:after {
	content: url(../images/selected-symbol.svg);
	position: absolute;
	display: none;
	left: 2px;
	top: -5px;
	color: #1F7BFF;
}

.survey-con .control input:checked ~ .multi-select:after {
	display: block;
}

.survey-verify {
	width: calc(100% - 105px)
}

