.bg{
    background: url(../images/ks_pic2.jpg) no-repeat center bottom;
    height: 993px;
    width: 100%;
    min-width: 1400px;
}
.bannerBox{
    background: url(../images/ks_banner.jpg) no-repeat top center;
    width: 100%;
    min-width: 1400px;
    overflow: hidden;
}
.titlePic{
    display: block;
    width: 630px;
    height: 126px;
    margin: 53px auto 88px;
}
.topText{
    background: url(../images/ks_pic1.png) no-repeat;
    width: 1400px;
    height: 221px;
    font-size: 16px;
    line-height: 30px;
    text-indent: 31px;
    margin-bottom: 35px;
}
.topText p{
    padding: 27px 0 0 33px;
    width: 1115px;
}
.contentTitle {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    padding-bottom: 18px;
    background: url(../../public/images/icons/titleStyleLine.png) no-repeat left bottom;
}
.contentTitle em {
    color: #0052d9;
    font-size: 30px;
    font-weight: bold;
}
.hznr{
    width: 881px;
    height: 414px;
    background: url(../images/ks_pic3.png) no-repeat center;
}
.hznr .boxs > span{
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    background: url(../images/ks_icon2.png) no-repeat center;
    width: 42px;
    height: 71px;
    line-height: 24px;
    padding: 20px 30px 0;
    -webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
    cursor: pointer;
}
.hznr .boxs:hover > span{
    background: url(../images/ks_icon2on.png) no-repeat center;
}
.hznr .boxs:hover{
    z-index: 1000;
    animation-play-state: paused;
}
.hznr span.tab1{
    background: url(../images/ks_icon1.png) no-repeat center;
    width: 138px;
    height: 136px;
    line-height: 136px;
    font-size: 24px;
    left: 368px;
    top: 68px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.boxs:hover div{
    display: block;
}
.boxs div p{
    width: 266px;
    background: #fff url(../images/ks_textbg.png) no-repeat center bottom;
    line-height: 24px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 2px solid #e0eeff;
    box-shadow: 0 0 10px #c0d0ec;
}
.tab2{
    top: 152px;
    left: 47px;
    animation: floating 2s ease infinite;
}
.tab3{
    top: 259px;
    left: 139px;
    animation: floating 2s ease infinite;
}
.tab4{
    top: 56px;
    left: 218px;
    animation: floating2 2s ease infinite;
}
.tab5{
    top: 254px;
    left: 333px;
    animation: floating 2s ease infinite;
}
.tab6{
    top: 13px;
    left: 567px;
    animation: floating 2s ease infinite;
}
.tab7{
    top: 253px;
    left: 531px;
    animation: floating2 2s ease infinite;
}
.tab8{
    top: 66px;
    left: 761px;
    animation: floating 2s ease infinite;
}
.tab9{
    top: 200px;
    left: 707px;
    animation: floating2 2s ease infinite;
}

@keyframes floating {
    0% {
      transform: translateY(0); /* 初始位置 */
    }
    50% {
      transform: translateY(-4px); /* 向上移动4像素 */
    }
    100% {
      transform: translateY(0); /* 回到初始位置 */
    }
}
@keyframes floating2 {
    0% {
      transform: translateY(-4px); /* 初始位置 */
    }
    50% {
      transform: translateY(0); /* 向上移动4像素 */
    }
    100% {
      transform: translateY(-4px); /* 回到初始位置 */
    }
}
.codepic{
    width: 198px;
    height: 203px;
}
/* 新闻 */
.xwzx{
    width: 501px;
}
.newsList{
    width: 100%;
    margin-top: 20px;
}
.newsList li{
    height: 80px;
    width: 100%;
    margin-bottom: 15px;
}
.newsList li a{
    display: block;
    height: 65px;
    background: #fff;
    border-radius: 8px;
    padding: 15px 20px  0 0;
}
.newsList li:hover a{
    background: url(../images/ks_libg.png) no-repeat;
    box-shadow: 0px 0px 16px 0px rgba(0, 82, 217, 0.2);
}
.topBoxs{
    width: 91px;
    height: 50px;
    border-right: 1px solid #eee;
    text-align: center;
}
.date1{
    font-size: 24px;
    font-weight: bold;
    color: #ccc;
}
.date2{
    color: #ccc;
}
.newsList li:hover .date1{
    color: #0052d9;
}
.title{
    width: 366px;
    font-size: 18px;
    line-height: 25px;
    height: 50px;
    margin-left: 20px;
}
.newsList li:hover .title{
    color: #0052d9;
}
.infos{
    line-height: 24px;
    height: 48px;
    color: #666;
}
/* 活动 */
.hdfc{
    background: url(../images/ks_bottombg.jpg) no-repeat;
    height: 307px;
    width: 100%;
    min-width: 1400px;
    padding-top: 35px;
    overflow: hidden;
}
.topPic,.bottomPic {
    margin: 20px 0 0;
    height: 200px;
    overflow: hidden;
}
.topPic img,.bottomPic img{
    width: 300px;
    height: 200px;
    border-radius: 8px;
    margin-right: 20px;
}
.lpic{
    top: 0;
    left: 0;
    display: block;
    z-index: 1000;
}
.rpic{
    top: 0;
    right: 0;
    display: block;
    z-index: 1000;
}
.hzcx{
    width: 100%;
    min-width: 1400px;
    height: 333px;
    background: url(../images/ks_bgs.jpg) no-repeat;
    
}
.hzcx ul li{
    width: 702px;
    height: 80px;
    line-height: 80px;
    background: url(../images/ks_hz1.png) no-repeat;
    padding-left: 98px;
    font-size: 18px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 16px 0px rgba(0, 82, 217, 0.2);
    border-radius: 8px;
}
.hzcx ul li:hover{
    background: url(../images/ks_hz2.png) no-repeat;
    color: #fff;
}
.hzcx img{
    margin-top: 42px;
}
