* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #000;
    background: url(../images/bg1.jpg) no-repeat center top;
}

.main {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.top {
    width: 1000px;
    height: 550px;
    margin: 0 auto;
    background:  url(../images/bg.jpg) no-repeat center top;
    position: relative;
}

.top a {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 40px;
    width: 160px;
    height: 64px;
    line-height: 64px;
    background-color: #fd351b;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
}

.top002 {
    width: 1000px;
    height: 450px;
    margin: 0 auto;
    background:  url(../p1images/bgt.jpg) no-repeat center top;
    position: relative;
}
.main_002{
     width:1000px;
    height:275px;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    background:url(../images/xpsd_bg.png) no-repeat  center 0px;
}
.main_dd{
    margin-top: 20px;
    margin-left: 30px;
    float:left;
    width:500px;
    height:240px;
}
.main_dd p{
    font-size: 16px;
    text-indent:32px;
    line-height: 35px;
    color: #000;
    float:left;
}
.main_wxbg{
    padding-top:20px;
    float:left;
    width:440px;
    height:240px;
}
.main_wx {
    margin-left: 10px;
    float:left;
    width:200px;
    height:240px;
}
.main_wx img{
    width:200px;
    height:200px;
}
.main_wx p{
    width:200px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #000;
}
.main_01{
    width:1000px;
    height:352px;
    margin: 0 auto;
    position: relative;
}
.main_01left{
    padding-top:20px;
    float:left;
    width:540px;
    height:352px;
    background:url(../images/slid_bg.png) no-repeat center;
    }   
    
/*幻灯片*/
/* jd*/
/* css qian*/
#owl-demo{position:relative;width:520px;height:320px;margin:0px auto 0 auto;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:520px;height:320px;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:50px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span{position:absolute;left:0;bottom:0px;width:100%;font:16px/32px "微软雅黑","黑体";color:#fff;text-align:center;}

.owl-pagination{position:absolute;left:0;bottom:10px;width:100%;height:32px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../images/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url(../images/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(../images/bg17.png);}
.owl-next{right:0;background-image:url(../images/bg18.png);}
.owl-prev:hover{background-image:url(../images/bg19.png);}
.owl-next:hover{background-image:url(../images/bg20.png);}

/* css hou*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* end jd   owl.carousel.css*/

/*幻灯片 end*/


.main_01right{
    padding-top:20px;
    float:right;
    width:450px;
    height:355px;
    background:url(../images/active_bg.png) no-repeat center;
    }   
.main_01right_tit{
    padding-left:10px;
    margin-bottom:20px;
    }
.main_01right .time{
    margin-left:20px;
    overflow:hidden;
    margin-bottom:10px;}
.main_01right .time_left{
    width:90px;
    height:26px;
    background-color:#ff7e00;
    color:#fff;
    line-height:26px;
    text-align:center;
    float:left;
    margin-right:20px;
    }

/*
.time_leftimg img{
    padding-top:30px;
    
    float:left;
    margin-bottom:10px;
    width:90px;
    height:90px;
}*/
.main_01right .time p{
    width:300px;
    float:left;
    font-size:14px;
    line-height:28px;}

.main_01zuo{
    width:110px;
    padding-left:20px;
    overflow:hidden;
    float:left;
}
.zuotit1{
    width:90px;
    height:26px;
    background-color:#ff7e00;
    color:#fff;
    line-height:26px;
    text-align:center;
    float:left;
    margin-right:20px;
}
.zuotit2{
    margin-top: 50px;
    width:90px;
    height:26px;
    background-color:#ff7e00;
    color:#fff;
    line-height:26px;
    text-align:center;
    float:left;
    margin-right:20px;
}
.zuotit3{
    margin-top: 60px;
    width:90px;
    height:26px;
    background-color:#ff7e00;
    color:#fff;
    line-height:26px;
    text-align:center;
    float:left;
    margin-right:20px;
}
.time_leftimg{
    margin-top: 20px;
    float:left;
    margin-bottom:10px;
    width:90px;
    height:90px;
}
.time_leftimg img{
    float:left;
    width:90px;
    height:90px;
}
.main_01you{
    float:right;
    width:300px;
    height: 240px;
    padding-right:15px;
}
.you1{
    width:300px;
    float:left;
}
}
.you2{
    
    width:300px;
    float:left;
}
.you3{
    
    width:300px;
    float:left;
}
}
.you1 p{
    width:300px;
    float:left;
    font-size:14px;
    line-height:28px;}
.you2 p{
    width:300px;
    float:left;
    font-size:14px;
    line-height:28px;}
.you3 p{
    width:300px;
    float:left;
    font-size:14px;
    line-height:28px;
}

.main_04{
  width:1000px;
   
    margin: 0 auto;
    position: relative;
}
.main_04_tit{
    padding-top:10px;
    margin-bottom:20px;}
.main_04_con{
    width:1000px;
    height:340px;
    background:url(../images/xpsd_bg.png) no-repeat  center 15px }
.main_04_con img{
    margin:0 20px 0;
    float:left;}
.main_04_con .table2{
    width:560px;
    height:240px;
    border-collapse:collapse;
    float:left;
    margin:30px 20px 0 0;
    text-align:center;
    }
.main_04_con .td_tit{
    color:#d71518;
    font-size:20px;
    border:none}
.main_04_con td{
    border: solid 1px #dddddd;
    }
.main_04_con .td_left{
    border-left:none;}
.main_04_con .td_right{
    border-right:none;}
    


.time {
    width: 100%;
    height: 248px;
    background: url(../images/time-bg.png) no-repeat center top;
}

.time-box {
    width: 1000px;
    height: 248px;
    margin: 0 auto;
}

.time-left {
    width: 68px;
    padding-top: 117px;
    border-bottom: 2px solid #ff0000;
    float: left;
}

.time-right {
    width: 68px;
    padding-top: 117px;
    border-bottom: 2px solid #cccccc;
    float: left;
}

.time-box ul {
    width: 864px;
    float: left;
}

.time-box ul li {
    float: left;
    width: 108px;
    height: 248px;
    text-align: center;
    background: url(../images/yd1.png) no-repeat center top;
}

.time-box ul li.next {
    background: url(../images/yd3.png) no-repeat center top;
}

.time-box ul li.on {
    background: url(../images/yd2.png) no-repeat center top;
}

.time-box ul li .add {
    width: 81px;
    height: 80px;
    margin: 0 auto;
    background: url(../images/xx1.png) no-repeat center center;
    color: #ffffff;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
}

.time-box ul li .add a {
    display: block;
    color: #ffffff;
}

.time-box ul li.on .add {
    background: url(../images/xx.png) no-repeat center center;
}

.time-box ul li .date {
    width: 108px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    padding-top: 80px;
    color: #ff0000;
}

.time-box ul li.next .add {
    background: url(../images/xx2.png) no-repeat center center;
}

.time-box ul li.next .date {
    color: #cccccc;
}


/*活动介绍*/

.active1 {
    width: 1000px;
    margin: 0 auto;
    height: 543px;
    overflow: hidden;
    position: relative;
}

.act-left {
    float: left;
    width: 660px;
    height: auto;
    overflow: hidden;
}

.act-tit {
    width: 100%;
    height: 46px;
    background: url(../images/hd-tit.png) no-repeat left center;
}

.act-js {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}

.act-js p {
    line-height: 28px;
}

.act-js p strong {
    font-size: 16px;
}

.act-js p span.dx {
    display: block;
    width: 630px;
    height: 36px;
    line-height: 36px;
    background: url(../images/dx1.png) no-repeat center left;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
}

.act-js p span.dx1 {
    background: url(../images/dx2.png) no-repeat center left;
}

.pxbz {
    margin-top: 20px;
    width: 660px;
    height: auto;
    line-height: 28px;
    overflow: hidden;
    padding-top: 34px;
    background: url(../images/fz-tit.png) no-repeat center top;
}

.pxbz ul li {
    float: left;
    width: 190px;
    padding: 10px;
    height: 200px;
    background: rgba(0, 0, 0, 0.5);
}

.pxbz ul li:nth-child(2) {
    margin: 0 15px;
}

.online {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 258px;
    height: 463px;
    border: 10px solid #ff0000;
    background: url(../images/zb-png.png) no-repeat center top;
}

.online-tit {
    width: 130px;
    height: 67px;
    background: url(../images/zb-tit.png) no-repeat center top;
    margin-top: 10px;
    margin-left: 10px;
    color: #ff0000;
    line-height: 40px;
    font-size: 18px;
    padding-left: 30px;
}

.online-box {
    width: 238px;
    height: 366px;
    margin: 10px;
    border: 1px solid #4d4c4c;
}


/*参数*/

.cs {
    width: 100%;
    height: 455px;
    background: url(../images/csbg.png) no-repeat center top;
    margin-top: 50px;
}

.cs-box {
    width: 960px;
    padding: 20px 15px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.flash {
    width: 450px;
    height: 300px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    float: left;
    margin-top: 30px;
}

.out-img,
.out-img1 {
    position: relative;
    width: 450px;
    height: 300px;
    overflow: hidden;
}

.out-img .img,
.out-img1 .img1 {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img .img li,
.out-img1 .img1 li {
    float: left;
    position: relative;
}

.out-img .img li p,
.out-img1 .img1 li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-indent: 10px;
    line-height: 40px;
}

.out-img .num,
.out-img1 .num1 {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 10px;
    font-size: 0;
}

.out-img .num li,
.out-img1 .num1 li {
    width: 10px;
    height: 10px;
    background-color: #ff9494;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}

.out-img .num li.on,
.out-img1 .num1 li.on {
    background-color: #ff0000;
}

.out-img .btn,
.out-img1 .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
    display: none;
}

.out-img:hover .btn,
.out-img1:hover .btn {
    display: block;
}

.out-img .btn-l,
.out-img1 .btn-l1 {
    left: 0;
}

.out-img .btn-r,
.out-img1 .btn-r1 {
    right: 0;
}

.cs-table {
    position: absolute;
    right: 18px;
    top: 15px;
    width: 460px;
    height: 200px;
}

.cs-table table {
    border-collapse: collapse;
    width: 100%;
}

.cs-table td {
    border-collapse: collapse;
    border-bottom: 1px solid #ffffff;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    padding-left: 10px;
}

.cs-table td.rr {
    border-right: 1px solid #ffffff;
    width: 30%;
    padding-right: 20px;
    text-align: right;
}

.rc-stroy {
    width: 460px;
    position: absolute;
    right: 18px;
    bottom: 25px;
    height: 205px;
}

.rc-tit {
    width: 100%;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/rc-bg.png) no-repeat left bottom;
    text-indent: 40px;
}

.rc-nr {
    width: 420px;
    height: 129px;
    padding: 10px;
    line-height: 30px;
}

.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #888;
    margin-top: 20px;
    color: #000;
}

.footer-box {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
}


/*分站*/

.act-left2 {
    float: left;
    width: 1000px;
    height: 543px;
    overflow: hidden;
}

.act1-tit {
    width: 100%;
    height: 46px;
    background: url(../images/js-tit.png) no-repeat center left;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    line-height: 40px;
    text-indent: 15px;
}

.js-one {
    width: 330px;
    height: 480px;
    margin-top: 17px;
    float: left;
    position: relative;
}

.js-two {
    width: 330px;
    height: 480px;
    margin-top: 17px;
    float: right;
    position: relative;
}

.js-img {
    width: 300px;
    height: 280px;
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 2;
}

.js-two .js-img {
    width: 280px;
    height: 280px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.js-one .jsrw-gs {
    width: 300px;
    height: 240px;
    background: rgba(0, 0, 0, 0.5);
    border: 5px solid #ff0000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.js-two .jsrw-gs {
    width: 300px;
    height: 240px;
    background: rgba(0, 0, 0, 0.5);
    border: 5px solid #ff0000;
    position: absolute;
    right: 0;
    bottom: 0;
}

.js-cj {
    padding: 54px 10px 10px 10px;
}

.jsgs-box p {
    line-height: 32px;
}

.jsgs-box p span {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    width: 100px;
    display: block;
    float: left;
    text-align: right;
}

.jsgs-box p span.gs-nr {
    font-size: 14px;
    text-align: left;
    width: 175px;
}

.jsgs-box p span.red {
    font-size: 18px;
    font-weight: bold;
    color: #BB0000;
    font-style: italic;
    text-align: left;
    width: 175px;
}

.gc-gs {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.gs-box {
    width: 1000px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.gs-one {
    width: 240px;
    height: 460px;
    overflow: hidden;
    float: left;
}

.gs-one .gs-ti {
    width: 100%;
    height: 68px;
    line-height: 68px;
    background: url(../images/qy-tit.png) no-repeat left top;
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
}

.gs-wz {
    width: 220px;
    height: auto;
    overflow: hidden;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    margin-top: 20px;
}

.gs-p {
    line-height: 28px;
    margin-top: 10px;
}

.img-show {
    width: 100%;
    height: auto;
    overflow: hidden;
    /*background-color: #aa0000;*/
    padding: 20px 0;
    margin-top: 20px;
}

.show-box {
    width: 1000px;
    margin: 0 auto;
}

.show-tit {
    padding-left: 35px;
    padding-bottom: 10px;
}


.picdiv{
    width: 1000px;
    border: 0px dashed #ffffff;
    padding: 3px 3px;
    color: #ffffff;
    height:auto;
    
}
.picdiv ul.picst{ width:99%; margin:0px auto; padding-left:0px;}
.picdiv ul.picst li{ width:33%; float:left; margin-bottom:0px; text-align:center;}
.picdiv ul.picst li table{ width:321px; margin:5px auto; background:#e3e3e3;}
.picdiv ul.picst li table td.pic{ background:#FFF; padding:1px;}
.picdiv ul.picst li table td.bt{ line-height:30px; text-align:center}

.fkbd {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.fkbd-box {
    width: 1000px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.news-flash {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    padding: 20px 0;
}

.news-box {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.news {
    float: right;
    width: 460px;
    height: 280px;
    margin-top: 30px;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    line-height: 28px;
}

.news h1{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.news p a{
    color: #ffffff;
    text-decoration: none;
}

.news ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.news ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    background: url(../images/fd.png) no-repeat center left;
    text-indent: 15px;
}

.news ul li a {
    color: #999999;
}

.news ul li a:hover{
    color: #ffffff;
};