@charset "UTF-8";
/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
.loadingBox{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg2.jpg);
	z-index:999999;
}
.ldLogo{
	width:108px;
	height:99px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-35px;
	margin-left:-54px;
}
#preloader_1{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left:-24px;
	margin-top:85px;
}
#preloader_1 span{
	display:block;
	bottom:0px;
	width: 9px;
	height: 5px;
	background:#888888;
	position:absolute;
-webkit-animation: preloader_1 1.5s	 infinite ease-in-out;
-moz-animation: preloader_1 1.5s	 infinite ease-in-out;
-ms-animation: preloader_1 1.5s	 infinite ease-in-out;
-o-animation: preloader_1 1.5s	 infinite ease-in-out;
animation: preloader_1 1.5s	 infinite ease-in-out;

}
#preloader_1 span:nth-child(2){
left:11px;
-webkit-animation-delay: .2s;
-moz-animation-delay: .2s;
-ms-animation-delay: .2s;
-o-animation-delay: .2s;
animation-delay: .2s;

}
#preloader_1 span:nth-child(3){
left:22px;
-webkit-animation-delay: .4s;
-moz-animation-delay: .4s;
-ms-animation-delay: .4s;
-o-animation-delay: .4s;
animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
left:33px;
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-ms-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
left:44px;
-webkit-animation-delay: .8s;
-moz-animation-delay: .8s;
-ms-animation-delay: .8s;
-o-animation-delay: .8s;
animation-delay: .8s;
}
@-webkit-keyframes preloader_1 {
    0% {height:5px;-webkit-transform:translateY(0px);background:#888888;}
    25% {height:12px;-webkit-transform:translateY(3px);background:#008bdb;}
    50% {height:5px;-webkit-transform:translateY(0px);background:#888888;}
    100% {height:5px;-webkit-transform:translateY(0px);background:#888888;}
}

@-moz-keyframes preloader_1 {
    0% {height:5px;-moz-transform:translateY(0px);background:#888888;}
    25% {height:12px;-moz-transform:translateY(3px);background:#008bdb;}
    50% {height:5px;-moz-transform:translateY(0px);background:#888888;}
    100% {height:5px;-moz-transform:translateY(0px);background:#888888;}
}

@-ms-keyframes preloader_1 {
    0% {height:5px;-ms-transform:translateY(0px);background:#888888;}
    25% {height:12px;-ms-transform:translateY(3px);background:#008bdb;}
    50% {height:5px;-ms-transform:translateY(0px);background:#888888;}
    100% {height:5px;-ms-transform:translateY(0px);background:#888888;}
}

@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:#888888;}
    25% {height:12px;transform:translateY(3px);background:#008bdb;}
    50% {height:5px;transform:translateY(0px);background:#888888;}
    100% {height:5px;transform:translateY(0px);background:#888888;}
}
/*头部开始*/
/*
///////////////top 左侧
*/
.leftBox{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 178px;
	background:#fff;
	z-index: 99999;
	-webkit-box-shadow: 3px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 3px 0px 5px rgba(0,0,0,0.1);
}
.leftBoxC1{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.leftBoxC2{
	width: 198px;
	height: 100%;
	overflow:hidden;
	overflow-y:auto;
}
.leftDn{ position: absolute; left: 0px; bottom: 0px; background: #f5f5f5; width: 100%;}
.leftDnText{ padding:20px 20px 0; color: #999999; font-size: 12px; line-height: 20px; margin-bottom: 13px;}
.leftDnShare{ height: 21px; overflow: hidden; padding-left: 20px;}
.leftDnShare a{ width: 21px !important; height: 21px !important; padding: 0 !important; margin: 0 12px 0 0 !important; background-image: url(../images/share.png) !important}
.leftDnShare a.bds_weixin{ background-position: 0px 0px !important;}
.leftDnShare a.bds_tsina{ background-position: -33px 0px !important;}
.leftDnShare a.bds_tqq{ background-position: -66px 0px !important;}
.leftDnShare a.bds_sqq{ background-position: -98px 0px !important;}
/*
//////////////
*/
.ixBox{
	clear: both;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index:9;
}
/*logo*/
.logo{
	display: block;
	height: 158px;
	margin-bottom:4px;
}
.logo a{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
}
/*导航*/
.menuBox{
	overflow: hidden;
}
.menuDl{
	overflow: hidden;
	margin-top:-1px;
}
.menuDl dd{
	overflow: hidden;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease-in-out;
}
.menuDl dd:before{
	content: "";
	display: block;
	width: 100%;
	height:1px;
	background: #c7c7c7;
	margin:0 auto;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease-in-out;
    opacity: 0;
    
}
.menuDl dd .a1{
	display: block;
	padding-top:5px;
	padding-bottom:5px;
    padding-left: 40px;
	overflow: hidden;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function:ease-in-out;
    position: relative;
}
.menuDl dd .a1:before{ display: block; position: absolute; left: 0px; top: 0px; height: 100%; width: 4px; background: #008bdb; content:''; display: none;}
.menuDl dd.hover{background: #fff}
.menuDl dd.hover .a1:before{ display: block;}
.menuDl dd.hover:before{width:100%;background: #dddddd; opacity: 1;}
.menuDl dd.nt:before{width:100%;background: #dddddd; opacity: 1;}
.menuDl dd.hover .a1{margin-left:0px}
.menuDl dd .a1 .a1_div1{
	width: 110px;
	overflow: hidden;
}
.menuDl dd .a1 em{
	display: block;
	line-height: 17px;
    font-style: normal;
    color: #999999;
}
.menuDl dd .a1 .a1_div1 span{
	display: block;
	color: #333333;
	font-size: 14px;
	text-align: center;
	line-height: 14px;
}
.menuDl dd .a1 .a1_div2{
	overflow: hidden;
}
.menuDl dd .a1 .a1_div2 span{
    line-height: 25px;
	display: block;
	color: #333;
	font-size: 14px;
}
.menuDl dd .div_a{display:none}

.menuDl dd.hover .a1 .a1_div2 span{ color: #008bdb;}

.subMenu{
	position:fixed;
	top: 0;
	bottom: 0;
	left: 178px;
	overflow: hidden;
	width: 0;
	background: rgba(1, 148, 221, 0.8);
}
.subMenu a{
	display: block;
	height: 45px;
	overflow: hidden;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}
.subMenu a.hover{background: rgba(255,255,255,0.2)}
.subMenuC{
	width:150px;
	overflow: hidden;
	overflow-y:auto;
	max-height:100%;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function:linear;
    position: absolute;
    top: 0
}
.subMenuC .box{
	width: 110px;
	overflow: hidden;
}
/*头部结束*/
/*indexBanner开始*/
.indexBanner{ overflow: hidden; height: calc(100vh); width: 100%; position: relative;}
.indexBanner .myslide{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100vh;
}
.indexBanner .myslide.slick-current{
	animation:ant 3s 1;
	-webkit-animation:ant 3s 1;
	animation-timing-function:linear;
	-webkit-animation-timing-function:linear;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	transform:scale(1.05);
	-webkit-transform:scale(1.05);	
}
/*动画*/
@keyframes ant
{
from {transform:scale(1.05);-webkit-transform:scale(1.05);}
to {transform:scale(1);-webkit-transform:scale(1);}
}
/* Safari and Chrome */
@-webkit-keyframes ant 
{
from {transform:scale(1);-webkit-transform:scale(1);}
to {transform:scale(1.05);-webkit-transform:scale(1.05);}
}
.indexBanner .slick-dots{ position: absolute; bottom: 55px;left: 108px;z-index:99999}
.indexBanner .slick-dots li{ width: 14px; height: 14px; border: 1px solid #FFF; border-radius: 16px; line-height: 9999px; text-align: center; color: #ffffff; display: inline-block; margin: 0 12px; cursor: pointer;}
.indexBanner .slick-dots li.slick-active{background: #FFF;}
.indexBanner .con1{ position: absolute; left:50%; top: 50%; margin-top: -143px;]}
.bannerTBox{
	position: absolute;
	top: 0;
	bottom: 0;
	left:178px;
	right:0;
	z-index: 999;
}
.bannerTC{
	width:156px;
	height:536px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-268px 0 0 -78px;
}
.bannerTC .divT1{
	float:right;
	width:81px;
	height:390px;
	background:url(../images/banner_t1.png) no-repeat center center;
}
.bannerTC .divT2{
	float:right;
	width:29px;
	height:354px;
	background:url(../images/banner_t2.png) no-repeat center center;
	margin-top:179px;
	margin-right:20px;
}
.bannerTC .divT3{
	float:left;
	width:8px;
	height:357px;
	background:url(../images/banner_t3.png) no-repeat center center;
	margin-top:179px;
}
/*indexBanner结束*/

/*
* subBanner kis2
*/
.subBanner{
	overflow: hidden;
}
.subBanner a{
	display: block;
	overflow: hidden;
	padding-top: 20.6896552%;
}

/*
* subMenu kis2
*/
.subMenuBox{
	overflow: hidden;
	position: relative;
	background: #fff;
	padding: 0px 120px;
}
.subMenuBox:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 0px;
	bottom: 5px;
	z-index: 1;
}
.subMenuL{
	overflow: hidden;
	padding: 40px 0px 30px 0px;
}
.subMenuL span{
	display: block;
	overflow: hidden;
	font-size: 30px;
	color:#333;
	line-height: 40px;
}
.subMenuL i{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#999;
	line-height: 20px;
	font-style: normal;
}
.subMenuR{
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.subMenuR_dl{
	overflow: hidden;
}
.subMenuR_dl dd{
	padding: 70px 0px 30px 0px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 25px;
	position: relative;
}
.subMenuR_dl dd:hover,
.subMenuR_dl dd.hover{
	background: url(../images/submenuicon_h.png) no-repeat center bottom;
}
a.subMenuR_a{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color:#333;
	line-height: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.subMenuR_dl dd:hover .subMenuR_a,
.subMenuR_dl dd.hover .subMenuR_a{
	color:#85c225;
}
/*第一通栏start*/
.column1L{ width: 50%; float: left; display: inline; position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.column1L:before{ display: block; content: ''; padding-top:52.698%;}
.column1L img{ display: block; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;}
.column1LC{ position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; padding: 0 120px;}
.column1LC .title{ height: 75px; line-height: 75px; font-size: 24px; font-weight: bold; overflow: hidden; margin-bottom: 10px;}
.column1LC .title a{ color: #008bdb;}
.column1LC .text{ line-height: 25px; height: 82px; overflow: hidden; font-size: 14px; color: #666666; margin-bottom: 33px;}
.column1LC .btn a{ background: #71b904 url(../images/more.png) no-repeat center center; width: 115px; padding: 0px; height: 35px; line-height: 35px; border-radius: 3px;}

.column1R{ width: 50%; float: left; display: inline;}
.column1R .pic{ position: relative;}
.column1R .pic:before{ display: block; content: ''; padding-top:52.698%;}
.column1R .pic img{ display: block; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;}
/*第一通栏end*/
/*第二通栏start*/
.column2{ background: #FFF;}
.column2Scroll{position: relative;}
.column2Scroll .bd{ overflow: hidden;padding: 0px 0;}
.column2Scroll .slick-list{ overflow: visible; margin-right: -1px; }
.column2Scroll .myslide{ width: 25%; float: left; display: inline;}
.column2Scroll .myslide a{ display: block; transition: all 500ms;-webkit-transition: all 500ms;}
.column2Scroll .con{ padding-right: 1px;}
.column2Scroll .prev{ display:block; width: 30px; height: 40px; cursor: pointer; background: rgba(0,0,0,0.6) no-repeat center center; position: absolute; left: 0; top: 50%; margin-top: -20px; z-index: 1; display: none;}
.column2Scroll .next{ display:block; width: 30px; height: 40px; cursor: pointer; background: rgba(0,0,0,0.6) no-repeat center center; position: absolute; right:0px; top: 50%; margin-top: -20px; z-index: 1; display: none;}
.column2Scroll .prev:hover,.column2Scroll .next:hover{ background-color: #cd291f;}
.column2Scroll .title{ overflow: hidden; padding: 20px 0; text-align: center;}
.column2Scroll .title span{ display: block; height: 77px; line-height: 77px; overflow: hidden; color: #008bdb; font-size: 48px;}
.column2Scroll .title em{ display: block; height: 22px; line-height: 22px; overflow: hidden; color: #dddddd; font-size: 14px; font-style: normal;}
.column2Scroll .title em b{ display: inline-block; font-weight: normal; padding:0 75px; position: relative; text-transform: uppercase;}
.column2Scroll .title em b:before{ display: block; content: ''; position: absolute; left: 0px; top: 50%; margin-top: -1px; width: 52px; height: 2px; background: #dddddd;}
.column2Scroll .title em b:after{ display: block; content: ''; position: absolute; right: 0px; top: 50%; margin-top: -1px; width: 52px; height: 2px; background: #dddddd;}
.column2Scroll .title i{ display: block; height: 38px; line-height: 38px; font-style: normal; font-size: 18px; color: #000000; font-weight: bold;}
.column2Scroll .pic{ position: relative; overflow: hidden;}
.column2Scroll .pic:before{  content: ''; padding-top: 60%;}
.column2Scroll .pic img{text-align: center; display: block; width: 80%; margin: 0 auto; }
.column2Scroll .btn{ overflow: hidden; height: 75px; line-height: 75px; text-align: center; font-size: 0px;}
.column2Scroll .btn span{ display: inline-block; height: 27px; line-height: 27px; border-bottom: 1px solid #000000 ;font-size: 14px; color: #000000; padding: 0 15px 0 5px; background: url(../images/icn1.png) no-repeat right center;}

.column2Scroll .myslide:hover a{ background: #008bdb;}
.column2Scroll .myslide:hover .title span{ color: #FFF;}
.column2Scroll .myslide:hover .title em{ color: #FFF;}
.column2Scroll .myslide:hover .title i{ color: #FFF;}
.column2Scroll .myslide:hover .btn span{ color: #FFF; border-bottom: 1px solid #FFF; background-image: url(../images/icn1h.png)}
/*第二通栏end*/
/*
*第三通栏start fpx 2018
*/
.column3{ background: #f3f3f3;}
.column3Scroll{position: relative;}
.column3Scroll .bd{ overflow: hidden;padding: 0px 0;}
.column3Scroll .slick-list{ overflow: visible; margin-right: -1px; }
.column3Scroll .myslide{ width: 25%; float: left; display: inline; position: relative;}
.column3Scroll .myslide:before{ display: block; content: ''; padding-top: 83.0275%;}
.column3Scroll .myslide a{ display: block; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
.column3Scroll .con{ padding-right: 1px;}
.column3Scroll .con a .tableCell{position:relative;top:0;transition-duration: 0.3s;}
.column3Scroll .con a:hover .tableCell{top:-10px}
.column3Scroll .prev{ display:block; width: 30px; height: 40px; cursor: pointer; background: rgba(0,0,0,0.6) no-repeat center center; position: absolute; left: 0; top: 50%; margin-top: -20px; z-index: 1; display: none;}
.column3Scroll .next{ display:block; width: 30px; height: 40px; cursor: pointer; background: rgba(0,0,0,0.6) no-repeat center center; position: absolute; right:0px; top: 50%; margin-top: -20px; z-index: 1; display: none;}
.column3Scroll .prev:hover,.column3Scroll .next:hover{ background-color: #cd291f;}
.column3Scroll .icn{ height: 55px; background-position: center center; background-repeat: no-repeat;}
.column3Scroll .title{ height: 35px; line-height: 35px; overflow: hidden; color: #000000; font-size: 18px; text-align: center; margin-bottom: 15px;}
.column3Scroll .info{ line-height: 24px; height: 48px; overflow: hidden; color: #999999; font-size: 14px; padding: 0 65px; text-align: center; margin-bottom: 10px;}
.column3Scroll .btn{ overflow: hidden; text-align: center; font-size: 0px;}
.column3Scroll .btn span{ display: inline-block; height: 27px; line-height: 27px; border-bottom: 1px solid #000000 ;font-size: 14px; color: #000000; padding: 0 5px;}
/*第三通栏end*/
/*第四通栏start*/
.column4{ background: #FFF;}
.column4C{ padding: 0 120px; position: relative; margin-bottom: 40px;background: url(../images/newslistbg.png) repeat;}
.column4C:before{ display: none; content: ''; height: 50%; width: 100%; background: #f9f9f9; position: absolute;left: 0px; bottom: 0px;}
.indexT{ overflow: hidden; height: 128px; border-bottom: 1px solid #dddddd; padding: 0 120px;}
.indexTL{ padding-top: 30px;}
.indexTL span{ display: block; height: 48px; line-height: 48px; color: #333333; font-size: 30px; overflow: hidden;}
.indexTL em{ display: block; height: 20px; line-height: 20px; font-style: normal; color: #999999; font-size: 14px; overflow: hidden; text-transform: uppercase;}

.column4List{ overflow: hidden; margin-right: -90px; position: relative; z-index: 1}
.column4List dd{ float: left; display: inline; width: 50%; padding: 40px 0;}
.column4List dd .con{ padding-right: 90px;}
.column4List dd .date{ margin-right:30px;overflow: hidden; padding-top: 15px; text-align: center;}
.column4List dd .date span{ display: block; height: 33px; line-height: 33px; overflow: hidden; color: #222222; font-size: 30px;}
.column4List dd .date em{ display: block; font-style: normal; line-height: 25px; height: 25px; overflow: hidden; color: #999999; font-size: 14px; font-family: Arial; text-transform: uppercase;}
.column4List dd .text{ overflow: hidden; padding-top: 15px;}
.column4List dd .text .title{ overflow: hidden; height: 33px; line-height: 33px; margin-bottom: 10px;}
.column4List dd .text .title a{display:block; color: #333333; font-size: 18px;transition:all 0.3s linear;}
.column4List dd:hover .text .title a{
	color:#008bdb;
}
.column4List dd .text .info{ line-height: 25px; height: 25px; overflow: hidden; color: #888888; font-size: 14px; margin-bottom: 8px;}

.column4Btn{ overflow: hidden; padding: 0 120px 65px;}
.column4Btn a{ float: left; display: inline; padding: 0 45px; border: 1px solid #71b904; height: 46px; line-height: 46px; font-size: 14px; transition: all 500ms;-webkit-transition: all 500ms;}
.column4Btn a span{ display: inline-block;padding: 0 16px 0 0px; background: url(../images/icn2.png) no-repeat right center; height: 46px; line-height: 46px; color: #71b904;}
.column4Btn a:hover{ background: #71b904;}
.column4Btn a:hover span{ color: #FFF; background-image: url(../images/icn2h.png);}
/*第四通栏end*/
/*底部开始*/
.footer1Box{ padding:30px; background: #008bdb; border-bottom: 1px solid #006ba8;}
.footerMenu{ overflow: hidden;}
.footerMenu dd{ float: left; display: inline; margin-right: 85px;}
@media only screen and (max-width:1440px) {
	.footerMenu dd{margin-right:60px;}
}

.footerMenu dd em{ font-style: normal; display: block; line-height: 48px; height: 48px; overflow: hidden;}
.footerMenu dd em a{ font-size: 14px; color: #ffffff; font-weight: bold;}
.footerMenu dd span{ font-style: normal; display: block; line-height: 20px; padding: 5px 0; overflow: hidden;}
.footerMenu dd span a{ font-size: 14px; color: #a6d1e9;}
.footerMenu dd span a:hover{ color:#FFF;}
.footerEwm{ overflow:hidden; padding-top: 17px;}
.footerEwm dd{ float:left; display:inline; position:relative; width:140px; overflow:hidden; margin-left:25px;}
.footerEwm dd img{ display:block; width:140px; height:140px;}
.footerEwm dd span{ display:block; height:48px; line-height:48px; text-align:center; color:#a7d2eb; font-size:14px;}

.footer2Box{ padding: 25px 30px; background: #008bdb; line-height: 34px; color: #FFF; font-size: 14px;}
.footer2Box a{ color: #FFF;}
/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
.pageRightBox{ width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; overflow: hidden; overflow-y: auto;min-width:1250px}
.pageRight{padding-left: 178px}
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/

/*内页外结构结束*/
/*当前位置开始*/

/*当前位置结束*/
/*页码开始*/
.page{/*padding:30px 0;*/text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#999;border-radius:3px;background: #e3e3e3; margin: 0 3px;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #008bdb;color: #fff;}
.page a.hover{background: #008bdb;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:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; 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/firstpage.png)}
.page a.prevPage div{background-image: url(../images/prevpage.png)}
.page a.nextPage div{background-image: url(../images/nextpage.png)}
.page a.lastPage div{background-image: url(../images/lastpage.png)}

.page a.firstPage:hover div{background-image: url(../images/firstpageh.png)}
.page a.prevPage:hover div{background-image: url(../images/prevpageh.png)}
.page a.nextPage:hover div{background-image: url(../images/nextpageh.png)}
.page a.lastPage:hover div{background-image: url(../images/lastpageh.png)}

.page a.firstPage.disabled{background:#fafafa;}
.page a.prevPage.disabled{background:#fafafa;}
.page a.nextPage.disabled{background:#fafafa;}
.page a.lastPage.disabled{background:#fafafa;}

.page a.firstPage.disabled div{background-image: url(../images/firstpage.png)}
.page a.prevPage.disabled div{background-image: url(../images/prevpage.png)}
.page a.nextPage.disabled div{background-image: url(../images/nextpage.png)}
.page a.lastPage.disabled div{background-image: url(../images/lastpage.png)}

/*内页框架结束*/

/*
* 二级页面框架 kis2
*/
.pageCont{
	overflow: hidden;
	min-height: 100vh;
	padding: 0px 240px;
}