.mainContent{
    width: 100%;
    height: 1000px;
    position: relative;
    overflow: hidden;
}
.swiper-container{
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
    background: #f1f1f1;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 800;
  }
.newsPagination {
    position: absolute;
    z-index: 20;
    top: 300px;
    width: 95%;
    text-align: right;
    z-index: 800;
  }
  .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #ffffff;
    margin: 0 5px;
    opacity: 0.5;
    cursor: pointer;
  }
  .swiper-active-switch {
    background: #fff;
    opacity: 1;
  }
.bannerContainer{
    width: 100%;
    height: 480px;
    position: absolute;
    overflow: hidden;
    top: 80px;
    left: 0;
    z-index: 500;
}
.bannerContainer .center {
    width: 1200px;
    height: 430px;
    margin: 0 auto;
    padding-top: 40px;
}


.introduceCompany{
    width: 100%;
    height: 440px;
    background: #ffffff;
}
.introduceCompany .center{
    width: 1200px;
    display: table;
    clear: both;
    margin: 0 auto;
}
.introduceCompany .line{
    width: 1200px;
    height: 1px;
    background-color: #e6e6e6;
    float: left;
}
.introduceCompany .item{
    width: 398px;
    height: 170px;
    float: left;
    text-align: center;
    padding-top:50px ;

}
.introduceCompany .icon{
    width: 86px;
    height: 86px;
    margin: 0px auto 25px auto;
    position: relative;
}
.introduceCompany .icon span{
    display: block;
    width: 86px;
    height: 86px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/a4_hover.png) no-repeat center center;
    animation:mymove 5s infinite;
    -webkit-animation:mymove 5s infinite; /* Safari 和 Chrome */
}
@keyframes mymove
{
    from {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
.introduceCompany .label{
    font-size: 18px;
    color: #333333;
    width: 100%;
    max-height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.introduceCompany .item.borders{
    border-left:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
}
.introduceCompany .nums{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    margin: 0px auto 25px auto;
}
.titleBoxContainer{
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #fafafa;
    padding-bottom: 60px;
    position: relative;
}
.titleBoxContainer.height480{
    height: 480px;
}
.titleBoxContainer.height520{
    height: 520px;
}
.titleBoxContainer.height700{
    /* height: 700px; */
}
.titleBoxContainer .center{
    width: 1200px;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
.titleCircle{
    width: 400px;
    height: 130px;
    position: absolute;
    top:-30px;
    left: 50%;
    margin-left: -200px;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    
}
.titleCircle .topleft{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.titleCircle .topright{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.titleCircle .bottomleft{
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.titleCircle .bottomright{
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.hoverTitle1{
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.hoverTitle2{
    transition: all 0.4s linear 0.1s;
    -moz-transition: all 0.4s linear 0.1s;
    -webkit-transition: all 0.4s linear 0.1s;
    -o-transition: all 0.4s linear 0.1s;
}
.showShadow:hover .hoverTitle1{
    opacity: 1;
    width: 320px;
    margin-left: -160px;
}
.showShadow:hover .hoverTitle2{
    opacity: 1;
    width: 180px;
    height: 80px;
    top: -20px;
    margin-left: -90px;
}
.productTitle{
    width: 1200px;
    height: 70px;
    position: relative;
    z-index: 20;
    margin: 60px auto;
}

.productTitle span{
    display: block;
    width: 1200px;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    z-index: 20;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.showShadow:hover .productTitle span{
    /* color: #e6002d; */
    font-size: 26px;
}
.productTitle i{
    display: block;
    width: 1200px;
    font-size: 16px;
    color: #666666;
    position: absolute;
    text-align: center;
    bottom: 0px;
    left: 0px;
    z-index: 20;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}

.productList{
    width: 1200px;
    height: 350px;
    clear: both;
    overflow: hidden;
    margin-top: 40px;
}
.productItem{
    width: 280px;
	height: 310px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    float: left;
    text-align: center;
    margin-right:15px ;
    position: relative;
    margin-left: 5px;
    margin-top: 6px;
}
.productCenter{
    width: 280px;
    height: 310px;
    position: relative;
    top: 40px;
    z-index: 20;
}
.productItem:hover{
    box-shadow: 0 5px 8px 2px #e0e0e0;
}
.productItem:nth-child(1) .productCenter{
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.productItem:nth-child(2) .productCenter{
    transition: all 0.3s linear 0.1s;
    -moz-transition: all 0.3s linear 0.1s;
    -webkit-transition: all 0.3s linear 0.1s;
    -o-transition: all 0.3s linear 0.1s;
}
.productItem:nth-child(3) .productCenter{
    transition: all 0.3s linear 0.2s;
    -moz-transition: all 0.3s linear 0.2s;
    -webkit-transition: all 0.3s linear 0.2s;
    -o-transition: all 0.3s linear 0.2s;
}
.productItem:nth-child(4) .productCenter{
    transition: all 0.3s linear 0.3s;
    -moz-transition: all 0.3s linear 0.3s;
    -webkit-transition: all 0.3s linear 0.3s;
    -o-transition: all 0.3s linear 0.3s;
}
.showShadow:hover .productItem .productCenter{
    top: 0px;
}
.showShadow:hover .productItem .btn{
    background-color: #e6002d;
    color: #ffffff;
}
.productScrollBorder{
    width: 290px;
    height: 320px;
    border: 1px solid #cccbcb;
    position: absolute;
    top: -5px;
    left: -6px;
    z-index: 10;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.productItem:last-child{margin-right:0px ;}
.productItem .icon{
    width: 106px;
    height: 106px;
    margin: 31px auto 27px auto;
    overflow: hidden;
    border-radius:100% ;
    position: relative;
    z-index: 20;
    border: 1px solid #ffffff;
    border-radius:100% ;
}
.productItem .icon img {
    max-width: 100%;
}
.productItem:hover .icon{
    border: 1px solid  #cccbcb;
}
.productItem .t1{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    position: relative;
    z-index: 20;
}
.productItem .t2{
    font-size: 16px;
    color: #666666;
    margin-top: 13px;
    position: relative;
    z-index: 20;
}
.productItem .btn{
    width: 128px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #999999;
	background-color: #e6e6e6;
    border-radius: 6px;
    margin: 20px auto 0px auto;
    cursor: pointer;
    position: relative;
    z-index: 20;
}
.productItem:hover .productScrollBorder{
    opacity: 1;
    width: 280px;
	height: 310px;
    top: -1px;
    left: -1px;
}
.productItem .btn:hover{
    background-color: #bb0328;
}
.newsContainer{
    width: 100%;
    height: 650px;
    overflow: hidden;
    background: #ffffff;
    padding-bottom: 70px;
    position: relative;
}
.shadowBg_top{
    opacity: 0;
    width: 100%;
    height: 64px;
    background: url(../images/shadowBg.png) repeat-x;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 50;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.shadowBg_bottom{
    opacity: 0;
    width: 100%;
    height: 64px;
    background: url(../images/shadowBg_bottom.png) repeat-x;
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: 50;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.showShadow:hover .shadowBg_top{
    opacity: 1;
    top: 0px;
}
.showShadow:hover .shadowBg_bottom{
    opacity: 1;
    bottom: 0px;
}
.newsContainer .center{
    width: 1200px;
    display: table;
    margin: 0 auto;
    padding-top: 68px;
    position: relative;
    z-index: 100;
}
.news_left{
    width: 510px;
    display: table;
}
.newsTitle{
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.newsTitle span{
    display: block;
    width: 6px;
    height: 24px;
    margin-top: 13px;
    background-color: #e6002d;
    float: left;
    margin-right:10px ;
}
.newsTitle i{
    display: block;
    float: left;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.newsTitle a{
    display: block;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666666;
    float: right;
    background: url(../images/b3-right.png) no-repeat right center;
    padding-right: 10px;
}
.newsTitle a:hover{
    color:#e6002d;
}
.showPic_left{
    width: 510px;
    height: 500px;
    margin-top: 33px;
    overflow: hidden;
    position: relative;
}
.newsSwiperpic{
    width: 510px;
    height: 340px;
    background: #f1f1f1;
    overflow: hidden;
}
.newsSwiperpic img{
    width: 100%;
}
#newsDetail:hover .news_t1{
    color:#e6002d;
}
#newsDetail:hover .news_t2{
    color:#333333;
}
.news_t1{
    display: block;
    width: 510px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.news_t2{
    display: block;
    width: 510px;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}
.news_right{
    width: 620px;
    display: table;
}
.marginBottom33{
    margin-bottom: 33px;
}
.newsItem{
    display: block;
    width: 620px;
    height: 120px;
    padding-bottom: 20px;
    border-bottom:1px solid #e6e6e6 ;
    cursor: pointer;
    margin-bottom: 20px;
}
.showPic_right{
    display: block;
    width: 180px;
    height: 120px;
    overflow: hidden;
    background: #f1f1f1;
}
.showPic_right img{
    max-width: 100%;
}
.newsItemCons{
    display: block;
    width: 415px;
    height: 120px;
    overflow: hidden;
}
.newsItemCons i{
    display: block;
    width: 415px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333333;
}
.newsItemCons span{
    display: block;
    width: 415px;
    max-height: 50px;
    line-height: 25px;
    font-size: 12px;
    color: #999999;
    margin: 10px auto;
    overflow: hidden;
}
.newsItemCons p{
    font-size: 14px;
    color: #e6002d;
}
.newsItem:hover i{
    font-weight: bold;
}
.newsItem:hover span{
    color: #333333;
}
.successItemBox{
    width: 1200px;
    display: table;
    margin-top: 45px;
}
.successItem{
    width: 370px;
    height: 270px;
    position: relative;
    top: 50px;
    cursor: pointer;
    float: left;
    margin-right: 42px;
    
}
.successItem:nth-child(1) {
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.successItem:nth-child(2) {
    transition: all 0.3s linear 0.1s;
    -moz-transition: all 0.3s linear 0.1s;
    -webkit-transition: all 0.3s linear 0.1s;
    -o-transition: all 0.3s linear 0.1s;
}
.successItem:nth-child(3) {
    transition: all 0.3s linear 0.2s;
    -moz-transition: all 0.3s linear 0.2s;
    -webkit-transition: all 0.3s linear 0.2s;
    -o-transition: all 0.3s linear 0.2s;
}
.showShadow:hover .successItem{
    top: 0px;
}
.successItem:hover .hoverBg{
    height: 222px;
}
.hoverBg{
    width: 374px;
    height: 0px;
    position: absolute;
    bottom: -2px;
    left: -2px;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    border-radius:10px ;
}
.hoverBg img{
    display: block;
    width: 374px;
    height: 222px;
}
.hoverBg .fr{
    position: absolute;
    right: 0px;
    bottom: 0;
}
.successItem:last-child{
    margin-right: 0px;
}
.successItem .backBg{
    width: 368px;
    height: 220px;
    background: #ffffff;
    position: absolute;
    bottom: 1px;
    left: 1px;
    z-index: 1;
    border-radius:10px ;
}
.successItem .pic {
    width: 110px;
    height: 110px;
    border-radius:100% ;
    overflow: hidden;
    position: relative;
    z-index: 100;
    margin: 0 auto;
}
.successItem .pic img{
    max-width: 100%;
}
.successItem .t1 {
    width: 324px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333333;
    text-align: center;
    position: relative;
    z-index: 100;
    margin: 20px auto 10px auto;
}
.successItem .t1 span{
    font-weight: bold;
    margin-right: 10px;
}
.successItem .t1 i{
    color: #e6002d;
}
.successItem .t2{
    width: 324px;
    height: 75px;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    text-align: center;
}
.successItem .btn {
    width: 132px;
    height: 36px;
    line-height: 36px;
    text-align: center;
	background-color: #ffffff;
	border-radius: 18px;
    border: solid 1px #e6002d;
    margin: 37px auto 0px auto;
    font-size: 14px;
    color: #e6002d;
    position: relative;
    z-index: 100;
}
.successItem .btn:hover{
    background: #e6002d;
    color: #ffffff;
}
.bgWhite{
    background: #ffffff !important;
}
.bankList{
    width: 1200px;
    display: table;
    clear: both;
    margin-top: 60px;
}
.bankItem{
    width: 298px;
    height: 160px;
    float: left;
    position: relative;
}
.bankItem img{
    display: block;
    width: 280px;
    height: 140px;
    margin: 10px auto;
}
.bankItem.borderleft {
    border-left:1px solid #e6e6e6 ;
}
.bankItem.borderBottom {
    border-bottom:1px solid #e6e6e6 ;
}
.bankItem span{
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    position: absolute;
    bottom: -20px;
    right: -21px;
    z-index: 200;
}
.bankItem i{
    display: block;
    width: 5px;
    height: 5px;
    background: #e6e6e6;
    margin: 17px auto;
}

.scrollNumbers{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    opacity: 0;
}
.scrollNumbers .center{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.scrollNumbers .item{
    width: 398px;
    height: 170px;
    float: left;
    text-align: center;
    padding-top:50px ;

}
.scrollNumbers .label{
    font-size: 18px;
    color: #ffffff;
}
.scrollNumbers .item.borders{
    border-left:1px solid #5a5959;
    border-right:1px solid #5a5959;
}
.scrollNumbers .nums{
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    margin: 0px auto 10px auto;
}
#blockNumbers{
    opacity: 0;
}

.welcomsPage{
    width: 100%;
    height: 480px;
    position: fixed;
    top: 80px;
    left: 0px;
    z-index: 9990;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    overflow: hidden;
    background:  #ffffff url(../images/b1.gif) no-repeat center center;
}
.welcomsPage .center {
    width: 1050px;
    height: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -240px;
    margin-left: -525px;
    overflow: hidden;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.welcomsPage .zhantai{
    width: 677px;
    height: 480px;
    /* background: url(../images/b7.png) no-repeat; */
    position: absolute;
    bottom: -300px;
    left: 0px;
    z-index: 10;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.welcomsPage .persons {
    width: 285px;
    height: 348px;
    /* background: url(../images/logoPerson.png) no-repeat; */
    position: absolute;
    top: 30px;
    left: 195px;
    z-index: 20;
    opacity: 0;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    background-size:100% 100% ;
}
.welcomsPage .words1{
    width: 331px;
    height: 48px;
    /* background: url(../images/circle2.png) no-repeat; */
    position: absolute;
    left: 500px;
    top: 124px;
    z-index: 20;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    opacity: 0;
}
.welcomsPage .circle {
    width: 16px;
    height: 16px;
    /* background: url(../images/circle1.png) no-repeat; */
    position: absolute;
    left:320px;
    top: 155px;
    z-index: 20;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    opacity: 0;
    border-radius:16px ;
}
.welcomsPage .jinbi1 {
    width: 85px;
    height: 187px;
    background: url(../images/b5.png) no-repeat;
    position: absolute;
    left: 580px;
    top: 120px;
    z-index: 20;
}
.welcomsPage .words2 {
    width: 500px;
    height: 100px;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    left: 600px;
    top: 150px;
    z-index: 20;
    letter-spacing: 3px;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    opacity: 0;
}
.welcomsPage .words3 {
    width: 500px;
    height: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    left: 460px;
    top: 250px;
    z-index: 20;
    text-align: center;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    opacity: 0;
}
.welcomsPage .jinbi1{
    width: 44px;
    height: 54px;
    position: absolute;
    z-index: 10;
}
@keyframes mymove
{
    from {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
.welcomsPage .jinbi1.b2 {
    left: 500px;
    top: 280px;
    background: url(../images/jinbi.png) no-repeat;
    animation:mymove 6s infinite;
    -webkit-animation:mymove 6s infinite; /* Safari 和 Chrome */
}
.welcomsPage .jinbi1.b4 {
    left: 800px;
    top: 400px;
    background: url(../images/jinbi1.png) no-repeat;
    animation:mymove 6s infinite;
    -webkit-animation:mymove 6s infinite; /* Safari 和 Chrome */
}
.bankgif{
    width: 1200px;
    /* height: 530px; */
    margin-top: 30px;
}

.loadPage{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 99999;
    background:#ffffff;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    overflow: hidden;
    opacity: 0;
}
.loadPage .center{
    width: 100%;
    height: 560px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -280px;
}
.loadText_cn{
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-top: 50px;
}
.loadText_en{
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 16px;
    color: #999999;
}
.centerCircle{
    width: 433px;
    height: 433px;
    background: url(../images/d1-txt2.gif) no-repeat center center;
    position: relative;
    z-index: 20;
    background-size: 100% 100%;
    animation:zoomPic 2s 1;
    -webkit-animation:zoomPic 2s 1; /* Safari 和 Chrome */
    border-radius:100% ;
    margin: 0 auto;
}
.centerCircleBg{
    display: block;
    width: 394px;
    height: 394px;
    background: #fbd2da;
    position: absolute;
    top: 19px;
    left: 19px;
    z-index: 10;
    border-radius:100% ;
    animation:zoomPic 2s 1;
    -webkit-animation:zoomPic 2s 1; /* Safari 和 Chrome */
}
@keyframes zoomPic
{
    from {
        transform: scale(0.5,0.5);
        -moz-transform: scale(0.5,0.5);
        -webkit-transform: scale(0.5,0.5);
        -o-transform: scale(0.5,0.5);
    }
    to {
        transform: scale(1,1);
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -o-transform: scale(1,1);
    }
}

@-webkit-keyframes zoomPic /*Safari and Chrome*/
{
    from {
        transform: scale(0.5,0.5);
        -moz-transform: scale(0.5,0.5);
        -webkit-transform: scale(0.5,0.5);
        -o-transform: scale(0.5,0.5);
    }
    to {
        transform: scale(1,1);
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -o-transform: scale(1,1);
    }
}


#downJt{
    width: 30px;
    height: 28px;
    position: absolute;
    top: 330px;
    left: 50%;
    margin-left: -15px;
    cursor: pointer;
    z-index: 30;
}
.jtPic{
    width: 30px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    overflow: hidden;
    opacity: 0;
}
.scrollCircle{
    width: 433px;
    height: 433px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -216px;
    background: url(../images/icon_circle2.png) no-repeat center center;
    z-index: 10;
    animation:mymove 7s infinite;
    -webkit-animation:mymove 7s infinite; /* Safari 和 Chrome */
}
@keyframes mymove
{
    from {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}