.aboutBanner{
    width: 100%;
    height: 880px;
    position: relative;
    z-index: 550;
}
.scrollCircle{
    width: 433px;
    height: 433px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -216px;
    margin-left: -216px;
    background: url(../images/icon_circle.png) no-repeat center center;
    z-index: 10;
    animation:mymove 7s infinite;
    -webkit-animation:mymove 7s infinite; /* Safari 和 Chrome */
}
.centerCircle{
    width: 433px;
    height: 433px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -216px;
    margin-left: -216px;
    background: url(../images/d1-txt.png) no-repeat center center;
    z-index: 500;
}
#downJt{
    width: 30px;
    height: 28px;
    position: absolute;
    top: 330px;
    left: 50%;
    margin-left: -15px;
    cursor: pointer;
}
.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;
}

#aboutBannerObj{
    width: 100%;
    height: 880px;
    position: relative;
}
.aboutBanner .bannerPic{
    width: 100%;
    height: 880px;
    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;
}
.bannerPic:nth-child(2){
    opacity: 0;
}
.bannerPic:nth-child(3){
    opacity: 0;
}
.bannerPic:nth-child(4){
    opacity: 0;
}
.aboutArticlBox{
    width: 100%;
    height: 880px;
    overflow: hidden;
    background: url(../images/d2-bg.png) no-repeat center bottom;
}
.aboutArticlBox .center{
    width: 1200px;
    display: table;
    margin: 0 auto;
}
.articlTitle{
    font-size: 36px;
    color: #e6002d;
    font-weight: bold;
    text-align: center;
    padding-top: 100px;
}
.articlsubTitle{
    font-size: 20px;
    color:#333333;
    font-weight: bold;
    text-align: center;
    padding-top: 23px;
    padding-bottom: 50px;
}
.articlcons{
    width: 995px;
    display: table;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    text-indent: 20px;
    padding-bottom: 30px;
    margin: 0 auto;
}
.numberBlock{
    width: 100%;
    height: 2px;
}
.numbersCons{
    width: 100%;
	height: 120px;
    background-color: #e6002d;
    clear: both;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    padding: 60px 0px;
}
.numbersCons.flexed{
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 499;
    height: 100px;
    padding: 20px 0px 0px 0px;
}
.numbersCons .center{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.numberItem{
    width: 300px;
    height: auto;
    float: left;
    text-align: center;
}
.numberItem span{
    display: block;
    font-size: 60px;
    color: #ffffff;
}
.numbersCons.flexed .numberItem span{
    font-size: 40px;
}
.numbersCons.flexed .numberItem a{
    font-size: 16px;
}
.numberItem span i{
    font-size: 26px;
    padding-left: 5px;
}
.numberItem a{
    display: block;
    font-size: 18px;
    color: #ffffff;
    padding-top: 10px;
}
.companyIntroduce{
    width: 100%;
    height: 800px;
    background-color: #f7f7f7;
}
.companyIntroduce .center{
    width: 1200px;
    height: 800px;
    margin: 0 auto;
}
.yearTurnBox{
    width: 995px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.turnBtn{
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.turnBtn.fl{
    background: url(../images/d3-left.png) no-repeat center center;
}
.turnBtn:hover.fl {
    background: url(../images/d3-lefta.png) no-repeat center center;
}
.turnBtn.fr{
    background: url(../images/d3-right.png) no-repeat center center;
}
.turnBtn:hover.fr {
    background: url(../images/d3-righta.png) no-repeat center center;
}
.years{
    width: 782px;
    height: 100px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-left: 47px;
}
.years .backLine{
    width: 782px;
    height: 60px;
    background: url(../images/backLIne.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
.yearslist{
    width: 1700px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 200;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.yearslist span{
    display: block;
    width: 230px;
    height: 30px;
    background: url(../images/scrollDot.png) no-repeat center center;
    background-size:22px 22px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    float: left;
    position: relative;
}
.yearslist span i{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #737373;
    font-weight: bold;
    position: absolute;
    top: 40px;
    left: 0;
}
.yearslist span.acitved{
    width: 320px;
    background-size:30px 30px;
}
.yearslist span.acitved i{
    font-size: 30px;
}
.yearRelativeContent{
    width: 1150px;
    height: 300px;
    clear: both;
    margin-top: 90px;
    position: relative;
}
.relativeLeft{
    width: 560px;
    height: 300px;
    overflow: hidden;
}
.yearNum{
    width: 136px;
	height: 130px;
    text-align: center;
    float: left;
    background:  #e6002d url(../images/d3-icon.png) no-repeat center bottom;
    font-size: 46px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 10px;
}
.relativeHotList{
    width: 350px;
    height: auto;
    float: left;
    margin-left: 50px;
}
.relativeHotList span{
    display: block;
    width: 350px;
    height: auto;
    background: url(../images/icon_dot.png) no-repeat left center;
    background-size: 6px 6px;
    line-height: 22px;
    font-size: 14px;
    color: #808080;
    padding-left: 12px;
    margin-bottom: 10px;
}
.showPicBox{
    width: 580px;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.showPic{
    width: 3480px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.relativePic{
    width: 580px;
    float: left;
    height: 250px;
}
.relativePic img{
    display: block;
    margin: 0 auto;
}
.contractContent{
    width: 100%;
    height: 680px;
    background: #ffffff url(../images/d4-bg.jpg) repeat-y;
}
.contractContent .center{
    width: 1200px;
    height: 680px;
    margin: 0 auto;
}
.contractTitle{
    width: 1200px;
    height: 100px;
    padding-top: 30px;
    border-bottom: 1px solid #e6e6e6;;
}
.contractTitle .fl{
    width: auto;
    height: 100px;
    line-height: 100px;
    font-size: 36px;
    color: #444444;
    font-weight: bold;
}
.contractTitle .fr{
    width: auto;
    height: 100px;
    text-align: right;
}
.contractTitle .fr span{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.contractTitle .fr i{
    display: block;
    font-size: 36px;
    color:#e6002d;
    font-weight: bold;
    margin-top: 5px;
}
.contractCons{
    width: 1200px;
    height: 400px;
    clear: both;
}
.contractAddress{
    width: 550px;
    height: 360px;
    padding-top: 60px;
}
.contractItem{
    width: 450px;
    display: table;
    padding-left: 100px;
    margin-bottom: 60px;
}
.contractItem span{
    display: block;
    width: 450px;
    line-height: 40px;
    font-size: 16px;
    color: #666666;
}
.contractItem span i{
    color: #333333;
}
.contractItem.phone {
    background: url(../images/d4-icon1.jpg) no-repeat left center;
}
.contractItem.caddress {
    background: url(../images/d4-icon2.jpg) no-repeat left center;
}
.joinUs{
    width: 100%;
    height: 500px;
}
.joinUs .center{
    width: 1200px;
    display: table;
    margin: 0 auto;
}
.joinList{
    width: 1200px;
    display: table;
    clear: both;
}
.joinItem{
    width: 370px;
    height: 100px;
    border: solid 1px #e5e5e5;
    float: left;
    padding: 30px 0px;
    margin-right: 40px;
}
.joinItem:last-child{
    margin-right: 0px;
}
.joinTitle{
    width: 310px;
    height: 40px;
    margin: 0 auto;
}
.joinTitle span{
    display: block;
    width: auto;
    height: 32px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.joinTitle i{
    display: block;
    width: 32px;
	height: 3px;
	background-color: #f5a100;
}
.joinCons{
    width: 310px;
    margin: 0 auto;
}
.joinCons span{
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}
.joinCons span i{
    color: #666666;
}
.marginR20{
    padding-left: 50px;
}
.maps{
    width: 600px;
    height: 360px;
    margin-top: 60px;
}
