﻿/*轮播图样式*/


/*banner的长宽根据图片大小设置*/
.index-wrap{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    margin-top: 120px;
    padding-top: 15px;
    border: 1px solid #fff;
    padding-left: 20px;
	margin-bottom:30px;    
}
.lunbo {
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 510px;
    height: 352px;
    margin-left: 20px;
}

.lunbo .move {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.move ul,
.move ul li {
    position: absolute;
}
.move ul li img{
     width: 510px;
     height: 352px;
}
.p-bg{
	width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,.3);
    position: relative;
    top: -50px;
    padding-left: 20px;
}
.move ul li p{
    width: 74%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    position: relative;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space:nowrap;
}
.ctrl {
    position: absolute;
    width: 100%;
    right: 30px;
    bottom: 14px;
    text-align: right;
}

.ctrl .libs {
    display: inline-block;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0381cd;
    z-index: 50;
    cursor: pointer;
}

.ctrl span.active {
    background-color: #fff;
}

.ctrl .arrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background-color: #333;
    cursor: pointer;
    font: 30px/58px "宋体";
    opacity: .5;
    color: #fff;
    text-align: center;
}

.ctrl .next {
    top: -140px;
    right: 0;
}

.ctrl .prev {
    top: -140px;
    left: 0;
}

.ctrl .arrow:hover {
    opacity: 1;
}

/* ------------------------------------- */
.lunbo2 {
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 900px;
    height: 450px;
}

.lunbo2 .move2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.move2 ul,
.move2 ul li {
    position: absolute;
}

.move2 ul li img {
    width: 1140px;
    height: 450px;
}

.move2 ul li p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background: url('/statics/zbq/img/bg.png');
    position: relative;
    top: -50px;
    padding-left: 20px;
}
.ctrl2 {
    position: absolute;
    width: 100%;
    right: 30px;
    bottom: 14px;
    text-align: right;
}

.ctrl2 .libs {
    display: inline-block;
    margin-left: 10px;
    width: 26px;
    height: 4px;
    background-color: #0381cd;
    z-index: 50;
    cursor: pointer;
}

.ctrl2 span.active {
    background-color: #fff;
}

.ctrl2 .arrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background-color: #333;
    cursor: pointer;
    font: 30px/58px "宋体";
    opacity: .5;
    color: #fff;
    text-align: center;
}

.ctrl2 .next {
    top: -140px;
    right: 0;
}

.ctrl2 .prev {
    top: -140px;
    left: 0;
}

.ctrl2 .arrow:hover {
    opacity: 1;
}
/*如需自定义底部小圆点样式*/


/*.lib1 {
    在此处添加样式
}

.lib2 {
    在此处添加样式

}
以此类推
*/

.art_banner {
    position: relative;
    top: 0;
    width: 800px;
    height: 480px;
}

.art_banner .art_move {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.art_move ul,
.art_move ul li {
    position: absolute;
}

.art_move ul li img {
   width: 800px;
   height: 480px;
}

.art_move ul li p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background: url('/statics/zbq/img/bg.png');
    position: relative;
    top: -50px;
    padding-left: 20px;
}

.art_ctrl {
    position: absolute;
    width: 100%;
    right: 30px;
    bottom: 14px;
    text-align: right;
}

.art_ctrl .libs {
    display: inline-block;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0381cd;
    z-index: 50;
    cursor: pointer;
}

.art_ctrl span.active {
    background-color: #fff;
}

.art_ctrl .arrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    font: 30px/58px "宋体";
    opacity: .5;
    color: #fff;
    text-align: center;
}

.art_ctrl .next {
    top: -140px;
    right: 0;
}

.art_ctrl .prev {
    top: -140px;
    left: 0;
}

.art_ctrl .arrow:hover {
    opacity: 1;
}

/* ------------------------------------- */

.art_banner {
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 900px;
    height: 450px;
}

.art_banner .art_move {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.art_move ul,
.art_move ul li {
    position: absolute;
}

.art_move ul li img {
    width: 900px;
    height: 450px;
}

.art_move ul li p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: url('/statics/zbq/img/bg.png');
    position: relative;
    top: -40px;
    padding-left: 20px;
}

.art_ctrl {
    position: absolute;
    width: 100%;
    right: 30px;
    bottom: 14px;
    text-align: right;
}

.art_ctrl .libs {
    display: inline-block;
    margin-left: 10px;
    width: 26px;
    height: 4px;
    background-color: #0381cd;
    z-index: 50;
    cursor: pointer;
}

.art_ctrl span.active {
    background-color: #fff;
}

.art_ctrl .arrow {
    display: block;
    position: absolute;
    width: 42px;
    height: 67px;
    padding: 5px;
    top: 50%;
    margin-top: -30px;
    /* background-color: #333; */
    cursor: pointer;
    font: 90px/69px "宋体";
    opacity: .9;
    color: #e6e6e6;
    text-align: center;
    font-weight: bold;
}

.art_ctrl .next {
    top: -190px;
    right: -150px;
}

.art_ctrl .prev {
    top: -190px;
    left: -100px;
}

.art_ctrl .arrow:hover {
    opacity: 1;
    background: rgba(242,242,242,1)
}


/*=====================历史===========================*/
.lishi_banner {
    position: relative;
    top: 0;
    width: 100%;
    height: 414px;
}

.lishi_banner .lishi_move {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lishi_move ul,
.lishi_move ul li {
    position: absolute;
}
.lishi_move ul li img{
    float: left;
    vertical-align: middle;
    width: 350px;
    height: 210px;
}

.ls1 img{
    margin-left: 10px;
}
.ls2 img{
    margin-left: 150px;
}
.ls3 img{
    margin-left:288px;
}
.ls4 img{
    margin-left: 429px;
}
.ls5 img{
    margin-left: 565px;
}
.ls6 img{
    margin-left: 709px;
}

.ls1 p{
    left: 500px;
}
.ls2 p{
    left: 590px;
}
.ls3 p{
    width: 300px!important;
    height: 300px!important;
    left: 688px;
}
.ls4 p{
    width: 300px!important;
    height: 300px!important;
    left: 50px;
}
.ls5 p{
    left: 15px;
}
.ls6 p{
    left: 17px;
}

.lishi_move ul li p {
    width: 450px;
    height: 150px;
    font-size: 16px;
    color: #fff;
    position: relative;
    top: -200px;
    padding-left: 20px;
}
.lishi_move ul li p a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
	    line-height: 36px;
}
.lishi_ctrl {
    position: absolute;
    width: 900px;
    right: 131px;
    bottom: 14px;
    text-align: right;
}

.lishi_ctrl .libs {
    display: inline-block;
    margin-left: 10px;
    width: 130px;
    height: 40px;
    background: url("/statics/zbq/img/fj.png")center no-repeat;
    z-index: 50;
    cursor: pointer;
}

.lishi_ctrl span.active {
    background: url("/statics/zbq/img/lx.png")center no-repeat;
}

.lishi_ctrl .arrow {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height:40px;
    top: 50%;
     background: #bfd3e0; 
    cursor: pointer;
    font: 40px/40px "宋体";
    color: #0381cd;
    text-align: center;
    font-weight: bold;
}

.lishi_ctrl .next {
    top: 0;
    right: -95px;
}

.lishi_ctrl .prev {
    top: 0;
    left: -45px;
}
.time{
    position: absolute;
    bottom: -15px;
    left: 120px;
}
.time li{
    width: 139px;
    float: left;
    font-size:16px;
    color: #fff;
    text-align: center;
}
.xian{
    position: absolute;
    bottom: 37px;
    left: -31px;
    width: 1140px;
    border-bottom: 1px dashed #bfd3e0;
}
/*---------------------xxgk----------------------*/
.lunbo_xx {
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 600px;
    height: 350px;
}

.lunbo_xx .move_xx {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.move_xx ul,
.move_xx ul li {
    position: absolute;
}
.move_xx ul li img{
     width: 600px;
     height: 350px;
}
.move_xx ul li p{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background: url('/statics/zbq/img/bg-b.png');
    position: relative;
    top: -50px;
    padding-left: 20px;
}
.ctrl_xx {
    position: absolute;
    width: 100%;
    right: 30px;
    bottom: 14px;
    text-align: right;
}

.ctrl_xx .libs {
    display: inline-block;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0381cd;
    z-index: 50;
    cursor: pointer;
}

.ctrl_xx span.active {
    background-color: #fff;
}

.ctrl_xx .arrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background-color: #333;
    cursor: pointer;
    font: 30px/58px "宋体";
    opacity: .5;
    color: #fff;
    text-align: center;
}

.ctrl_xx .next {
    top: -140px;
    right: 0;
}

.ctrl_xx .prev {
    top: -140px;
    left: 0;
}

.ctrl_xx .arrow:hover {
    opacity: 1;
}


/*.zt_banner{
    width: 100%;
    min-width: 1200px;
    padding: 80px 0;
    background: #d9effe;
}*/
/*.business_tit{
    width: 1100px;
    margin:0 auto;
}
.bus_l{
    background: url("/statics/zbq/shu.png") no-repeat;
    float: left;
}
.bus_r{
    width: 155px;
    height: 40px;
    padding-left: 32px;
    line-height: 36px;
    background: url("/statics/zbq/juxing.png") no-repeat;
    background-size: 100%;
    float: right;
}
.bus_l p:first-child{
    font-size: 20px;
}
.bus_l p{
    padding-left: 20px;
    color: #0168bb;
    font-family: Microsoft YaHei;
    font-size: 14px;
}
.bus_r{
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #e3f7f9;
}*/
.zt_banner{
    width: 1140px;
    margin:0 auto;
}
/* ------------------ 图片切换 ------------------------ */
.scrollpic {
    width: 1080px;
    margin:0 auto 0 auto;
    position: relative;
    z-index: 99;
}
#myscroll {
    display: block;
    width: 100%;
    position: relative;
    height: 180px;
    overflow: hidden;
    z-index: 999;
}
#myscroll #myscrollbox {
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 1000000px;
}
#myscroll ul {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#myscroll ul li {
    display: block;
    float: left;
    width: 360px;
    cursor: pointer;
}
#myscroll ul li a img:hover{border: 2px solid #0381cd;}
#myscroll a .intro h5 :hover{
    color: #0168bb;
}
#myscroll ul li a {
    display: block;
    float: left;
    width: 360px;
    padding: 0;
    position: relative;
    color: #333;
    background-color: #fff;
    cursor: pointer;
}
#myscroll ul li a img{
    border: 2px solid transparent;
    width: 97%;
    margin:0 4px;
}
#myscroll a .intro {
    position: absolute;
    left: 0;
    z-index: 10;
    filter: alpha(opacity=70);
    width: 260px;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    text-align: center;
}
#myscroll a .intro {
    bottom: 0px;
}

#mybtns {
    position: relative;
    top: 55px;
    margin: 10px 0;
    width: 1100px;
    display: block;
    height: 42px;
    z-index: 998;
}
#mybtns a {
    width: 21px;
    height: 48px;
    display: block;
    position: absolute;
    margin-right: 1px;
    margin-left:10px;
}
#mybtns .one{
    left: -40px;float: left;
}
#mybtns .two{
    right: -10px;float: right;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#mybtns #left {
    background-image: url(/statics/zbq/img//jt_l.png);
}
#mybtns #right {
    background-image: url(/statics/zbq/img/jt_r.png);
}

#kinMaxShow {
    visibility: hidden;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
/*----------------------------------------------------*/
.pc-slide {
    width: 1140px;
    height: 770px;
    margin: 0 auto;
    margin-top: 40px;
}
.view .swiper-container {
    width: 1140px;
    height: 580px;
    margin: 0 auto;
}

.view .arrow-left {
    background: url(/statics/zbq/img/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    background: url(/statics/zbq/img/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.preview {
    width: 845px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}

.preview .swiper-container {
    width: 697px;
    height: 100px;
}

.preview .swiper-slide {
    width: 141px;
    height: 82px;
}
.swiper-slide a img{
    margin-left: 135px;
}
.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    background: url(/statics/zbq/img/ju1.jpg) no-repeat left top;
    position: absolute;
    left: 35px;
    top: 13%;
    margin-top: -9px;
    width: 24px;
    height: 77px;
    z-index: 999;
}
.preview .arrow-right {
    background: url(/statics/zbq/img/ju2.jpg) no-repeat left bottom;
    position: absolute;
    margin-top: -9px;
    right: 35px;
    top: 13%;
    width: 24px;
    height: 77px;
    z-index: 999;
}
.preview img {
    width: 126px;
    height:76px;
    padding: .1px;
     border: 4px solid #fff;
}

.preview .active-nav img {
    padding: .1px;
    border: 4px solid #2180b5;
}
.swiper-slide p {
    margin-left: 136px;
    margin-top: 25px;
    font-size: 16px;
    color: #666666;
}
.swiper-slide p i{
    font-style: italic;
    margin-right: 15px;
    font-size: 18px;
}
.swiper-slide p i b{
    font-size: 26px;
    color: red;
    font-weight: normal;
}


