


@charset "utf-8";



.iosSliderDemo {
	clear: both;
	width: 100%;
	/* padding: 0 0 30% 0; */
	padding: 0 0 413px;
	position: relative;
}
.fluidHeight {
	position: absolute;
min-width:1200px;
	width: 100%;
	height:413px;
}
.sliderContainer {
	height: 100%;
	max-height:400px;
	padding: 0 0;
}
.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.iosSlider .slider {
	width: 100%;
	height: 100%;
}
.iosSlider .slider .item {
/* PKU	width: 1200px; */
	width: 100%;
   max-width:1200px;
	height: 100%;
	padding: 0 0 0 0;
	text-align: center;
}
.iosSlider .slider .item .inner {
	position: relative;
	top: 0;
	left: 0;
	width:100%;
	margin: 0 auto;
	height: 100%;
	box-shadow: 0 0 10px -5px #000;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.iosSlider .slider .item .inner img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
}
.iosSlider .slider .item .inner .selectorShadow {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../_img/selector-shadow.png) no-repeat 0 0;
	width: 120px;
	height: 30px;
	display: none;
}
.iosSlider .slider .item .inner .text1-bg{
	opacity: 0;
	filter: alpha(opacity=0);
   background: none repeat scroll 0 0 #000000;
	position: absolute;
	bottom: 12%;
	padding: 0 0px 0 0px;
	height:50px;
	text-align: left;
margin:0 10px;
}
.iosSlider .slider .item .inner .text1{
	opacity: 0;
	filter: alpha(opacity=0);
/* PKU	background:#9b0000; 
   background: none repeat scroll 0 0 #000000;*/
	position: absolute;
/* PKU	left: 150px; */
/* PKU	top: 250px; */
	bottom: 12%;
	padding: 0 12px 0 12px;
	height:50px;
	text-align: left;
}
.iosSlider .slider .item .inner .text1 span {
	color: #fff;
	font-size:24px;
	font-weight: normal;
	line-height:50px;
	padding: 0 8px;
	font-family:"Microsoft Yahei";
}
.iosSlider .slider .item .inner .text1 span i {
	margin: 0 0 0 5px;
}
.iosSlider .slider .item .inner .text2 {
	background: none repeat scroll 0 0 #000000;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 10px 12px 10px;
	position: absolute;
	left: 100px;
/* PKU	top: 301px; */
	top: 370px;
	text-align: left;
}
.iosSlider .slider .item .inner .text2 span {
	display: block;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.5;
	font-weight: 100;
	padding: 0 8px;
	font-family:"Microsoft Yahei"
}
.iosSlider .slider .item .inner .more{
/*	opacity: 0.3;  zb */
	opacity: 0.4;
	background: none repeat scroll 0 0 #fff;
	position: absolute;
	bottom: 6%;
   	right:0;
/*	padding: 0 5px; zb */
	padding: 0 5px 0 2px;
	height:25px;
   	width:55px;
   	z-index:2;
	text-align: center;
}
.iosSlider .slider .item .inner .more a {
	color: #000;
   text-decoration:none;
	font-size:14px;
	line-height:25px;
	font-family:"微软雅黑"
}







@media screen and (max-width: 1300px)
{

.sliderContainer .slideSelectors .prev{ display:none;}
.sliderContainer .slideSelectors .next { display:none;}
}



.sliderContainer .slideSelectors {
	/* PKU
position: relative;
	top:-500;
	left: 0;
	width: 137px; 
	width: 100px;
	margin: 0 auto;
	z-index: 1;
	height: 500px;*/
}
.sliderContainer .slideSelectors .prev {
position: relative;
	float: left;
	width: 90px;
	height: 413px;

z-index: 1;
	background: url(../img/left.png) no-repeat 50% 50%;
}
.sliderContainer .slideSelectors .next {
	position: relative;
	float: right;
	width: 90px;
	height: 413px;
	margin: -11px 0 0 -1;
z-index: 1;
	background: url(../img/right.png) no-repeat 49% 50%;
}
.sliderContainer .slideSelectors .item0 {
	float: left;
	width: 9px;
	height: 9px;
	background: #aaa;
	margin: 1px 1px 1px 11px;
	/* opacity: 0.25; */
	filter: alpha(opacity=25);
	border-radius: 10px;
display:none;
}
.sliderContainer .slideSelectors .item.first {
	margin-left: 1px;
display:none;
}
.sliderContainer .slideSelectors .selected {
	width: 11px;
	height: 11px;
	margin: 0 0 0 0px;
	background: #eee;
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: none;
display:none;
}
.sliderContainer .slideSelectors .selected.first {
	margin-left: 0;
display:none;
}
.sliderContainer .scrollbarContainer {
	position: relative;
	bottom: 4px;
	left: 0;

	height: 4px;
	margin: 0 auto;
	z-index: 1;
}


.cont{ width:96%; _height:700px; min-height:700px; margin:0 auto; padding-top:20px;}
.contt{ font-size:18px; text-align:center; line-height:40px;}
.contsh{ height:30px; border-bottom:1px dashed #89b0d5; text-align:center; line-height:30px; padding:10px 0px;}
.contcont{ width:100%; height: auto; font-size:14px; padding-top:30px;}
.contcont p{ line-height:150%; text-indent:30px; padding-bottom:20px;}





.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}.bottomline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;}

.inputstyle {
    font-size: 14px;
    line-height: 20px;
    height: 18px;
    padding-right: 5px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-color: #999999;}




.inputstyle1 {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    vertical-align: middle;
    padding-left: 10px;}


.textstyle {
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #999999;}
    
    
.textstyle .p{   
    font-size: 14px;
    line-height: 47px;}