@keyframes shake{
	0%{ transform: scale(0.9,1);}
	20%{ transform: scale(1,0.9);}
	40%{ transform: scale(0.9,1);}
	60%{ transform: scale(1,0.9);}
	80%{ transform: scale(0.9,1);}
	100%{ transform: scale(1,1);}
}
@keyframes mymove{
	from{width:87px;}
	to{width:235px;}
}
@keyframes revolve{
	0%{ transform: scale(1,1);}
	10%{ transform: scale(1.2,1.2) rotate(-5deg);}
	20%{ transform: scale(1.2,1.2) rotate(5deg);}
	30%{ transform: scale(1.2,1.2) rotate(-5deg);}
	40%{ transform: scale(1.2,1.2) rotate(5deg);}
	50%{ transform: scale(1.2,1.2) rotate(-5deg);}
	60%{ transform: scale(1.2,1.2) rotate(5deg);}
	70%{ transform: scale(1.2,1.2) rotate(-5deg);}
	80%{ transform: scale(1.2,1.2) rotate(5deg);}
	100%{ transform: scale(1,1);}
}

.indexBanner {
    position: relative;
    width: 100%;
   /* height: 540px;*/
    overflow: hidden;
}
div {
    display: block;
}
.indexBanner .prev {
    left: 0;
    background: url(../images/zuo.png) no-repeat;
}
.indexBanner .next {
    right: 0;
    background: url(../images/you.png) no-repeat;
}
.indexBanner .prev, .indexBanner .next {
    position: absolute;
    display: block;
    width: 45px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.indexBanner .hd {
    position: absolute;
    width: 100%;
    height: 18px;
    left: 0;
    bottom: 65px;
    z-index: 2;
}
.indexBanner .hd ul {
    width: 100%;
    text-align: center;
}
/*ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}*/
.indexBanner .hd ul li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    background: url(../images/dot1.png) center no-repeat;
    cursor: pointer;
}
.indexBanner .hd ul li.on {
    background: url(../images/index.png) 0 -86px no-repeat;
}
.indexBanner .bd {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.indexBanner .bd li.l1 .pic1 {
    width: 721px;
    height: 312px;
    top: -50px;
    margin-left: 50px;
    opacity: 0;
}
.indexBanner .bd li>div {
    position: absolute;
    left: 50%;
}
.indexBanner .bd li.l1 .pic2 {
    width: 419px;
    height: 256px;
    top: 100px;
    margin-left: -550px;
    opacity: 0;
}
.indexBanner .bd li {
    position: relative;
    width: 100%;
    height: 100%;
}
.indexBanner .bd li.l2 .pic1 {
    width: 631px;
    height: 598px;
    top: -70px;
    margin-left: -575px;
    opacity: 0;
}
.indexBanner .bd li.l2 .pic2 {
    width: 523px;
    height: 178px;
    top: 130px;
    margin-left: 75px;
    opacity: 0;
    color: #fff;
}
.indexBanner .bd li.l3 .pic2 {
    width: 604px;
    height: 527px;
    top: 8px;
    margin-left: -53px;
    opacity: 0;
}
.indexBanner .bd li.l3 .pic1 {
    width: 469px;
    height: 234px;
    top: 122px;
    margin-left: -537px;
    opacity: 0;
    color: #fff;
}
.indexBanner .bd li.l4 .pic1 {
    width: 458px;
    height: 470px;
    bottom: 0;
    margin-left: -510px;
    opacity: 0;
}
.indexBanner .bd li.l4 .pic2 {
    width: 521px;
    height: 219px;
    top: 150px;
    margin-left: 15px;
    opacity: 0;
    color: #fff;
}
.indexBanner .bd li.l5 .pic1 {
    width: 594px;
    height: 384px;
    top: 90px;
    margin-left: -525px;
    opacity: 0;
}
.indexBanner .bd li.l5 .pic2 {
    width: 478px;
    height: 182px;
    top: 90px;
    margin-left: 70px;
    opacity: 0;
}
.indexBanner .bd li.l1 .pic2 .tips {
    font-size: 32px;
    font-weight: bold;
    color: #41b4d1;
    margin-bottom: 8px;
}
.indexBanner .bd li.l1 .pic2 .t {
    font-size: 65px;
    font-weight: bold;
    color: #edac45;
    margin-bottom: 10px;
}
.indexBanner .bd li.l1 .pic2 .p {
    font-size: 13px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 20px;
}
.indexBanner .bd li.l1 .pic2 .more {
    position: absolute;
    display: block;
    width: 144px;
    height: 33px;
    left: 0;
    bottom: 0;
    background: url(../images/pic11.png);
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}
.indexBanner .bd li.l2 .pic2 .t {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 30px;
}
.font-hei {
    font-family: '黑体';
}
.indexBanner .bd li.l2 .pic2 .tips {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.indexBanner .bd li.l2 .pic2 .p {
    font-size: 16px;
}
.indexBanner .bd li.l2 .pic2 .more {
    position: absolute;
    display: block;
    width: 144px;
    height: 33px;
    left: 0;
    bottom: 0;
    background: url(../images/pic11.png);
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}
.indexBanner .bd li.l3 .pic1 .t {
    font-weight: bold;
    font-size: 50px;
    text-shadow: 4px 4px 0 #333;
    margin-bottom: 35px;
}
.indexBanner .bd li.l3 .pic1 .tips {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    text-shadow: 3px 3px 0 #333;
}
.indexBanner .bd li.l3 .pic1 .p {
    font-size: 16px;
    line-height: 24px;
    text-shadow: 4px 4px 0 #333;
}
.indexBanner .bd li.l3 .pic1 .more {
    position: absolute;
    display: block;
    width: 147px;
    height: 40px;
    left: 0;
    bottom: 0;
    background: url(../images/pic14.png);
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}
.indexBanner .bd li.l4 .pic2 .t {
    font-size: 45px;
    margin-bottom: 20px;
    text-shadow: 2px 4px 0 #333;
    font-weight: bold;
}

.indexBanner .bd li.l4 .pic2 .tips {
    font-size: 26px;
    line-height: 28px;
    text-shadow: 2px 4px 0 #333;
}
.indexBanner .bd li.l4 .pic2 .p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    text-shadow: 2px 4px 0 #333;
}
.indexBanner .bd li.l4 .pic2 .more {
    position: absolute;
    display: block;
    width: 148px;
    height: 39px;
    left: 0;
    bottom: 0;
    background: url(../images/pic5.png);
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}
.indexBanner .bd li.l5 .pic2 .t {
    font-size: 38px;
    color: #016cb1;
    margin-bottom: 20px;
    font-weight: bold;
}
.indexBanner .bd li.l5 .pic2 .tips {
    font-size: 24px;
    color: #434343;
    margin-bottom: 10px;
}
.indexBanner .bd li.l5 .pic2 .p {
    font-size: 14px;
    color: #434343;
}
.indexBanner .bd li.l5 .pic2 .more {
    position: absolute;
    display: block;
    width: 143px;
    height: 33px;
    left: 0;
    bottom: 0;
    background: url(../images/pic8.png);
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}