@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/*头部开始*/
.top {
	height: 88px;
}
.topBox {
	position: relative;
}
/* logo start */
.logo {
	display: block;
	float: left;
	margin-top: 11px;
}
.logo img {
	height: 60px;
}
/* logo end */
/*头部结束*/
/*menu开始*/
.menuBox {
	float: right;
}
.menu dd{float:left; display:inline; position:relative;padding: 0 25px;}
.menu dd .yj{ overflow:hidden;}
.menu dd .yj a{ overflow:hidden; display:block; height:88px; line-height:88px; text-align:center; font-size:16px;color: #666666;}
.menu dd .ej{position:absolute;left:0px; top:88px; width:100%;padding-top: 8px;visibility: hidden;}
.menu dd .ej a{display: block;padding: 12px 5px;line-height: 20px;text-align: center;font-size: 14px;color: #333333;}
.menu dd .ej .ejBox {padding: 8px 0;position: relative;opacity: 0;visibility: hidden;background: #FFFFFF;border-radius: 8px;transition:  all 300ms linear;-webkit-transition:  all 300ms linear;}
.menu dd:hover .ej {visibility: visible;}
.menu dd:hover .ej .ejBox{opacity: 1;top: 0;visibility: visible;}
.menu dd .ej a:hover {background: #1c80ff;color: #FFFFFF;}
/*menu结束*/

.topBnt {
	display: inline-block;
	padding-left: 18px;
}

.topBnt a {
	display: inline-block;
	width: 92px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #d9d9d9;
	text-align: center;
	border-radius: 4px;
	margin-left: 10px;
	transition: all 500ms;
}

.topBnt a:hover {
	color: #fff;
	background: #f5af2a;
	border: 1px solid #f5af2a;
}
/* 弹窗开始 */
/*登录页面*/
.popupTitle {
	padding-top: 54px;
	line-height: 64px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.popupTitle2 {
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-bottom: 48px;
}
.popupBox .popupTop {
	background: #0094ed;
}
.popupBox .popupForm {
	padding: 58px 126px 40px 126px;
}
.popupBox .popupForm .popupDd {
	padding-bottom: 30px;
}
.popupBox .popupForm .popupDd .text {
	width: 100px;
	float: left;
	line-height: 40px;
	text-align: left;
	color: #333;
	font-size: 16px;
}
.popupBox .popupForm .popupDd .text i {
	display: inline;
	line-height: 40px;
	font-style: normal;
	font-size: 20px;
	color: red;
	margin-right: 10px;
}
.popupForm .popupDd .inputBox {
	margin-left: 100px;
}
.popupForm .popupDd .inputBox input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 40px;
	width: 100%;
	padding: 0 20px;
}
.popupBox .popupForm .popupDd .formC1 {
	margin: 0 140px 0 100px!important;
}
.popupForm .yxmBtn {
	text-align: right;
	float: right;
}
.popupForm .yxmBtn  a {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #0094ed;
	opacity: 0.8;
}
.popupForm .popupBtn {
	text-align: right;
}
.popupForm .popupBtn  a {
	display: inline-block;
	width: 162px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #0094ed;
	opacity: 0.8;
}
.popupForm .yxmBtn  a:hover {
	opacity: 1;
}
.popupForm .popupBtn  a:hover {
	opacity: 1;
}
/*侧边浮框start*/
.floatRight{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -260px;
	z-index: 99;
}
.floatRight .floatRightT a {
	display: block;
	width: 80px;
	height: 216px;
	padding-top: 70px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	background: #ffa811 url(../images/rtIco1.png) no-repeat center 32px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-bottom: 16px;
	cursor: pointer;
}
.floatRight .floatRightB {
	width: 80px;
	height: 272px;
	padding-top: 65px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	background: #478fe9 url(../images/rtIco2.png) no-repeat center 32px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-bottom: 16px;
	cursor: pointer;
}
/* 侧面浮框end */
/* 检测报告查询弹窗开始 */
.queryForm {
	padding: 0 20px;
}
.queryForm .title {
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #000000;
	position: relative;
	padding-left: 16px;
}
.queryForm .title span {
	width: 5px;
	height: 23px;
	background: #1c80ff;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 0;
}
.queryForm .input {
	height: 60px;
	border: 1px solid #dddddd;
	padding: 0 10px;
	margin-bottom: 16px;
}
.queryForm .input input {
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
}
.queryForm  input::-webkit-input-placeholder {
	color: #999999; /* placeholder颜色  */
	font-size: 0.4rem; /* placeholder字体大小  */
	text-align: left; /* placeholder位置  */
}
.queryForm .yzmBox1 {
	padding-right: 140px;
	position: relative;
	height: 60px;
}
.queryForm .yzmBox1 input {
	height: 60px;
	width: 100%;
	border: 1px solid #dddddd;
	padding: 0 10px;
	margin-bottom: 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.queryForm .yzmBox1 img {
	height: 60px;
	width: 140px;
	right: 0;
	top: 0;
	position: absolute;
}
.queryFormBnt {
	background: #1c80ff;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
}
/*indexBanner开始*/
.bannerSlide {
	clear: both;
	overflow: hidden;
	position: relative;
	height: 552px
}
.bannerSlide .hd {
	width: 100%;
	height: 52px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	text-align: center;
}
.bannerSlide .bd {
	height: 100%;
}
.bannerSlide .hd ul {
	display: inline-block;
	height: 16px;
	padding: 0 15px;
	overflow: hidden;
	border-radius: 22px;
	padding-top: 6px;
}
.bannerSlide .hd ul li {
	float: left;
	width: 25px;
	height: 5px;
	border-radius: 5px;
	overflow: hidden;
	line-height: 999px;
	margin: 0 7px 0 8px;
	background: #1c80ff;
	margin-top: 2px;
	cursor: pointer;
	transition-duration: 0.3s;
}

.bannerSlide .hd ul li.on {
	margin-top: 2px;
	width: 25px;
	height: 5px;
	background: #ffa811;
}
.bannerSlideDl {
	height: 100%;
}
.bannerSlideDl a {
	display: block;
	height: 100%;
}
.bannerSlideDl dd {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*indexBanner结束*/

/*第一通栏start*/
.column1 {
	overflow: hidden;
	background: #f9f9f9;
}
.columnTop {
	padding-top: 62px;
	padding-bottom: 26px;
	text-align: center;
	position: relative;
}

.columnrTitle1 {
	top: 42px;
	left: 0px;
	width: 100%;
	text-align: center;
	position: absolute;
}

.columnrTitle1 em {
	font-style: normal;
	font-size: 20px;
	color: #cecece;
}
.columnrTitle2 {
	line-height: 40px;
	height: 40px;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	z-index: 9;
	position: relative;
}
.columnTop span {
	display: inline-block;
	width: 96px;
	height: 4px;
	background: #bbd4f3;
	position: relative;
	top: -7px;
	z-index: 1;
}
.column1Slik {
	position: relative;
}
.column1Slik .more {
	position: absolute;
	top: 88%;
	left: 50%;
	width: 72px;
	margin-top: -25px;
	height: 40px;
	margin-left: -36px;
	z-index: 99999;
	background: #FFFFFF url(../images/more.png) no-repeat center center;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.column1Slik .more a {
	display: block;
	height: 100%;
}
.column1Slik .bd {
	overflow: hidden;
	margin-right: -24px;
	padding-bottom: 120px;
}
.column1Slik .bd .myslide {
	float: left;
	width: 33.3333%;
}
.column1Slik .columnScroll .prev {
    display: block;
    width: 40px;
    height: 40px;
    background: #FFFFFF url(../images/prev.png) no-repeat center center;
    position: absolute;
    margin-top: -25px;
    top: 88%;
    left: 50%;
    cursor: pointer;
    margin-left: -84px;
	z-index: 9;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.column1Slik .columnScroll .next {
    display: block;
    width: 40px;
    height: 40px;
    background: #FFFFFF url(../images/next.png) no-repeat center center;
    position: absolute;
    margin-top: -25px;
    top: 88%;
    left: 50%;
    cursor: pointer;
	margin-left: 44px;
	z-index: 9;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.column1Slik .bd .myslide .con {
	margin-right: 24px;
	background: #FFFFFF;
}
.column1Slik .myslide .pic {
	width: 100%;
	position: relative;
}
.column1Slik .myslide .pic:before {
	display: block;
	content: '';
	padding-top: 56%;
}
.column1Slik .myslide .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}
.column1Slik .myslide .text {
	padding: 16px 24px 20px;
}
.column1Slik .myslide .text .title {
	line-height: 36px;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	margin-bottom: 5px;
}
.column1Slik .myslide .text .textC {
	line-height: 24px;
	font-size: 14px;
	color: #777777;
	margin-bottom: 7px;
}
.column1Slik .myslide .text .time {
	line-height: 22px;
	font-size: 14px;
	color: #999999;
}
.column1Slik .myslide:hover .text .title {color: #1c80ff;font-weight: bold;}
.column1Slik .more:hover {background: #ffa811 url(../images/moreHv.png) no-repeat center center;}
.column1Slik .columnScroll .next:hover {background: #ffa811 url(../images/nextHv.png) no-repeat center center;}
.column1Slik .columnScroll .prev:hover {background: #ffa811 url(../images/prevHv.png) no-repeat center center;}
/*第一通栏end*/
/*第二通栏start*/
.column2{
	height: 568px;
	background: #fff;
	overflow: hidden;
}
.col2ImgText{margin-right: -24px;}
.col2ImgText dd{float: left;width: 50%;}
.col2ImgText dd .con {position: relative;padding: 24px 22px;margin-right: 24px;transition: all 300ms linear;-webkit-transition: all 300ms linear;border-radius: 5px;}
.col2ImgText dd .text{ overflow: hidden;padding-right: 220px;}
.col2ImgText dd .icoBox {position: absolute; width: 130px;height: 100%;background-repeat: no-repeat;background-position: center center;right: 22px;top: 0;}
.col2ImgText dd:nth-child(1) .icoBox {background-image: url(../images/col2Ico1.png);}
.col2ImgText dd:nth-child(2) .icoBox {background-image: url(../images/col2Ico2.png);}
.col2ImgText dd:nth-child(3) .icoBox {background-image: url(../images/col2Ico3.png);}
.col2ImgText dd:nth-child(4) .icoBox {background-image: url(../images/col2Ico4.png);}
.col2ImgText dd .text .title{ overflow: hidden; height: 52px; line-height: 52px;margin-bottom:6px;}
.col2ImgText dd .text .title a{ color: #333333; font-size: 24px;}
.col2ImgText dd .text .textC{ font-size:14px; color:#777777; line-height:25px; height:50px; overflow:hidden; margin-bottom:28px;}
.col2ImgText dd:hover .con {box-shadow: 0 0 17px rgba(28, 128, 255, 0.13);-webkit-box-shadow: 0 0 17px rgba(28, 128, 255, 0.13);}
.col2ImgText dd:hover .text .title a{ color: #1c80ff;font-weight: bold;}
.col2ImgText dd:nth-child(1):hover .icoBox {background-image: url(../images/col2Ico5.png);}
.col2ImgText dd:nth-child(2):hover .icoBox {background-image: url(../images/col2Ico6.png);}
.col2ImgText dd:nth-child(3):hover .icoBox {background-image: url(../images/col2Ico7.png);}
.col2ImgText dd:nth-child(4):hover .icoBox {background-image: url(../images/col2Ico8.png);}
/*第二通栏end*/
/*第三通栏start*/
.column3 {
	background: #f9f9f9;
	padding-bottom: 48px;
}
.column3List {
	overflow: hidden;
}
.column3List dd {
	height: 472px;
	float: left;
	width: 120px;
	position: relative;
	transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.column3List dd .col3L {
	float: left;
	width: 120px;
	height: 472px;
	position: relative;
}
.column3List dd .col3L span {
	display: block;
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -10px;
	z-index: 1;
}
.column3List dd .col3L .textBox {
	width: 50px;
	margin: 0 auto;
	margin-top: 70px;
	position: relative;
}
.column3List dd .col3L .textBox .text{
	margin-left: 20px;
	font-size: 22px;
	color: #333333;
	line-height: 28px;
}
.column3List dd .col3L .textBox .subtext {
	position: absolute;
	-webkit-transform-origin: 0 100% 0;
	transform-origin: 0 100% 0;
	transform: rotate(90deg);
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(153,153,153,0.3);
	width: 600px;
	top: -12px;
	left: 0;
}
.column3List dd .col3R {
	left: 120px;
	top: 0;
	position: absolute;
	width: 720px;
	height: 472px;
	position: relative;
	transition: all 500ms linear;
}
.column3List dd .col3R:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #478fe9;
	opacity: 0.56;
}
.column3List dd .col3R .testBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.column3List dd .col3R .testBox .testCon{padding: 30px 96px;color: #FFFFFF;}
.column3List dd .col3R .testBox .testCon .title {
	line-height: 35px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 26px;
}
.column3List dd .col3R .testBox .testCon .textC {
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
}
.column3List dd .col3R .testBox .testCon .textC span {
	font-size: 16px;
}
.column3List dd .col3R .testBox .testCon .textC em {
	font-style: normal;
	font-weight: bold;
}
.column3List dd .col3R .testBox .testCon .textC .textDiv {
	overflow: hidden;
}
.column3List dd .col3R .testBox .testCon .textC .textDiv span {
	display: block;
	float: left;
	height: 30px;
}
.column3List dd .col3R .testBox .testCon .textC .textDiv span img {
	height: 30px;
}
.column3List dd:hover .col3L {
	background: #ffa811!important;
}
.column3List dd:hover .col3L .textBox .text {
	color: #FFFFFF;
}
.column3List dd:hover .col3L .textBox .subtext{
	color: #ffe2af;
}
.column3List dd:hover { 
	width: 840px;
}
.column3List dd.hover {
	width: 840px;
}
.column3List dd.hover .col3L {
	background: #ffa811!important;
}
.column3List dd:hover .col3L span {
    border-left-color: #ffa811;
}
.column3List dd.hover .col3L .textBox .text {
	color: #FFFFFF;
}
.column3List dd.hover .col3L .textBox .subtext{
	color: rgba(255,226,175,0.5);
}
.column3List dd.hover .col3L  span {
    border-left-color: #ffa811;
}
/*第三通栏end*/

/*第四通栏start*/
.column4{
	background:#fff;
}
.column4Slik {
	position: relative;
}
.column4Slik .more {
	position: absolute;
	top: 88%;
	left: 50%;
	width: 72px;
	margin-top: -25px;
	height: 40px;
	margin-left: -36px;
	z-index: 99999;
	background: #FFFFFF url(../images/more.png) no-repeat center center;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.column4Slik .more a {
	display: block;
	height: 100%;
}
.column4Slik .slick-list {
	overflow: visible;
}
.column4Slik .bd {
	overflow: hidden;
	margin-right: -24px;
	padding-bottom: 120px;
}
.column4Slik .bd .myslide {
	float: left;
	width: 33.3333%;
}
.column4Slik .columnScroll .prev {
    display: block;
    width: 40px;
    height: 40px;
    background: #FFFFFF url(../images/prev.png) no-repeat center center;
    position: absolute;
    margin-top: -25px;
    top: 88%;
    left: 50%;
    cursor: pointer;
    margin-left: -84px;
	z-index: 9;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.column4Slik .columnScroll .next {
    display: block;
    width: 40px;
    height: 40px;
    background: #FFFFFF url(../images/next.png) no-repeat center center;
    position: absolute;
    margin-top: -25px;
    top: 88%;
    left: 50%;
    cursor: pointer;
	margin-left: 44px;
	z-index: 9;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.column4Slik .bd .myslide .con {
	margin-right: 24px;
	background: #FFFFFF;
}
.column4Slik .bd .myslide .con a {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 8px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.column4Slik .myslide .pic {
	width: 100%;
	position: relative;
}
.column4Slik .myslide .pic:before {
	display: block;
	content: '';
	padding-top: 56%;
}
.column4Slik .myslide .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}
.column4Slik .myslide .text {
	padding: 16px 24px 20px;
}
.column4Slik .myslide .text .title {
	line-height: 36px;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	margin-bottom: 5px;
}
.column4Slik .myslide:hover .text .title {color: #1c80ff;font-weight: bold;}
.column4Slik .more:hover {background: #ffa811 url(../images/moreHv.png) no-repeat center center;}
.column4Slik .columnScroll .next:hover {background: #ffa811 url(../images/nextHv.png) no-repeat center center;}
.column4Slik .columnScroll .prev:hover {background: #ffa811 url(../images/prevHv.png) no-repeat center center;}
/*第四通栏end*/
/*底部开始*/
.footer {
	background: #00428f;
	padding: 47px 0 25px 0;
	min-height: 205px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footerL  {
	padding-top: 27px;
}
.footerL span {
	display: block;
	height: 42px;
	line-height: 42px;
	padding-left: 48px;
	margin-right: 80px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	font-size: 14px;
	color: #839cbf;
	position: relative;
}
.footerL span i {
	display: block;
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
}
.footerL span img {
	height: 42px;
}
.footer .footerM {
	overflow: hidden;
	text-align: center;
}
.footer .footerMenu {
	overflow: hidden;
}
.footer .footerMenu dd {
	float: left;
	width: 16.67%;
}
.footer .footerMenu dd .yj {
	width: 100%;
	border-bottom: 1px solid #1a4e90;
	height: 46px;
	line-height: 46px;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
}
.footer .footerMenu dd:last-child{
	width: auto;
}
.footer .footerMenu dd .yj a {
	height: 46px;
	line-height: 46px;
	color: #ffffff;
	font-size: 16px;
}
.footer .footerMenu dd .ej {
	padding-top: 8px;
}
.footer .footerMenu dd .ej a {
	display: block;
	line-height: 30px;
	padding-right: 10px;
	font-size: 14px;
	color: #839cbf;
}
.footer .footerMenu dd .yj a:hover {
	color: #1c80ff;
}
.footer .footerMenu dd .ej a:hover {
	color: #1c80ff;
}
.footerR .footerEwm {
	padding-top: 27px;
}
.footerR .footerEwm dd {
	display: inline-block;
}
.footerR .footerEwm img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
}
.footerR .footerEwm span {
	display: block;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #839cbf;
}
/*底部结束*/
/*
/*内页banner*/
.subBanner {
	clear: both;
	height: 456px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.copyright {
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #001a46;
	font-size: 14px;
	color: #808da3;
}
.copyright span {
	font-size: 14px;
	color: #808da3;
	margin-right: 10px;
}
.copyright a {
	font-size: 14px;
	color: #808da3;
	margin-right: 10px;
}
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/

/*内页外结构结束*/
/* 三级导航开始 */
.subMenuBox {
	position: relative;
    height: 0;
}
.subMenu {
	background: #ffffff;
	position: absolute;
	z-index: 1;
	height: 64px;
	top: -64px;
	left: 0;
	width: 100%;
	display: flex;
}
.subMenu dd {
	float: left;
	flex: 1;
	position: relative;
}
.subMenuBox .menuIcon {
	z-index: 1!important;
}
.subMenu dd .yj {
	overflow: hidden;
}

.subMenu dd .yj a {
	display: block;
	overflow: hidden;
	display: block;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 16px;
	color: #333333;
}

.subMenu dd .ej {
	position: absolute;
	left: 0px;
	top: 64px;
	width: 100%;
	background: #ffffff;
	display: none;
}
.subMenu dd .ej a {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 64px;
	text-align: center;
}
.subMenu dd:hover .yj a {
	background: #1c80ff;
	color: #FFFFFF;
}
.subMenu dd.hover .yj a {
	background: #1c80ff;
	color: #FFFFFF;
}
/* 三级导航结束 */
/*页码开始*/
.page{padding:30px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:8px 12px;color:#393939;border-radius:3px;background: #fff; margin: 0 3px;font-size: 12px;border: 1px solid #dfdfdf;}
.page span{display: inline-block; padding: 8px 2px; position: relative; top: -15px;}
.page a:hover{background: #1c80ff;color: #fff;}
.page a.hover{background: #1c80ff;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#393939;position: relative;top: -11px;font-size: 12px;}
.page input.page_bnt{border: none; width: 35px; height: 30px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
/*页码结束*/
/*内页框架结束*/
