.section-arrow{
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    cursor: pointer;
    margin:0 auto;
    display: block;
    width: 80px;
    text-align: center;
    transition:opacity 1s ease 2s;
    opacity: 1;
    z-index: -999;
}
.section-arrow .txt{
    transition:opacity 1s ease 0s;opacity: 0;
    color: #fff;line-height: 30px;font-weight: normal;
}
.section-arrow .arrow{
    position: relative;
    animation-name: section-arrow;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
    animation-iteration-count:infinite
}

.section-arrow.down{bottom:15px;}
.section-arrow.up{top:20px;}

.section-arrow:hover .txt{
    opacity: 1;
}
.section-arrow:hover .arrow{
    animation-play-state: paused;
}


@keyframes loading-menu
{
    /*from{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}
    50%  {-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
    to{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}*/
    from{left:-240px}
    50%  {left:0}
    to{left:-240px}
}

@keyframes loading-cloud
{
    from{opacity:0;-webkit-transform: rotateZ(120deg);transform: rotateZ(120deg);}
    50%{-webkit-transform: rotateZ(170deg);transform: rotateZ(170deg);}
    57%{opacity: 1;}
    85%{opacity: 1;}
    to{opacity:0;-webkit-transform:rotateZ(220deg);transform: rotateZ(220deg);}
}

@keyframes section-arrow
{
    from{top:-7px;}
    50%{top:5px;}
    to{top:-7px;}
}

/*收起的动画*/
.animation-2 #MenuReginTrigger{  opacity: 1;  }
.animation-2 #IndexMain{  opacity: 1; z-index: 9 }
.animation-2 .section-arrow{z-index: 9}
.animation-2 .section-arrow.down{  opacity: 1;  }
.animation-2.scrolled .section-arrow.up{  opacity: 1;  }
.animation-2.scrolled .section-arrow.down{opacity: 0; }
.animation-2 #loading-logo{display: none}





/*#canvas-halo{display: none}.MenuRegin*/

.bj4lb-pp{
    display: inline-block;
    width:35%;
    height: 430px;
    background: #07A358;
    float: left;
    color: #fff;
}
.bj4lb-pp22{
    display: inline-block;
    width:35%;
    height: 430px;
    background: #EB6C01;
    float: left;
    color: #fff;
}
.bj4sp09051{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 77px;
    text-align: center;
    font-size: 16px;
}
.bj4sp09052{
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    left: 93px;
}
.bj4sp09053{
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    line-height: 30px;
    padding-top: 30px;
    font-size: 14px;
}
.bj4ljgd{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    position: relative;
    top: -50px;
    left: -195px;
}

.picMarquee-left {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: -57px;
}

.picMarquee-left .hd {
    overflow: hidden;
    height: 70px;
    position: relative;
    top: 150px;
}

.picMarquee-left .hd .prev {
    display: block;
    width: 40px;
    height: 70px;
    float: left;
    cursor: pointer;
    background: url("../images/index1001_12.jpg") no-repeat center center;
}

.picMarquee-left .hd .next {
     display: block;
    width: 40px;
    height: 70px;
    float: right;
    cursor: pointer;
    position: relative;
    right: 0;
    background: url("../images/index1001_15.jpg") no-repeat center center;
}

.picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}

.picMarquee-left .bd {
    padding:50px 0px;
    background: #fff;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    width: 350px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    border-right: 1px solid #ccc;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 350px;
    height: 150px;
    display: block;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}
.bwk11{
    width: 100%;
    height: 350px;
    background: rgba(255,255,255,0.5);
    position: relative;
    top: 13%;
}
.bwk22{
    width: 100%;
    height: 285px;
    background:#fff;
    position: relative;
    top:30px;
}