/* 在线留言开始 */
.messageBox {padding: 35px 24px; background: #FFFFFF;}
.messageBox .title {line-height: 50px;font-size: 22px;color: #454545;margin-bottom: 26px;text-align: center;}
.messageFormList {}
.messageFormList:after {display: block;content: " "; visibility: hidden;clear: both;}
.messageFormList dd {margin-bottom: 30px; float: left;position: relative;box-sizing: border-box;-webkit-box-sizing: border-box;width: 50%;}
.messageFormList dd i {position: absolute;right: 0;top: 0; display: block;color: red;width: 20px;text-align: right;}
.messageFormList dd .text{position: absolute;left: 0;top: 0;width: 86px; text-align: right;font-size: 16px;color: #555555;line-height: 34px;}
.messageFormList dd .input {border: 1px solid #dedede;box-sizing: border-box;-webkit-box-sizing: border-box;height: 36px;margin: 0 20px 0 86px;}
.messageFormList .textareaBox{width: 100%;}
.messageFormList dd .textarea {border: 1px solid #dedede;box-sizing: border-box;-webkit-box-sizing: border-box;height: 196px;margin: 0 20px 0 86px;}
.messageFormList dd .input input {outline: none;border: none;width: 100%;height: 34px;background: none;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
.messageFormList dd .textarea textarea {outline: none;border: none;width: 100%;height: 34px;background: none;resize: none;height: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 10px;}
.yzmBox {position: relative;height: 42px;padding-left: 90px;}
.yzmBox .yzmInput {margin-right: 24px; float: left; width: 140px;border: 1px solid #dedede;height: 34px;}
.yzmBox .yzmInput input {outline: none;border: none;width: 100%;height: 34px;background: none;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
.yzmBox img {float: left; display: block;width: 90px;height: 34px;margin-right: 24px;}
.yzmBox a {cursor: pointer; float: left; display: block;line-height: 34px;height: 34px;width: 140px;font-size: 16px;color: #666666;text-align: center;}
.formBnt {padding-top: 26px;padding-left: 86px;}
.formBnt a {cursor: pointer; font-size: 18px; color: #FFFFFF; display: inline-block;width: 160px;height: 50px;line-height: 50px;border-radius: 5px;text-align: center;margin-right: 30px;background: #999999;} 
.formBnt a:hover {background: #1c80ff;}
/* 在线留言结束 */
/* 发展历程 start */
.historyScroll{position: relative;padding: 50px 23px 0;}
.historyScroll .bd{ overflow: hidden;padding: 40px 40px 0;}
.historyScroll .slick-list{ overflow: visible; margin-right: -30px; }
.historyScroll .myslide{ width: 33.3333%; float: left; display: inline;}
.historyScroll .con{padding:40px 40px 0;position: relative;border-top: 1px solid #cccccc;}
.historyScroll .con .spot{
	width: 16px;
	height: 16px;
	border-radius: 16px;
	border: 1px solid transparent;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -8px;
	background: #0c429c;
}
.historyScroll .con a {display: block;}
.historyScroll .prev{ display:block; width: 46px; height: 46px; cursor: pointer; background: url(../images/prev.png) no-repeat center center; position: absolute; left: -23px; top: 90px; margin-top: -23px; z-index: 1; display: none;}
.historyScroll .next{ display:block; width: 46px; height: 46px; cursor: pointer; background: url(../images/next.png) no-repeat center center; position: absolute; right:-23px; top: 90px; margin-top: -23px; z-index: 1; display: none;}
.historyScroll .prev:hover,.column2Scroll .next:hover{}
.historyScroll .con .time {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	background: #e6e6e6;
	position: relative;
	transition: all linear 300ms;
	-webkit-transition: all linear 300ms;
}
.historyScroll .con .time:before {
	content: '';
	display: block;
	width: 28px;
	height: 14px;
	position: absolute;
	background: url(../images/hisIcn.png) no-repeat bottom center;
	top: -14px;
	left: 50%;
	margin-left: -14px;
	z-index: 2;
	transition: all linear 300ms;
	-webkit-transition: all linear 300ms;
}
.historyScroll .con .text{
	background: #FFFFFF;
	position: relative;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	padding: 20px;
}
.historyScroll .con:hover .spot{
	background: #FFFFFF;
	border: 4px solid #0c429c;
	top: -12px;
	margin-left: -11px;
}
.historyScroll .con:hover .time {
	background: #0c429c;
	color: #FFFFFF;
}
.historyScroll .con:hover .time:before {
	background: url(../images/hisIcn_hv.png) no-repeat bottom center;
}
/* 发展历程 end */
/* 招聘岗位开始 */
.recruitList {
	padding: 48px 16px;
	background: #FFFFFF;
}
.recruitList table {
	width: 100%;
	cellspacing: 0;
	text-align: center;
}
.recruitList table th {
	height: 52px;
	background: #1c80ff;
	color: #FFFFFF;
	font-size: 16px;
}
.recruitList table th:first-child {
	padding-left: 15px;
	text-align: left;
}
.recruitList table th:nth-child(2) {
	text-align: left;
}
.recruitList table tr {
	border-bottom: 1px dashed #e5e5e5;
}
.recruitList table tr:first-child {
	border: none;
}
.recruitList table tr:last-child {
	border: none;
}
.recruitList table td {
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	color: #666666;
}
.recruitList table tr td:first-child {
	padding-left: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
	width: 22px;
}
.recruitList table tr td:nth-child(2) {
	padding-left: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
	width: 22%;
}
.recruitList table tr td:nth-child(3) {
	width: 22%;
}
.recruitList table tr td:nth-child(4) {
	width: 22%;
}
.recruitList table tr td:nth-child(5) {
	width: 12%;
}
.recruitList table tr:hover td {
	color: #1c80ff;
}
.recruitList table tr:hover td a {
	color: #1c80ff;
}
/* 人才招聘弹窗开始 */
.recruitF {
	padding: 0 40px;
}
.recruitF .title {
	padding: 23px 0 40px 0;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #000000;
}
.recruitFList dd {
	margin-bottom: 10px;
}
.recruitFList dd .text{
	float: left;
	width: 88px;
	height: 42px;
	line-height: 42px;
	text-align: right;
	lighting-color: 42px;
	font-size: 16px;
	color: #000000;
	margin-right: 10px;
}
.recruitFList dd .text i {
	font-style: normal;
	color: red;
}
.recruitFList dd .input {
	float: left;
	width: 276px;
	height: 40px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
}
.recruitFList dd .input input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}
.recruitFList dd textarea {
	float: left;
	width: 540px;
	height: 100px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
} 
.recruitFList dd input::-webkit-input-placeholder,.recruitFList dd textarea::-webkit-input-placeholder{
	color: #999999; /* placeholder颜色  */
	font-size:16px; /* placeholder字体大小  */
	text-align: left; /* placeholder位置  */
}
.recruitFList dd span {
	display: block;
	float: left;
	width: 117px;
	height: 42px;
	background: #7a7a7a;
	line-height: 42px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 10px;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
}
.recruitFList dd span:hover {
	background: #1c80ff;
}
.recruitFList .file-item {
	margin: 0;
}
.recruitFList dd em {
	font-style: normal;
	float: left;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #999999;
	margin-right: 10px;
}
.recruitFList dd img {
	display: block;
	float: left;
	height: 42px;
	width: 90px;
	border-radius: 3px;
	margin: 0 10px;
	cursor: pointer;
}
.recruitFList dd  a {
	display: inline-block;
	/* float: left; */
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #ffff;
}
.recruitFList dd:last-child  a {
	font-size: 14px;
	color: #999999;
	cursor: pointer;
}
.recruitFBnt {
	margin-left: 98px;
	width: 117px;
	height: 42px;
	background: #ffa811;
	line-height: 42px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 10px;
	border-radius: 3px;
	cursor: pointer;
}
.recruitFList .webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
	padding: 0;
    background: none;
    color: #fff;
    text-align: center;
    overflow: hidden;
    font-family: "microsoft yahei";
    border-radius: 2px;
}
/* 人才招聘弹窗结束 */
.sexBox {
    overflow: hidden;
    height: 36px;
    line-height: 36px;
}

.sexBox .sex {
    float: left;
    display: inline;
    padding-left: 40px;
    font-size: 16px;
    color: #555;
    background: url(../images/sel.png) center center no-repeat;
	cursor: pointer;
}

.sexBox .sex.selected {
    background: url(../images/sel1.png) center center no-repeat;
}
.loginstyle .layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 33px;
    height: 33px;
    margin-left: 0;
    background-position: -149px -31px;
	background: url(../images/tcIco.png) no-repeat center center;
}
.loginstyle  .layui-layer-setwin .layui-layer-close2:hover {
    background-position: center center;
}
/* 招聘岗位结束 */
/* 检测报告查询开始 */
.testReportList {
	padding: 35px 16px 56px;
	background: #FFFFFF;
}
.testReportList .title {
	line-height: 50px;
	text-align: center;
	color: #454545;
	font-size: 22px;
	margin-bottom: 26px;
}
.testReportList .inputBox {
	text-align: center;
	margin-bottom: 40px;
}
.testReportInput {
	display: inline-block;
}
.testReportInput input {
	float: left;
	width: 810px;
	padding: 0 10px;
	height: 46px;
	border: 1px solid #dedede;
	margin-right: 16px;
}
.testReportInput input::-webkit-input-placeholder {
	color: #666666; /* placeholder颜色  */
	font-size: 16px; /* placeholder字体大小  */
	text-align: left; /* placeholder位置  */
}
.testReportInput .testReportBnt {
	float: left;
	width: 160px;
	height: 48px;
	background: #1c80ff;
	border-radius: 5px;
	line-height: 48px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
.testReportBox table {
	width: 100%;
	cellspacing: 0;
	text-align: center;
}
.testReportBox table th {
	height: 52px;
	background: #1c80ff;
	color: #FFFFFF;
	font-size: 16px;
}
.testReportBox table th:first-child {
	padding-left: 15px;
	text-align: left;
}

.testReportBox table tr {
	border-bottom: 1px dashed #e5e5e5;
}
.testReportBox table tr:first-child {
	border: none;
}
.testReportBox table td {
	line-height: 52px;
	font-size: 16px;
	color: #666666;
}
.testReportBox table td:nth-child(1) {
	width: 14%;
}
.testReportBox table td:nth-child(2) {
	width: 24%;
}
.testReportBox table td:nth-child(3) {
	width: 21%;
}
.testReportBox table td:nth-child(4) {
	width: 10%;
}
.testReportBox table td:nth-child(5) {
	width: 10%;
}
.testReportBox table td:nth-child(6) {
	width: 21%;
}
.testReportBox table tr td:first-child {
	padding-left: 15px;
	text-align: left;
}
.testReportBox table td .downloadBnt {
	display: inline-block;
	height: 52px;
	width: 100%;
	background: url(../images/downloadIco1.png) no-repeat 10px center;
	cursor: pointer;
}
.testReportBox table tr:hover td {
	color: #1c80ff;
}
.testReportBox table tr:hover td .downloadBnt  {
	background: url(../images/downloadIco2.png) no-repeat 10px center;
}
.testReportBox table tr td.not {
	color: #ffa811;
} 
.testReportBox table tr td.already {
	color: #1c80ff;
}
/* 检测报告查询结束 */
/* 招聘详情页开始 */
.recruitForm {
	background: #FFFFFF;
	padding: 34px 32px;
}
.recruitForm .recruitTitle {
	line-height: 52px;
	font-size: 24px;
	color: #343434;
}
.recruitForm .informationList {
	padding: 24px 54px;
	background: #f3f3f3;
	overflow: hidden;
	margin-bottom: 26px;
}
.recruitForm .informationList dd {
	display: block;
	float: left;
	margin-right: 80px;
}
.recruitForm .informationList .text {
	line-height: 24px;
	font-size: 16px;
	color: #999999;
}
.recruitForm .informationList .text .title {
	float: left;
}
.recruitForm .informationList .text span {
	color: #333333;
	overflow: hidden;
	display: block;
}
.recruitForm .textBox .title {
	line-height: 50px;
	font-size: 18px;
	color: #333333;
	margin-bottom: 12px;
}
.recruitForm .textBox .textC {
	line-height: 25px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 8px;
}
.recruitBnt {
	text-align: center;
	padding: 32px;
}
.recruitBnt a {
	display: inline-block;
	width: 174px;
	height: 46px;
	background: #e5e5e5;
	lighting-color: 46px;
	border-radius: 5px;
	line-height: 46px;
	text-align: center;
	color: #333333;
	margin-right: 18px;
}
.recruitBnt a:hover {
	color: #FFFFFF;
	background: #1c80ff;
}

.recruitShare {
	height: 50px;
}
.recruitShare .bshare-custom{
	display: inline;
	margin-left: 10px;
	font-size: 12px;
}
.recruitShare .bshare-custom a {
	padding: 0 !important;
	height: 34px !important;
	width: 34px !important;
	background: url(../images/recruitShareBg.jpg) no-repeat !important; 
}
.recruitShare .bshare-custom .bshare-weixin{
	background-position: -9px -8px !important;
}
.recruitShare .bshare-custom  .bshare-sinaminiblog {
	background-position: -55px -8px !important;
}
.recruitShare .bshare-custom  .bshare-qqim {
	background-position: -102px -8px !important;
}
.recruitShare .bshare-custom  .bshare-qzone {
	background-position: -149px -8px !important;
}
/* 招聘详情页结束 */
/* 下载页开始 */
.downloadBox {
	padding: 48px 16px;
	background: #FFFFFF;
}
.downloadBox table {
	width: 100%;
	cellspacing: 0;
	text-align: left;
}
.downloadBox table th {
	height: 52px;
	background: #1c80ff;
	color: #FFFFFF;
	font-size: 16px;
}
.downloadBox table th:first-child {
	padding-left: 15px;
}
.downloadBox table tr {
	border-bottom: 1px dashed #e5e5e5;
}
.downloadBox table tr:first-child {
	border: none;
}
.downloadBox table tr:last-child {
	border: none;
}
.downloadBox table td {
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	color: #666666;
}
.downloadBox table tr td:first-child {
	padding-left: 15px;
	width: 76%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.downloadBox table tr td:nth-child(2) {
	width: 14%;
}
.downloadBox table tr td:nth-child(3) {
	width: 10%;
}
.downloadBox table td .downloadBnt {
	display: inline-block;
	height: 52px;
	width: 100%;
	background: url(../images/downloadIco1.png) no-repeat 10px center;
	cursor: pointer;
}
.downloadBox table tr:hover td {
	color: #1c80ff;
}
.downloadBox table tr:hover td .downloadBnt  {
	background: url(../images/downloadIco2.png) no-repeat 10px center;
}
/* 下载页结束 */
/* 全图列表开始 */
.imgList1{ overflow: hidden; margin-right: -24px;}
.imgList1 dd{ overflow: hidden; float: left; display: inline; width: 33.3333%; margin-bottom:24px;}
.imgList1 dd .con{ overflow: hidden; margin-right: 24px;background: #FFFFFF;}
.imgList1 dd .a{ display: block;}
.imgList1 dd .pic{background: #FFFFFF;width: 100%; overflow: hidden; position: relative;}
.imgList1 dd .pic:before{ display: block; content: ''; padding-top: 79%;}
.imgList1 dd .pic img{object-fit: scale-down;object-position: center center; display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.imgList1 dd .text{margin-bottom: 18px; display: block; height: 54px; line-height: 54px; padding: 0 10px; text-align: center; color: #333333; font-size: 16px; overflow:hidden;}
.imgList1 dd:hover .text{ color: #1c80ff;}

.imgList2{ overflow: hidden; margin-right: -24px;}
.imgList2 dd{ overflow: hidden; float: left; display: inline; width: 33.3333%; margin-bottom:24px;}
.imgList2 dd .con{ overflow: hidden; margin-right: 24px;background: #FFFFFF;}
.imgList2 dd .a{ display: block;}
.imgList2 dd .pic{ width: 100%; overflow: hidden; position: relative;}
.imgList2 dd .pic:before{ display: block; content: ''; padding-top: 56%;}
.imgList2 dd .pic img{padding: 7px;box-sizing: border-box;-webkit-box-sizing: border-box; display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;object-fit: cover;object-position: center center;}
.imgList2 dd .text{ display: block; height: 52px; line-height: 52px; padding: 0 10px; text-align: center; color: #333333; font-size: 16px; overflow:hidden;}
.imgList2 dd:hover .text{ color: #1c80ff;}

.imgList3{ overflow: hidden; margin-right: -24px;}
.imgList3 dd{ overflow: hidden; float: left; display: inline; width: 33.3333%; margin-bottom:24px;}
.imgList3 dd .con{ overflow: hidden; margin-right: 24px;background: #FFFFFF;}
.imgList3 dd .a{ display: block;}
.imgList3 dd .pic{ width: 100%; overflow: hidden; position: relative;}
.imgList3 dd .pic:before{ display: block; content: ''; padding-top: 56%;}
.imgList3 dd .pic img{display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;object-fit: cover;object-position: center center;}
.imgList3 dd .text{ display: block;line-height: 52px; padding: 18px 24px 26px; overflow:hidden;}
.imgList3 dd .text .title {line-height: 45px;font-size: 20px;color: #333333;height: 45px;overflow: hidden;}
.imgList3 dd .text .time {line-height: 40px;font-size: 18px;color: #333333;margin-bottom: 6;}
.imgList3 dd .text .textC {line-height: 26px;height: 52px;color: #666666;font-size: 16px;overflow: hidden;}
.imgList3 dd:hover .text .title { color: #1c80ff;}
/* 全图列表结束 */
/* 文字列表开始 */
.textList1{ overflow: hidden;}
.textList1 dd{ overflow: hidden;padding: 36px 16px 40px;margin-bottom: 24px;background: #FFFFFF;}
.textList1 dd .text{ overflow: hidden;}
.textList1 dd .text .title{ overflow: hidden; height: 40px; line-height: 40px;}
.textList1 dd .text .title a{ color: #555555; font-size: 20px;}
.textList1 dd .text .time{  height:36px; line-height:36px;font-size: 14px; overflow:hidden; color:#a3a3a3;margin-bottom: 7px;}
.textList1 dd .text .time span{ float:left; display: inline;}
.textList1 dd .text .textC{ font-size:14px; color:#777777; line-height:24px; height: 96px; overflow:hidden;}
.textList1 dd:hover .text .title a{ color: #1c80ff;}
/* 文字列表结束 */
/* 图文列表开始 */
.imgText1{ overflow: hidden;}
.imgText1 dd{ overflow: hidden;padding: 16px;margin-bottom: 24px;background: #FFFFFF;}
.imgText1 dd .pic{ width: 398px;float: left; overflow: hidden; position: relative;margin-right: 24px;}
.imgText1 dd .pic:before{ display: block; content: ''; padding-top: 56%;}
.imgText1 dd .pic img{object-fit: cover;object-position: center center; display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.imgText1 dd .text{ overflow: hidden;}
.imgText1 dd .text .title{padding-top: 20px; overflow: hidden; height: 40px; line-height: 40px;}
.imgText1 dd .text .title a{ color: #333333; font-size: 20px;}
.imgText1 dd .text .time{  height:40px; line-height:40px;font-size: 14px; overflow:hidden; color:#a3a3a3;margin-bottom: 18px;}
.imgText1 dd .text .time span{ float:left; display: inline;}
.imgText1 dd .text .textC{ font-size:14px; color:#888888; line-height:28px; height: 84px; overflow:hidden;}
.imgText1 dd:hover .text .title a{ color: #1c80ff;}
/* 图文列表结束 */
/* 合作政策开始 */
.policyTitle {
	text-align: center;
	height: 68px;
	line-height: 68px;
	font-size: 30px;
	color: #565656;
}
/* 合作政策结束 */
/* 新闻页 */
.newsViewBox {
	padding: 0 60px;
}
.articleBox {
	line-height:28px;
	padding:10px 0;
	color: #454545;
	font-size:16px;
}
.articleBox img{
	max-width:100%;
	}
.articleTitle {
	padding-top: 30px;
	clear: both;
	line-height: 38px;
	font-size:28px;
	font-family:"microsoft yahei";
	color:#333333;
	font-weight: bold;
	text-align: center;
}
.articleTime {
	display: block;
	clear: both;
	color: #666666;
	padding-bottom: 12px;
	position: relative;
	text-align: center;
}
.articleTime span {
	display: inline-block;
	margin-right: 40px;
	line-height: 52px;
	font-size: 14px;
	color: #999999;
}
.pageUp{
	display:block;
	line-height:30px;
	overflow: hidden;
	font-size: 16px;
	color: #444444;
	padding-top: 20px;
	padding-bottom: 30px;
	border-top: 3px solid #efefef;
	}
.pageUp a {
	display: block;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #444444;
}
.pageUp .pageF {
	line-height: 30px;
	height: 30px;
	float: left;
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.pageUp .pageL {
	line-height: 30px;
	height: 30px;
	width: 50%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 42px;
	padding-right: 20px;
	overflow: hidden;
	position: relative;
}
.pageUp a:hover {
	color: #1c80ff;
}
.pageUp a:hover span {
	color: #444444;
}
.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	}
.articlePage a{
	margin:0 1px;
	background:#ccc;
	padding:5px 10px;
	}
.articlePage a:hover{
	color:#fff;
	background:#1c80ff;
	}
.articlePage a.hover{
	color:#fff;
	background:#1c80ff;
	}
.shareBox {
	display: inline;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	color: #666666;
	line-height: 52px;
}	
.shareC {
	display: inline;
}
.shareBox .bshare-custom {
	display: inline;
}
.shareBox .bshare-custom a {
	display: inline-block;
	padding: 0;
	height: 52px;
	width: 25px; 
}
.shareBox .bshare-custom .bshare-weixin {
	background: url(../images/vIco2.png) no-repeat center center;
}
.shareBox .bshare-custom .bshare-sinaminiblog {
	background: url(../images/vIco4.png) no-repeat center center;
}
.shareBox .bshare-custom .bshare-qqim {
	background: url(../images/vIco1.png) no-repeat center center;
}
.shareBox .bshare-custom .bshare-qzone {
	background: url(../images/vIco3.png) no-repeat center center;
}
.shareBox .bshare-custom .bshare-weixin:hover {
	background: url(../images/vIco6.png) no-repeat center center;
}
.shareBox .bshare-custom .bshare-sinaminiblog:hover {
	background: url(../images/vIco8.png) no-repeat center center;
}
.shareBox .bshare-custom .bshare-qqim:hover {
	background: url(../images/vIco5.png) no-repeat center center;
}
.shareBox .bshare-custom .bshare-qzone:hover {
	background: url(../images/vIco7.png) no-repeat center center;
}
/**
 * 文章阅读页-内容上部大图
 */
#play{
	width:600px;
	height:400px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	margin:20px auto 0 auto;
}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {background: url(../images/file/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/file/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:600px;
	height:400px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:600px;
	height:400px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:600px;clear:both;margin:20px auto;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:60px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:47px;
	width:70px;
	padding:3px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:47px;
	width:70px;
	display:block;
	background:#fff;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;height:47px;width:70px;}
.img_hd ul li.on {border:1px solid #1c80ff;background:#1c80ff;}
.imgMove .bottom_a {
	width:20px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:15px;
	position:absolute;
	z-index:9999999999999;
	background:url(../images/file/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}
.articleHand{
    clear:both;
    font-size:16px;
    padding:10px 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:0 20px 10px 30px;
    float:left;
	background:url(../images/file/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/file/word.png) no-repeat left 3px; color:#37a6ff !important; }
.articleHand a.ppt{background:url(../images/file/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/file/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/file/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/file/zip.png) no-repeat left 3px; color:#ff9779 !important; }
.bdsharebuttonbox{
	float:left;
	padding:6px 0 0 10px;
	}
.shareBoxR{
	line-height:40px;
	float:right;
	padding:0 20px 0 0;
	font-size:14px;
	color:#000;
	}
/* 新闻页 end */
/* 联系页开始 */
.contact{
	background: #fff;
	padding: 16px;
}
.contactMap {
	height: 504px;
}
.contactList {
	overflow: hidden;
	margin: 48px 0 40px;
}
.contactList dd {
	display: block;
	float: left;
	width: 25%;
}
.contactList dd .con {
	background: #ffffff;
	position: relative;
}
.contactList dd .con span {
	position: absolute;
	width: 1px;
	height: 100%;
	background: #e6e6e6;
	display: block;
	right: 0px;
	top: 0;
}
.contactList dd .con .icoBox{ 
	height: 60px;
}
.contactList dd .title {
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}
.contactList dd .text {
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #666666;
}
.contactList dd .text img {
	display: inline-block;
	height: 30px;
}
.contactList .contactDd1 .con .icoBox{ 
	background: #fff url(../images/contIco1.png) no-repeat center top;
}
.contactList .contactDd2 .con .icoBox{ 
	background: #fff url(../images/contIco2.png) no-repeat center top;
}
.contactList .contactDd3 .con .icoBox{ 
	background: #fff url(../images/contIco3.png) no-repeat center top;
}
.contactList .contactDd4 .con .icoBox{ 
	background: #fff url(../images/contIco4.png) no-repeat center top;
}
/* 联系页结束 */
