@charset "utf-8";
/* CSS Document */
/************************************

            内页公共部分

*************************************/
.inner-main {
	position: relative;
	z-index: 0;
}
/************ 内页banner **************/
.inner-banner {
	position: relative;
	height: 460px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inner-banner:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.39);
	z-index: 0;
}
.inner-banner .content {
	position: relative;
	z-index: 1;
	height: 100%;
}
.inner-banner .banner-text {
	position: absolute;
	left: 0;
	bottom: 70px;
	background: rgba(0,0,0,.21);
	color: #fff;
	padding: 20px;
	font-size: 0;
	font-family: SimSun, serif;
}
.inner-banner .banner-text .title-chs {
	font-size: 48px;
	line-height: 1;
	vertical-align: bottom;
	margin-right: 20px;
}
.inner-banner .banner-text .title-en {
	font-size: 30px;
	line-height: 1;
	vertical-align: bottom;
}
/************* 面包屑 *************/
.navigation {
	background: #f8f8f8;
	line-height: 50px;
	font-size: 0;
}
.navigation .icon {
	color: #018a8a;
	font-size: 24px;
	line-height: 1;
	vertical-align: middle;
	margin-right: 5px;
}
.navigation .link, .navigation .arrow, .navigation .text {
	color: #888;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
}
.navigation .link:hover {
	color: #018a8a;
}
.navigation .arrow {
	padding: 0 5px;
}
/**************** 主要内容区 ****************/
.main-content {
}
/*************** 栏目标题 *******************/
.main-content .mt {
	color: #404040;
	font-size: 24px;
	padding-top: 30px;
	border-bottom: 1px #dcdcdc solid;
	font-size: 0;
}
.main-content .mt h3 {
	color: #404040;
	font-weight: normal;
	display: inline-block;
	position: relative;
	font-size: 24px;
	line-height: 60px;
}
.main-content .mt h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #018a8a;
}
/************** 栏目主体区 ***************/
.main-content .content-width-sidebar {
	padding: 50px 0 100px 0;
}
/************* 侧边栏 ************/
.main-content .content-width-sidebar .sidebar {
	width: 230px;
	background: #f8f8f8;
	padding: 15px 20px 30px 20px;
}
.main-content .content-width-sidebar .sidebar .bt {
	border-bottom: 1px #dcdcdc solid;
	position: relative;
	color: #404040;
	font-size: 18px;
	line-height: 1.5;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.main-content .content-width-sidebar .sidebar .bt:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 2em;
	height: 3px;
	background: #018a8a;
}
.main-content .content-width-sidebar .sidebar .side-menu-list {
}
.main-content .content-width-sidebar .sidebar .side-menu-list .list-item {
	position: relative;
	border-bottom: 1px #eee solid;
	margin-bottom: 10px;
	font-size: 0;
}
.main-content .content-width-sidebar .sidebar .side-menu-list .list-item > a {
	display: block;
	position: relative;
	z-index: 1;
	color: #888;
	font-size: 14px;
	line-height: 32px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main-content .content-width-sidebar .sidebar .side-menu-list .list-item > a:before {
	content: "•";
	font-size: 16px;
	line-height: 32px;
	padding-right: 5px;
}
.main-content .content-width-sidebar .sidebar .side-menu-list .list-item > i {
	position: absolute;
	right: 0;
	top: 0;
	color: #888;
	font-size: 16px;
	line-height: 32px;
}
.main-content .content-width-sidebar .sidebar .side-menu-list .list-item:hover > a, .main-content .content-width-sidebar .sidebar .side-menu-list .list-item.current > a, .main-content .content-width-sidebar .sidebar .side-menu-list .list-item:hover > a:before, .main-content .content-width-sidebar .sidebar .side-menu-list .list-item.current > a:before, .main-content .content-width-sidebar .sidebar .side-menu-list .list-item:hover > i, .main-content .content-width-sidebar .sidebar .side-menu-list .list-item.current > i, .main-content .content-width-sidebar .sidebar .side-menu-list .list-item .sub-menu .sub-item a:hover, .main-content .content-width-sidebar .sidebar .side-menu-list .list-item .sub-menu .sub-item a.current {
	color: #018a8a;
}
.main-content .content-width-sidebar .sidebar .side-menu-list .list-item .sub-menu {
	display: none;
}
.main-content .content-width-sidebar .sidebar .side-menu-list .list-item .sub-menu .sub-item {
}
.main-content .content-width-sidebar .sidebar .side-menu-list .list-item .sub-menu .sub-item a {
	color: #888;
	font-size: 14px;
	line-height: 32px;
	padding-right: 20px;
	padding-left: 20px;
}
.main-content .content-width-sidebar .sidebar .side-menu-list .list-item.current .sub-menu, .main-content .content-width-sidebar .sidebar .side-menu-list .list-item:hover .sub-menu {
	display: block;
}
.main-content .content-width-sidebar .sidebar .side-menu-list .list-item.current.has-children > i, .main-content .content-width-sidebar .sidebar .side-menu-list .list-item.has-children:hover > i {
	transform: rotate(90deg);
}
/************* 右侧内容区 *************/
.main-content .content-width-sidebar .right-content {
	width: 920px;
}
/************* 翻页 *************/
.pages {
	font-size: 0;
	padding-top: 20px;
}
.pages .page-item {
	margin-left: 10px;
	background: #eee;
	text-align: center;
	color: #888;
	font-size: 14px;
	line-height: 36px;
	padding: 0 15px;
}
.pages .page-item:first-child {
	margin-left: 0;
}
.pages .page-item:hover, .pages .page-item.current {
	color: #fff;
	background: #018a8a;
}
.pages .pagenum {
	padding: 0;
	width: 36px;
}
/*************************************

            内页其他内容

*************************************/
/*********** 关于我们-公司介绍 ***************/
.inner-about-info {
}
.inner-about-info .about-tw {
}
.inner-about-info .about-tw .about-title {
	margin-bottom: 35px;
	background: #f4f4f4;
	font-size: 0;
}
.inner-about-info .about-tw .about-title .img {
	width: 580px;
	text-align: center;
}
.inner-about-info .about-tw .about-title .img img {
	width: 100%;
}
.inner-about-info .about-tw .about-title .logo {
	text-align: center;
}
.inner-about-info .about-tw .about-title .logo img {
	width: auto;
	max-width: 160px;
	height: auto;
	max-height: 66px;
}
.inner-about-info .about-content {
	color: #888;
	font-size: 14px;
	line-height: 24px;
}
.inner-about-info .about-content p {
	text-align: justify;
}
.inner-about-info .about-content img {
	width: auto;
	max-width: 100%;
	margin: 35px 0;
}
.inner-about-info .about-yuanjing {
}
.inner-about-info .about-yuanjing .title {
	color: #018a8a;
	font-size: 16px;
	line-height: 1.5;
}
.inner-about-info .about-yuanjing .neirong {
	color: #888;
	font-size: 14px;
	line-height: 24px;
}
.inner-about-info .about-yuanjing .neirong p {
	text-align: justify;
}
.inner-about-info .about-yuanjing .neirong img {
	width: auto;
	max-width: 100%;
	display: block;
	margin: 35px auto;
}
/*************** 公司新闻 **************/
.inner-news-list {
}
.inner-news-list .list-item {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px #eee solid;
}
.inner-news-list .list-item .img {
	font-size: 0;
	width: 280px;
overflow:hidden;
}
.inner-news-list .list-item .img .link {
	height: 180px;
	line-height: 180px;
	text-align: center;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 400ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 400ms;
	transform: scale(1, 1);
	transition-timing-function: ease-out;
	transition-duration: 400ms;
}

.inner-news-list .list-item .img .link:hover{
-webkit-transform: scale(1.2, 1.2);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 400ms;
	-moz-transform: scale(1.2, 1.2);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 400ms;
	transform: scale(1.2, 1.2);
	transition-timing-function: ease-out;
	transition-duration: 400ms;
}

.inner-news-list .list-item .img .link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inner-news-list .list-item .text {
	width: calc(100% - 280px);
	padding-left: 50px;
}
.inner-news-list .list-item .text .title {
	font-size: 0;
	margin-bottom: 10px;
}
.inner-news-list .list-item .text .title .link {
	color: #454545;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inner-news-list .list-item .text .title .link:hover {
	color: #018a8a;
}
.inner-news-list .list-item .text .info {
	color: #888;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	max-height: 48px;
	overflow: hidden;
	text-align: justify;
}
.inner-news-list .list-item .text .time {
	color: #888;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.inner-news-list .list-item .text .time i {
	margin-right: 5px;
}
.inner-news-list .list-item .text .more {
}
.inner-news-list .list-item .text .more .link {
	color: #018a8a;
	font-size: 16px;
	width: 90px;
	line-height: 2;
	border-radius: 100px;
	border: 1px #018a8a solid;
	display: block;
	text-align: center
}
.inner-news-list .list-item .text .more .link:after {
	content: "+";
}
.inner-news-list .list-item .text .more .link:hover {
	color: #fff;
	background: #018a8a;
}
/***************** 科研服务 **************/
.inner-kyfw-main {
}
.inner-kyfw-main .kyfw-item {
	padding: 100px 0;
}
.inner-kyfw-main .kyfw-item:nth-child(2n) {
	background: #f4f4f4;
}
.inner-kyfw-main .kyfw-item .kyfw-img {
	padding: 0 60px;
	float: left;
	width: 470px;
}
.inner-kyfw-main .kyfw-item:nth-child(2n) .kyfw-img {
	float: right;
}
.inner-kyfw-main .kyfw-item .kyfw-img .pic {
	font-size: 0;
	width: 350px;
	height: 350px;
	border-radius: 400px;
	overflow: hidden;
}
.inner-kyfw-main .kyfw-item .kyfw-img .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inner-kyfw-main .kyfw-item .kyfw-text {
	float: right;
	width: calc(100% - 470px);
	padding: 25px 60px 0 80px;
}
.inner-kyfw-main .kyfw-item:nth-child(2n) .kyfw-text {
	float: left;
	padding: 25px 80px 0 60px;
}
.inner-kyfw-main .kyfw-item .kyfw-text .title {
	color: #018a8a;
	font-size: 18px;
	line-height: 1.5;
	padding-bottom: 20px;
}
.inner-kyfw-main .kyfw-item .kyfw-text .memo {
	color: #888;
	font-size: 14px;
	line-height: 24px;
	/*height: 80px;*/
	padding-bottom: 20px;
	overflow: hidden;
}
.inner-kyfw-main .kyfw-item .kyfw-text .info {
	font-size: 0;
}
.inner-kyfw-main .kyfw-item .kyfw-text .info .info-item {
	width: 50%;
	margin-bottom: 20px;
	line-height: 1.5;
}
.inner-kyfw-main .kyfw-item .kyfw-text .info .info-item i {
	color: #7ec3c3;
	font-size: 16px;
	line-height: 1.5;
	vertical-align: middle;
	margin-right: 10px;
}
.inner-kyfw-main .kyfw-item .kyfw-text .info .info-item .link {
	color: #454545;
	font-size: 16px;
	line-height: 1.5;
	vertical-align: middle;
	max-width: calc(100% - 24px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 10px;
}
.inner-kyfw-main .kyfw-item .kyfw-text .info .info-item .link:hover {
	color: #018a8a
}
.inner-kyfw-main .kyfw-item .kyfw-text .more {
	padding-top: 40px;
}
.inner-kyfw-main .kyfw-item .kyfw-text .more .link {
	background: #018a8a;
	color: #fff;
	width: 150px;
	line-height: 40px;
	border-radius: 100px;
	font-size: 16px;
	text-align: center;
}
/***************** 关于我们-联系我们 *********************/
.inner-about-contact {
}
.inner-about-contact .map-area {
	margin-bottom: 50px;
}
.inner-about-contact .map-area #allmap-width-search {
	height: 360px;
	width: 100%;
	overflow: hidden;
}
.inner-about-contact .map-area #allmap-width-search, .inner-about-contact .map-area #allmap-width-search * {
	box-sizing: content-box;
}
.inner-about-contact .map-area #result {
	width: 100%;
	font-size: 12px;
}
.inner-about-contact .map-area #allmap-width-search .map-content {
	padding: 5px;
}
.inner-about-contact .map-area #allmap-width-search .map-content p {
	color: #595757;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 5px;
}
.inner-about-contact .map-area .BMapLib_SearchInfoWindow .BMapLib_bubble_title {
	font-size: 20px!important;
	font-weight: bold;
	height: auto!important;
	line-height: 2!important;
}
.inner-about-contact .map-area .BMapLib_SearchInfoWindow .BMapLib_bubble_top {
	height: auto!important;
	position: relative;
}
.inner-about-contact .map-area .BMapLib_SearchInfoWindow .BMapLib_bubble_tools {
	height: 100%!important
}
.inner-about-contact .map-area .BMapLib_SearchInfoWindow .BMapLib_bubble_tools div {
	height: 100%!important
}
.inner-about-contact .contact-info {
	font-size: 0;
	margin-bottom: 60px;
}
.inner-about-contact .contact-info .contact-item {
	display: inline-table;
	vertical-align: top;
}
.inner-about-contact .contact-info .contact-item .icon {
	display: table-cell;
	width: 40px;
	height: 40px;
}
.inner-about-contact .contact-info .contact-item .icon i {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #018a8a
}
.inner-about-contact .contact-info .contact-item .wenben {
	color: #454545;
	font-size: 14px;
	line-height: 1.5;
	vertical-align: top;
	display: table-cell;
	padding: 0 0 0 30px;
}
.inner-about-contact .contact-info .contact-item .wenben a {
	color: #454545
}
.inner-about-contact .contact-info .contact-item .wenben a:hover {
	color: #018a8a
}
.inner-about-contact .contact-info .contact-item {
	width: 240px;
	margin-right: 80px;
}
.inner-about-contact .contact-info .contact-item:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 0;
	height: 40px;
	border-left: 1px #eee solid;
	margin-left: -80px;
}
.inner-about-contact .contact-info .contact-item:last-child {
	margin-right: 0
}
.inner-about-contact .contact-info .contact-item:first-child:before {
	display: none;
}
.inner-about-contact .contact-info .contact-item:nth-child(2) {
	width: 280px;
}
.inner-about-contact .contact-bd {
	padding: 0 160px 0 105px;
}
.inner-about-contact .contact-bd .title-en {
	text-align: center;
	color: #018a8a;
	font-size: 48px;
	line-height: 1.2;
	font-family: SimSun, serif;
	font-weight: bolder;
}
.inner-about-contact .contact-bd .title-chs {
	color: #018a8a;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 8px;
	text-align: center;
}
.inner-about-contact .contact-bd .bd-area {
	padding: 50px 0 0 0;
}
.inner-about-contact .contact-bd .bd-area .bd-item {
	border: 1px #e6e6e6 solid;
	margin-bottom: 30px;
}
.inner-about-contact .contact-bd .bd-area .bd-item.short {
	width: 320px;
}
.inner-about-contact .contact-bd .bd-area .bd-item .bt {
	color: #888;
	font-size: 16px;
	line-height: 48px;
	width: 80px;
	text-align: center;
}
.inner-about-contact .contact-bd .bd-area .bd-item .bt .red {
	color: #f00;
}
.inner-about-contact .contact-bd .bd-area .bd-item .bc {
}
.inner-about-contact .contact-bd .bd-area .bd-item .text {
	line-height: 48px;
	height: 48px;
	color: #454545;
	font-size: 16px;
	padding-right: 20px;
}
.inner-about-contact .contact-bd .bd-area .textarea {
	border: 1px #e6e6e6 solid;
	height: 130px;
	color: #454545;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px 20px;
	margin-bottom: 30px;
}
.inner-about-contact .contact-bd .bd-area .button {
	background: #018a8a;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	width: 160px;
}
/*************** 临床检测 **************/
.inner-lcjc-list {
	padding: 50px 0;
	text-align: justify;
}
.inner-lcjc-list .list-item {
	width: 380px;
	height: 260px;
	position: relative;
	margin-bottom: 30px;
	font-size: 0;
overflow: hidden;
}
.inner-lcjc-list .list-item .img {
display:block;
	width: 100%;
	height: 260px;
	line-height: 260px;
	position: relative;
	z-index: 0;
-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 400ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 400ms;
	transform: scale(1, 1);
	transition-timing-function: ease-out;
	transition-duration: 400ms;
}
.inner-lcjc-list .list-item .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.inner-lcjc-list .list-item:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.39);
	z-index: 1;
transition:all .4s ease
}
.inner-lcjc-list .list-item .infos {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.inner-lcjc-list .list-item .infos .infos-content {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 260px;
}
.inner-lcjc-list .list-item .infos .infos-content .icon {
	width: 38px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 15px;
}
.inner-lcjc-list .list-item .infos .infos-content .icon img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
	/*filter: brightness(100000000);*/
filter: invert(99%) sepia(94%) saturate(2%) hue-rotate(163deg) brightness(119%) contrast(100%);
}
.inner-lcjc-list .list-item .infos .infos-content .text {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}
.inner-lcjc-list .list-item:hover {
	box-shadow: 0 0 27px rgba(1,138,138,.31)
}

.inner-lcjc-list .list-item:hover .img{
-webkit-transform: scale(1.2, 1.2);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 400ms;
	-moz-transform: scale(1.2, 1.2);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 400ms;
	transform: scale(1.2, 1.2);
	transition-timing-function: ease-out;
	transition-duration: 400ms;
}

.inner-lcjc-list .list-item:hover:before {
	background: rgba(0,0,0,0);
}
.inner-lcjc-list .list-item:hover .infos .infos-content .icon img {
	filter: none;
}
.inner-lcjc-list .list-item:hover .infos .infos-content .text {
	color: #018a8a;
}
.inner-lcjc-list .list-item:hover:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	border: 1px #018a8a solid;
}
/*********** 临床检测-文件下载 ***********/
.download-list {
}
.download-list .list-item {
	border: 1px #eee solid;
	margin-bottom: 20px;
	padding: 25px 30px;
}
.download-list .list-item .time {
	position: relative;
	width: 90px;
	text-align: center;
	padding-right: 20px;
}
.download-list .list-item .info {
	position: relative;
	width: 675px;
	padding: 0 20px;
}
.download-list .list-item .button {
	width: calc(100% - 765px);
	padding-left: 20px;
}
.download-list .list-item .time:after, .download-list .list-item .info:after {
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	height: 20px;
	width: 0;
	border-right: 1px #eee solid;
}
.download-list .list-item .time .day {
	color: #454545;
	font-size: 24px;
	line-height: 1.5;
}
.download-list .list-item .time .year {
	color: #888;
	font-size: 14px;
	line-height: 1.5;
}
.download-list .list-item .info .title {
	color: #454545;
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 15px;
	height: 90px;
	overflow: hidden;
}
.download-list .list-item .info .auther {
	color: #888;
	font-size: 14px;
	line-height: 1.5;
}
.download-list .list-item .button .link {
	color: #888;
	font-size: 14px;
	line-height: 26px;
	background: #eee;
	text-align: center;
	border-radius: 5px;
	margin-top: 7px;
}
.download-list .list-item:hover {
	border-color: #018a8a
}
.download-list .list-item:hover .info .title {
	color: #018a8a;
}
.download-list .list-item .button .link:hover {
	background: #018a8a;
	color: #fff;
}
/***************** 新闻动态-新闻详情 *****************/
.news-detail {
	background: #f8f8f8;
	padding: 30px;
}
.news-detail .news-title {
	text-align: center;
	border-bottom: 1px #dcdcdc solid;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.news-detail .news-title .title {
	color: #454545;
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 10px;
}
.news-detail .news-title .info {
}
.news-detail .news-title .info .time, .news-detail .news-title .info .auther {
	color: #888;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 5px;
}
.news-detail .news-content {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px #dcdcdc solid;
	margin-bottom: 20px;
}
.news-detail .news-content p {
	margin: 20px 0;
	text-align: justify;
}
.news-detail .news-content img {
	width: auto;
	max-width: 100%;
}
.news-detail .news-gongneng {
}
.news-detail .news-gongneng .prenext {
	width: 740px;
	padding-right: 20px;
}
.news-detail .news-gongneng .prenext li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-detail .news-gongneng .prenext li a {
	color: #454545;
	font-size: 14px;
	line-height: 2;
}
.news-detail .news-gongneng .prenext li a:hover {
	color: #018a8a;
}
.news-detail .news-gongneng .back-button {
}
.news-detail .news-gongneng .back-button .link {
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	background: #018a8a;
	border-radius: 100px;
	width: 100%;
	text-align: center;
}
/*********** 硬件平台 *************/
.inner-hardware {
}
.inner-hardware .hardware-item {
	padding: 70px 0;
}
.inner-hardware .hardware-item .text {
	float: left;
	width: 690px;
}
.inner-hardware .hardware-item .text .title {
	color: #454545;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.inner-hardware .hardware-item .text .info {
	color: #454545;
	font-size: 14px;
	line-height: 24px;
	height: 90px;
	overflow: hidden;
	margin-bottom: 20px;
}
.inner-hardware .hardware-item .text .more {
}
.inner-hardware .hardware-item .text .more .link {
	color: #fff;
	font-size: 16px;
	width: 150px;
	line-height: 40px;
	border-radius: 100px;
	text-align: center;
	background: #018a8a;
}
.inner-hardware .hardware-item .img {
	width: 420px;
	height: 280px;
	line-height: 280px;
	background: #fff;
	float: right;
	font-size: 0;
	text-align: center;
}
.inner-hardware .hardware-item .img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}
.inner-hardware .hardware-item:nth-child(2n) {
	background: #f8f8f8;
}
.inner-hardware .hardware-item:nth-child(2n) .text {
	float: right;
}
.inner-hardware .hardware-item:nth-child(2n) .img {
	float: left;
}
/**************** 硬件平台-详情 ****************/
.hardware-detail {
	background: #f8f8f8;
	padding: 50px;
}
.hardware-detail .pp-top {
	border-bottom: 3px #eee solid;
	padding-bottom: 50px;
	padding-top: 30px;
	margin-bottom: 30px;
}
.hardware-detail .pp-top .img {
	width: 250px;
text-align:center;
	font-size: 0;
	margin-right: calc(100% - 250px - 470px);
}
.hardware-detail .pp-top .img img {
	width: auto;
	max-width: 100%;
}
.hardware-detail .pp-top .text {
	width: 470px;
}
.hardware-detail .pp-top .text .title {
	color: #454545;
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 20px;
	margin-top: -30px;
}
.hardware-detail .pp-top .text .info {
	color: #454545;
	font-size: 14px;
	line-height: 24px;
}
.hardware-detail .pp-content {
}
.hardware-detail .pp-content .title {
	color: #018a8a;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.hardware-detail .pp-content .title:before {
	content: "➤";
	padding-right: 10px;
}
.hardware-detail .pp-content .neirong {
	color: #888;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 40px;
}
.hardware-detail .pp-content .neirong p {
}
.hardware-detail .pp-content .neirong img {
	width: auto;
	max-width: 100%;
}
.hardware-detail .pp-content .neirong .yy-list {
	margin: 15px 0;
	font-size: 0;
}
.hardware-detail .pp-content .neirong .yy-list li {
	color: #454545;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 20px;
	margin-bottom: 10px;
}
.hardware-detail .pp-content .neirong .yy-list li i {
	font-size: 16px;
	line-height: 1.5;
	color: #7ac0c0;
	margin-right: 10px;
}
.hardware-detail .pp-content .neirong .yy-list li span {
	font-size: 16px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
}
/*************** 注册 ********************/
.online_mess {
	width: 500px;
	margin: 0 auto;
	padding: 5% 0px;
}
.online_mess li {
	margin-bottom: 20px;
	padding: 0px 5%;
}
.online_mess li span {
	display: block;
	color: #666;
	line-height: 2;
	padding-bottom: 10px;
	font-size: 14px;
}
.online_mess li input {
	display: block;
	width: 100%;
	line-height: 36px;
	height: 38px;
	padding: 0px 2%;
	border: 1px solid #e2e2e2;
	font-size: 16px;
	color: #454545
}

.online_mess li input:focus{
	border-color: #1a8a8b
}

.online_mess li textarea {
	width: 100%;
	padding: 2%;
	height: 100px;
	border: 1px solid #e2e2e2;
	font-size: 16px;
	color: #454545
}
.online_mess .from_tz {
	width: auto;
	display: inline-block;
	line-height: 25px;
	margin-top: 20px;
}
.online_mess .from_tz a {
	font-size: 14px;
	color: #1c888a;
}

.online_mess .from_tz a i{
	padding-left: 10px;
}

.online_mess .from_tz a:hover{
	text-decoration: underline;
}

.online_mess .from_tz em {
	font-weight: normal;
}
.online_mess .submit, 
.online_mess .from_tz {
	margin-left: 5%;
}
.online_mess .submit {
	display: block;
	width: 122px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #1a8a8b;
	color: #fff;
}

/*********** 招聘 ***********/
.jobs{
	
}

.jobs .info-area{
	text-align: center;
	/*padding-bottom: 38px;*/
}

.jobs .info-area .title{
	font-size: 18px;
	padding-bottom: 3%;
	font-weight: bold;
	color: #666;
}

.jobs .info-area .content{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}

.jobs .job-list{
	margin-bottom: 20px;
}

.jobs .job-list .job-list-title,
.jobs .job-list .job-item .job-item-title{
	background: #198b88;
	color: #fff;
	font-size: 0;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2px;
	display: block;
}

.jobs .job-list .job-item{
	margin-bottom: 2px;
}

.jobs .job-list .job-item .job-item-title{
	background: #efefef;
	font-weight: normal;
	margin-bottom: 0;
	color: #333;
	cursor: pointer;
}

.jobs .job-list .job-item .job-item-title:hover{
	color: #1a8a8b;
}

.jobs .job-list .job-list-title .job-name,
.jobs .job-list .job-item .job-item-title .job-name{
	padding-left: 35px;
	width: 411px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.jobs .job-list .job-list-title .job-rs,
.jobs .job-list .job-item .job-item-title .job-rs{
	width: 210px;
	padding-right: 154px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.jobs .job-list .job-list-title .job-addr,
.jobs .job-list .job-item .job-item-title .job-addr{
	width: 176px;
	padding-right: 120px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.jobs .job-list .job-list-title .job-xl,
.jobs .job-list .job-item .job-item-title .job-xl{
	width: 120px;
	padding-right: 35px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.jobs .job-list .job-item .job-item-info{
	padding: 30px 35px 40px 35px;
	display: none;
}

.jobs .job-list .job-item .job-item-info .jobinfo-title{
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

.jobs .job-list .job-item .job-item-info .jobinfo-text{
	line-height: 24px;
	color: #666;
	font-size: 12px;
	margin-bottom: 10px;
}

.jobs .job-list .job-item .job-item-info .job-more{
	text-align: right;
	font-size: 0;
}

.jobs .job-list .job-item .job-item-info .job-more .job-more-link{
	width: 130px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #198b88;
	line-height: 40px;
	display: inline-block;
}

/********** 招聘详情 **********/
.job-bd {
	padding: 50px 18%;
}

.job-bd .bd-item{
margin-bottom: 20px;
}

.job-bd .bd-item .bt{
color: #454545;
	font-size: 16px;
	line-height: 30px;
	width: 30%;
text-align:right;
vertical-align:top;
}

.job-bd .bd-item .bt span{
color:#c80000;
}

.job-bd .bd-item .bc{
font-size:0;
padding-left:20px;
vertical-align:top;
}

.job-bd .bd-item .bc .text{
width:70%;
border:1px #dcdcdc solid;
font-size:16px;
line-height:28px;
height:30px;
padding:0 10px;
color:#454545;
}

.job-bd .bd-item .bc .file{
width:100px;
line-height:30px;
color:#fff;
font-size:16px;
border-radius:10px;
text-align:center;
background:#1a8a8b;
position:relative;
cursor:pointer;
}

.job-bd .bd-item .bc .file input{
position:absolue;
left:0;
top:0;
width:1px;
height:1px;
visibility:hidden;
}

.job-bd .bd-item .bc .sm,.job-bd .bd-item .bc .fileerrorTip,.job-bd .bd-item .bc .showFileName{
color:#454545;
font-size:16px;
line-height:30px;
}

.job-bd .bd-item .bc .sm{
padding-left:10px;
}

.job-bd .tj-button{
display:block;
margin:50px auto;
width: 122px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #1a8a8b;
	color: #fff;
font-size:16px;
}