@charset "utf-8";
/* css document */
/*
-----------------------------首页样式start-----------------------------
*/
.loadingbox{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/uploads/image/ssimages/bg2.jpg);
	z-index:999999;
}
.ldlogo{
	width:108px;
	height:99px;
	background-image: url(/uploads/image/ssimages/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(/uploads/image/ssimages/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(/uploads/image/ssimages/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(/uploads/image/ssimages/banner_t1.png) no-repeat center center;
}
.bannertc .divt2{
	float:right;
	width:29px;
	height:354px;
	background:url(/uploads/image/ssimages/banner_t2.png) no-repeat center center;
	margin-top:179px;
	margin-right:20px;
}
.bannertc .divt3{
	float:left;
	width:8px;
	height:357px;
	background:url(/uploads/image/ssimages/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:  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: 75px; overflow: hidden; font-size: 14px; color: #666666; margin-bottom: 33px;}
.column1lc .btn a{ background: #71b904 url(/uploads/image/ssimages/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{ display: block; content: ''; padding-top: 60%;}
.column2scroll .pic img{ display: block; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;}
.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(/uploads/image/ssimages/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(/uploads/image/ssimages/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:  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: 22px; line-height: 22px; 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(/uploads/image/ssimages/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(/uploads/image/ssimages/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: }
.page a.prevpage div{background-image: }
.page a.nextpage div{background-image: }
.page a.lastpage div{background-image: }

.page a.firstpage:hover div{background-image: }
.page a.prevpage:hover div{background-image: }
.page a.nextpage:hover div{background-image: }
.page a.lastpage:hover div{background-image: }

.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: }
.page a.prevpage.disabled div{background-image: }
.page a.nextpage.disabled div{background-image: }
.page a.lastpage.disabled div{background-image: }

/*内页框架结束*/

/*
* 二级页面框架 kis2
*/
.pagecont{
	overflow: hidden;
	min-height: 100vh;
	padding: 0px 120px;
}